Ievgenii Meshcheriakov
Ievgenii Meshcheriakov
nextpnr-ecp5 now requires pjtrellis from YosysHQ.
### Describe the bug I'm trying to use `gp` with a JavaCOS A22 card, but all operations but `-l` fail with `Error: null`. ### Information about your card As much...
This allows to use this grammar from other tree-sitter grammars. See also: https://github.com/atom/atom/pull/17551 ### Requirements * Filling out the template is required. Any pull request that does not include enough...
I'm attempting to run multiple `west build` commands in parallel (to save some time used by cmake). This breaks randomly with corrupted `.west/config` file. I tracked this down to this...
The default keyboard shortcut is set to `cmd-shift-k`. This is impossible to type on anything other than macOS. It would be good to have this set to `ctrl-shift-k` for Linux...
**Description** `case?` statement implementation does not seem to handle don't care values (`'-'`). **Expected behaviour** `-` should match any value when used inside matching case statement. **How to reproduce?** This...
This fork looks interesting and possibly can be merged/adapted: https://github.com/ppablo28/fntsample_ucd_comments
Originally from: https://sourceforge.net/p/fntsample/bugs/6/ Please, add an option to render missing glyphs with FreeSerif (or another font for which the complete TTF or OTF font path is specified ) on a...
I'm trying to make iced_x86 to format something like `call 0x1234:0x5678` as `call far FUN_1234_5678`. Using `SymbolResolver` Rust API and NASM formatter, I can only manage something like this: `call...