Andy MacKinlay
Andy MacKinlay
Right, and the utility I implemented is literally a couple of static methods on a util class which take a calendar year, US week number and US weekday number, and...
For posterity, here's the API from over at my Gist ``` public class DateConversion { /** * Convert a date from US customary Year-WeekNumber-Day format to a Joda DateTime object...
@matteosantama I think to make the above work out-of-the-box, it would need Github Actions to support ARM runners [which is not yet on the roadmap](https://github.com/actions/virtual-environments/issues/2187#issuecomment-737339211). Also see https://github.com/actions/runner/issues/805 Cross-compilation could...
We (Culture Amp) would love to this upgrade too.
OK my workaround is to install a new version inside a virtualenv (avoiding extra work of using Docker) If I source the following script I get the latest version when...
All good points. my personal thoughts: - yep I do the regex dance myself, and it’s not too bad, just lots of extra cognitive load and typing for simple common...
@tonistiigi I'm struggling with a docker-compose file which has ``` build: args: - https_proxy=socks5h://localhost:5050 network: host ``` And `bake` is not respecting that `network: host` line. It sounds like that...
This PR seems like it would be really handy as it would allow pyhive to be compatible with python 3.10. Any chance of it getting merged?
I'm wondering whether we should abandon the configuration building options, and just insist on using `TypedAggregate` etc.. The 'configuration args' approach that you're improving here is probably more friendly for...
As updated in the description, this issue only happens when connected to a 3rd party VPN (I forgot I was on one), so is less serious than I thought but...