Thomas

Results 19 comments of Thomas

@marvinhagemeister I added a repo and a video

It doesn't reload like crazy anymore but if I set the timeout to 200 and I do some changes, it just never reloads after a few changes

@marvinhagemeister Would it make more sense to store the ["revision"](https://github.com/denoland/fresh/blob/56df3102633927d548267c0ab20d75404ff263c4/src/runtime/entrypoints/client.ts#L2) into the `sessionStorage` ? it would survive the tab/window reload + each tab/window would have their own revision storage

Did you find anything ? I pushed my app in UAT for internal testing and I enabled oplog. And somehow when the users are coming or gone, the memory usage...

did you check your https://github.com/pascalopitz/unoffical-sonos-controller-for-linux#firewall-settings?

I have this issue too since I use docker desktop with docker compose. [The easiest and recommended way to get Docker Compose is to install Docker Desktop. ](https://docs.docker.com/compose/install/)

Hello, There is a bug but I don't think it has anything to do with the back button in this case. Simply going to https://fresh.deno.dev/recipes/lemondrop doesn't render what you would...

is this the same issue as when a `island` imports something from a workspace member? ``` [ERROR] specifier was a bare specifier, but was not remapped to anything by importMap....

This would probably also solve my issue where `createTRPCClient` requires to export types from `Context` which is actually not needed. In my case, I use fastify and it requires me...