-
I am trying to load 471,774 items into a native bloomfilter as such:
``` ruby
bloom_filter = BloomFilter::Native.new(size: lines.count, raise: true)
```
But after about 34,193 items it gives me a `b…
-
It'd be great, when normalizing text to include synonyms (and even antonyms!). So that all synonyms are normalized to the same word (and `not ${antonym}` too).
It shouldn't be incredibly complex, i…
-
My schema has a few models that are related via many-to-many relations. I'm using the explicit form of the relation in my prisma schema by defining the intermediate model exactly as described in [the …
-
As I currently started reviewing and completing Polish translation there are a couple of issues I found with English strings:
- [ ] Avoid texts that are bound to the numbers or extend _i18n_ module to…
-
See vanilla and everything else which uses plural named tags.
-
Hi,
I would like to request the addition of CSV file format to the export options.
Is it possible?
Thanks
-
### What did you do?
I ran tests with `pytest-randomly` plugin installed.
### What did you expect to happen?
All tests pass.
### What actually happened?
Few tests failed.
### What ve…
-
This is a proposal of ResultInterface about the stateless validator proposal made in:
- https://github.com/zendframework/zend-validator/issues/1
- https://github.com/bakura10/zend-validator/pull/1
/c…
-
English has too many exceptions when converting between singular and plural for the Inflector to handle all cases. Even a smallish schema I ran through found multiple nouns that failed to be converted…
-
I often need to turn an array of number strings into an array of numbers in order to do further math functions, and for this I need to use a forEach expression to convert each one. It would be really …