Cameron Jeffords
Cameron Jeffords
It *does* work with `@electron-forge/maker-dmg` so seems to be something specific to `@electron-forge/maker-pkg`
No. The variable was passed to the `env` as in the above Action. The only logs were from `electron-forge:packager` describing the targets and output path
@erikian OK I went ahead and just ran it with `DEBUG="*"`, and got some additional logs: ``` ** if you'd like to see logs prior to here let me know...
So overall, should I expect that it's possible to have zero-downtime deploys to our containers? Maybe it'll require a little more legwork on our end though? 1. For the `Host...
Example: I forked the AfterEffectsPanel form the Samples section, and made a progress bar that runs in a requestAnimationFrame loop. Note the slowdown when the panel width is odd vs...
### Code to replicate: index.html ```html let count = 0; $(document).ready(function () { function render() { var bar = document.getElementById("myBar"); function increase() { count = count + 1; if (count...
Hi @ErinFinnegan - Thanks! Totally understand everyone is busy, just wanted to get this on the radar. Please keep me updated, hope to hear back soon after. Good luck on...
Hey @ErinFinnegan , any updates on this? Do you know if the team will be investigating?
I think there are some open threads on FPS limitations in CEP panels (ex: https://community.adobe.com/t5/after-effects-bugs/running-cep-extensions-at-above-30fps-on-macos/idc-p/13273332#M808), but this seems different.