Arash Jahanbakhshan
Arash Jahanbakhshan
+1 It would be great if we could have something like `FILE()` just like `ENV()` function. or maybe an approach to create a custom function as well and use it...
> I'm about to drop Prisma because of this too. I think you can make a workaround, by creating a bash script to read the secret, set it as env,...
I managed to make it work by adding this to the core code: ###### /core/index.ts ```ts // eslint-disable-next-line @typescript-eslint/no-explicit-any function pick( obj: T, keys: TKeys ): Pick { const pickedItems:...
I'm experiencing the same issue. I can provide any information if you need
> when is it available please? The Tauri beta version has been released. this changes may need to be updated. I'm not sure. And I don't have time to test...
It's strange! I don't have that UI freezing. If you guys look at this part of the code, you'll see that I've added some filtering to not report errors from...
> Works for me "ipc://localhost/" > > ```ts > if (typeof breadcrumb.data?.url === "string" && breadcrumb.data.url.startsWith("ipc://localhost/")) return null > ``` @Necmttn @clearlysid Do you guys confirm? if yes, give me...
> Just seen that v2 has made stable so I'm going to try and find time to get this finished/released. It may be better to make a new branch and...
Any updates on this? Any help needed? We are currently using https://github.com/MnlPhlp/tauri-plugin-blec package which uses btleplug and we really need this feature to clear peripherals. if any testing or help...
I still have this problem.