Kyle MacFarlane

Results 29 comments of Kyle MacFarlane
trafficstars

Oh I see it. Since in the current code `self.sid` is not reset in `__exit__` if you reuse the object it might not behave as expected. ``` test = _Transaction()...

The issue is that sticky headers don't have a shadow when they should. This is because the sticky service was created before widespread native position sticky support and never worked...

I get this bug with pyright 1.1.330 and django-types 0.18.0 but not with 0.17.0. Why am I seemingly experiencing the opposite of what everyone else has described?

Things get stranger. On MacOS I have the same problem as @simensol. Only 1.1.323 and 0.17.0 works. But on WSL any version of pyright + 0.17.0 seems to work. I...

I figured out my WSL weirdness. Neovim's LSP server was using a Windows version of pyright 1.1.298 that was installed outside of WSL and available lower down the Linux PATH...

This seems very similar to the timeouts I get in #1602.

@adibalcan might be on to something when they mention Redis. The two possibly related bugs I opened (#1602 and #1716) both use Redis. In fact the OSError in #1716 is...

@adibalcan Are you sure you were getting the same timeout error as everyone else? That sounds completely different to what others are reporting. My problem (and I assume most others...

I don't see how it would affect readability. Maybe in a class it would make it harder to distinguish properties/getters/setters but in things like Django where you use decorators to...

Thanks, I will look into it at same point. But really the cups filter should be considered deprecated as the problem was fixed in CUPS itself back in 2016: https://bugs.linuxfoundation.org/show_bug.cgi?id=1373...