Albin Larsson
Albin Larsson
49b4ebf3 fixed the easy parts. Instead of `message`, `type`, `errorName` and `stacktrace` we now send `message`, `name` and `details` (pre-formatted stacktrace). And there's no more `hideCopyErrorDetails` (but instead the reverse...
This ended up being a bit complicated and hard to do, but this is what I had: ```py # In api/shared/errors.py: from typing import Optional from enum import Enum class...
One thing that shouldn't be too hard to do is to get rid of `ExtensionError` and just use the error name instead. We don't use it for anything now, other...
Implemented in ceaad2275e6f8e14b0b082a568f7628e9293659b ^ (and the two following fixup commits...) I think it's overall rather good now and better than my original suggestion. It works both for the CLI, stack...
There's some info about this in #282
I just tested if travis had access to do this and unsurprisingly it doesn't ^ @gornostal Can you invite me to the [dockerhub organization](https://hub.docker.com/u/ulauncher) and give me permission to push...
> Hi @friday Just noticed this. I've invited you using the same email that your AUR user has Perfect. That's the email I used for the docker account too :+1:
We've rewritten like 2/3 of the Ulauncher code for the upcoming major release, which might help a little (we got rid of many dependencies for the Preferences and updated others)....
This was never meant to be the final solution I think. See the discussion in #273.