Benedikt Reinartz

Results 331 comments of Benedikt Reinartz

> .NET is available in the Ubuntu package manager feeds. The Microsoft package repository no longer contains .NET packages for Ubuntu.

@josevalim The issue is actually the missing `env` parameter on the destructor. If it's okay with everyone here, I'd keep this PR open until this is fixed upstream in Rustler.

This not only implements the function in pure Rust (thus making explorer pure Rust again), it also makes use of other niceties to trim down `lib.rs` quite massively. If you...

@balogun14 Great. The function that is probably buggy is https://github.com/pythonnet/pythonnet/blob/master/src/runtime/MethodBinder.cs#L372.

Let's just see what comes out of it. We can always introduce flags that could be set at init/load-time.

Well, without the stashing, `Shutdown`+`Initialize` cycles are broken. This is going to be a lot more work than anticipated.

@pikachunakapika You can cd into `cosmic-applet-status-area` and `cargo run` it. It will launch a new status area. If you want to see it in the panel, you can build the...

Thank you, that is exactly the input I was looking for. Would you mind opening an issue for this on the Rustler repo?

Not abandoned, just very low priority. We have to fix these warnings eventually, they are extremely spammy and the non-copyability check is borderline useless right now. Either we fix things...