Jukka Väisänen
Jukka Väisänen
Just started looking into this API as a new i3 owner. The OAuth token retrieval does not seem to accept "remote_services vehicle_data" as a valid scope: ``` % curl \...
I have an OAuth2 password flow authorization endpoint which is used to create a token. However if I inject AuthJWT as a dependency, the request will fail as there is...
Sometimes I read past messages from the channel and then somehow don't end up back at the bottom. There is no indication on the UI that I'm still in the...
Hi everyone, especially @ovv and @vodik .. I am using aiosip in a couple of projects but from a private fork at this time because the PRs for even simple...
Added copying of Record-Route: headers to responses Fixed Via: parsing if no port was given Fixed Via.from_header() to error out correctly Added exceptions to abstract DialogBase methods
I added Record-Route support and fixed some Via parsing in #134 but the CI build tests seem to fail. And looks like they have been failing for quite some time.
I implemented a partially-async replication patch for the original Disque project and back then put in a hopeful PR (https://github.com/antirez/disque/pull/200). This was a vital feature for my use case (multiple...
NOTE: I am fully aware that the Disque project may be merged into the redis repo soon as a module of redis 4.2 but I wanted to contribute this idea...
**What would you like to be added**: Lens has hardcoded mount point of `/` for the Node / Cluster info disk space metrics, example: https://github.com/lensapp/lens/blob/f1a960fd785b62a118acd8b1525d879f39917e21/packages/technical-features/prometheus/src/lens-provider.injectable.ts#L74-L77 I would like to have...
Using the API to add an alias, I accidentally had an alias longer than 40 chars (which is the max len in the DB). The API returns 201 Created but...