Raphael Gaschignard
Raphael Gaschignard
[Related Trac ticket](https://code.djangoproject.com/ticket/24529) In order to support multi-level squashing, we need to be a bit smarter about how we traverse replacements. The solution here introduces some extra checks on squashed...
The following gets identified as "Safari" without a version number, but given the `X11` in the string, I have my doubts: ``` Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko)...
`LazySuite` will, by default, keep a cache of tests that are being added to it. This cache never gets removed, so when running a very large test suite, older test...
The example in `imgui_sdl2_support` works with the following set of dependencies. I'm putting thise here just as a reference, but it would definitely be worth having some details like this...
This should make the server work out of the box, as right now the default host IP gets included as-is, causing it to be read as a relative path.
Title says it all, seeing the past 24 hours all the time rather than past N hours (like past 3 hours at 3 AM local time) just feels more consistent....
### Is your feature request related to a problem? Please describe. Currently, there is a lot of `setTimeout`s and other non-async-y code that means that we cannot take advantage of...
### Steps to Reproduce 1. Set up a project with bounds `requires-python = ">3.9" inside `pyproject.toml` 2. Later, change the bounds to `requires-python = ">3.8" ### Expected Result When running...
This is another attempt on #11288 This allows for a `Stack` to have a parent stack (behind an `Arc`). This is being added to avoid constant stack copying in REPL...
### Describe the bug The following Node.js script will cause nushell to break after interrupting the script with SIGINT, at least on Linux. "Break" here means that after returning to...