Pepijn de Vos
Pepijn de Vos
I'm still completely stuck on why assert/assume are not system names in `to_str`, so I hope you have an idea what's going on here. Once that's fixed, source locations in...
What's the status of this and ghdl/ghdl#898 ? My understanding is that not a lot of GHDL cells have a location set, but I think it could be merged and...
I talked to Clifford about the options here. Basically GPL code can't go into Yosys, period. So unless some re-licensing on the GHDL side happens, upstreaming the plugin into Yosys...
Not sure if this is relevant or should be its own issue, but _using_ a generic interface is also a bit inconvenient. I have an interface like this ```capnp interface...
If this library is not tied to a particular I/O library, would it be possible to make a server that just uses standard library blocking IO?
For what it's worth I'm also in a situation where using openssl 1.1 is causing issues. So is the current status that the tests have to be updated?
It seems like pycapnp just never releases connections? In my code I see a bunch of open connections to the server for capabilities that are clearly out of scope on...
I'm running into this problem as well. I'm trying to use https://github.com/NyanCAD/SimServer/blob/main/Simulator.capnp with this library. It has a `Simulator(Cmd)` interface that is generic with the interface it returns. When using...
Extracted bits from a profile of a small sample run of my application. ``` Tue Aug 5 10:42:46 2014 prof 36372505 function calls (34746356 primitive calls) in 25.747 seconds Ordered...
It seems to be a result of how the library works. It invokes all the detectors one by one to see if they match. This means speed decreases linearly as...