wxguy

Results 33 comments of wxguy

I was closely monitoring the development code base for these `LTO` and `shapely` bugs. Gone through the code base here `https://github.com/Nuitka/Nuitka/commit/9aeefcafe7201478ba698e3dcc8a1f40334fbf1a` and here `https://github.com/Nuitka/Nuitka/blob/develop/nuitka/plugins/standard/DllFilesPlugin.py` which indicates the shapely bug is...

I returned to report that I made it work by downgrading the nuitka version to `0.8.4`. Here are some other details which may be of help to you:- ``` $...

Well, I have not tried but will do that when I get time. I have a suggestion. People like to have a ready-made package of any software program. Therefore, why...

> You just have to do `from loguru import logger` in all of your modules. > > I suggest the `logger` to be configured by the entry point of your...

> > > I don't know if it's related, but Windows builds in this PR [conda-forge/wrf-python-feedstock#45](https://github.com/conda-forge/wrf-python-feedstock/pull/45) prevent wrf-python being available for conda py3.8 (cf. https://conda-forge.org/status/) I continued with my urge...

> > > > I don't know if it's related, but Windows builds in this PR [conda-forge/wrf-python-feedstock#45](https://github.com/conda-forge/wrf-python-feedstock/pull/45) prevent wrf-python being available for conda py3.8 (cf. https://conda-forge.org/status/) > > I continued...

Same issue here. Even inbuilt modules such as `os`, `sys`, `platform` are being reported as missing. Used `pylyzer` as server.

Thanks for your clarification. I did enable and checked for autocompletion as per your suggestions. Here is what my observations. **Configuration Issue** When I enabled `pyright` in LSP configuration windows...

> @wxguy thanks for testing and reporting issues. It really helps. > > I've added a switch in the Lazyman LSP config menu to disable `pyright` if `pylsp` is enabled...

I think it is a bad idea to create multiple instances to download multiple files. What if I need to download more than 500 files. Rather, I would prefer to...