Daniel Hammer

Results 28 comments of Daniel Hammer

I was trying to make the current example more accessible, while trying to be concise. The idea was to intuitively illustrate that `eventually` doesn't (implicitly/magically) update the state that's attempted...

Hi @Vampire, > What does why the "machine" variable isn't (magically) updated mean? That's the question I so far always have to explain to my fellow developers, that's stumped by...

Hi @droidmonkey, I suspect I've experienced a symptom similar to the original [description](https://github.com/keepassxreboot/keepassxc/issues/8441#issue-1360852949). From Help -> About -> Debug Info ``` KeePassXC - Version 2.7.1 Revision: 5916a8f Qt 5.15.3 Debugging...

Hi @droidmonkey, I've attempted to download "latest" portable zip from the provided link, but unfortunately I'm blocked by SmartScreen: ![image](https://user-images.githubusercontent.com/17439718/195130455-8b54cab1-103a-44f2-a6f2-d8a580218f3d.png) As I usually utilize the portable version + only have...

Hi @phoerious, Thanks for the suggestion, unfortunately the screenshot shows my options after clicking "More info" ~ revealing "App" & "Publisher". ![image](https://user-images.githubusercontent.com/17439718/195130455-8b54cab1-103a-44f2-a6f2-d8a580218f3d.png) Unfortunately I'm unauthorized by the client to make...

Hi @droidmonkey, I've verified I'm unable to reproduce the [symptom](https://github.com/keepassxreboot/keepassxc/issues/8441#issuecomment-1273555418) using [v2.7.3](https://github.com/keepassxreboot/keepassxc/releases/download/2.7.3/KeePassXC-2.7.3-Win64.zip). Entering the pin when prompted results in access to the DB (or pressing Esc, also grants access).

Hi @varac, Until an official arm-compatible Docker image is released, I've used the workaround outlined below to utilize restic v0.14.0 on Raspberry Pi OS 11. #### 1. Install restic from...

Hi @bachya, Unfortunately the link results in a 404 pt. > Example: https://github.com/bachya/ecowitt2mqtt/blob/dev/.github/workflows/publish_to_docker_hub.yaml Instead I suggest similar projects that's also based on a single Go executable, ex. [prometheus](https://github.com/prometheus/prometheus) for inspiration....

Hi @superfunk2000, I too encountered this compilation issue initially, and the remedy I used was populating the "album artist" tag to get consistent compilation grouping with ex. [Various Artists](https://www.discogs.com/search/?q=various+artists&type=all). The...

Seconded @telmich, all good points 👍 The way I see it, the current release "strategy" for [atmoz/sftp](https://hub.docker.com/r/atmoz/sftp) provides zero traceability with regards to changes between releases ~ ie. what's changed...