Ondrej Slinták

Results 6 issues of Ondrej Slinták

Looking at [comment in code](https://github.com/nvie/python-fu/blob/master/python_fu/module.py#L104) I assume you are aware of this, but let's make it official issue. If you use `mkmodule -p foo` (undocumented btw - will look at...

If I want to reset an index before populating it (eg when using aliases) and I want to change some settings in it, it's not possible at the moment since...

I'm implementing a server that supports pretty standard Auhorization Code flow. I'd like to generate both access and refresh tokens, the former with short expiry time, the latter with long...

Since I installed version 1.3, I'm getting incorrect HTML formatting in *.html.twig files. In following code, it's incorrectly formatting HTML tags, as if it thought Twig tags are HTML too....

Right now, if I want to use `protobuf_codegen::Customize` to enable serde support, I have to include `protobuf_codegen` in my codebase. I think it'd make sense if this library reexported it.

This PR adds support for `native-tls` when using `Transport::Wss`. This is still a WIP since the feature `tokio-native-tls` needs to be set in `async-tungstenite` when using `use-native-tls` feature in this...