Jakub Okoński
Jakub Okoński
Hey Sean, A few commits behind should be fine, I am currently vectorizing I/O so I might introduce bugs on latest master. You're using the arguments correctly, the problem may...
Hey, I re-tested on 18.8.2 with RGP 1.3 and I get the same issue. As soon as I enable profiling in RDP, my app will crash on `vkDeviceCreate`. When I...
Hey @ahosier, I have started using compute queues recently, so this would fit what you're saying. I uploaded Linux and Windows x64 binaries and an asset that it uses. The...
I should have been more specific - I was trying to scroll horizontally with the input device. Some mice have that feature and most trackpads do as well. The other...
I'm on Archlinux and my AMDVLK installation is being built from source with [this script](https://github.com/archlinux/svntogit-packages/blob/78d91bd439c9764ccc502c78c6c2c2b52121d188/trunk/PKGBUILD) I used `VK_ICD_FILENAMES` in the original report, I have a separate Mesa radv stack that...
Thanks, My usecase consists of doing analysis at compile time to do validation and generate optimized code. For now, I'm forced to do very basic analysis, like expressions simplifying to...
Oh wow, that's quite a code dump. Thanks, it's exactly what I needed.
Huh, I don't know what happened when I tried before but you're right, it does work. Even on immutable commits 👍
Closing, it is documented and working as expected https://martinvonz.github.io/jj/latest/cli-reference/#jj-commit
Can't figure this out, I need to install `pysocks` before running pip/poetry and it's just impossible with devenv I guess? The whole `pkgs.python3.withPackages` gets ignored, I am using cachix-nixpkgs/rolling already....