Jeremy Fleischman

Results 382 comments of Jeremy Fleischman

> Wouldn’t an error be less convenient than the current behaviour? IMO, no. I was importing CSVs from my bank with ";" chars in the field I was using as...

> Perhaps better than the current behaviour would be for the CSV reader to replace semicolons within text fields with underscore, or nothing. It seems reasonable for hledger to have...

> Is there any reason you need to create another one for the existing cluster? @pahud, no. For more context: we recently had a complete outage of one of our...

I just learned that this aws-auth ConfigMap is getting replaced with a new access entity and access policy mechanism: https://aws.amazon.com/blogs/containers/a-deep-dive-into-simplified-amazon-eks-access-management-controls/. We're going to put our effort into that, which should...

Thanks for the pointer to https://github.com/zerotier/zerotier-systemd-manager, I'll check it out. I do believe a warning would be a godsend for future users. How does https://github.com/zerotier/ZeroTierOne/pull/2493 look?

Ah, sorry, I hadn't seen #1521. A couple questions: 1. What do you mean when you say "lsp will deliberately ignore it"? I tried the diff above locally and things...

:+1: This change will also let us have a competition that spans more than 1 year.

AFAIK, the rails app is not using year, month, day anywhere (maybe in tests). See https://github.com/cubing/worldcubeassociation.org/blob/master/WcaOnRails/app/models/competition.rb#L174-L181, which is kind of gross as it's using `Date.parse` instead of `Date.new`. I'm fine...

@sternenseemann, thanks for the heads up. We have had some turnover in the team (I don't even know how to do a release to Hackage, because we thought we'd never...