Blake Gentry
Blake Gentry
We're big fans of sqlc at @muxinc. However we're also big users of CockroachDB, and have recently started hitting some of the pain points of using the two in combination....
I think you might be able to restructure the tasks so there is a main task which just does a `while` loop and calls a subtask. Then the sleep can...
yeah, I should be able to do that soon
I made these changes in my `config/deploy.js` to make it work well with the version file: ```js cloudfront: { accessKeyId: process.env.AWS_KEY, secretAccessKey: process.env.AWS_SECRET, distribution: process.env.AWS_CLOUDFRONT_DISTRIBUTION, objectPaths: ["/index.html", "/VERSION.txt*"], }, gzip:...
Ran into this while setting up Storybook for the first time on a brand new project. It would be great to get https://github.com/storybookjs/storybook/pull/24555 over the finish line to remove this...
Funny, I also just ran into this. I had issues with ActiveModelSerializers' ErrorSerializer as well and ended up hacking it myself to get it working: ``` ruby module ActiveModel class...
@fotinakis Yes, it is for a different project. I was offering it up as an example of what a similar project does to handle errors, and how I was able...
@fotinakis yeah, out of the box AMS is not compatible with Sequel errors either. I made that tweak late last night and didn't get around to submitting a PR because...
As mentioned in #120, all AWS regions support v4 signatures http://docs.aws.amazon.com/general/latest/gr/sigv4_support.html
The typescript failures here appear to be unrelated to my changes, though maybe they resulted from some of the version upgrades I bundled in here. Happy to try to back...