Andy Fuchs
Andy Fuchs
Parcel already has the ability to copy over static folders: [https://www.npmjs.com/package/parcel-plugin-static-files-copy](https://www.npmjs.com/package/parcel-plugin-static-files-copy) Static folders can include tons of files you won't load initially... So your link to `development-images.md` is moot. Just...
Don't remember exactly, because I clicked it away, since I was working. I showed a big blueish box on my Sketch-canvas while I was drawing something else (the project didn't...
Would that make it possible to run the files from a relative path (e.g. file://). So, if `basePath` would be something like `.`?
Is there any progress or info on this?
@JoryHogeveen I am not really a PHP Pro, but I will definitely have a look at it asap, as I can definitively use this here and there. Thanks for sharing!
Just use Javascript and HTML, as you would do in a browser...
If you get the `keyUp` or `keyDown` event from the button, send some message (anything you like) to the property inspector using the `sendToPropertyInspector` API, grab it in the property...
Here's the docs: https://developer.elgato.com/documentation/stream-deck/sdk/overview/ or check out the source of our various sample plugins, e.g.: https://github.com/elgatosf/streamdeck-pisamples/blob/master/Sources/com.elgato.pisamples.sdPlugin/app.js
Here's a bit more information: I removed one of my SonosOne speakers from a stereo-pair into a new network. What I didn't do was to split the stereo-pair. So Sonos...
@gregpalaci I never thanked you for sharing your react-nodegui-starter... So: Thanks for sharing!!! Slthough I'm more into Vuejs, it is much cleaner and better to understand as the vue-nodegui-starter (where...