Alcolo47

Results 9 issues of Alcolo47

Output of `python -c "import pydantic.utils; print(pydantic.utils.version_info())"`: ``` pydantic version: 1.8.1 pydantic compiled: False python version: 3.8.6 | packaged by conda-forge | (default, Oct 7 2020, 19:08:05) [GCC 7.5.0] platform:...

bug

Adding something like that into File model (django >= 1.8): ``` def ref_count(self): return sum(getattr(self, f.get_accessor_name()).count() for f in self._meta.get_fields() if f.one_to_many or f.many_to_many) ``` and a corresponding column in...

stale

Create working directory in /tmp without creating virtualenv. Then we can run tests within current environment (environment where cosmic-ray was launched from). For this, multiple Workspace classes was created and...

The main idea is this PR is to remove `pending = list(pending_work)` with asyncio version. This allows starting some jobs without waiting for all work items fetch ware done from...

- With no model info - endpoint 1 declared as color dimmer (261) - No input/output declared Big hack line 304: `MODELS_INFO: [(LUMI, "lumi.remote.b28ac1"), (None, None)],` But, how can I...

In account 2.0.0: After confirming account deletion (account.DeleteView.post) the following exception is raised: > AttributeError: 'Settings' object has no attribute 'ACCOUNT_DELETION_MARK_CALLBACK' (This property is not my settings) After a quick...

[discovery.zip](https://github.com/KiwiHC16/Abeille/files/9208923/discovery.zip) Lien constructeur: https://www.innr.com/fr/produit/remote-control/ Lien commerce: https://www.amazon.fr/gp/product/B098B6Y18L/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1 Merci.

I want to convert: ``` async def f(): if logger.isEnabledFor(DEBUG): data = await heavy_computation() logger.debug(f"{data=}") ``` to loguru async: `logger.opt(lazy=True)` is not an option : #389

enhancement

**Description du bug** ``` 0000|[2022-07-31 20:33:44]ERROR[zigate](ZiGate-Decode data) : Device 3cee doesn't receive last command to endpoint 0 cluster 2: 0xa7 0001|[2022-07-31 20:33:45]ERROR[zigate](ZiGate-Decode data) : Error decoding response 0x8702: b'f00000023ceef20000' 0002|[2022-07-31...