Arthur Lee
Arthur Lee
Command: languagetool --enablecategories PUNCTUATION -d WHITESPACE_RULE,EN_QUOTES -c utf-8 -l en --api /var/folders/tp/r3zsq66s6yv7qcyj5zf63pqc0000gp/T/vCSNviV/5 vim-grammarous: Grammar check failed with exit status 122:
`roaring_bitmap_contains_multi` checks the bits by the given offset array and stores the value into results.
add blank before #
add `perfm` > Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link...
`bf.reserve test 0.01 1000000000000000000` bf.reserve can cause server OOM, should we add a limitation on max memory size? https://github.com/RedisBloom/RedisBloom/blob/master/src/rebloom.c#L142C5
How to distinguish between an empty key or elements not exist by calling `BF.EXISTS` eg ``` bf.add foo 54321 bf.exists foo 12345 bf.exists not-exist-key 12345 ``` they both get `0`...
Before you create an issue, please read and follow the troubleshooting steps [listed here](https://github.com/Chiel92/vim-autoformat#help-the-formatter-doesnt-work-as-expected). Hi, I have a question about the self-defined formatter. config like this: ``` let g:formatterpath=['/usr/bin'] let...