daladim

Results 43 comments of daladim

I'm finally having a green CI on this PR. Is this PR OK for you? Or do you need anything else from me before merging it? Thanks

In an ideal world, this should not be limited to e-mail notifications, but also to Slack notifications. Also, once there is a good way to display a diff after a...

See also https://github.com/outline/outline/discussions/3198

Hmm, `NetUserEnum` does not return the profile home dir (or rather, it does but it's an empty string, according to Manage this PC > Local Users and groups > Users...

It looks like using the WMI request `SELECT * FROM Win32_UserProfile` is a better choice

I have exactly the same issue (I am also learning reading chords using your great software, thanks) I'm using [chord-display](https://github.com/rednetio/chord-display) if that matters, and it indeed puzzles me when trying...

I'm pretty sure it did not work on my computer, until I uninstalled and re-installed the latest versions of both sshfs-win and winfsp (2021 and 2022.2 Update 1, respectively, even...

Note: `trace_callback_thunk` is currently safe (memory-safety-wise) because `CallbackData` is not mutated when a trace is running. When resolving this issue, we _will_ mutate the list of providers (which is a...