RB

Results 868 comments of RB

I agree. A non positional flag for component would make it more intuitive for newcomers and for experienced users. I'd be ok with keeping the positional argument for component and...

My ideal would be ``` atmos -c -s terraform [options] ```

It could be put in a major version change like 2.x, no? Usually the major version is when we break backwards compatibility. Or it could possibly be enabled with a...

I noticed this was closed but was the problem fixed?

@gsingh04 Was this closed because it's now implemented?

I'd like support for schedule too. I wonder if a temporary solution can be crafted for now. From the docs, I see it's based on the [caffeinate](https://web.archive.org/web/20140604153141/https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/caffeinate.8.html) program. Some options...

If it will speed things up, I'd be content with the subset of only workspace, list, and select aliases.

Hi all. Any update on the [cloudflare](https://github.com/cloudflare/wirefilter/tree/cloudflare) branch merge to `master`? We'd like to take advantage of the unit testing framework for cloudflare called [firewalker](https://github.com/SerCeMan/firewalker) (thanks SerCeMan) but we'd like...

It's the only differences I can see when comparing `capacity_provider_strategy` and `deployment_controller` are `MaxItems` and `DiffSuppressFunc`. I wonder if that is what's causing this recreation... I would have thought that...

Seems like the full URL is stored in the browser https://github.com/mozilla/multi-account-containers/blob/0bcac2a7417c0876c347e90999103c14cbf6b5c4/src/js/background/assignManager.js#L574 https://github.com/mozilla/multi-account-containers/blob/0bcac2a7417c0876c347e90999103c14cbf6b5c4/src/js/background/assignManager.js#L596-L599 But when it's retrieved, only the host name and the port is used. https://github.com/mozilla/multi-account-containers/blob/0bcac2a7417c0876c347e90999103c14cbf6b5c4/src/js/background/assignManager.js#L12-L20 This might be one...