LemonBoy

Results 136 comments of LemonBoy

Hmm, what I really meant was to have `.()` as discardable since that'd be a great improvement from an ergonomic point of view. I wholeheartedly agree that putting `discardable` is...

> Why would anyone want to call lots of python from nim Because of Matplotlib and Seaborn :)

I had started a pure-Zig port of miniubsan in #5165

That's exactly the button I was referring to, but on my Eclipse (or better, Espressif IDE) install there's no trace of such button: ![screenshot](https://github.com/espressif/idf-eclipse-plugin/assets/77388/c8c1915b-c492-4c92-9f0b-5d18a97a0f70) I can only guess it's because...

Well, it turns out that Eclipse removed that button from the toolbar a while ago. No idea why it's still present in your Eclipse install. From the plugin side it...

Thanks for the feedback, after installing the updated `Embedded C/C++ GDB JTAG Debugging` package the restart action is shown in the toolbar. Shall I close the issue? Or do you...

I think this fixes #14402 too, @errael can you confirm that's the case here?

> Looks like a similar confusion, but about export That's expected, the initializer expression is taken by reference and evaluated in the `new` method, hence the need to make it...

> That sounds like an implementation issue. With that description, it could be argued that this PR as it stands is not needed. Without this patch the compilation failed because...

> Code that compiles should not fail at at runtime Well one could argue that the intializer expressions all must have the same privacy as the class itself. In this...