Sanel Z.

Results 22 issues of Sanel Z.

* Version of collectd: 5.9.2, but also applicable on 5.8.1 * Operating system / distribution: CentOS 6.10 x86_64 under OpenVZ * Kernel version (if applicable): 3.10.0-862 ## Expected behavior I've...

Bug

Hey guys, great project! I've noticed that there is no option to load a custom jar, because JavaVMInitArgs is hidden [1] from the public access. AFAIK, to load a custom...

Right now, folder with external dependencies (`.lein-codeindex` in project root) will contain anything what is stored inside `.jar` files. Some of these files aren't necessary for indexing, like `.class` files,...

enhancement

Is there a way to have per-feed a specific curl args set? I've noticed that some sites, with `--compressed` argument and http2, will return `curl: (23) Failed writing received data...

Hi, I'm trying to force maven to work with drip. Exporting JAVACMD to drip path will instruct maven to use drip; however, on each 'mvn' call new java instance will...

Hi, I'm not sure is this good way to communicate, but feel free to redirect me to mail if that suits you better. I'm getting this error, after running 'make...

Hi, Really nice package; kudos! One really nice feature would be to add support for multiple workspaces/desktops. As I can see now, only single workspace is supported and e.g. I...

enhancement

### Describe the bug Updating Metabase from 0.49.5 to 0.49.8 failed, with failed db migration. ### To Reproduce 1. make sure you run 0.49.5 version 2. try to upgrade metabase.jar...

Type:Bug
Priority:P1
Operation/Database Migrations
.Team/BackendComponents

tools.gitlibs now uses `git` directly, instead of Jsch, so workarounds are no longer necessary. Password protected private keys are now handled just like they are done through normal `git` command....

[Newer versions](https://clojure.atlassian.net/browse/TDEPS-49) of `tools.gitlibs` does not have a problem with a password protected private key because they now use `git` command directly. JSCH is removed, so I think that JSCH...