tonven
tonven
Hi. I would like to know if it is possible to use Ant Blazor Design (https://ant-design-blazor.github.io/en-US/) instead of Bootstrap? Thank you.
Starting from .NET 8 there is an inbuild TimeProvider Class which can be used as an abstractrion over DateTime. https://learn.microsoft.com/en-us/dotnet/api/system.timeprovider?view=net-8.0
I added some assets in an assets subfolder (assets/images/onboarding/onboarding_1.png) and loaded them in a code like this: `const [assets] = useAssets( require('myapp/assets/images/onboarding/onboarding_1.png') ); ` on emulator everything works fine, but...
# Summary: Running` npx expo start --web` is not working. It stucks infinitely. Android builds and runs perfectly. ## Steps to reproduce: 1. Install last version of template (5.2.0) 2....
Hi. I have a question not directly related to your project. I am using your library and trying to generate zod types using this project: https://github.com/psteinroe/supabase-to-zod The problem comes when...
When I run `pnpm supabase-to-zod --input types/supabase.ts --output types/schemas.ts` on my supabase.ts file, which is not empty and looks correct, I get this schemas.ts: `// Generated by ts-to-zod import {...