fro.profesional
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
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
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
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
"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
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
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