Lambros Petrou

Results 18 comments of Lambros Petrou

I spent several hours on this issue last night as well. Everything I tried works locally with `wrangler@beta`, and does not work when pushed to Cloudflare Pages. I tried all...

I also tried running `dukat` on its own through the command line, directly giving the Preact type definitions and the results are the same. ``` ➜ npm init -y &&...

> The codesnippet works in Node.js environment, in the browser, you would have a ReadableStream instead of Readable. > > Here is my implementation of handling the ReadableStream: > >...

I also hit this issue as well, just by importing the new AWS SDK v3 for S3 (`@aws-sdk/s3-request-presigner`, `@aws-sdk/client-s3`), and somehow `zip-it-and-ship-it` tries to resolve the `react-native` package, which is...

>This is somehow documents here (not clear enough though) >.zip archives with Node.js already ready to upload to AWS Lambda Cool, I actually looked at the docs but missed that...

> Thanks! Monitoring the S3 bucket from the replica side is a good idea. It wouldn't work for multiple writer nodes though as you could have conflicting WAL writes at...

> @lambrospetrou I think that in this particular #15 issue, your replica would check for update in S3 (with polling). There are 3 components, writer -> S3 -> replica. There...

SQLite on Amazon NFS does work ([I played with it using AWS Lambda](https://www.lambrospetrou.com/articles/aws-lambda-and-sqlite-over-efs/)), however it's very slow. It adds around 100ms of latency overhead versus using EBS (network block storage...

Hello, I just had a few minutes and had a look into this. Apparently Google launched a new restriction and I had to submit for verification because the extension requires...

The update is that Google is becoming worse and worse with their Chrome extensions policies. Every few weeks they break everything and want verifications. I submitted the form 3 times...