Jonathan Neidel

Results 73 comments of Jonathan Neidel

Login works :+1: When opening a board and selecting an assignee to filter by I get 400 and 404 respectively. And scrolling down with arrow and not vim keys is...

vim keys are the superior hjkl (j/k down/up, h/l left/right). They are widely supported in interactive cli apps. Interactive GNU apps (e.g. less), lf, ranger, newsboat, epr and the namesake...

For fzf I have tab/shift-tab setup to go through the list, like that I don't need to leave the home row. Yes, I agree, for the fuzzy finder view it...

Board view works as expected now! (vim keys would also work here) I still get errors on: - 400: filter by assignee (in project view) - 404: assign user (in...

Both errors are still present. With assigning a user I get: And nothing changed on the issue.

`Error! -Cannot assign user Jonathan Neidel to ticket ORFDV001-9592. Reason: Jira error, status: 400 - request: AccountId:` is what I get as an error. Our Jira Server version is v9.9.0

> @jneidel okay - assignment request for on-premise installation is fixed in version 0.11.8 Can confirm that assigment works :+1:

Just wanted to note that this does not apply to all Library types. "Movies" and "Shows" have this problem. My library of the "Other" type remembers my unplayed filter just...

Seem like user error: `@OA\Schema(ref="#/components/schemas/collectionNotFoundErrors")` "Collection was not found" and such probably needs to be quoted or have spaces replaced by hyphens, etc.

AUR package maintainer here. I already switched the package to the equivalent of `python -m build && pip install .`: ``` python -m build --wheel --no-isolation python -m installer --destdir="$pkgdir"...