Andy Fuchs

Results 40 issues of Andy Fuchs

### Description When there's a new version available, Kactus automatically downloads and installs that version. This is bad behaviour. Please at least ask the user if he/she want's to update...

enhancement

Is there some example available around these things: - no typescript, but vanilla javascript? - no webpack (or other JS bundler)? - how to bundle an external node.js module (e.g....

First of all, thanks for your efforts to provide a Qt-based application framework. In the beginners docs it states, no core-build-step is necessary, however, when I `npm i` any of...

Is there a way to create query-parameters dynamically/programmatically? E.g. by adding multiple e.g instead: `posts().param('per_page', 99)` using an array: `posts().param(['per_page', 99],['author', 5])` or an object: `posts().param({ per_page: 99, author: 5,...

It seems the extension just lets me add individual favorites on MacOS. If I right-click a favorite-group, I'm getting this: If I try to edit something I'm getting: `Error running...

bug

I am using the `esmodules` branch (or the `default` branch with [this patch](https://github.com/peter-murray/node-hue-api/issues/220#issuecomment-1646561635) applied, so it can import `discovery`) Everything works fine, but if I switch a light off (or...

I think adding the `bridgeid` to `bridge-validation.ts` (line 51) would be very helpful. `result.bridgeid = res.data.bridgeid;` This is especially true, if the bridge was renamed and/or moved to another IP-address....

### Environment ------------------------------ - Operating System: Darwin - Node Version: v20.6.1 - Nuxt Version: 3.10.1 - CLI Version: 3.10.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: -...

By default, Gridsome loads all assets from the absolute root of my site. I can add `pathPrefix` to move that to a subfolder (e.g. `mysubfolder`), but all assets are still...

I'm getting a strange error when I use the library in a built project (using `esbuild`). The error is: `ResourceRecord2 is not a constructor` Anyone seeing this as well?