wilsonlewis
wilsonlewis
DDeno
Created by wilsonlewis on 1/18/2024 in #help
Deno + Vite + React + VSCode
Could someone help me setup VSCode so that it recognizes React JSX without red squiggles? Also, is it possible to setup type reference for image imports from vite? I have been at this for a couple days and still can't figure it out...
3 replies
DDeno
Created by wilsonlewis on 1/16/2024 in #help
KV read count
Do kv.list and kv.getAll count as a read for each value or a single read for the operation?
4 replies
DDeno
Created by wilsonlewis on 1/16/2024 in #help
KV watch initial value
Does KV watch always trigger an initial read of the current value? Is there a way to only watch for changes without the initial read?
2 replies
DDeno
Created by wilsonlewis on 1/15/2024 in #help
EventSource vs Multiplex webook
I am setting up an system that needs realtime updates for potentially 100+ different resources on a page. Unfortunately, I'm not familiar with how Deno Deploy handles EventSource connections So, based on Deploy infrastructure, would it be advisable to use 1-1 EventSource for each resource? Or, should I have a single Websocket connection that multiplexes all the resources? Thanks!
2 replies
DDeno
Created by wilsonlewis on 12/15/2023 in #help
Manual deployment promotion + long lived preview deployments
Hello! I am working on a deployment pipeline and have a few questions: 1. Is there a way to promote preview deployments to production from a github actions? - I would like to deploy a preview deployment, run my own smoke tests and then promote to production 2. How long do preview deployments last? - Is there a scenario where one project needs to reference an older version of a different project? - This is in an effort to combat api drift. I would like one projects to target a specific version of a different project Thanks!
3 replies
DDeno
Created by wilsonlewis on 12/13/2023 in #help
VSCode + Deno + Vite + Typescript
Just setup a project with create-vite-extra but all the starter files are full of typescript errors -- including all jsx. I did some research but can't find any clear answers. How can I get all these tools to play nicely?
2 replies