vincent d warmerdam

Results 322 comments of vincent d warmerdam

There is some confusion that might happen there because `json` and `jsonl` are similar. That's true. For now I'm ok with the API as is since the documentation clearly lists...

I fear that that check is incomplete. Can't we do a check like; - is it valid json on each line? -> jsonl is legal - is there a single...

>Saying this is legal would mean that json files can be read in as jsonl Yes! But then again, if it is allowed in the spec either way then it's...

What do you mean by "too many files"? The files are in a folder, and it should be well within the limits of git. The main theme to remember is...

Ah. I'm starting to understand what you mean with "too many files". Running the build command seems to freeze GitHub codespaces now. Will investigate!

At the time of making that PR, it was more of a Gatsby issue I think. Not so much a GitHub issue. I should have another look on Monday though,...

I was able to build everything in GitHub codespaces, but the preview link wouldn't load. So I tried running it locally, both on my Linux server and on my M1...

Exalate commented: koaning commented: @rgstephens could you share the full `config.yml` file? I'm assuming that you've added a `SpacyNLP` object to your pipeline in order to get the `SpacyEntityExtractor` to...

Exalate commented: koaning commented: I was just able to run pipelines just fine with the spaCy tokenizer and featurizer. I did hit a minor developer experience bug, explained here: [https://github.com/RasaHQ/rasa/issues/10814](https://github.com/RasaHQ/rasa/issues/10814).