Jaka Hudoklin

Results 48 issues of Jaka Hudoklin

You should not depend on dynamic compiled binaries, because they don't tend to work across systems. For example if linker is on non-standard path like on nixos it will not...

Implement support for fuse filesystem. This won't be full blown filesystem, but just structure in form `vault/filename`. We put file metadata in SimpleDB. Depends on: #25, #26

@wvmarle and also some other coders have made a lot of progress lately and glacier-cmd is really becoming more and more stable software. But we still don't have a release...

We need this so we will be able to write tests. I recommend a tupple of `(error_code, results)`, where results can be anything. This way we might evolve not only...

We will mock results of glacier and SimpleDB and observe application behaviour. We have to define different exceptions for different errors and handle error reporting on one place. Every utility...

I have improved script for trezor gpg key recovery, so it does not require trezor device and it does not require `trezor-crypto` native library (works only with ecdsa). What would...

## Idea Implement a scripts that checks whether suspension is needed or not based on current process behavior. Have an option which scripts to activate for a profile. **Example checks**...

enhancement
help wanted

Implement configuration reloading by sending `SIGUSR1` to `xsuspender`. This enables if `xsuspender` is started without process supervision to still be able to reload config without restarting it.

enhancement

## Issue Currently window matchers only accept exact match. So that means if window class is `chromium-browser`, `match_wm_class_contains = chromium` would only match `chromium` window class and not `chromium-browser` class....

enhancement