Pedro Carreño
Pedro Carreño
Awesome, how should we proceed? Actually I already created a fork and made the icon changes I told you about. I was researching to integrate the title bar in the...
I think what @emahuni says makes a lot of sense, although passing a function would be easier to handle and a more elegant solution. ```javascript schema = z.object({ firstName: z.string(),...
hey @ealmansi thanks, thats good to know I use the `z.discriminatedUnion` function for this kind of situations too Like this: ```javascript const schema = z.discriminatedUnion('status', [ z.object({ status: 'status one'...
Hi @BartoszCichecki, sorry for commenting in this thread already closed, I've been thinking about it, I haven't got any api or way to control the rgb of versions previous to...
Wow, I didn't know that, I understand why now. sorry for the inconvenience then
On Windows exist [Chocolatey](https://chocolatey.org/) and [Scoop](https://scoop.sh) I'm familiar with Scoop, this project [meets the criteria](https://github.com/ScoopInstaller/Scoop/wiki/Criteria-for-including-apps-in-the-main-bucket) to be accepted on the [extra bucket](https://github.com/ScoopInstaller/Extras) (buckets are repos with apps, and the extra...
Sorry for the delay I have some updates: There is already a PR for Affine in the Scoop Extras repo, but this one was for version 0.7.2 and that one...
This is not just a Codeium issue, I was playing with this for a bit. For some reason, when disabling Copilot, the entire autocompletion breaks. To test it just disable...
> This is not just a Codeium issue, I was playing with this for a bit. For some reason, when disabling Copilot, the entire autocompletion breaks. To test it just...
I am experiencing something similar but with the nextjs dynamic routes convention of using square brackets in the folder names and also as https://github.com/nvim-telescope/telescope.nvim/issues/2446#issuecomment-1516188859 says, similar to case https://github.com/nvim-telescope/telescope.nvim/issues/1171 but...