-
There seems to be a new issue relating to Python version in conda that is breaking the CI...
```
Traceback (most recent call last):
File "/home/jgoeders/actions-runner/_work/bfasst/bfasst/third…
-
https://stackoverflow.com/questions/900042/what-causes-the-enotconn-error?noredirect=1#comment120088266_16008267 says:
> As far as I can see, shutdown() on macOS may return ENOTCONN if the other si…
-
`uint` has apparently been superceded by `stdint`. We should target the latest and greatest.
https://github.com/andrenth/ocaml-stdint
-
**Operating system**
`Mac 10.15.4`
**Cmake version**
```
$ cmake --version
cmake version 3.18.0
CMake suite maintained and supported by Kitware (kitware.com/cmake).
```
**Ninja version…
-
### Describe the bug
When using the `./tools/plotjuggler/juggle.py --stream` command, PlotJuggler successfully launches. However, after clicking the "Start" stream button and confirming the subsequen…
-
Similar question to https://github.com/capnproto/capnproto-rust/issues/261:
Is it possible to extend a client with one that's already been compiled? For example, if I have some package "B" that dep…
-
I have been trying to compile workerd inside docker using alpine:3.17 as the base image.
```
FROM alpine:3.17
RUN apk update && apk add python3 py3-pip git libc-dev libstdc++ clang gcompat alpi…
-
### Describe the bug
I have an M1 MacBook Pro and everything is working fine, I use Fugitive usually and the gitcommit syntax is applied correctly with no errors.
However, when I use Vim (`git.con…
-
As described in https://github.com/capnproto/capnproto/issues/1542, Pycapnp is having issues with catching signals while executing long-running capnp C++ code, because Python's signal handlers are onl…
-
Are there any tools to generate documents from cap'n proto Schema?
I'm using cap'n proto to generate our IPC IF. Recently, it became necessary to create some documents for the specificatoin of thes…