Chris Knight
Chris Knight
Could the project root README feed into the search engine? This would hopefully give a more relevant set of data to work with than just the module name and tag...
See https://discord.com/channels/684898665143206084/684911491035430919/961964433524031498 > You can not connect to SMTP servers on ports 25, 465, or 587 due to abuse. we have an internal issue open to improve the error message
Actually, it's worse than I thought. If you add a random `await kv.get(["a random key to test the conneciton"])` after the `openKv` statement, it hangs, constantly trying to connect. Here's...
In another project (dev-tools), I am seeing wildly different times (from 144ms to 9.14s). This is a simple Fresh project with very little going on (primarily client side JS), and...
A few points. I don't think you could get 1600 write units from 2 transactions as they are detailed above since both the key and value are capped at a...
> this 1 transactions will use 800 write units That's correct, however I was commenting that a transaction with only 2 `set` operations (as shown in the OP example) couldn't...
Not sure I'm following this, specifically what you mean when you say "because the default database is only available on the `master` branch". If you deploy your `development` branch which...
Note, I've observed that this only appears to affect the 'Live' view.
Deploy is a separate runtime to Deno and doesn't support flags or tasks as such. What would you be attempting to achieve with `deno task start`?
I haven't dug into this myself but someone seems to have cracked shadcn: https://discord.com/channels/684898665143206084/991511118524715139/1234016602178064444 On Sun, 28 Apr 2024, 07:27 spxneo, ***@***.***> wrote: > any updates? crazy that shadcn doesn't...