Kirstin Rohwer

Results 23 comments of Kirstin Rohwer

When i delete the line you mentioned, the `docker-compose build` step completes successfully, thanks :) The next step (`docker-compose up -d postgres`) also completes without problems: ``` $ docker-compose up...

Same here... I had to install it manually, because the gnome shell extensions browser plugins don't work any more with 22.04's snap browsers. After a restart of the system, it...

> > I get `Tried to construct an object without a GType` on Gnome 42, Ubuntu 22.04. > > make sure you have required dependencies `$ sudo apt install gir1.2-gtop-2.0...

I (kind of) found a solution: I cloned this git repo and copied all the contents of [this folder](https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet/tree/master/system-monitor%40paradoxxx.zero.gmail.com) into my `.local/share/gnome-shell/extensions/[email protected]` folder to replace the previous versions, and now...

I made a script to parse user IDs and map them to handles. It is different from the scripts linked above in that it doesn't need login or access to...

I haven't actually tried it yet, but here's at least a hint to start with: This could probably be solved by using something similar to [this example](https://github.com/python-telegram-bot/python-telegram-bot/blob/9520c6eeba8d1332c6080134f042d338948a47a2/telegram/helpers.py#L44) (@lenaschimmel did a...

Related, but only for the user handles of DMs: #117

I've just read through this discussion and for me, it looks like a good solution would be like this: 1. the parser asks 'do you want to expand shortened urls...

> 2. We currently output a single md file with all the DMs in it. For users with very many DMs this might present a problem for rendering, so we...

By the way, I'm currently working on parsing group DMs. Not completely finished yet, but probably will be tomorrow :)