-
## Expected
I have a code that starts up sled in a function, like
```rust
let db = sled::Config::new()
.path(path)
.use_compression(false)
.mode(s…
-
### Describe the bug
Any rejected promise returned by the streamFactory function will cause an unhandled promise rejection, even when the caller handles all exceptions.
### To Reproduce
```ts
test(…
-
The scripts that are used to generate the wrapper have grown in complexity and are difficult to understand and modify. Experience has shown that trying to modify the produced nim code from a represent…
-
`IdGen.DependencyInjection` package referencing old `IdGen` and other old packages.
`dependabot` can help with that.
[Here](https://github.com/tiksn/TIKSN-Framework/blob/develop/.github/dependab…
tiksn updated
6 months ago
-
I am trying to achieve “It allows latency-sensitive programs to run in a hot-loop pinned to a thread on an isolated core in order to achieve low latency and jitter.”.
Usually I do this by calling …
-
For pacha and pasu likewise: sample numbers like this:
{context-id}-smp{T}{000}
- With 000 being a running number that is unique within the context. It should not have leading zeroes, so the first w…
-
Hey, would it be possible to create a way to use AddIdGen which uses ulongs instead of longs instead to avoid wasting a single bit on the sign modifier?
-
https://github.com/nim-lang/Nim/pull/17525 fails in CI, after investigation it fails with:
```
nim c tests/tmatching.nim hangs or gives SIGSEGV
```
which indicates a nim bug; and in fact it's a gc…
-
Im creating a feed and using IdGen to create time based ids to sort it and its working perfectly. But is there a way to pass in a date in history and calculate the id? Like 3 days ago or something?
-
**Describe the bug**
when using `--parallel` flag, gauge seems to spawn multiple completely isolated processes.
where normally i might do some once-off `BeforeSuite` setup; this is no longer pos…