David Backeus

Results 41 comments of David Backeus

We're setting up a multi-arch cluster and are also a bit troubled by the lack of ARM support and lack of built in multi-arch support via `nodeSelector`. Could anyone recommend...

We also hit this issue during import of a ~60GB large database. At its peak (looking at the Grafana dashboards) we found that the WAL log reached 80GB in size....

It's quite nice to delete linting comments to avoid leaving long trails of old PR activity. We've been using houndci.com for linting and when they switched from resolving to deleting...

To elaborate on the deletion behaviour of HoundCI: It only deletes comments if there was no follow up. So "discussions" would be left in place. In my experience it's quite...

We have been running autoresty + lua-resty-auto-ssl for almost a year now without problems but for some reason during the past 4 days already existing domains have not been renewed....

We found that the reason certificate regeneration broke was that we had added frequent `reload` signals to our openresty instance via `crontab`. We did this since we found that our...

I'll attempt a PR sometime this week 👍

For the record: The existing issues with `Layout/ClassStructure` made me reconsider attempting a PR for this 😬

@dimitri Ran into this issue as well. Running the query you mentioned above I get: I have no idea what the purpose of the query is, but it appears the...

Only way to make installation of Ruby blazingly fast would be to provide statically pre-compiled versions for download. Should be possible. That's eg. how traveling ruby creates redistributable Ruby packages.