Edoardo Luppi
Edoardo Luppi
Any way this can be reconsidered? Implementing lexers with ANTLR is *way* more difficult compared to JFlex.
Extremely useful, and got here just two days after using Nx, so this should tell you something. Bumping for visibility.
Eight months after my initial comment on this issue, and my Nx configuration files have become a total mess, I have to spend hours figuring out which duplicated targets to...
@Aloso JSON is a good idea. However, are we sure it's ok performance wise? I would like to call it every time there is an edit, like in the playground,...
This is how an IDE would handle this situation. 1. Allow the user to select a CLI executable 2. Extract the Pomsky version from the CLI 3. If the user...
@Aloso just keep in mind extensions should just inherit from the tool. If extensions have to carry their own compiled versions of Pomsky, it becomes a binary hell.
We need to make a list of all these optimizations. Even if they don't get into the compiler immediately, they can be supported in the IDE as _inspections_.
Hey @fzhinkin, currently what's the most performant way to copy (or write) a `Buffer` to a byte array? I'm using `readByteArray(count)` currenty, is that *the* way to do it? Same...
If kotlinx-benchmarks is in a good state, it would also be nice to add benchmarks for JS and Native, to see how they compare over time.
@fzhinkin sure, will come up with a repro soon. Seems like I'm the only one experiencing it, so it would be cool to understand where I'm breaking it.