Rémi Alvergnat

Results 57 issues of Rémi Alvergnat

Guessit could use [Aho-Corasick algorithm](https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick_algorithm) to enhance performance. I think it could be implemented into rebulk, by merging all string patterns in a single Aho-Corasick pass.

Performance

If configuration file is not found, `read_in_config` or `merge_in_config` methods raise `UnsupportedConfigError` instead of `ConfigFileNotFoundError`.

bug

**Is your feature request related to a problem? Please describe.** Every time I use `pyenv-win`, recently released python versions are unavailable, because `pyenv-win/.versions_cache.xml` file seems to be manually maintained. **Describe...

help wanted
feature

Only `0.9.0` is available on npm, later 0.x are not published.

This brings default support for fields filtering and ordering on queries and mutations. This is a work in progress for comments, please do not merge for now.

It's more a question than an issue, but do you know if this loader is available as a rollup plugin ? I'm planning to write a library boilerplate and i...

It seems `node/no-extraneous-import` should not report when using TypeScript `import type ...`. import type is used for compilation only, so there's no risk at all to hit runtime errors because...

In my use case, I need to allow manual run of disabled tasks. When I click on the run button, UI says it will run on the next schedule command....

bug
enhancement

On NFSv4.1, It seems `OperationOPEN` opened with EXCLUSIVE4_1 mode can't be write by subsequent `OperationWRITE` operation (access denied in PseudoFs checks). `cva_attrs` contains a single attribute mode=0, causing the file...

info needed