Amin Ya
Amin Ya
Make sure no warp process is running ``` pkill warp ``` Then try to launch it again. It works for me under Kubuntu 24.10 with KDE. Alternatively, you can log...
Well, Solidjs, as an example, doesn't expose these names in JSX. It simply uses `class`. The fact that React is doing this seems like an issue that can be fixed...
@birkskyum updated and migrated the tests to vite6 and vitest3
> ~~Although this works well on my MacBook, it clearly needs to be tested with CI. However, I'm not sure how to write tests for it. Could you provide some...
There are still benefits to providing this information in an abstracted way. That's the point of giving a cross-platform way to know the hardware information. However, we can provide separate...
It also does not preserve the ACL permissions on Windows causing file system errors. ``` EPERM: operation not permitted ```
The only limitation is that only one all-in-one snippet is generated for each function that has all the possible arguments (if there where two possibilities to chose, 1st one is...
> Choosing a snippet inserts multiple cursors; 1 on the lhs and another on the first input. That's never been what I wanted when testing this out. See GIF below....
Also, I used a local Matlab installation, but I don't have all the toolboxes. I wonder if that affects the number of snippets. I will try to generate snippets on...
No, I could not fix the issue, but I added a production in #158 as well. I talked to @ryansolid about this. He mentioned that @atk created the testing part...