satirebird
satirebird
I added a ctag configuration to the symbol-view package. This allows to navigate to the headings with the ctrl-r shortcut. See atom/symbols-view#210
I created a small [wheezy.template](https://pypi.org/project/wheezy.template/) which generates an asciidoc document. A PDF can be create with one line in bash: ``` JR=$(watson report --json) && wheezy.template report_en.adoc.wheezy "$JR" | asciidoctor-pdf...
I also spent several hours to investigate printing problems. I figured out that the mdns address resolution didn't worked after system upgrade. Finally I found this issue. Due to unknown...
Are there any news about the issue? I have the same problem. Some of the users with dual stack reports the error 1007. They are behind a restricted firewall or...
The main reason for the fix is that the original code calculates a baseline and height with some none intuitive computations. ``` height = max(height, bitmap.rows + max(0,-(slot.bitmap_top-bitmap.rows))) baseline =...
> I know baseline shouldn't be called that so that's fine, but you removed the left variable too... The left variable wasn't used so I removed it. > if you...
This doesn't help. I got a "Bad request" answer from the TCOM server. I guess it has to do with the selected server. There are several choices in the SRV...
I had some time to create a small python script that sends the initial SIP register message to the telekom server. I figured out that the following parameter makes the...
> > I had some time to create a small python script that sends the initial SIP register message to the telekom server. I figured out that the following parameter...