Glenn 'devalias' Grant

Results 1222 comments of Glenn 'devalias' Grant

Another alternative suggestion, found at: https://github.com/hoeck/simple-runtypes/issues/63 > https://github.com/egoist/tsup looks like a good candidate - https://tsup.egoist.sh/ - https://github.com/egoist/tsup

> If I understand this right, it looks like we would need to surface another CORS field, contentHandling, that would be added to the x-amazon-apigateway-integration resource in the output CloudFormation....

@tayler-kemsley Figured out a workaround that you may be able to use, see https://github.com/awslabs/serverless-application-model/issues/566#issuecomment-419311289

I was actually thinking that the custom resource route was going to be the way to go given the current state of things, though haven’t invested the time to explore...

That was what I was thinking as well.. though hadn't yet explored whether I could deploy an entire 'stack' in a single SAM deploy.

A few snippets from one of my templates, not ideal (and quite verbose) but seems to work (in particular, having to set `REGIONAL` since I deploy outside of `us-east-1`. I...

Also potentially relevant: > I haven't gone far with this yet, but this is the shebang I'm using in a script to get `ts-node` to use ESM mode: > >...

Would it be possible to use the [exclude option](https://github.com/welldone-software/why-did-you-render#include--exclude) with a RegEx to workaround it in the meantime? > You can include or exclude tracking of components by their displayName...

For anyone else that stumbles upon this thread, it seems Zinit may also be deprecated now, at least based on https://github.com/zdharma/zinit > Zinit Legacy. Use [ZI](https://z-shell.pages.dev/) instead https://z-shell.pages.dev/ refers to...

Since I keep stumbling my way back to this thread, here is an awesome-list of other zsh frameworks/plugin managers if the above don't suit peoples needs: - https://github.com/unixorn/awesome-zsh-plugins#frameworks