Robert Sammelson

Results 18 issues of Robert Sammelson

When you click the three dot menu and save the post in compact mode, the post is opened. Expected behavior: it should match large mode and not open the post.

bug

Fix #2683. Fairly hacky fix right now, but it doesn't seem to break any tests.

### Input C/C++ Header ```C++ typedef struct { int field; } strct; typedef strct typ[1]; void function(const typ a, const strct *b); ``` ### Actual Results ```rust pub type typ...

I am part of a research group working on fuzzing Verilog designs. To this end we need a [combinational coverage](https://covered.sourceforge.net/user/chapter.metrics.html#example.metrics.logic) metric like [covered](https://github.com/chiphackers/covered) (as well as other commercial simulators). The...

status: discussion

On linux, running beet fetchart creates files with `600` permissions, rather than 644 (or using the default provided by umask). ### Setup * OS: Debian 11 * Python version: 3.9.2...

bug

This will allow external code to inspect the entire DRAM as a slice. I'm not sure if there will be an issue if code edits the DRAM externally between CPU...

The indentation of the second pattern in these functions (especially the first one) looks kind of odd. I can look into fixing it if it should be fixed. ```rs pub...

This makes it substantially easier to programmatically create entities using a builder pattern, allowing only the fields in use to be specified.