Results 69 comments of jgarvin

I'm trying out one of the sound blaster e's and I've noticed the app has a lot of potential configuration options for echo cancellation, noise reduction, "smart volume", etc. What...

Really what I'm asking for is to be able to have an object that contains a set of other objects and still have `asdict` work, whether that's by putting the...

I ran into the specialization errors too and ended up here. Just wanted to affirm that there are still people out there who think this is a cool project! Needing...

I'm happy to help if t4ngo wants it. I'm going to be releasing my emacs package hopefully in the not too distant future and I actually need it+dragonfly for my...

I later tried in vs-code, which put up an error that ZLS couldn't find zig and I needed to set zig_exe. For anyone who finds this in the future, running...

I think this would be useful and got here because I was thinking about whether I could build a distributed `make` like tool on top of lunatic, which would definitely...

As a user can I count on this being the behavior going forward? I'm hesitant because mypy and pyright both reject it.

Might help if I explain my use case. I'm frequently writing bindings to another language that also has classes. It's useful to me to be able to express this with...

That might be the best option, it's just significantly worse ergonomically. :(

@eltoder that's a good hack, thanks. It's still too onerous for users of my decorator though, they would have to make up an identifier and do that check every time...