Matt Clarke

Results 16 comments of Matt Clarke

Sorry for the slow reply. I've installed from `develop`, specifically commit `d762522`. The daemon restart didn't help, nor did restarting my machine and the backend services (postgres/rabbiitmq). I was in...

Unsure if related, but I seem to very frequently be getting the following on many of my jobs... ``` +-> ERROR at 2021-03-18 08:05:18.028135+00:00 | Traceback (most recent call last):...

One that might be worth including here for feature completeness is the dependency overrides functionality. A common complaint with `poetry` is when you have a chain of git repositories dependant...

Yeah, it looks really powerful. My rational for wanting this functionality here is that adding the command here requires zero extra infrastructure to achieve this. I don't disagree LakeFS looks...

We ran in to this recently. @pzarabadip, am I remembering correctly that `datetime.timedelta` instances weren't working? (Sorry for the ping, not at my laptop so can't check!)

@ndellosa95 Thanks very much for sharing this! @benpankow The issue in #14520 is potentially relevant here too as I imagine the solution for this would probably share a lot of...

Ah, maybe. I'm dealing with torch specifically, so have to deal with the issue of changing the pypi index url on a per-platform basis.

Is there any ETA on this? We are trying to build cross-platform FMUs but the lack of support for M-series macs is a bit of a blocker at the moment.

@vtnate I'd suggest checking out [python launcher for unix](https://python-launcher.app). I moved away from pyenv as it was slowing my terminal down massively. This tool replicates the `py` command for windows...