Caspar Krieger
Caspar Krieger
We use minitest/spec from https://github.com/seattlerb/minitest together with minitest, and that breaks Queue mode, because `context`, `before`, etc aren't defined: ``` D, [2019-11-15T14:44:55.150743 #9554] DEBUG -- : [knapsack_pro] API request UUID:...
### Summary On Linux, char and key down events are issued in that order, whereas Mac and Windows issue them as key down first and char second. This inconsistency causes...
I'm trying to `hook!` `printf` but the `hook!` macro doesn't allow it: ``` src/lib.rs:25:45: 25:48 error: expected ident, found ... src/lib.rs:25 unsafe fn printf(format: *const c_char, ...) -> c_int =>...
Most of the interesting use cases of multiple cursor editing come from starting out with identical selections and then moving the cursor out of them, such as by pressing `Home`/`End`...
[Trait implementation specialization](https://github.com/rust-lang/rfcs/blob/master/text/1210-impl-specialization.md) is a proposed and partially implemented technique for overriding part or all of an implementation of a trait with a specialized implementation for more specific types. It's...
One of the things that new Rust developers struggle with is how to handle conversions between types. For example, "I have a `str`, how do I get a `String`?" has...
**Repro:** ``` git checkout master # b0bd254 as of time of report cargo run --example fragment-shader ``` **Observed:** crash with error `Trying to set a uniform with no shader active`....
I saw this was touched on over at #1500, but I figured I'd make a dedicated issue for it: Any chance of officially blessing mp4 videos for inclusion, either in...
July update for Pixel Wizards - I copied the structure from last time and didn't compare with the current template so feel free to correct things if necessary. _Part of...