Marc

Results 6 issues of Marc

**Is your feature request related to a problem?** I want to dynamically access the directory from an imported devspace.yaml file from another repository. As I can see, in imports the...

kind/feature

I get the following FutureWarning on torchsummary 1.3.0 (latest) and pandas 1.3.1 (latest) on Python 3.9 under Windows10 FutureWarning: Dropping of nuisance columns in DataFrame reductions (with 'numeric_only=None') is deprecated;...

## 🐛 Bug Currently, SequentialLR can only be used with schedulers that inherit from _LRScheduler or in other words adhere to the way .step() is called, i.e. without any arguments....

module: optimizer
triaged
module: LrScheduler

### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. -...

enhancement

### Bug summary Any calls to logging.dictConfig including from 3rd-party libraries (in my case ray) raises an exception inside prefect APILogger. ```log File "/deps/prefect/logging/handlers.py", line 104, in flush RuntimeError: Cannot...

bug

**What happened?** My devPod is always replaced by a new "pod" which is identical to the already running pod. This cause some delay between consecutive `devspace dev` command which is...

kind/bug