Nando Vieira

Results 78 comments of Nando Vieira

Personally, I think having `--global` as the main switch for all things is ergonomically better, as I only need to keep in mind that to use a global config—whatever the...

@leighmcculloch the only thing that comes to mind is writing better commit messages with some sort of annotation that indicates what's happening right on the title (e.g. `[breaking|change|new|fix] TITLE`). Either...

By the looks of your log output, seems like you're running a custom lint script. Is that right? Maybe the issue is with custom scripts like yours, rather than macOS...

I don't use workspaces, so I didn't account for that. Can you please upload a directory with a workspace setup so I can try this out?

> What's the impact on image size and container memory and cpu usage? @leighmcculloch Unfortunately, is node.js tire fire all around. ```console $ du -hs /stellar/lab/node_modules/ 786M /stellar/lab/node_modules/ $ du...

This doesn't seem to be the case anymore. Do you think we should do any additional work on this or is it clear enough? ```console $ stellar contract invoke --id...

@leighmcculloch only soroban e2e tests are failing. I believe this requires changing https://github.com/stellar/system-test, right? What's the process? First I update stellar/system-test then merge this, or is it the other way...

Personally I don't think we should be editing user's editor settings in any way. I was discussing this with Leigh yesterday and we need to find a less intrusive approach....

Yes, that works: https://code.visualstudio.com/docs/languages/json#_mapping-a-schema-in-an-extension Another alternative would be adding `$schema` to the json. That means editors (including vscode) will be able to download the schema and use the completion. If...

I think I can squeeze this in for the protocol 22 release. 🤞