Eric Anderson

Results 31 comments of Eric Anderson

I see the comment above about no AST, but is there any possibility for a plugin hook that allows a custom JS transformations to be applied? It doesn't need to...

This worked great for me as well. I used this key code combined with the file this generator creates and now the "home" button works as a proper escape key....

Sorry, I didn't mean to imply the behavior started when I added this key mapping. Was just saying it's the only thing standing in the way of making this "iOS"...

I'm using the dynamic plugin so YMMV but what I do is have my script export a function called `run` that then the host calls. Something like this: ```js import...

Would that hook work for this? It is the delivery of the index page that needs the CSP which is a different middleware (api middleware vs ui middleware).

Since there was interest in this PR again on #174 I have updated my branch to merge with the latest in `master`. I gave it a whirl in the `test-app`...

Didn't get any feedback on this so don't want to create a PR unless I think it will be accepted. But if anybody else hits this issue and doesn't want...

Just FYI. I had created a PR for this at https://github.com/rswag/rswag/pull/263. It's probably old by now and looks to have gotten auto-closed so it may need updating but might be...

Same here. Using M1 MBP also. Using [colima](https://github.com/abiosoft/colima) for container runtime. ``` % circleci local execute Fetching latest build environment... Docker image digest: sha256:8c7e8c77261c5c6227c1ee27f95f902bd046d42c8c849039d8144942ba6c12e7 WARNING: The requested image's platform (linux/amd64)...

Closing this. Recently finally was able to try switching back to libvips and it now works perfectly on GAE. Thanks!