Timothy Graupmann

Results 9 issues of Timothy Graupmann

Note: for general questions and comments, please use the forums at: https://groups.google.com/forum/#!forum/json-c **Describe the bug** This JSON library has a dependency on getrandom from the math library libM which can't...

The project needs to marked with a license? Is this public domain, MIT, etc? Thanks!

Hi Ian, The dependency LUA 5.1.4 seems to lack UTF8 support. https://github.com/ianmaclarty/lotech/tree/master/deps/lua-5.1.4 Upgrading to 5.3.0 adds new UTF-8 support. http://www.lua.org/manual/5.3/manual.html#6.5 I'm finding that UTF8 characters above the ascii range are...

After setting up a new RPI, it turns out raspistill is no longer installed by default. ``` ERROR: /bin/sh: 1: raspistill: not found ``` https://www.tomshardware.com/how-to/use-raspberry-pi-camera-with-bullseye Is there any plans to...

wontfix
Informational

I tested with my script here. https://github.com/tgraupmann/Rpi_NodeCamera

Maybe just mention the using namespace before Step 3. ``` using namespace Microsoft::WRL; ``` Otherwise there's an undefined Callback error since the example code isn't namespaced... ``` // Step 3...

bug

In the sample application when the page opens any link opens in a new window instead of a new tab. And the new window has a readonly address bar. ![image](https://github.com/MicrosoftEdge/WebView2Browser/assets/931421/7d3e7c70-79de-455a-b53e-aa0e2331e6c8)...

The dependency on node-hid is so old that the latest no longer compiles and won't install. I tested on Windows 10 and also WSL2. The current version: ``` "node-hid": "^2.1.1"...