Maciej Gawinecki

Results 27 issues of Maciej Gawinecki

### Dependencies None ### Feature Request I am currently migrating all our credentials from Jenkins to Vault. Unfortunatetly, current version of the plugin does not support populating Jenkins AWS Credentials....

I have installed [pyjnius][1] with conda. However, when I try to import pyjnius it fails > from jnius import autoclass File "C:\Users\OEM\Miniconda3\envs\example-env\lib\site-packages\jnius\__init__.py", line 12, in from .jnius import * #...

I have followed installation instructions from https://blocks.readthedocs.io/en/latest/setup.html but the installation fails with ``` pip install git+git://github.com/mila-udem/blocks.git@stable -r https://raw.githubusercontent.com/mila-udem/blocks/stable/requirements.txt Usage: pip [options] ERROR: Invalid requirement: --allow-external theano pip: error: no such...

I have repository that has both Python and Rust code inside. In the root of the repository I have `.pre-commit-config.yaml` with: ```yaml - repo: https://github.com/doublify/pre-commit-rust rev: master hooks: - id:...

When resuing same HTTP client instance with `reuseHttpClientInstance()` configuration option I am getting the following error: ``` java.lang.IllegalStateException: Invalid use of BasicClientConnManager: connection still allocated. Make sure to release the...

Why in horizontal bar chart line following 0.0 value Is grey out? ![image](https://user-images.githubusercontent.com/7452788/143880166-652048af-01aa-4aba-9090-dfe482586603.png) Here's example to reproduce the problem: ```python from termgraph.termgraph import chart data = [[0],[34], [2]] labels =...

Versions and release notes

Ref: https://github.com/dzieciou/curl-logger/actions/runs/4092679132/jobs/7057576657 ``` Warning: Javadoc Warnings Warning: /home/runner/work/curl-logger/curl-logger/src/main/java/com/github/dzieciou/testing/curl/Options.java:61: warning: no @return Warning: public Builder logStacktrace() { Warning: ^ Warning: /home/runner/work/curl-logger/curl-logger/src/main/java/com/github/dzieciou/testing/curl/Options.java:67: warning: no @return Warning: public Builder dontLogStacktrace() { Warning: ^...

bug

Ref: https://github.com/dzieciou/curl-logger/actions/runs/4092679132/jobs/7057576657 ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/runner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of...

bug