Daniel Beckwith
Daniel Beckwith
I've started [a repo](https://github.com/dbeckwith/cuda-debugging-tutorial) with a similar layout to my main application I've been working on. I will add some steps to the README on how to introduce a bug...
Nice, you got a bit farther than I could. That was the next thing I was trying to figure out how to do, was set a breakpoint before the program...
Has there been any progress towards implementing the change mentioned in the `StreamDeserializer` docs? > _Note_: In the future this method may be changed to return the number of bytes...
While this could still be useful to implement, I'll describe my workaround as well which may be a better solution. Rather than using the `StreamDeserializer` to produce values of `T`...
I just found myself wanting to be able to apply colors to `usize` and `std::path::Display`, and realized I had to use `.to_string()` first. It would be great if the `Colorize`...
I agree that comment notifications could be spammy but would still like the option to have those for verbose slack channels and so people can follow along with discussions without...
Hmm so I found #883 which has some tips on running the provided commands. I'm able to install packages with something like `window.run_command('advanced_install_package', {'packages':['my package']})`, but there's no equivalent I...
Something like #1361 would also be useful for my purposes.
The main thing I'm hoping to avoid is the repetition of lints in every crate in a workspace. I don't much care about it being in a config file vs....
@sanmai-NL I think part of his argument was that some of those configuration files don't end up being published with the crate, especially if you're in a workspace. So having...