bluikko

Results 115 comments of bluikko

Interesting. So there should be no changes to the background color? I have not noticed this behavior on anything else before. `warp` is being run inside `tmux` on an RHEL9...

A bit off-topic but since we are discussing the buttons and their count, I wonder how frequently the "Mark planned" button is actually used - could it be moved to...

> This button is not only a button. It is an indicator, showing the current status. Moving it to the drop-down would break this feature. The reason I raised is...

> Is this a typo? "a few GB of extra RAM" does not sound negligable to me? Or do you mean the total usage is a few GB with or...

This is quite an important limitation. I do not yet know anything about the architecture since I hit this issue while trying this system for the first time but could...

Since many -- or most? but not all? -- facts that are numbers are actually `string` type and not `int`, maybe all numeric comparisons of facts without forcing a type...

> use when: inventory_hostname == ansible_play_hosts_all[0] construct If the rule proposed in the OP will be added, I for one would not want see the above construct as a remedy...

> The first paragraph on https://docs.docker.com/config/daemon/ipv6/ now implies Swarm will work with IPv6: > > ``` > Before you can use IPv6 in Docker containers or swarm services, you need...

What a workaround. It boggles the mind that it is almost 2020 and Docker still does not have adequate IPv6 support while proudly stating in https://docs.docker.com/config/daemon/ipv6/ to "just" enable IPv6...

Please consider using the Codeclimate JSON syntax. Why come up with a proprietary JSON schema when a de facto standard exists? It would also be supported in GitLab. Edit: I...