Results 8 issues of the6p4c

**Input** ```rust macro_rules! outer { ($d:tt) => { macro_rules! inner { ($d s:expr) => { println!("{}", $d s); } } }; } outer!($); fn main() { inner!("hi"); } ``` **Output**...

bug
a-macros
help wanted

:dog: this pr adds keyboard navigation to the map grid with the wsad keys (up, down, left, right) wsad was chosen over the arrow keys to avoid any potential confusion...

Take the following example, some basic synchronous logic and an even more basic sync process for the simulator: ```py from nmigen import * from nmigen.back.pysim import * class Design(Elaboratable): def...

improvement
simulator:pysim

First, this crate's been really useful :) Writing a tool with a lot of serial port transactions and this has been a godsend. However, I've been peppering calls in every...

repro'd on both HEAD and the current web version: - open two real tabs - open a virtual tab (e.g. create a new document) - close the two real tabs...

renaming a file (call it file 1, "LessCSS..." in the gif), switching to another file (call it file 2, "Style..." in the gif), and then renaming file 2 causes a...

searching for `person` yields the following results: - `U+0070 LATIN SMALL LETTER P` - `U+0065 LATIN SMALL LETTER E` - `U+0072 LATIN SMALL LETTER R` - `(cldr) U+1F9D1 person` -...

i used charming on my phone to look up the codepoint for 🚭 (U+1F6AD NO SMOKING SYMBOL for any interested parties) in order to pull off a classic gag. my...