Mathieu Bridon
Mathieu Bridon
Just had this same error, here's the output with `-v`: ``` $ git repo config -v [...] Do you want to configure the gitlab service? [Yn]> y Is your service...
Ok, so the API endpoint was removed in Gitlab 10.2: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md#1020-2017-11-22 > Remove Session API now that private tokens are removed from user API endpoints. The python-gitlab author decided to...
And here's the backtrace: ``` Thread 2 (Thread 0x7ffff6a66700 (LWP 9)): #0 0x00007ffff7a2d8ef in __GI___poll (fds=0x5555555ac300, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff7e7022e in g_main_context_poll (priority=, n_fds=1, fds=0x5555555ac300, timeout=, context=0x5555555ac470) at...
> The issue occurred on the latest stable version of Blender 2.8.2 as well. Because upstream Blender didn't fix their appdata in that release, only in master. As @hughsie said...
I had opened #343 for this. Note that even once the Flatpak manifest is merged with #343, that won't be directly suitable for Flathub until Dino makes a release. (Flathub...
@ezickler everything is possible. However, see #343 for what the Flatpak support is currently blocked on.
> Are the current stubs being used for anything? I don't use the current stubs as they don't actually have any type hints. I'd be very willing to use the...
> Honestly, I think the only way to make progress here is to try to use the generated stubs on a real application and just... pick the first error (or...
I forgot to mention that I've been using Dino as a Flatpak since at least November 2017. It's working great. I have it in a personal repository (use at your...
@barthalion thanks! I didn't know about `--install-deps-from` and `--install` I simplified the test instructions. Much nicer. :slightly_smiling_face: