Björn Dalfors

Results 114 comments of Björn Dalfors

@dekoza @tomwojcik Any other guesses to to who maintains this repo? @haxoza is unresponsive it seems. This is a showstopper for many who are using this library Thanks!

> @bj00rn I will take over from now on, but I can spend only a few hours a month on this project. I will look over the issues soon. For...

duplicate? https://github.com/sunscrapers/djoser/issues/668

Another integration has done some work on this https://github.com/Strixx76/mold_risk_index Relevant calculations are here https://github.com/Strixx76/mold_risk_index/blob/51dd03e5223dd5fa2ff262d5804defeb10cf42cd/custom_components/mold_risk_index/sensor.py#L170

@siddharthkp lot's of open PRs here though, is this being maintained? also dependencybot will do a good job at keeping up with these things, maybe enable it?

did https://github.com/siddharthkp/bundlesize/pull/381 tests are failing locally though, no idea why, does not seem related to axios also I noticed [github-builder](https://github.com/bj00rn/bundlesize/blob/585d291df61c984b6d61a5f18a9ce84930f0c2d7/package.json#L45C5-L45C5) is in dependencies and depends on axios. Needs fixing or...

FileAwareEnv should take care of this for you unless im mistaken. At least in compose python ```python env = environ.FileAwareEnv( DJANGO_SECRET_KEY=(str, ""), ) ``` compose ```yaml environment: - DJANGO_SECRET_KEY_FILE=/run/secrets/django_secret_key secrets:...

What's the status of this issue? Is mergeCells inherently incompatible with trimRrows plugin? If this is the case, the docs needs updating

> Hi @bj00rn > > The following issue is an epic, for all mergeCells-related issues at the time of reporting. > > The issue with `trimRows` at #6989 is closed...

> We make notes in the documentation that something is not supported when we intentionally did not include that in the specification of the plugin, as with the `nestedRows` at...