-
panic(cpu 4 caller 0xffffff802cb5a63c): "free_io_buf: bp(0xffffff8210c1c5f0) - bufstats.bufs_iobufinuse < 0"@/AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/xnu/xnu-6153.141.66/bsd/vfs/v…
-
As evidenced by this change - https://github.com/zio/interop-cats/pull/156/commits/e2b5d6674c3a945f5f98864a1fc0bc71d981517f#diff-c3bac0f09429f2ac643a087eb697902cR121 - generating `zipPar`'s in tests l…
-
While trying to debug #824, I noticed this minor problem with apps started via httpserver.
The app is started by osv::run(), and app object is never joined. So after about 500 cycles (the test code u…
-
@rottegift @evansus
We do a number of `kmem_alloc` and corresponding `kmem_free` each time we go through the `vnop_write()` path. I wanted to see if there was any impact at all if I embedded these …
-
Tapir version: 0.19.3
Scala version: 2.13.7
**Describe the Problem**
In [rfc6266](https://datatracker.ietf.org/doc/html/rfc6266)
> The parameters "filename" and "filename*" differ only i…
-
Hi there!
Great library.
So I am running into an issue using the stub proxy and particularly [this call](https://github.com/vitaliihonta/zio-temporal/blob/af709a73c8005305416fed2752a0c8c5ecc307e…
-
I tried to upgrade to scala 2.13 and to migrate to ZIO 2 https://github.com/shevv920/kuzminki-zio/pull/1/files
Worked fine for me, but only thing i've tested is simple `INSERT` and `SELECT` operation…
-
1. So large size.
After cloned the repo, it's weird that assets path takes 118M , total size is 185M.
2. Messy code paths.
Under the repo root, there are 5 paths related test:
core-tests
strea…
-
Lots of tests in ZIO SQL were written in past, when some operators were not yet available.
In many places we could simplify, for example:
```
....
val expected = ???
val assert…
-
Flamegraphs from `iodriver` 4K random writes show significant amounts of time being spent in kernel mutex spinlocks, e.g.
![flamegraph-4krandw-londonBRM42220030-500ms-stack-ustack_16KiB](https://gi…