Aleksei Zhukov
Aleksei Zhukov
Hello. I've checked out and built etorrent@510b4d68ee7bda76df6a1d7de1b7bbb997537532 today on Erlang/OTP R14B03 (with HiPE) using [kerl](https://github.com/evax/kerl) on fresh Ubuntu 11.04 installation, then tried to download [ubuntu-11.04-desktop-amd64.iso torrent](http://releases.ubuntu.com/11.04/ubuntu-11.04-desktop-amd64.iso.torrent). Download process went seemingly...
I've just noticed that trying to register Yubikey (using Yubico OTP method) in non-QWERTY layout makes server respond with an HTTP 500 error and UI shows "An unhandled server error...
Hello. I'd like to use Forge with Sops but the current implementation from #181 is limited AWS KMS-only. So, naturally, I'd like to propose a slight improvement. This PR improves...
Hi, I've experienced a weird condition at `templatetags/macros/macros.py`:[L56](https://github.com/nalourie/django-macros/blob/f3535734ec6058cf031dbd852c54bc56b426bf01/macros/templatetags/macros.py#L56): it seems that `v` could be something other than `Variable` (say `SafeText` or `None`) so the template rendering fails with an `AttributeError`...
First of all, thank you for this library! ### The issue Can you please provide a way to pass custom `SslClientAuthenticationOptions` to `SslStream.AuthenticateAsClient`? Sorry for the long story, but here's...
I've needed to talk to legacy JSON-RPC 1.0 server and found that there's no library on PyPi that could readily do it. - Errors are not handled properly, but raise...
I have a very simple code, like this: router := vestigo.NewRouter() // Also tried router.HandleFunc instead of router.Get router.Get("/ping", func(w http.ResponseWriter, r *http.Request) { w.Header().Set("Content-Type", "text/plain; charset=utf-8") w.WriteHeader(http.StatusOK) io.WriteString(w, "PONG")...
Возникло желание написать число прописью в дательном падеже (н-р «10 (десяти) дней»). Как я понимаю, сейчас библиотека такого делать не умеет, так что оставлю issue как feature request. :)
I've found Herml (tested on 2942bd1d1b3a9811f3194da237b9b922f6ab7cb8) to hang in parser-generated code on the following template: ``` !!! %html %head %meta[{charset,"utf-8"}]/ ``` Generated parser continued to recursively call itself `herml_scan:string/4` in...
Sorry to bother, but the version of the package on PyPI seems to be pretty old (1.0.1 from Sep 2012) and is affected by few issues (in my case, #48)....