fro.profesional
fro.profesional
DDeno
Created by fro.profesional on 3/6/2024 in #help
How to encrypt and decrypt files from S3 without loading the hole content into memory?
How to encrypt and decrypt files from S3 without loading the hole content into memory? I have this basic example (example in comments), I wonder is some of this can be used.
4 replies
DDeno
Created by fro.profesional on 1/31/2024 in #help
Dependency injection deno deploy
Does anyone know a Decency Injection library or container that works on deno deploy?
10 replies
DDeno
Created by fro.profesional on 1/21/2024 in #help
deno kv watch vs broadcast channel
For creating a chat app for example, which one should i use? What are the differences? Kv watch gets triggered even if no isolate is alive?
7 replies
DDeno
Created by fro.profesional on 1/7/2024 in #help
Does the deno-astro-adapter will be updated to use astro 4? https://github.com/denoland/deno-astro-a
Does the deno-astro-adapter will be updated to use astro 4? https://github.com/denoland/deno-astro-adapter
3 replies
DDeno
Created by fro.profesional on 12/19/2023 in #help
LSP/VSCode stops working
I'm having issues in my fresh project time to time it stops working and I have to restart it or vscode, no sure why I did not happend before I'm using deno 1.39 and "deno.maxTsServerMemory": 10000 any suggestions?
6 replies
DDeno
Created by fro.profesional on 12/11/2023 in #help
Not sure if I understand kv watch right?
Not sure if I understand kv watch right, is like named queues? o more like a reliable Broadcast channel?
6 replies
DDeno
Created by fro.profesional on 6/5/2023 in #help
npm:pusher working but http://esm.sh/pusher not
Any ideas? deno run -A test.js //test.js import Pusher from "pusher" // const Pusher = require('pusher'); const pusher = new Pusher({ }); async function doSome() { const response = await pusher.trigger('chat-room', 'new-message', { message: 'Ey, it seems the implementation works! :)' }); console.log({ response }) } doSome() error: Uncaught TypeError: Ue is not a function at Object.Ie [as send] (https://esm.sh/v124/pusher@5.1.3/deno/pusher.mjs:2:5690) at i.post (https://esm.sh/v124/pusher@5.1.3/deno/pusher.mjs:3:6398) at Object.M.trigger (https://esm.sh/v124/pusher@5.1.3/deno/pusher.mjs:2:3699) at i.trigger (https://esm.sh/v124/pusher@5.1.3/deno/pusher.mjs:3:6166) at doSome (file:///Users/franciscoramos/Documents/clau/code/clau/test.js:15:33) at file:///Users/franciscoramos/Documents/clau/code/clau/test.js:21:1
4 replies
DDeno
Created by fro.profesional on 6/2/2023 in #help
"https://esm.sh/mercadopago@1.5.15" Is not workin on deploy
"https://esm.sh/mercadopago@1.5.15" Is not workin on deno deploy, any clues? it works on local but on prod it hans wen using
5 replies
DDeno
Created by fro.profesional on 5/15/2023 in #help
Deno mobile app?
Anyone has made a mobile app using deno? I was planning to use Fresh and https://capacitorjs.com/ to wrap my webapp as mobile app any ideas?
1 replies
DDeno
Created by fro.profesional on 3/24/2023 in #help
Recent deployment not working?
Hi there I have an api that was working just fine not sure what happen but new deployments are not working, on my local works, and the deployment from 5 days ago works, but any new deployment don't I'm using the pusher library with esm.sh, just wonder if anything changed recently 👀 I mean the deployment works** but the code endpoint dont not sure why we didnt change the code
4 replies