Pikachu920
Pikachu920
could we add some tests for date parsing?
I'm not sure if this feature is necessary 😞. I feel like this is a really major change to fix a nonissue.
> > I'm not sure if this feature is necessary 😞. I feel like this is a really major change to fix a nonissue. > > What does make it...
I don't see a need for a config option, but I do want to ask whether we should add a warning when running on a modded server? We don't support...
I personally prefer defaulting to null instead of an empty string. If users want an an empty string as a default, they can explicitly specify (`"This" + ({_that} otherwise "")...
> I feel like Skript should match its parent language... java. In java if you do `"blah" + unSetVar` it'll send Null. If you do `"blah" + anyOtherObject` it'll run...
> > Since my brain is not yet working at full functionality, does this mean we're good with adding a String + Object then? > > Since the quoted part...
> > > Since my brain is not yet working at full functionality, does this mean we're good with adding a String + Object then? > > > Since the...
> that code would simply not send anything and that's harder to figure out and fix shouldn't it parse error since the argument return type is known?
> > > that code would simply not send anything and that's harder to figure out and fix > > > > > > shouldn't it parse error since the...