Patrick Riley

Results 69 comments of Patrick Riley

It would seem we need some additional grammatical handling here for `.sentences()` and `.clauses()` as well ;-) https://www.quora.com/When-ending-a-sentence-with-an-abbreviation-that-ends-with-a-period-do-you-place-an-additional-period#:~:text=Contemporary%20style%20is%20to%20use,used%20and%20are%20not%20wrong.

hey @spencermountain ! Really appreciate your work on this library and this response. I understand that maybe this could be used in the internals of nlp.js 's built-in here: https://github.com/axa-group/nlp.js/blob/master/packages/builtin-compromise/src/builtin-compromise.js#L106-L108...

Noticing this issue as well, and it's causing several re-renders. Is there an accepted workaround at this point if using `useField`? Will certainly watch this one...

Coming these implementations above in Typescript could also look like this: ```typescript /* eslint-disable @typescript-eslint/no-explicit-any */ import { FieldHelperProps, FieldHookConfig, FieldInputProps, useField } from 'formik'; import { useRef } from...

+1'ing this request here. As an aside, if you are simply looking to update session post `/auth/callback`, you may want to look at the `beforeSessionSaved` and `onCallback` hooks. These ended...

@maninderpreetsingh - yes that appears to be the root of this issue, the logic here that is: https://github.com/auth0/nextjs-auth0/blob/main/src/server/auth-client.ts#L225-L250 As a heads up to maintainers, this [issue](https://github.com/auth0/nextjs-auth0/issues/1942) (which was recently [fixed](https://github.com/auth0/nextjs-auth0/pull/1941))...

I'm planning to handle this entity w/ some post-processing or with a custom regex extractor for now, so no urgency on this! thanks again for all the hard work &...

just +1'ing here as someone exploring dolt. I'd love a more generic s3/ MinIO compatible remote (supposing this would have to be added as a new nbs/blobstore). This doesn't look...

@domenic is there currently any support for `:root` or `--var`? I'm curious about this now after a meeting today... ;)