damccull

Results 92 comments of damccull

Ok, so it _does_ seem to be activating inlay hints. However, they aren't showing up until something in the code changes. If I force rust_analyzer to reevaluate the code by...

This would be a great feature. An additional use case would be to maintain an easily readable archive without having to host the viewing server, making it easy to send...

Would love to get this update too. I'll just use the github branch for now. For others that might want it: ```toml [dependencies] axum-flash = { git = "https://github.com/davidpdrsn/axum-flash.git", rev...

Also experiencing this tonight. For me I'm using java, but no source actions on anything.

Just ran into this today. I'd love to have some kind of instantiator method/function.

OK! New info. That previously listed .desktop file was likely generated by bottles when I was doing some experiments. I have found this one: ```ini [Desktop Entry] Categories=Game Comment=Star Citizen...

Out of curiosity, why was the dynamic way with the `disks` variable changed to a static mapping inside the file itself? I've been looking for a dynamic way to do...

The "other stuff" is just @shefass client adding a newline where there wasn't one before. It's fine. Most linux systems expect a newline at the end of the file from...