Jon
Jon
So my coworker just pointed me to this issue. I'm an engineer at Stripe and we've just started experimenting with some similar ideas for making Pinot more reliable. One thing...
> Along with that we have also written a simulator in Python to model several different scenarios in theory and cross validated that with the new Pinot server selector code...
I was having this issue. Workaround when you're importing your grammar do this: ```typescript import { default as myGrammar } from './my-grammar-module'; const myParser = new nearley.Parser(nearley.Grammar.fromCompiled(myGrammar)); ``` Instead of:...
No problem, glad I can help!