Thibaut
Thibaut
When trying to execute the script for the third of fourth time in a row, I get an HTTP Error 429 from urllib. Here is the full traceback : ```...
With the Orion software installed (4.1.0+52211) and LeapJS installed through npm (1.1.1), the following line `import * as Leap from "leapjs";` resulted in the following error: ``` Uncaught TypeError: Cannot...
### Describe the bug Using a the [MultiSelect](https://primeng.org/multiselect) component, the `onChange` callback does not emit when selecting all values through the upper checkbox that serves as a shortcut to select/unselect...
As discussed inside #189, this PR lets devs specify custom styling. If you have any other idea for the tests, let me know, I'll update them
Add a way to specify a z-index for the component. Default stays 9999. PS: thanks for this nice package.
See issue #22
Inside `BertUncasedCustomVocabulary.cs`, I would expect to see the declaration for a class extending `UncasedTokenizer`, however the class has the following signature `public class BertCasedCustomVocabulary : CasedTokenizer`. Something similar happens inside...