Sören Sprößig

Results 5 issues of Sören Sprößig

### problem Running Loki on my Windows 10 reported ``` [ERROR] [Error 3] Path not found: u'C:\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\*.*' ``` I assume this is due to the 260 characters in a file-path...

enhancement

When creating an image we have two manual steps: - add Oracle Instance Client (by unpacking `instantclient-basiclite-linux.x64-xxxxx.zip` in `/opt`) - add a compiled Python application to `/app` - this comes...

enhancement

Hi everybody, we are trying to use https://github.com/mebjas/html5-qrcode in one of our customers' internal projects. This projects claims to be under **Apache 2.0 License** and is using `zxing-js`, which claims...

question
no-issue-activity

Follow up to #152: I'm able to parse the JSON file in groovy out-of-the-box. I'd like to highlight those findings in the currently open CLion project. I saw https://github.com/dkandalov/live-plugin/blob/master/plugin-examples/groovy/java-inspection/plugin.groovy#L18 but...

I'm having a JSON file ```json { "version": "2.1.0", "runs": [ { "tool": { "driver": { "name": "lint4jsondb / PC-lint plus", "semanticVersion": "1.0.0" } }, "results": [] } ] }...