Daniel Wolf

Results 117 comments of Daniel Wolf

@rcgale Thanks for your message! Since I did my posts, I also found the `alignment_log_likelihood.csv` files. Unless I'm mistaken, the code that generates them is a rather recent addition to...

Sorry for the late reply. Rhubarb simply isn't designed for real-time applications; see e.g. #22. I'm glad you found a working solution though!

I'd like to use the parser as basis for a linter. But without location data, there is no way of knowing where a certain AST element originated in the query.

We use an architecture where any object can be used as a model. But there are a number of properties that, if present on a model, have specific meaning. Some...

@StevenGBrown This seems to work indeed. At the same time, however, it can make code highly unsafe. Consider the following: ```ts interface Model { empty?: boolean; title?: string; [key: string]:...

👍 I just hacked the changed into my local copy of JISON, and suddenly I get useful error messages.

Seems like exception silencing got introduced with commit ea116547b3. The commit message doesn't mention this: > edit docs, cleanup cli.processGrammars > > options argument properties are documented better. Optional and...

No, there is no such table. But looking at your link, mapping the nine mouth shapes shouldn't be hard.

Support for AsyncIterable would be great!

That's a nice idea! I like how tagged templates allow for embedded DSLs in JavaScript. Personally, though, I prefer the plain extension method-based LINQ syntax in C#. So I'll definitely...