Commit Graph

15830 Commits

Author SHA1 Message Date
Paul O'Leary McCann
f1ddac187d
Remove unused error object (#11837) 2022-11-23 10:51:31 +01:00
Marcus Blättermann
ecbf052abd
Remove README.md content from styleguide 2022-11-23 02:04:54 +01:00
Marcus Blättermann
5659eeaadd
Remove styleguide content from README.md 2022-11-23 02:04:54 +01:00
Marcus Blättermann
8c0ceca637
Move README.md content to styleguide 2022-11-23 02:04:54 +01:00
Marcus Blättermann
0794e5c6cc
Add missing files to project structure in README.md 2022-11-23 02:04:54 +01:00
Marcus Blättermann
96218a1e8f
Delete styleguide.md
This is in intermediate commit, so the content of `/README.md`can be moved to the styleguid, but the history is kept
2022-11-23 02:04:54 +01:00
Marcus Blättermann
9d96e44a87
Apply Prettier to README.md 2022-11-23 02:04:49 +01:00
Marcus Blättermann
a6342f8aba
Disabled typescript during build 2022-11-22 18:35:35 +01:00
Marcus Blättermann
6af8b1da99
Disabled ESLint during builds 2022-11-22 18:35:35 +01:00
Marcus Blättermann
e6523b6b5d
Redirect index.mdx to parent directory 2022-11-22 18:35:35 +01:00
Marcus Blättermann
c1bf3848fa
Extract logic 2022-11-22 18:35:35 +01:00
Marcus Blättermann
d8ca8a3686
Allow to parse subfolders for pages 2022-11-22 18:35:35 +01:00
Marcus Blättermann
24a964bcb9
Refactoring 2022-11-22 18:35:35 +01:00
Marcus Blättermann
aa6a49f64c
Allow to handle directories for page creation 2022-11-22 18:35:35 +01:00
Marcus Blättermann
06dd897540
Extract function
This will make the next commit easier to read
2022-11-22 18:35:34 +01:00
Marcus Blättermann
8159457d70
Add ability to load plugins 2022-11-22 18:35:34 +01:00
Marcus Blättermann
3b0b866c05
Add import for custom components 2022-11-22 18:35:34 +01:00
Marcus Blättermann
986978c28f
Convert to module
This allows to use `import/export` syntax
2022-11-22 18:35:34 +01:00
Marcus Blättermann
5d0089825e
Remove default pages and styling 2022-11-22 18:35:34 +01:00
Marcus Blättermann
ab39886832
Add SASS support 2022-11-22 18:35:32 +01:00
Marcus Blättermann
7a35c75424
Add /public 2022-11-22 18:25:33 +01:00
Marcus Blättermann
35a945c40f
Add experimental Rust MDX parser 2022-11-22 18:25:33 +01:00
Marcus Blättermann
ff73653436
Add basic implementation for MDXRemote 2022-11-22 18:25:30 +01:00
Marcus Blättermann
9a4c5f941e
Make sure to use correct Node version 2022-11-22 18:24:30 +01:00
Marcus Blättermann
a50d9264de
Apply Prettier to all files 2022-11-22 18:23:48 +01:00
Marcus Blättermann
ce7c96ebd8
Add prettier 2022-11-22 18:23:35 +01:00
Marco Edward Gorelli
f0d8309a28
fix comparison of constants (#11834)
Co-authored-by: MarcoGorelli <>
2022-11-21 08:12:03 +01:00
github-actions[bot]
89bfd06fbd
Auto-format code with black (#11826)
Co-authored-by: explosion-bot <explosion-bot@users.noreply.github.com>
2022-11-18 18:24:13 +09:00
Paul O'Leary McCann
e3173bd86d
Remove spikex from Universe (#11825) 2022-11-18 08:24:22 +01:00
Adriane Boyd
a83463c5e0
Add transformer recommendation for ca (#11819)
Model recommendation from @cayorodriguez.
2022-11-18 08:15:27 +01:00
Paul O'Leary McCann
75bb7ad541
Check textcat values for validity (#11763)
* Check textcat values for validity

* Fix error numbers

* Clean up vals reference

* Check category value validity through training

The _validate_categories is called in update, which for multilabel is
inherited from the single label component.

* Formatting
2022-11-17 10:25:01 +01:00
Adriane Boyd
317b6ef99c
Update to mypy 0.990 (#11801) 2022-11-16 14:09:10 +01:00
Paul O'Leary McCann
c0c54e44bc
Add equality definition for vectors (#11806)
* Add equality definition for vectors

This re-uses the check from sourcing components.

* Use the equality check

* Format

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2022-11-16 09:44:42 +01:00
Sofie Van Landeghem
caa9efad59
prevent rewriting an already raw URL (#11810) 2022-11-15 14:15:00 +01:00
Denis Bezykornov
7e684ad691
Update russian tokenizer exceptions (#11753)
* Fix typos, add couple of new abbreviations, remove nonbreaking spaces

* Remove space from abbreviation

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2022-11-15 11:37:25 +01:00
Peter Baumgartner
9baa686f82
remove migration support form (#11802) 2022-11-14 16:53:14 +01:00
Paul O'Leary McCann
bb523d4d91
Remove spacy-ray from docs (#11781)
* Remove spacy ray from cli docs

* Remove more ray docs

* Remove ray from universe
2022-11-14 19:58:38 +09:00
Edward
3478ff1eb0
remove new v2 tags (#11780) 2022-11-14 17:41:01 +09:00
github-actions[bot]
188a7d00eb
Auto-format code with black (#11792)
Co-authored-by: explosion-bot <explosion-bot@users.noreply.github.com>
2022-11-11 09:58:31 +01:00
Jacobo Myerston
322b5dc1df
Add greCy to Universe (#11774)
* Update universe.json

* Update universe.json

fixes Github value
2022-11-10 13:21:20 +09:00
Marcus Blättermann
cc4486dc38
Disabled TypeScript strict mode for now 2022-11-10 02:48:23 +01:00
Marcus Blättermann
066b670e30
Add VSCode extension recommendation 2022-11-10 00:35:41 +01:00
Marcus Blättermann
fe969fb303
Allow Next to handle .md and .mdx files. 2022-11-10 00:22:41 +01:00
Marcus Blättermann
9a57c8784c
Add MDX to Next 2022-11-10 00:22:01 +01:00
Marcus Blättermann
753d481bab
Install MDX packages
Following: 77b5f79a4d/packages/next-mdx/readme.md
2022-11-10 00:19:59 +01:00
Marcus Blättermann
b3b33f7a56
Run npx create-next-app@13 next-blog 2022-11-10 00:18:01 +01:00
Marcus Blättermann
3a0316f299
Initial commit 2022-11-09 18:30:34 +01:00
Adriane Boyd
03eebe9d1c
Update warning, add tests for project requirements check (#11777)
* Update warning, add tests for project requirements check

* Make warning more general for differences between PEP 508 and pip
* Add tests for _check_requirements

* Parameterize test
2022-11-09 10:59:28 +01:00
Raphael Mitsch
20bbbe3e44
Revert disable/disabled merging behavior (#11745)
* Merge disable with disabled. Adjust warnings, errors and tests.

* Replace any() with set operation.

* Update spacy/tests/pipeline/test_pipe_methods.py

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>

* Update docs.

* Remve reference to config entry nlp.enabled from docs.

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2022-11-08 14:58:10 +01:00
Adriane Boyd
2e3cfd758e
Use python 3.10 for GHA universe alert (#11768) 2022-11-08 12:46:19 +09:00