b4rlw

Results 12 comments of b4rlw

You have set `pydocstyle` to `false`, not `pycodestyle`!

@arbennett I second the suggestion by @Deniz93. These themes are highly glorious in JupyterLab, but not so suitable if they carry over to reports, etc. Though for me ```python import...

I would second this. Could help keep the pipeline maintainer right as well as improve comprehension among a non-technical audience. It should go without saying that it should not be...

I can't get highlighting of the current context even with a fresh install of LunarVIm and using the above settings. Bug or am I missing something?

Are there any plans for neovim integration?

@pavelzw Successfully installed! Thanks so much everyone, this was resolved super fast.

I'm also looking for a fix for this. Any luck?

Any progress with the suggested resolutions to this issue? I'm relatively new to SymPy and I encountered this issue today when trying to parse an SMA function: ```python latex_expression =...

Found my own issue again when installing a development package, ie. with `pip install --no-build-isolation --no-deps -e .`, which seems to be a subset of this problem as it is...

Faced this as well - looks like ```python file_size = os.fstat(file.fileno()).st_size ``` is always called in `create_upload_session`, which if I'm not mistaken requires a file descriptor (which in turn requires...