Jiří Navrátil

Results 7 issues of Jiří Navrátil

I'm using PySocks==1.6.8 in Python 3.6.4 ```Python socks.set_default_proxy(socks.SOCKS5, "127.0.0.1", 8888) socket.socket = socks.socksocket socket.setdefaulttimeout(timeout) ``` I need for connection to PostgreSQL (via asyncpg.create_pool) on port 5432 ignore proxy and go...

I was trying to to follow README, but the `/todos/src/routes.clj` looks differently, then the one in README, and this part ``` [:resource :todo]))) ; add this line ``` not work...

I'm on OpenBSD 7.5 amd64 with ``` rustc -V rustc 1.76.0 (07dca489a 2024-02-04) (built from a source tarball) ``` With wasm32-unknown-unknown from `Cargo.toml` have ``` [lib] crate-type = ["cdylib", "rlib"]...

on OpenBSD 7.1 amd64 on filesystem ffs and also on mfs filesystem ``` yadf -V yadf 1.0.0 ``` ``` yadf -vvv [2022-05-30T06:51:02Z DEBUG yadf] Args { paths: ["/tmp"], format: Fdupes,...

On OpenBSD 7.3/amd64 are these TeX Live packages and I installed most of them: ``` pkg_info -Q texlive texlive_base-2022 (installed) texlive_mktexlsr-2022 (installed) texlive_synctex-2022 (installed) texlive_texmf-buildset-2022 (installed) texlive_texmf-context-2022 texlive_texmf-docs-2022 texlive_texmf-full-2022 (installed)...

there is this line HMSET replaces old values with new values. in mset function in which is MSET command executed this comment looks not correct to me

I propose this patch ``` diff --git a/README.md b/README.md -_Navigate to [http://localhost:3080](http://localhost:3080) or [http://localhost:3080/admin](http://localhost/admin:3080) in your web browser (default admin login/password: admin / admin1111)_ +_Navigate to [http://localhost:3080](http://localhost:3080) or [http://localhost:3080/admin](http://localhost:3080/admin) in...