sovdee
sovdee
Inactivity
Also using `current task id` outside of a task section causes a stacktrace: ``` [18:25:17 ERROR]: #!#! [18:25:17 ERROR]: #!#! [Skript] Severe Error: [18:25:17 ERROR]: #!#! An error occurred while...
I also, anecdotally, had a lot of issues with weird local variable beahvior, like it was somehow getting overwritten. It only happened rarely and I can't reliably reproduce it, but...
> couldnt we do the sorting async? pikachu please you're killing me and yes I think so
> couldnt we do the sorting async? @Pikachu920 we can do the actual sorting asynchronously, but we cannot ensure the expression is safe to evaluate asynchronously, so this would be...
I like the addition and the code looks good, but I'm concerned about the changes to permissions being temporary. Is there a way we can make them permanent without a...
> > I like the addition and the code looks good, but I'm concerned about the changes to permissions being temporary. Is there a way we can make them permanent...
Closing due to inactivity
Just realized this needs to support multiple layers of default values. Will fix Friday. ``` default value A: default B: # default is B # default should be A ```
I would like some thoughts on how/whether to handle cases where context completely changes. Perhaps a clearDefaults() and restoreDefaults() method? Maybe defaults should be tied to event/a context generic? not...