Edward

Results 205 comments of Edward
trafficstars

I've adjusted the naming and ensured that added keys in the future wouldn't break the code. I also ensured that the code checks whether the `user_data` is a `tuple` +...

The documentation will be adjusted as soon as the code has been approved 😄

This is a very **very** good question!

Yes, I think so I'll try to optimize this

I've renamed the `FileLogger.v1` to `ConsoleLogger.v2` and moved the `ConsoleLogger.v1` to `spacy-legacy` in this [PR](https://github.com/explosion/spacy-legacy/pull/22). I changed the `output_file` argument so that it sets the full path to the file...

I'll try to write some basic unit tests

The tests are currently failing because `ConsoleLogger.v1` doesn't exist in `spacy-legacy` yet

Hey, thanks for the reply! I changed every attribute to numbers It seems that the last error is fixed but now there's more :) ``` > next build info -...

The only changes in the ```theme.ts``` were in the fontWeights. The rest is unchanged ``` export default { useRootStyles: true, initialColorModeName: "light", colors: { text: "#191924", textLighter: "#60696f", link: "#06f",...

I think there might be some issues with the frontend connecting to the backend, can you check the developer logs on the frontend for any errors?