Sebastian Kutter

Results 17 comments of Sebastian Kutter

Since the content of the folder is not really human readable, I think the path should be switched to ~/.local/share/appflowy as per XDG specification (https://wiki.archlinux.org/title/XDG_Base_Directory) (there is a link to...

Is there a rough timeframe for this? I'm currently implementing a gemini client library in python, Do you want the code if i can make it work with certs? Maybe...

Made it work in my python library... basically: ```python context: ssl.SSLContext = ssl.create_default_context() context.check_hostname = False def get(self, url: str, cert: str = None, key: str = None, verify_certs: bool...

So i was thinking a bit. Maybe you can, instead of using a single TextView for everything, use a Stack instead which you can fill according to the tokens parsed...

Yes, it's managed by Nautilus. Can you disable it by checking if Nautilus has the option enabled when starting desktopfolder and disable the option if necessary? On 07.03.2019 at 11:53,...

I have no idea what's wrong with the gnome devs, trimming features all the time. It sure gets annoying. I'd say if you install desktopfolder as a user you kind...

The rendering of tables and code blocks worries me but stuff like headings shouldn't be too hard since you already implemented it for gmi. I really wonder how you can...

How about implementing a switch in the deploy where the deploy developer can ask for explicit approval. Also, I think all cases where data has to be interactively entered into...

Maybe do "--groups" instead so you can specify multiple groups. Would be smart to implement both in one go instead of having to come back when someone asks for it.

Hmm maybe both? Like `--groups a,b,c,d` and `--group a --group b --group c --group d`. Looking at this, you can save a lot of typing if you can just specify...