Matt Hughes

Results 15 comments of Matt Hughes

Hi. I'm wondering if I need to do anything else to get this PR reviewed and merged?

I've been using unicode characters and for view names you can just change this in the config file. For example, `Config_viewNames=▲;■;👽` works fine if you _save the config file in...

No you can use many fonts -- you're right it would be way easier to change fonts rather than patch one together. I've added to my Config.ahk: `Config_viewFontName := "Lucida...

Thanks @snoyiatk I can confirm this workaround fixed the issue for me. ``` mv /sbin/netclient /tmp/netclient cd /tmp ./netclient install ./netclient joint -t ..... ```

@dasparli thanks for this info. I'll try this again but set these environment variables. I wasn't aware of their existence. Perhaps this info should be included in the readme [here](https://github.com/microsoft/Azure-Kinect-Sensor-SDK/tree/develop/examples/playback_external_sync),...

It could be related to power. This was happening to me from a USB port that wasn't supplying enough amps. I changed to the USB port on the motherboard and...

Hi @polaris64, I have been testing your fork with mbsync. Initially the X-Keywords are pulled from the server, but changes after the mail is initially synced do not propagate. Can...

Ok @polaris64 , I'm pretty clueless when it comes to this code-base right now, but if you could point me in the right direction I'd be willing to investigate further......

@polaris64 Ok that makes sense. ~~There seem to be some working solutions to use imap with gmail tags [(something like this)](https://github.com/gauteh/lieer), which seem to rely on headers in a similar...

I'm trying to figure this one out. Instead of matching headlines using regular expressions, it could be possible to craft something using the built-in org functions. `(org-at-heading-p)` can test whether...