Matthias Vogelgesang
Matthias Vogelgesang
Unfortunately, it's not super straightforward due to the way syntect works. But if I come across a larger syntax set than what's provided by Zola, I'll definitely update it.
Will follow up once we have axum 0.8 and the `axum::serve::Listener` trait.
Can you please check #162? Note that I won't change the default behaviour of tokio's `UnixListener`, i.e. it will not clean up the socket file on exit and it will...
Please re-open if there are open points.
So you want to conflate decryption with further access control?
Yes, so much is clear. But the point is: just because I have the password now (perhaps shared by a colleague) why would that give me the right to also...
> Because the creator of the paste cose to Would be great, if you had phrased it like that in the initial request :-)
As far as I can see the `org.freedesktop.GL.nvidia-xxx` run-times already ships `libnvidia-opencl.so`. This name is specified in `/etc/OpenCL/vendors/nvidia.icd` and load at run time by an "installable client driver" loader (`libOpenCL.so`)...
Hmm, never considered that use case. So far it's literally dragging a file from a file browser and dropping it onto the text area. But yes, a dedicated upload button...
Added a button to open a file and fill the textarea. However, it does not seem to work on my mobile phone.