Derek Thurn

Results 5 issues of Derek Thurn

For interactive development, it would be really nice if I could automatically restart my Cursive application using `watchexec` to detect filesystem changes. Unfortunately, this doesn't seem to work -- running...

Including a simple example of e.g. how the `vec!` macro uses repetition would increase clarity. As someone who is not familiar with `macro_rules!`, I find the section on repetition very...

A-macros

**Problem** Hot reloading does not work on "desktop" platform on current master (472031d1f51557601797d1cb469f09e4f3e0ca71) for the "tailwind" sample. It works correctly with the "web" platform. OSX 14.2 rustc 1.77.2 **Steps To...

bug
needs reproduction

The documentation for `event::read` doesn't discuss buffering behavior: https://docs.rs/crossterm/0.27.0/crossterm/event/fn.read.html, i.e. what happens if multiple events have come in since the last time you checked for events. Based on briefly looking...

**rust-analyzer version**: v0.3.1091 **rustc version**: 1.61 **relevant settings**: None, clean install In my project I have several files that define logic via closures stored within vectors. The structure of the...

A-completion
A-macro
C-bug