Kevin Boulain
Kevin Boulain
As requested, I am opening this issue instead of #44. Seen with enforce `0.3.4`. Example code with a generator: ```python from typing import Generator import enforce @enforce.runtime_validation def generator() ->...
As requested, I am opening this issue instead of #44. Seen with enforce `0.3.4`. Example code where a bound method is used: ```python from typing import Optional, Callable, Any, Dict...
Would you be interested in the following extension of libpcap's API? It builds up on #772 and closes #766 (but doesn't hard-code anything in libpcap and leave it to the...
This is probably the first of a few patches so that a client can more reliably handle different connections failure. In this patch, I chose to extend the `select` on...
Hi there, I gave a try at [rpcapd](https://www.winpcap.org/docs/docs_40_2/html/group__remote.html) (via [WinPCAP](https://www.winpcap.org/) on Windows and [libpcap](https://github.com/the-tcpdump-group/libpcap) master on Linux) and it seemed to fit our usage nicely. It seems broken (it probably...
A bunch of problems I encountered: - GDB thinks its input isn't from a terminal and will always confirm when it would have prompted the user otherwise (which may or...
Hi there, I stumbled upon a curious issue while trying out some exercises of "Type-Driven Development with Idris", this doesn't feel quite right to me but I may be wrong...
Hi there, This isn't a major issue as user code may work around it but it may be nice to look into it (because this library seems to be the...
### Expected Behaviour This compiles fine with rustc (I guess this bit is probably eliminated?). ### Example & Steps To Reproduce I was using const generic parameters to determine the...
As far as I can tell, the workgroup/shared memory ([context](https://github.com/EmbarkStudios/rust-gpu/issues/695)) can not be declared as to be zero-initialized and one has to do it manually. https://github.com/KhronosGroup/Vulkan-Docs/issues/1457 has a bunch of...