jsb188

Results 15 issues of jsb188

It seems Kv.get() will auto-expire the value every time it's used. This is nice, but I have no idea how much time it's adding to its current expire time. I'd...

https://github.com/denoland/fresh/assets/9645145/242e28db-949c-4f7e-9fc8-fffa91d66ad8 Repo: https://github.com/saeho/fresh-signal-bug Deno Fresh **cannot** be used in production unless the app _completely_ doesn't use Signals or unless this bug is fixed. In this reproduceable demo (video + repo),...

In Deno, production or development, when there's an error, it breaks the app but it's handled silently. Javascript simply ceases to work. I can't click on anything, I can't navigate...

https://github.com/denoland/fresh/assets/9645145/7fa3ba42-c2a6-4471-872f-c62203117c2c I'm half-certain that this is a Fresh bug, and if it is, then it's related to the other Signal related bug I've been reporting for a while. As seen...

needs repro

https://github.com/denoland/fresh/assets/9645145/b9b99264-561e-441e-94dd-4b9dacb23f9b Related issue & better video: https://github.com/denoland/fresh/issues/2564 In this video, the app works. Half way through the video, I ran a command in terminal like this: `deno task build &&...

needs repro