C.A.M. Gerlach
C.A.M. Gerlach
After spending waaaay too much time playing around with this, since design pre-commit installs its hooks in an isolated env rather than mucking with the user's current one, and it...
This is pretty fundamental to the design of pre-commit; its primarily intended to be used with static analysis tools that don't require access to the runtime environment. However, it can...
To provide another data point, in FF 107.0.1 on Windows, I see the jobs briefly display successfully, but then the JS hits a couple of React errors and the jobs...
Also, from a UX perspective, the idiomatic pattern would be to always show _some_ kind of message confirming that no open jobs are available instead of just a blank screen,...
I can also consistently reproduce the issue for the past couple days, tested on many different changesets (mine, custom filters, global, direct links, etc), tested in regular and safe +...
Can confirm per my testing. Thanks!
I'm not sure where it's formally written down specifically, but AFAIK the de-facto policy has been that docs changes that don't touch the code are always backported to bugfix branches...
Ah, okay. In that case, we could just reword the first three here to say `... bugfixes, docs changes and security fixes ...` and the security one to say `only...
@ccordoba12 Sure, though might be a few days since I've got some final projects to finish this week. FYI @PanderMusubi , might want to test this as well
@PanderMusubi See the instructions in our [Contributing guide](https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md#setting-up-a-development-environment), and we also just released [a video tutorial](https://www.youtube.com/watch?v=GizipMT1LvQ) yesterday on contributing to Spyder. Basically, you just need to install `hub`, Github's command-line...