Pavel Kolesnikov

Results 10 issues of Pavel Kolesnikov

After installing with ``` pip install --user beanstalkc ``` Trying this will fails: ``` ~> python Python 3.9.5 (default, May 14 2021, 00:00:00) [GCC 11.1.1 20210428 (Red Hat 11.1.1-1)] on...

`@hug.exception()` is `ExceptionRouter(HTTPRouter)` so only supports web part of `hug`. It would be great, if `@hug.exception()` support at least `CLI` API.

Hi, I'm struggling to get Groovy kernel installed correctly. I've installed the `beakerx` and `beakerx_kernel_groovy` with `pip install` but no kernel besides IPython is available. Then I stumbled upon the...

subj

Hi, I've noticed the tests are not OK on Windows. Could you please confirm that on other platforms they're OK? I'm on rev b35eddab86ccfab46172b21e5608b4bc1c83a8d0 ``` PS C:\Users\PK\Documents\github.com\cortesi\modd> go test ---...

This will add a per-block defined silence period (widely known as debounce). Hopefully will suffice to close #86 (also close #55). Default behavior: no pause. Example: ``` ** { silence:...

Hi! I've `gem install riemann-dash` and got this: ``` Fetching sass-3.7.4.gem Ruby Sass has reached end-of-life and should no longer be used. * If you use Sass as a command-line...

```$ fontfinder-gtk thread 'main' panicked at 'libgtk-3 was configured with `--enable-debug=no`. See https://github.com/gtk-rs/gtk/issues/270 for details', /home/pk/.cargo/registry/src/github.com-1ecc6299db9ec823/gtk-0.4.1/src/rt.rs:146:13 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ``` We're not alone...

``` cargo 1.57.0 rustc 1.57.0 (Arch Linux rust 1:1.57.0-1) ``` ``` warning: use of deprecated constant `std::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred --> src/fc_cache.rs:2:47 | 2 | use std::sync::atomic::{AtomicBool,...

Hi, I've installed `pass_secret_service` with `pip install pass_secret_service` on Fedora 35 with default python. Direct invocation gives this: ``` [pk@pkolesnikov-f34 ~]$ pass_secret_service Traceback (most recent call last): File "/home/pk/.local/bin/pass_secret_service", line...