Adrian Mullings
Adrian Mullings
I'm also encountering this issue while trying to migrate from npm to pnpm, which treats dependencies in a similarly strict fashion. Like @bradennapier said, modules directly imported from this library...
Are there any updates on this? This feature request is now over 13 years old, and the last update of "this is unblocked now, so we should address it soon"...
This isn't just limited to percentage values. ```css .x {color:#fff;} ``` also gives the same error.
One option you have here is to just edit the profile files directly. They're stored in a `ProfilesV2` folder next the the `Backup` folder described in the [backup documentation](https://help.elgato.com/hc/en-us/articles/360048424432-Elgato-Stream-Deck-How-to-Back-Up-and-Restore-Profiles-#h_01G6XDX2VQWSE3M4WVCAKDRY7R). The...
Sorry, that's pretty vague so I can't really help you based only on this description. The main things that you need to need to send requests using this plugin are...
`https://localhost:56789/streamdeck14?apikey=BIGLONGAPIKEY` should be your URL, `POST` would be your method, you shouldn't need to input any headers as long as you choose `application/json` from the content type dropdown, and `{...
Hmm, I don't think I've ever noticed any significant delays before the request gets sent in my own personal use, though this does make me think that it may be...
Unfortunately the SDK isn't open-source to my knowledge, though maybe you could at least log the `fetch` object and see if it's been overridden somehow. Monitoring the network connections coming...
Interesting idea, though I'd want to implement it in a fairly minimalistic way to avoid ballooning the scope of the plugin.
I think being able to accept incoming requests and being able to parse requests/responses are pretty orthogonal; if I were going to implement response parsing I definitely wouldn't want to...