Phil Crockett

Results 25 comments of Phil Crockett

Good call. Thanks for this input; it caused me to dig a little deeper into how to properly use Fontawesome. I _did_ decide to keep brands in there, as it's...

It turns out we weren't actually using `fa fa-github` anywhere - it was just `fa-github`. It still works that way, but I changed it anyway so we're using `fas fa-github`...

Here's the relevant portion of my config that shows what I'm doing: ```yaml github: # apiKey: "Use WTF_GITHUB_TOKEN env variable instead" title: "GitHub" showStats: false showMyPullRequests: false showOpenReviewRequests: false customQueries:...

Aha. Yes I think that's that I was looking for. Interesting that it's called `split_close` when it doesn't seem to operate on splits... :thinking:

Same issue here. In the Windows Event Viewer I found a .NET error log with a stack trace: ```plaintext Application: quick-screen-recorder.exe Framework Version: v4.0.30319 Description: The process was terminated due...

It looks like the problem is happening on [this line of code][1]. The `AreaForm` constructor is being called, which calls `InitializeComponent()`, which executes the `AreaForm_SizeChanged` event handler, and all that...

You are correct, the CLI only generates temporary files. However there's a handy parameter you can pass to the CLI that will generate a more permanent configuration file for you....

FWIW, I'm running this on an RPi 4 with Arch ARM and it works well. Of course I'm writing this more than two years later, so very possible something has...

> sending messages for every success for every message printed is a massive overhead Yet I can see frequent success messages being an important feature, for example, if you're building...

I tried clearing data today and sadly that didn't help. I still got it to crash. :/