Vito Gamberini

Results 18 issues of Vito Gamberini

The following module verilates fine, works as expected: ```verilog module InOutMod (input we, inout d); assign d = we ? 1'1 : 1'bz; endmodule ``` But put that bad boy...

effort: days
status: ready
type: feature-IEEE

Checklist - [X] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [X] This bug exists for C - [ ] This bug exists for C++ - [ ]...

Adding this with the idea that if one pre-netty protocol manages to get support, adding more later will be less of an issue. Documentation for reviewing this commit: * [Protocol](https://wiki.vg/index.php?title=Protocol&oldid=4899)...

Sometimes you want a dummy driver, sometimes you want the offscreen driver, and sometimes on Linux you actually want to make a decision between X11 and Wayland. This requires exposure...

Does what it says on the tin, because sometimes you want a dumb app that doesn't eat 100% of CPU when it doesn't have anything to do. The `SDL_WaitEventTimeout` can...

I was trying to add centurion to my vcpkg registry and was somewhat surprised that it didn't generate INSTALL targets. So this patch is a first pass at packaging centurion...

This PR is a staging area primarily for updating Burger to Lawu 3.0, but also general refactoring work to take advantage of the fact I have to touch the entire...

We report a `max_stack_size` of 64 for most equipment items on a bunch of versions. This issue is mostly a reminder to myself to investigate the issue when I'm re-implementing...

This gets entries for all of the various table attributes out of the AST. For `BootstrapMethods`, it unrolls the `MethodHandle` constant. Admittedly I don't understand this recommendation 100%, but I...

The current cmake configuration for `ztd.idk` is _not_ header-only, it produces a library from the files in the source directory. This is a problem, because the API linkage flag that...

bug
enhancement