Dirk Beukes
Dirk Beukes
I'm trying to use Deno and EdgeDB together in a new framework called Fresh, but I'm running into the TLS issue [EdgeDB-Deno](https://github.com/edgedb/edgedb-deno#tls). After reading the solution proposed, I'm still not...
Hi Zack, I've changed the project to use Typescript instead of JavaScript to ensure type-safety throughout. Caught quite a few errors already. Some of other notable changes aside from the...
Hi Zack, I spend some time today are rewrote te whole library from the ground up. It's significantly faster now and only uses two dependencies which I think is quite...
Major changes: - Updated to Tailwind v3 - Updated solid-app-router - Added more extensive documentation - Removed TailwindUI components to strip down to a starter project Minor changes: - Updated...
I ran and it compiled it correctly, but upon trying to prompt, I got this error:  Also got this error from the extensions panel. Will look into it tomorrow:...
Hi, I saw the API is running into a rate limit on OpenAI's service. You might want to implement rate limiting on your backend or an API key service. I'm...