Armin Berres

Results 42 comments of Armin Berres

> @aberres The note you are looking for is the one for #38604 in the whatsnew Thanks, makes sense. Not sure if this happens a lot out in the wild...

> If it is not empty, this will raise even if we would allow empty frames Yeah, as you noticed in the "not empty case" only a single column is...

These days the behavior is stated in the docs: > The paths passed to includes are relative to the root_path of Dynaconf instance or if that is not set, relative...

I am having a similar issue. I tried to use `dynaconf_include` in my `settings.toml` to separate really huge mapping dicts. At the same time I am trying to configure some...

FWIW now I finally realized (as described above) that I can solve my problem by defining `PRELOAD_FOR_DYNACONF` instead of `DYNACONF_INCLUDE`. Works like a charm 🎊

But it is still not the ideal solution. While `DYNACONF_INCLUDE` can be set from the main settings file itself, I have to ensure that `PRELOAD_FOR_DYNACONF` is set manually (by either...

The fix got released with fastai 2.2.5. In case of using pip just be aware of https://github.com/fastai/fastai/issues/3220

Apart from other problems (related to https://github.com/fastai/fastai/pull/3230) the notebook looks good. No embedded copy.

As of today the notebook should be fine with fast.ai v2.2.7.

@vanbenschoten A release would really be great 🙏🏼