Andrew Silver

Results 16 comments of Andrew Silver

I see in 6d3ca27a9c1bcf1216df8f35dc1ae5c8b652228f LSP was removed. Are you planning to go for built-in resolution similar to how intellij-rust does, or just forgoing the project-based hinting entirely? Is there any...

Nodemon likely uses a readline style input (or buffers input) for optimisation. If this is a case, this is intended behaviour and is caused by nodemon, not blessed.

@stevefan1999-personal Hey, this issue is a blocker for me too, as I need support for dual-stack LAN. If needed, I can take over this PR. I can also just make...

@canewsin I jumped over to use [rupnp](https://lib.rs/crates/rupnp) for what I was doing instead, though I am no longer really touching IGD stuff anymore, and it's been long enough I don't...

Still an issue! Please try to get on with this, breaks all jetbrains related installs.

The exact reproduction is to cause there to be no active object. One way to do this is by executing `bpy.context.view_layer.objects.active = None` Another is to create and delete an...

Confirmed, https://github.com/ValveSoftware/portal2/issues/117 for screenshots.

... Why in the world does dioxus write to ~/.cargo? Seems to fix it but why would it write there? That in of itself feels like a bug.

Ah, I've found it. As per https://github.com/DioxusLabs/collect-assets/blob/c585779eaf615900f1a76f332905988da3922573/common/src/cache.rs#L11-L14 it uses `home::cargo_home()` as a base - and this defaults to `~/.cargo` if unspecified. I'm not sure I'd consider this good behavior -...