Thiago Arrais

Results 9 comments of Thiago Arrais

Maybe [confusables](https://pypi.org/project/confusables/) can help here? I don't know whether it can do the same thing that the [Rust PR](https://github.com/rust-lang/rust/pull/29837) can, but maybe it's a start.

P.S.: Can't actually add label nor assign projects because they're not public.

Hi, @ayharano. Thanks for your interest. Here is how I am currently deploying: 1. Take the cloud-config from [https://github.com/anonydog/anonydog/blob/master/deploy/cloud-config.txt][1] 2. Change [lines 36 and 37][1] to point to the env...

Is this still useful? I'm interested in working on a PR.

@cminini: have you taken a look at my PR? I'd really love some feedback.

I have been bitten by this. My workaround was to re-implement the defaults using a custom plan modifier on the set. I'll subscribe to this in hopes of removing that...

Maybe option B from https://github.com/rust-lang/crates.io/pull/2623#issuecomment-666522853, but with the version in the button label? It may make it clearer that the action refers to the specific version, not the whole crate....

This parses in main branch. What is the expected behaviour here? Should the parser output differentiate between references and strings? How? ```ruby it 'parses resource reference as value' do hcl_string...