Tatsh
Tatsh
I've had the same behaviour before. I honestly don't think GitHub documents the logic of why a PR should close without warning. It sees '0 changes' somehow so this signals...
May want to use the `jq` utility with its `@csv` filter. I was looking to do the same but with lists of lists. [Stack Overflow question](https://stackoverflow.com/questions/32960857/how-to-convert-arbitrary-simple-json-to-csv-using-jq)
It's limited however, by comparison. It does not support tree or verbose output.
Hacky way to do this: ```python from typing import cast def assert_not_none(var: _T | None) -> _T: """ Assert the ``var`` is not None and return it. This will remove...
I agree with you @akohlsmith but it's a big undertaking to do for free by one person. So I just pay for Remote Messages for now.
@chid That is pretty sweet. I will consider writing something up for Pidgin so I can have one less tab open in Chrome all day.
@child Unfortunately that is not possible at the moment. Blame Skype (now Microsoft). The best you can do is live with text only Skype within Pidgin (via the plugin) and...
There's no need to know Objective C arguably, at least not a lot anyway. The structures might be in Apple's preferred formats, in which case things like https://github.com/libimobiledevice/libplist can be...
I agree. I switched over to Remote Messages.
Copying from issue #30 It crashes on start. Crash log here: https://gist.github.com/Tatsh/625fabe99fe1e7acceb5 Get a crash dump. They are on the filesystem as plist files.