LEv145

Results 62 comments of LEv145

https://github.com/YanWenKun/ComfyUI-Docker

In `4.2.2` I have the same problem, although it used to work: https://github.com/gregnb/mui-datatables/issues/1915 Looks like a version incompatibility issue (maybe Material-UI)

> Hm might be an issue with the version of Relm4 being used. Just curious what desktop environment or window manager are you using? ```nix services.xserver.displayManager = { sddm.enable =...

Looks like `nix-software-center` is running now! ![изображение](https://user-images.githubusercontent.com/40071054/219900283-45c488a4-417b-4d5b-8aaa-9804a33dd734.png)

Almost works) ```nix $ transmission-gtk transmission-gtk: /nix/store/5lp5v0sa76mhvc42bdc4z8vxwysp18r9-gcc-11.3.0-lib/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /nix/store/jlx2nfpi73sjb0f3096cly5ik8arw9k9-icu4c-72.1/lib/libicuuc.so.72) ```

Maybe this will fix the problem https://github.com/Alir3z4/html2text/compare/master...LEv145:html2text:master

Can to add comments that we add to the `__init__.py` file so that it is ignored (`# pragma: no autogen`) Or can add the `--strict` parameter, which requires ``, or...

I think the functionality is useful, not in all `__init__.py ' we need to import everything

``` from .songbird import ( ... ) # pass # ``` And if you do so, then it does not add the imports from `.songbird`(songbird.pyi) to `__all__`

I seem to understand what you want You want to calculate dimensions values dynamically based on the "base resolution" of the model, not the ratios This is a useful thing,...