khamyl

Results 4 issues of khamyl

I am experiencing execution timeout for 147 kB image. **SW:** PHP: 8.1.2 GD: bundled (2.1.0 compatible) **Usage:** ```php $qrcode = new QrReader($img_file); echo $qrcode->text(); ``` When inspecting `$qrcode`: ``` Zxing\QrReader...

Hello, I am so happy that something like this exists! Unfortunately, I cannot make it work for C++ (cppvsdbg). I took the example form [demo code](https://github.com/hediet/vscode-debug-visualizer/blob/master/demos/cpp/main.cpp) and implemented it like...

Is there a possibility to override the direction parameter? I needed to have two different buttons for `ASC` and `DESC` so the toggle did not work for me. I could...

If the direction toggle in anchors is not what you want, e.g. you needed to have two different buttons for ASC and DESC, you can override the direction in the...