Filius-Patris

Results 10 comments of Filius-Patris

Alternative option: Build the containers using continuous integration? GitHub Actions would be free and easily available, but other options (Drone, Jenkins, Travis, etc...) would work too. Then the logs would...

Yes, I'd love to see this implemented the way you mentioned. Another option that just came to my mind was a button next to the favicon textfield, with the description...

Try installing cmake using Homebrew: ```bash brew install cmake ``` Worked for me, MacOS 10.15.6

Sure, but [the guide suggests otherwhise](https://docs.rs/conrod_core/0.70.0/conrod_core/guide/chapter_2/index.html#running-the-conrod-examples). Your argument is fair, so I'll recommend updating the docs? I'll just setup a PR real quick to continue this discussion over there.

Happendet to me with the G7 chord. It showed me a Gmaj7

Same happens on MS Teams (https://teams.microsoft.com)

You could try `setInterval(function() {console.log('hi');}, 1);`. The `setInterval()` function expects a function as the first argument ([MDN Reference](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setInterval)). When the JS engine sees your code, it evaluates the `console.log('hi')` expression...

Can't reproduce with most recent FF (89.0.1) on MacOS Catalina (10.15.7). Care to attach some screenshots?

Thanks! This pop-up has a FF-native border on the top. From which menu are you accessing the CI settings? I usually have the Code Injector in the hotbar and click...

Ah, ok, I launched it from the oberflow menu too, but I couldn't reproduce the issue. Maybe it has something to do with the values for the pop-up size in...