Jakub Okoński

Results 51 issues of Jakub Okoński

Hi, I'm trying to get a very simple pipeline analyzed, but I can't get RGA to work in online mode. The output just says `Error: failed to convert Vulkan driver...

Hi and thanks for this helpful library. I figured out how to do partial evaluation by substituting Terminals, but I don't know how to simplify an expression assuming some other...

This project was very useful to me recently, but it's a little out of date and doesn't recognize `vkQueueSubmit2KHR` (from `VK_KHR_synchronization2`) calls, `vkCmdDrawIndexedIndirectCount` (in core as of 1.2) and probably...

**Is your feature request related to a problem? Please describe.** Using `builtin.jumplist()`, as soon as I start filtering the list, the picker discards the initial jumplist order **Describe the solution...

enhancement

### Problem Trying to open a file with a UNC path: `$ nvim \\?\C:\some-file.txt` gives this message immediatlely: `E303: Unable to open swap file for "\\?\C:\some-file.txt", recovery impossible`. The usual...

bug
platform:windows
filesystem

**Describe the bug** I'm using `minus` through jj/jujutsu. It works fine overall except for search. `?` (backwards search) does not engage at all and `/` (forward search) suffers from double...

## Compiler version 3.4.2, 3.5.1-RC2 ## Minimized code ```Scala trait First[T]: type AssociatedFirst trait Second[T]: type AssociatedSecond given [T](using first: First[T]): Second[T] with type AssociatedSecond = first.AssociatedFirst case class Test1()...

itype:bug
area:typer

With the default keymap, pressing `mq` or `m1` or any other command in the buffer UI keeps the status line disabled (in inactive mode) until focus is refreshed through other...

I think this plugin is close to my ideal workflow, thanks for publishing it! The only thing I'm missing and would like to try out is to store the list...

**Is your feature request related to a problem? Please describe.** In the index-less/working-copy/auto-commit model, I often have a long-standing empty commit that later gets re-purposed to deliver some change. This...