Raphael Menges

Results 35 comments of Raphael Menges

I believe to have a similar issue using `[email protected]` and `[email protected]`: ``` npm ERR! Conflicting peer dependency: [email protected] npm ERR! node_modules/vue npm ERR! peer vue@">= 2.5 < 2.7" from @vue/[email protected]...

I am using the plugin within an Electron environment and thus have different absolute image path during development and after deploy. I would be fine with replacing image `src` on-the-fly...

I recorded key press events for "end", "print", "enter", and "esc" on my Windows 11 laptop as follows: **end** https://github.com/kwhat/libuiohook/blob/f5ef7828a6ea2da9a57ab1d284addc2dd983becf/include/uiohook.h#L261 Expected value: 35 Recorded values: - keycode: 60963 - rawcode:...

> The above pull-request should fix the problem. It resolves problems with the following keys when the number lock is not enabled. Great! Looking forward to the fix finding its...

I have added a simple test for slice that should reproduce the first example of the ONNX specification of slice. I am still a bit unsure about the data layout...

Thank you @pixelspark for the extensive explanation! Your summary provides me indeed a good insight into the data structures which I would have struggled to gain from the code base...

Still occurs on macOS 13, both M1 and Intel Macs. Any idea what is different about that text input?

> Just change > `let [v, y2, u, y1] = [pixel[0] as f32, pixel[1] as f32, pixel[2] as f32, pixel[3] as f32];` > to > `let [u, y1, v, y2]...

I have checked the `electron-store` module inside my `node_modules` directory. The `type-fest` dependency is contained within the `electron-store` module and the type definitions are found. The `conf` module however is...