Carlos Neves

Results 6 comments of Carlos Neves

As a quick monkey patch, I changed the code below [index.js@line 168](https://github.com/99xt/serverless-dynamodb-local/blob/1cc7d1bc989d53fc18fe103034ae53f05620d53e/index.js#L168) to: ```javascript migrateHandler() { const dynamodb = this.dynamodbOptions(); const tables = this.tables; tables.forEach(table => { if (table.BillingMode ===...

Yes I'm having the same problem. I'm also using [email protected].

- How to execute an external shell command? If the purpose is to replace make, I believe this is a missing point. I don't yet know how to spawn a...

I found this link https://people.ece.ubc.ca/~jpinilla/riscv/ which works

Hello, we're using this library within Typescript, and we found that when using `prisma.$primary()` as specified in [this blog post](https://www.prisma.io/blog/read-replicas-prisma-client-extension-f66prwk56wow), we encounter the following error mesage: ``` Property '$primary' does...

Some of [the issues over at `content-disposition`](https://github.com/jshttp/content-disposition/issues) might be related. Curiously, the `serve` CLI doesn't seem to fall into this problem while serving the same folder. Try serving a static...