Luis Ramirez

Results 9 comments of Luis Ramirez

I'm having something like this problem too. Already tried the `nameserver` option and didn't work. I got a download speed of 2Mbit/s with `speedtest-cli`, but on ubuntu, it goes above...

I don't know if this is totally right, but it may help you. Add it to your `types` folder. ```ts declare module 'react-anchor-link-smooth-scroll' { interface Props { href: string; offset?:...

I solved it by defining the `cache-dir` outside the `node_modules` directory. If I let the cache dir inside the `node_modules`, the hash changes between every turbo run. ```yaml - name:...

I can't just make it work. I remember that it worked some time ago using only the `QueueUrl`. I verified that: - SQS VPC Endpoint is created - The SQS...

> **Update** > > Spaceship does not work when Docker is installed but not running on my machine! > > If I launch Docker it's work. I also had the...

I don't know what are the differences between them. Do I need to install each of them to see it?

> I didn't tried it yet, but one thing that should work (as a temp fix) is to import the component at `_app.js`, then export it as a named export,...

> A trick to make `aws-sdk-mock` compatible with real-world example is to pass the SDK location to `AWSMock.setSDK` before loading anything. Example below is written in typescript but you can...