Pinned Loading
-
tick-tock-tui
tick-tock-tui PublicTUI app to handle Bitcoin data provided by Mempool: fees, blocks and price converter.
Haskell 2
-
wordlist
wordlist PublicExplore BIP-39/SLIP-39 word lists. Up to 10 languages. Misc. filter and search options.
TypeScript
-
haskell-elm-todo-app
haskell-elm-todo-app PublicTodo app build with Haskell (server-side) and Elm (client-side)
-
fees
fees PublicEstimated fees for Bitcoin txs. Supports 5 providers. Point to your own node.
TypeScript
501 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 14 commits in 5 repositories
Created 1 repository
-
sectore/gpui-component
Rust
This contribution was made on Mar 4
Created a pull request in 143mailliw/muzak that received 5 comments
Show controls
if a track is selected only
Before
As long as a track is not selected, controls shows dummy
data and has no function.
Fix
Just hide controls
as long a track is not selected.
Opened 9 other pull requests in 4 repositories
143mailliw/muzak
5
merged
-
feat(storage): persist app settings into
app_data.json
This contribution was made on Mar 5 -
Introduce
CurrentTrack
andPathBuf
This contribution was made on Mar 2 -
(quick) fix: icons
next
/back
This contribution was made on Mar 2 -
Show
release
data if available onlyThis contribution was made on Mar 2 -
Sync
PlaybackState
and current trackThis contribution was made on Mar 1
sectore/jkrause.io
2
merged
-
remove deployment
This contribution was made on Mar 3
-
update deps, add X, lint + fmt
This contribution was made on Mar 3
longbridge/gpui-component
1
merged
-
scrollbar: Fix Scrollbar not clickable when it is always showing.
This contribution was made on Mar 4
sectore/timr-tui
1
merged
-
fix(countdown): Reset
MET
ifcountdown
is set by cli argumentsThis contribution was made on Mar 3
Reviewed 2 pull requests in 1 repository
143mailliw/muzak
2 pull requests
-
feat(storage): persist app settings into
app_data.json
This contribution was made on Mar 5 -
Sync
PlaybackState
and current trackThis contribution was made on Mar 1
Created an issue in longbridge/gpui-component that received 7 comments
scrollbar: dragging thumb or clicking track do not work before mouse wheel is used once before
How to reproduce
Run any example with a scrollbar, e.g. cargo run --example list
.
Don't scroll by mouse (wheel), but try to click the thumb
of the…