Simon M

Results 108 comments of Simon M

Hi Emmanuel, That's fantastic, thanks. While I'm eager to test it, unfortunately I currently have no tooling to compile C/C++ code atm as I develop in python/node on Windows most...

Thanks so much Emmanuel. I will give this a try with some test data sometime this week and let you know how I get on.

Hi folks, I'm very sorry for the radio silence recently I had some personal issues to deal with. I'll be able to look into this over the next week.

I've resolved this in my own repo by calling the getconfig target as a command prior to running the emulate target. This ensures the emulator session: 1. Builds the project...

I tried a quick merge + release but got a red cross on the CD and I'm out of time to look deeper into this just now. If any new...

> I don't have anything in particular to say, but it might be worth turning on the Discussions feature for this repo. I didn't even know about this new GH...

I've been reviewing the latest nx code for 13.10.x this afternoon and it seems there's been a fair few changes since I last released this plugin against nx 12.x Most...

One workaround for this that's working for me is to build with `--deleteOutputPath=false` This allows us to keep the emulators running in the background and do incremental builds. Should either...

Hmm I just deployed a bunch of functions to a node 12 environment with no `package-lock.json` and no issues. Docs maybe incorrectly suggesting that `package-lock.json` is required.