Daniel Hammer

Results 28 comments of Daniel Hammer

Hi @atmoz & @kalioz, I can confirm the [kalioz/sftp:alpine](https://hub.docker.com/layers/sftp/kalioz/sftp/alpine/images/sha256-6ee5a67d5c9bc2ef52fef695f2b5cef988b37312929b34428e9e3015d65556ff?context=explore) arm-edition works on my Raspberry Pi 4 (arch: arm64) :) Tested with Docker v20.10.16 and Compose v2.5.0 `docker-compose.yml`: ``` version: '3.9'...

Hi FLAC-gurus, Thought I'd add my findings to support future users puzzled by this issue, as I too encountered this issue during `metaflac` export/import for multi-line tags (v1.3.3). (I've attempted...

Hi @BlackDex , Regarding > .. is there a reason you have this marked as a WIP/Draft PR? It's intentional as I'm unfamiliar with this code-base (~ but a happy...

Hi @jjlin, Regarding > .. I was simply making the observation that this issue has much less impact than might be immediately apparent. While that might be true as generalization,...

Hi @RealOrangeOne, > Spellcheck isn't enabled on type="password" inputs. Sounds sensible, I've adjusted accordingly :crossed_fingers: (9b20decdc1c6e400b738e28cf4238a2a73d9a18a)

Moved to ready for review, as advised by @tessus :nerd_face:

As a new user, also affected by this symptom I would suggest the following: 1. The lowest hanging fruit seems to be adding a error popover, alerting the user to...

Just discovered another surprise; re-import of the same file, generates duplicate folders and items, even though the import file contains identical data to already existing items. Any tips on bulk...

Hi @jgrandja, Thanks for taking the time to reply. Perhaps an initial compromise could be access to the default validation chain currently defined by [OAuth2AuthorizationCodeRequestAuthenticationValidator#authenticationValidator](https://github.com/spring-projects/spring-authorization-server/blob/917988134765d297ec1be022d4fc3201c01c09fc/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/authentication/OAuth2AuthorizationCodeRequestAuthenticationValidator.java#L63). So appending instead would look...

Hi @jgrandja, Thanks for taking the time to reply. Regarding > Would you be interested in submitting a PR for this? I've thought about it, and the only thing preventing...