Daniel Nugent
Daniel Nugent
Hm. You know I don't know if I completely remember the reasoning for doing it just this way. I think I was just emulating what Python packages did since I...
Neato!
This objection doesn't really make a lot of sense to me. The sqlite thread is going to pull queries off and execute them in the order they appear on the...
Did you have any thoughts on my response? I'm happy to just monkeypatch the Cursror class in my own code to do as I wanted (it's literally one line). I...
Before Arrow 6.0, this can be done with the fill_null compute function, 6.0 and greater, it needs to be done with the coalesce compute function.
I think that's fine. I'm trying to think of a situation where you'd really want to have multiple separate configs where the weight is *actually* associated with the sources you're...
I still think it's a worthwhile idea, but I don't have a practical application at the moment.
If you're going to add word-wrapping to log lines, please make that a toggle.
This is an upstream issue with dateutil. The tz.gettz method doesn't preserve the timezone name. You might be able to get them to fix it. Alternatively, you could explicitly use...
I had a script that tweaked the lock file to do just this (use lowest version of all specified deps), but it’s now busted because of the sha256 check fix...