jaskij

Results 173 comments of jaskij

I can't share the patch, but `_pocketfft`'s `setup.py` gets a list of include directories which not only draws in native but even host include directories.

I see what you mean about sizes. I personally don't see caring about the size of a `Result` as opposed to the enum itself, but someone might. I would like...

There were some [issues with the stability of source archives](https://github.blog/2023-02-21-update-on-the-future-stability-of-source-code-archives-and-hashes/) in the past, so if you want to use GitHub releases, it would probably be better to generate a source...

Is it just me, or does 1.71+ break the accepted workaround for this issue?

I'm deploying Grafana on embedded devices, and installation is fairly easy: just grab the plugin zip from the marketplace, dump the archive contents in the correct place, done. Enabling and...

@marefr thank you, that sounds like it will work. I think that together, these steps should actually cover everything when it comes to installing and enabling plugins? If so, all...

This is also common in shells - Ctrl+D for exit. Current behavior of Papyrus is confusing.

Digging through the source code, it seems to be passing the color directly to ZSH, using `%F` and `%K`, as [described in section 13.2.5 here in the ZSH manual](https://zsh.sourceforge.io/Doc/Release/Prompt-Expansion.html). From...

Ideally, yes, it'd be recursive. But thinking on it further, that'd probably be very hard (if at all possible). Single-level implementation would still be very useful. I haven't looked at...

Yeah, I figured that out, but the documentation was of no help in that.