Philipp Kursawe

Results 134 issues of Philipp Kursawe

Could this be easily integrated to scan for license plates from more than one country in each pass?

Mir ist aufgefallen, dass der Anwendungsfall, generalAuthenticate command mit tagNo=5 keinen Test hat. Er hat jedoch TestResource Einträge, die jedoch fehlerhaft sind. Die dort eingetragene APDU ist nicht korrekt. `10860000877C81848181`...

No PRs merged for years. Care to hand it over to someone else?

Without setting `windowsVerbatimArguments: true` in the spawn options the redis-server would be spawned with `redis-server.exe "--port 3679"` which it would not accept as a valid argument.

On Windows I am trying to open the server inside a VSCode debugger session and while the server is in the path and is spawned, the output stream handler is...

bug
help wanted

**Describe the bug** Jest can not exit because of an open handle created by importing this lib (as described in the README). ``` Jest has detected the following 1 open...

Given this template, it should render a CSV output with **no** empty lines ```dot host,pin,subject {{~ it :e }} {{=e.host}},{{=e.hash}},{{=e.subject.CN}} {{~}} ``` However, the output contains an empty line after...

Is there plan to support something similar to [slonik](https://github.com/gajus/slonik#protecting-against-unsafe-value-interpolation) field selector protection?

This makes conditional chaining even easier: ``` SQL`SELECT * FROM table` .append(where(...)) .append(orderBy(...)) ```

Current master branch has 14 failing tests for me. Thats for all the the database adapters. Any idea why that is?