-
I work on a project that depends on lucene-test-framework for its wonderful test utilities to validate use of text analysis components. The project does not use randomizedtesting's test runners. I w…
-
The `atom()` generator produces atoms at random, with no limitations whatsoever. By extension, this is also true for union generators like `term()`. As atoms are never garbage collected, this means th…
-
This is going to be a somewhat sprawling issues. All of the topics here involve Hypothesis' approaches to making [random code deterministic](https://hypothesis.readthedocs.io/en/latest/details.html?hi…
rsokl updated
9 months ago
-
### Team Name:
Hosungland
[Hosung Lee](https://github.com/KingHosung), [Kihyeon Kim](https://github.com/shfd27), [Dohyun Song](https://github.com/PoPoPoVoVo)
### Project Description:
#…
-
Currently, to inject a date in a variable, one should compute it beforehand, before running the Hurl File.
For instance (https://hurl.dev/docs/frequently-asked-questions.html#can-i-do-calculation-w…
-
Something like:
[checkbox] Generate from: [sample-text]
-
While the library supports "bed bolts" (slots for nuts and screws holding walls together at joints) the generators don't.
-
### What happened?
On benchmarking synchronous computation times for generating embeddings for
1. Using sentence transformers: ~1300 msgs per sec
```
from sentence_transformers import Sentenc…
0110G updated
4 months ago
-
This will make the `\w\s\d` categories support unicode, as well as `.`
Properties support (from the `regex` module rather than `re`) probably won't be supported, and `\b` still won't be (isn't curren…
-
Cmake completes without error and I've followed the instructions outlined in #2 for using cgal 4.12 in Ubuntu 16.04 but it fails with the following error:
```
[ 86%] Building CXX object CMakeFile…