Robert Muir
Robert Muir
> So, I suggest a radical shift in the underlying posting format. Give up log-structured format (LSM)! Give up segments. LSM aims for sequential I/O, which is no longer relevant...
The other problem with io_uring is that it doesn't work in many places in practice. for example its still blocked via docker's seccomp-bpf by default, and still responsible for huge...
> It's like conflating "rn" and "m" to merge burn/bum and corn/com. It could happen when reading quickly or with poor handwriting, but it is not something that should happen...
The filter here is working as documented: problem is, user didn't read the documentation. Just don't use the filter if you dont want the transformations that it does.
If you re-read the description, I think you'll understand why i responded the way I did. To me it reads as, there isn't an understanding of the purpose of this...
I created a workaround action for now, that parses the uv.lock files in your repository and submits them, so you have the full graph: https://github.com/rmuir/uv-dependency-submission
We could also try e.g. `--format github` option of tools to get better integration. I think they typically use "annotations" and might be much more friendly I'm not sure how...
I created a separate draft PR for the "no room for popup" issues I keep hitting while testing, but feel free to fold it in here if you think it...
> Is there any other (than reported by CI) block preventing this PR from being merged? One issue I found: the `nvim__complete_set()` in master no longer works correctly, due to...
> P.S. I'd like to bite into the apple and make Java 22 minimum requirement. At least for main branch what is the harm? could we do 23 or 24?...