You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of updating just the section designated for the chaos recipe at the top of the filter, poe_qol seems to cache the whole filter on startup and overwrites it fully every time it refreshes. This makes external update of base filter impossible while poe_qol is running.
Workaround: shut down poe_qol before updating filter, update filter, restart poe_qol.
Ideal solution: do not cache the external file, read-update-write every time. Alternatively, cache the file, but also remember its modification time, compare the modification time to last write, if not equal, read-update-write. If equal, overwrite, and update remembered modification time.
The text was updated successfully, but these errors were encountered:
This is exactly how the newest version was implemented, if this is a major concern for you I would suggest executing the python script directly instead of the executables as they are not up to date anymore.
A better solution for executing and making sure the code is up to date will be developed soon
Instead of updating just the section designated for the chaos recipe at the top of the filter, poe_qol seems to cache the whole filter on startup and overwrites it fully every time it refreshes. This makes external update of base filter impossible while poe_qol is running.
Workaround: shut down poe_qol before updating filter, update filter, restart poe_qol.
Ideal solution: do not cache the external file, read-update-write every time. Alternatively, cache the file, but also remember its modification time, compare the modification time to last write, if not equal, read-update-write. If equal, overwrite, and update remembered modification time.
The text was updated successfully, but these errors were encountered: