Shachar Zidon

Results 60 comments of Shachar Zidon
trafficstars

Hi, saw this was unmarked as a bug, if there's a solution or if this is intended behavior, I'd love to know

Yeah, definitely

Hi everyone, we're nearing the merging of this feature, so this is the time to request any locales you'd like to translate ahead of time, so we could avoid making...

Now that this is closed, you're welcome to open PRs of your own as you wish, per the instructions in #315.

How would this compare to using the `:global` selector?

After talking with some other people in the community, we thought it'd be better to move this discussion to a Discord thread. This isn't specifically for this solution, but generally...

I read through the docs again, and I think you misunderstood what I meant: the type-checking when _declaring_ semantic operations is great - the problem arises when it comes to...

While parameters are one big missing thing about the types, I'm talking mostly about the typing of actions being called. For example: ```ts semantics.addOperation("eval()", { Expression_parens: (_, expr, _1) =>...

I've started working on this issue myself, diving head-first into the codebase, and so far these are my plans: The most important goal is to avoid breaking the old way...

I've been working on and off on this for a while, and unfortunately, I think there's only 3 options for this: 1. Keeping things the way they are now, which...