Simen A. W. Olsen

Results 127 comments of Simen A. W. Olsen
trafficstars

I've released this under `@cobraz/nestjs-dataloader` at version 0.0.2-alpha. Source code available here: https://github.com/cobraz/nestjs-dataloader. Hope this unblocks some of you until later 👍

Should probably change the title from `nextjs` to `nestjs` :)

``` `admin${resource.name}` ``` would be cool too :)

Hello 👋 I recently published [generate-runtypes](https://github.com/cobraz/generate-runtypes). The purpose of this package is to be a building block for other libraries to use, like [jsonschema-to-runtypes](https://github.com/cobraz/jsonschema-to-runtypes) (which is just a fork of...

@nathanleiby thank you for the quick reply. I've opened a pull request, hopefully, that works out? :) See #105

This can probably be solved by adding the environment variable, and make it default to `~/.pulumi`. Shouldn't be a big issue to fix. Still relevant for you, @schmidtw ?

👋 Thanks for the suggestion! A big thing for us with `v2` was to move the responsibility of different stacks, and functionality etc. to other Github Actions (like using [`google-github-actions/setup-gcloud`](https://github.com/google-github-actions/setup-gcloud)...

Thanks for that! > There are definitely better ways to manage drift but simply running the diff every time can still be helpful. @martinjt [mentioned](https://github.com/pulumi/actions/issues/126#issuecomment-802107579) a nice setup where he...

Thank you for posting, I don't know what happened with my reply (probably forgot to post it!) Sorry about that. AFAIK, this is something that needs to be handled in...

I really like your thoughts here, I think it makes sense to add an `install` command. > I was about to say that CI/CD seems beyond the first 48 hours,...