gbkwiatt

Results 9 issues of gbkwiatt

I have installed opencv4nodejs without problems on raspberry PI4. Now I want to install it on raspberry pi 3 and I just can't make it to build. it always fails...

I just wanted to use it with my nodejs 14x app. I run my node with esm module for ES6 support. ```js require('module-alias/register') import logger from '_root/logger' ``` and packages.json...

Since there is a Marlin command to output current loaded Mesh into GCode backup ( Gcode to enter to bring mesh back). Would be nice if Bed Visualiser could have...

enhancement

When using router navigate, I get error from router ``` vue-router.esm.js?8c4f:1244 Uncaught TypeError: Cannot read properties of undefined (reading 'metaKey') ``` **Version of Vue** `"vue": "^2.6.10"` `"vue-router": "^3.5.2"` **To Reproduce**...

bug :space_invader:
researching :microscope:

It;s probably because I am new to Android / Kotlin. Trying to make a use of that module, So far working fine with list and bluetooth enabled. I have part...

### What version of Turborepo are you using? latest ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Linux...

### Describe the bug After updating to version when `config.kit.prerender.enabled` param was removed and you have to specify either on layout or on +server.js files to disable prerender - I...

documentation

I know that chromedriver supports changing network conditions ( offline e.g.) https://bugs.chromium.org/p/chromedriver/issues/detail?id=984 Is there anyway, to do it from nightwach-api ? I mean is there a way to communicate with...

Your issue may already be reported! Please search on the [issue track](../) before creating one. ## Expected Behavior According to nightewatch documentation it should work like: ```javascript demoTestAsync: async function(browser)...