Dobrosław Żybort

Results 35 issues of Dobrosław Żybort

I found today: https://www.dependencies.io It could update Dockerfile-s with newer version of public images from Docker Hub. It also could update straight from git tags and more. https://www.dependencies.io/examples/ https://www.dependencies.io/docs/ Free...

Hi, I'm investigating now how to gather all logs from all containers on host machine. Related: https://github.com/monasca/monasca-docker/pull/121 @kornicameister For Monasca output we will use: https://github.com/logstash-plugins/logstash-output-monasca_log_api There is still one problem...

help wanted

Now we are using `alpine:3.5` https://github.com/monasca/monasca-docker/blob/81c2676be30e7f9cef348a94f78def291738418a/grafana/Dockerfile#L1 It have old version of nodejs npm that's is not compatible with newer `yarn`. Also in https://github.com/monasca/monasca-docker/pull/207#issuecomment-328730349 @timothyb89 suggest to investigate dropping `yarn` in...

enhancement

**Describe the bug** dateFormat from config is not implemented everywhere **Steps to reproduce** Steps to reproduce the behavior: 1. Set `dateFormat = "2006-01-02"` 2. Open posts page (all dates in...

In some cases when providing wrong QASM code exceptions are empty ### python --version `Python 3.10.12` ### [tool.poetry.dependencies] `qiskit-qasm3-import = "^0.4.1"` Tests example: ```python from qiskit.qasm3 import loads test_cases =...