Ryan Dsouza

Results 23 comments of Ryan Dsouza

@5achinJani you can add this in the `backpack.config.js` file as a workaround ```js const ExtraWatchWebpackPlugin = require('extra-watch-webpack-plugin') module.exports = { webpack: (config, options, webpack) => { config.plugins.push( new ExtraWatchWebpackPlugin({ files:...

> Yea that's probably the same root problem. A "shareable config" would still have the same issue -- the longstanding [eslint/eslint#3458](https://github.com/eslint/eslint/issues/3458) is the root of all this I'm pretty sure....

@kcq 👋 It works when adding `--include-path` for `node-gyp` but in this case, are there any other libs that would need to be added in this case or this is...

I think this is a sort of a deadlock as docker compose when creating the filesystem doesn't add the inbound NFS rule which causes the stack to fail and it...

@DavidGOrtega it seems you're directly setting the foreign key in an update. This has been just recently added as a preview feature that you can read about [here](https://github.com/prisma/prisma/releases/tag/2.11.0). Check the...

For those getting an error, please do not specify a datasource in your pipeline resolver. So the following code: ```ts const pipelineResolver = new appsync.Resolver(this, 'pipeline', { api: api.graphqlApi, typeName:...

@fwang Each resource actually. So if I could have a configurable prefix for a stack like `my-project`, then I would like my Lambda to be named `my-project-` + `lambda-id-with-hash` (this...

@fwang The outputs section is empty. Is it happening because we have another team still on SST v1 and the bootstrap stack is overriden by that?

@renhiyama I'm facing the same issue. Is there any workaround? I tried serving static files from the public folder but that didn't work: ```ts app.use('/static/**', serveStatic({ root: './public/' })); ```

I killed tmux and restarted with this setting but it still doesn't work. Using Alacritty with tmux 3.5. Yanking with `y` still brings the cursor back to the command prompt