Results 192 issues of piegames

**Is your feature request related to a problem? Please describe.** Magic wormhole has documentation for all of the communication protocols involved. It's not great, but still a lot better than...

I seem to have hit a tweet or toot in my timeline that crashes the app. This is unfortunate because it now always crashes on start and I can't help...

Closes #2060. The implementation is taken 1:1 from the glob crate. Function signatures may be subject to bike shedding. I feel that there may be some optimization potential in the...

Basically I'm migrating some code from `glob` and looking for a functional equivalent of https://docs.rs/glob/0.3.0/glob/struct.Pattern.html#method.escape. Maybe put is as `GlobBuilder::new_escaped` or something.

enhancement

https://docs.rs/globset/0.4.8/globset/struct.GlobBuilder.html#method.literal_separator I'd like to know why this is not on by default. Setting it would match the default behavior of many software and is also what one might expect. Think...

enhancement

I tried this both with the `Termion` and the `RustBox` backend: when my application panics, it will simply quit without printing any messages to the output. This is presumably because...

enhancement
help wanted

Both settings should be enabled by default in all configurations, and the possibility of disabling it should be deprecated. The reason is that compilers rely on the correct trapping behavior...

I tried to set the `assertIllegalInstruction` option of `DecoderSimplePlugin` and my simulation instantly failed although it shouldn't. Looking at the wave trace, this already happens in the first cycle after...

As far as I can tell (and as far as I tried), compiling with Scala 2.13 is not supported.

Because of #607, I thought about exchanging Verilator for IVerilog and see if it helps. Adding `simConfig.withIVerilog` and then running it again gave me the following: ```scala [Progress] IVerilog compilation...