Aaron Sutton

Results 4 comments of Aaron Sutton

Hello, @sjfricke @aleksandar-todorovic. I've recently gotten into the C language. After contributing over at [awesome-ios](https://github.com/vsouza/awesome-ios), I think it would be awesome to see this list become more active. I'd be...

@smac89 brings up a good point. It does look like [kozross's list](https://github.com/kozross/awesome-c) is still being maintained. Potentially merging lists may not be a bad idea, it would create a larger...

@abhay-agarwal `npm i` from `.output/server` also resolves the problem when using NPM. Manually copying `node_modules/.bin/firebase-functions` to `.output/server` results in another error. Looks like some things are not installed when `.output/server/node_modules/`...

Able to reproduce this using the [Docker container](https://hub.docker.com/r/andreysenov/firebase-tools) and the following: Firebase Tools: 11.8.0 Nuxt: v3.0.0-rc.8 Node: 16.17.0 Want to look more into this and see if I can come...