Jamie Femia

Results 7 comments of Jamie Femia

Hi, please can you clarify what is the correct way to do this in 14.1? Docs still say `.extend`, but it doesn't seem to exist (or maybe it does and...

@spencermountain thanks for the response - I've removed my imports for the numbers plugin, although I'm still hitting the problem with `units()` is not defined. ``` const test = nlp("5...

For context on `units()`, I'm parsing food recipe ingredients - "2 kg potatoes", etc - in this instance I am looking for measurements immediately following a number, and then extracting...

Hmm, it seems to get confused by the extra words in the text - when it only contains `potatoes` it works, but not with `Maris Piper potatoes` https://runkit.com/jfemia/628d3066ffd91e0009c35ded

Can I clarify some behaviour here as I may have misunderstood & misconfigured some env vars - Is a self-hosted instance always supposed to send invites via Novu cloud using...

Hey, so we're running 0.9.0 now but we ended up just configuring it to use our novu cloud api key for sending initial invite emails. Ultimately it's not really a...

Implementing your own main is the documented way. It is how I accomplish the global setup in my test runner.