Isolus

Results 5 comments of Isolus

> On the whole, I prefer the existing cold condensed presentation over the more whimsical proposed design. This is just my preference. That said the website isn't made for me...

I have run into a similar problem. I created a fork of CFSSL that has just enough functionality for this project. I have changed only import paths in the code...

I'm also experiencing this issue using Thundebird on Manjaro Linux.

Hi, I stumbled upon this great MR while trying to work with some CBOR structures and I have two questions: 1. The ByteStringWrapper seems to create it's own internal Cbor...

It's an issue with this line: https://github.com/SublimeText/LaTeXTools/blob/9aa34a033c3ea7fd649a0ee362f027aee0ab3cb4/viewers/command_viewer.py#L113 Here is some sample output: ``` >>> shlex.split("open -a \"Google Chrome\"", False, False) ['open', '-a', '"Google Chrome"'] ``` You can use the following...