Christian Emmer

Results 117 comments of Christian Emmer

Thank you for the detailed response @use-strict. Unfortunately, I have packages without CJS support, so I need to keep this as ESM. I could probably drop the Node version, but...

Seeing the same problem here, fresh MySQL instance. Running the command like this gets me past the problem: ```shell bundle exec rake db:migrate || true bundle exec rake db:migrate ```

I'm a customer of @mattrobenolt's and I wanted to add some voice here. Prepared statements are a scaling concern for my self-hosted Temporal v1.20.4 instance. Here are some quick measures:...

@tdeebswihart that's the best kind of close! I appreciate the work that you and @mattrobenolt have done here, I'm hoping this is a massive win for self-hosted MySQL.

No need to necessarily backport, I'm on an older Temporal version because I haven't invested the time to do the v1.21 and v1.22 schema upgrades yet - not for any...

They must have fixed whatever was wrong. There are websites that can be used to simulate the timeout, e.g. https://httpstat.us/200?sleep=60000 with a 60sec response delay.

I spent some time looking and I couldn't find any website that could simulate `TooManyRedirects` or `ConnectionError`. The best I found was https://httpstat.us/ which is just status codes. I think...

Adding http://www.logiqx.com wouldn't be a good test, as it looks like the website has since recovered and is not producing the error anymore. I think the same would be true...

Hi @aymericbeaumet I used https://github.com/aymericbeaumet/metalsmith-concat/blob/e6a128c99ad10d5e16b3faa3e6f170f96ee684ad/index.js in my project and it didn't work as expected. As far as repro - running Metalsmith (v2.3.0 in my case) on Windows will use the...

Not seeing a difference in `options.output`, but the update to `options.files` is a good one - though I was already using forward slashes with the glob pattern. --- So I...