3nprob

Results 180 comments of 3nprob

@StefanSalewski any chance you'd consider taking another look at this? Or is it still relevant? gintro dosn't seem to be easily usable on NixOS right now: ``` $ nimble install...

Maybe somebody should edit the [Nim Wikipedia page](https://en.wikipedia.org/wiki/Nim_(programming_language)#Graphical_user_interface), I bet I'm not the first to come straight here when checking out Nim.

Hi Gilles, > I disagree. The imapsync github releases are not tested in the docker context. They can work or they can fail. I publish the imapsync Docker image after...

Hey, you seem to be either defensive or upset - just leaving feedback here, assumed you're sharing the repo in public in order for it to be useful for others...

Hope I'm not too grumpy back - again, want to reinforce I'm super grateful for your making and maintaining this neat software, whatever your workflow is. Keep it real. (and...

There is an open PR over at https://github.com/vector-im/element-desktop/pull/396/files which allows users to change the tray icon per profile by creating/editing a file `${ELEMENT_PROFILE_DIR}/config.json`: ``` {"tray_icon_path": "path_to_trayicon.png"} ``` Help testing wanted....

Not sure if OT for this topic or not but it'd be great if a replacing lib either has or is easy to extend with reasonable (exponential backoffs) retry behavior....

> > easy to extend with reasonable (exponential backoffs) retry behavior. > > Retry behaviour is rarely easy, given that even if the response failed to make it to the...

Honestly even limiting retries to just idempotent GETs would still cover the instances I can recall where this forced me to restart element-desktop or rendered the whole app unoperable, so...