Jakob Schindegger

Results 8 issues of Jakob Schindegger

Today I was upgrading from opencv4nodejs `4.9.1` to `5.3.0` when I ran into this error. I am using opencv4nodejs in an electron environment and there the below listed error message...

Hi, It might be a silly question as I am new to pixi-viewport or not belong here as I am using pixi-viewport with react-pixi, but I am trying to figure...

Hei To make UI adapt i.e. to the window size it would be great to have a feature where one can update the width of the canvas and all the...

I have [a wheelZoom setup](https://github.com/davidfig/pixi-viewport/issues/143#issuecomment-1086836352) where I am setting wheelZoom to `true` for scroll-wheels or `false` for trackpads. When it is set to `false`, I can either `pinch zoom` or...

In my electron app I create 2 BrowserWindows. I call installExtension after creating the BrowserWindows, but my main window only loads the devtools occasionally. ``` app.whenReady() .then(createWindows) .then(() => {...

Hi I keep running into the TypeError pasted below when trying to run the [faceDetection example](https://github.com/peterbraden/node-opencv#face-detection) in a packaged electron app on OSX. When running the electron app in dev...

Hi, I have added getPosition, getPositionMS, getFPS, getFourCC and setPositionMS. setPositionMS is a duplicate of getFrameAt, but as it sets the position in MS I find getFrameAt confusing and would...

When I reorder my list in meteor, the order fields are not updated properly. After a couple of times dragging and dropping they all end up at the same number....