• Joined on 2023-09-20
vftdan created pull request hkc/mastoposter#3 2024-06-08 16:45:40 +03:00
Set websocket open timeout to 1 minute and log connection attempts
vftdan created branch log-websocket-connection in vftdan/mastoposter 2024-06-08 16:41:43 +03:00
vftdan pushed to log-websocket-connection at vftdan/mastoposter 2024-06-08 16:41:43 +03:00
4410009015 Set websocket open timeout to 1 minute and log attempts
vftdan created repository vftdan/mastoposter 2024-06-08 16:40:15 +03:00
vftdan created branch cached-sorting in vftdan/sfxd 2024-04-30 18:51:09 +03:00
vftdan pushed to cached-sorting at vftdan/sfxd 2024-04-30 18:51:09 +03:00
e20de151ec Replaced qsort by a lazy update of a bare-bones BST when using 'list'
11fc655bb7 Added documentation for `list` command
26fb7bc8a5 Added `list` command w/ fnmatch support
4035b50128 Added wordexp for `source` command
6ca32e8d49 Added documentation for "find" command
Compare 10 commits »
vftdan created branch export-options in vftdan/neomojimixer 2024-04-24 21:58:08 +03:00
vftdan pushed to export-options at vftdan/neomojimixer 2024-04-24 21:58:08 +03:00
9d6f01a5e6 Merge remote-tracking branch 'origin/main' into export-options
477e2adb31 added Johann150 to the thank you section in README.md
a7e4ce76d1 Merge pull request 'add direct link ability' (#12) from Johann150/neomojimixer:main into main
26a17cd4b4 Merge branch 'main' into main
9631a7a61a Added a download link with filename for exported images
Compare 10 commits »
vftdan pushed to part-dropdown at vftdan/neomojimixer 2024-04-23 09:52:14 +03:00
d3033b8912 Use `<select>` instead of `<span>` to show parts' name
vftdan created branch part-dropdown in vftdan/neomojimixer 2024-04-23 09:52:13 +03:00
vftdan pushed to structured-code at vftdan/neomojimixer 2024-04-23 05:28:03 +03:00
ed6a9097ee Refactored by moving common logic into PartHandler classes
vftdan pushed to structured-code at vftdan/neomojimixer 2024-04-23 02:44:46 +03:00
8858549de3 Moved everything under NeomojiMixer namespace
vftdan created branch structured-code in vftdan/neomojimixer 2024-04-23 02:37:40 +03:00
vftdan pushed to structured-code at vftdan/neomojimixer 2024-04-23 02:37:40 +03:00
6aea5f29f5 Moved everything under NeomojiMixer namespace
vftdan created branch codestyle-fixup in vftdan/neomojimixer 2024-04-23 02:18:47 +03:00
vftdan pushed to codestyle-fixup at vftdan/neomojimixer 2024-04-23 02:18:47 +03:00
dfc0870fc1 Fixed some inconsistent whitespaces
vftdan pushed to exponential-probe-test at vftdan/sfxd 2024-02-25 17:37:50 +03:00
c3af4ce4be Also use exponential probing during lookups
vftdan pushed to exponential-probe-test at vftdan/sfxd 2024-02-25 02:51:23 +03:00
c5035fba81 Fix infinite loop in the fix from the last commit
vftdan pushed to exponential-probe-test at vftdan/sfxd 2024-02-25 02:44:12 +03:00
c118454ea5 Fix offset calculation to avoid additive identity of the ring
vftdan pushed to exponential-probe-test at vftdan/sfxd 2024-02-25 01:57:49 +03:00
4fc7f1d043 Take `base` argument into parenthesis too in the macro