jsh9

Results 140 comments of jsh9

Hi Carlos, > when you open a variable with the Object viewer, is its corresponding window shown in front of Spyder? Or is it sent to the back? The object...

I was able to reproduce the result here: https://matplotlib.org/gallery/lines_bars_and_markers/marker_fillstyle_reference.html For "fill style" equal to "none", the markers are transparent. So it seems that matplotlib is normal. I am pretty sure...

Upvoted. Having the code editor and the ipython console side by side (horizontally) is very useful for scientific computing, and is in fact what Spyder has been using. (Having just...

On a newer version of Python, such as 3.9.12, the code snippet [above](https://github.com/astropy/sphinx-automodapi/issues/119#issue-716091521) will fail. This is most likely because of the updated behavior of lambda functions. The following will...

Hi @Oreilles , thanks for submitting this issue. From my perspective, the potential difficulty with this suggestion is: instance attributes are difficult to check. Here's an example of "class attributes"...

Hi @charliermarsh , after I raised this issue (https://github.com/charliermarsh/ruff/issues/4362), I looked into Darglint myself. It was extremely slow, and it can actually be unusable for large projects. Therefore I spent...

Hi @erwann-met , please feel free to submit new issues over at pydoclint, and I'll take a look.

Hi @charliermarsh : here are my unsolicited two cents: There are 2 main pain points to `Black`, which are completely orthogonal: 1. Speed (`Black` is native Python which is naturally...

This particular style choice of Black also troubles me. That's what motivated me to start a more configurable formatter based on a fork from Black: https://github.com/jsh9/cercis My project already supports...