Ilya

Results 5 issues of Ilya

Hello, I'm trying to use the ring's SHA and HMAC for `wasm32-unknown-unknown` target. I'm building the WASM plugin for the envoy proxy. The build procedure works, but I can't load...

Hi, I try to parse cell library, and getting error near delay statement. Here is example: test.v: ``` module MODULE_NAME(Q); not #(1) (Q); endmodule ``` main.py: ``` from pyverilog.vparser.parser import...

This PR fixes the #72 issue. A detailed description is available in the last commit. I've achieved it by keeping track of the real module path when we do patching....

I'm trying to create DynamicImage from FlatSamples, which I got from another library. ``` use image::GenericImage; fn main() { let w = 640; let h = 480; let bits_per_pixel =...

kind: API

### Describe the bug When using the panel driver ([panel-cwu50.c](https://github.com/ak-rex/ClockworkPi-linux/blob/883135e4c7bde14cf5e59d8373042b15db0e61a2/drivers/gpu/drm/panel/panel-cwu50.c)) on Linux kernel 6.13 and 6.14, the system crashes with a segfault during DRM framebuffer initialization. The same driver works...