Thomas Ip
Thomas Ip
So will this be fixed?
I guess the reason why this issue stands out from the other frameworks is that our buttons turn grey on hover/focus, whereas the others turn into a darker shade of...
Should the whole progress bar/percentage to be added to the log file as well? There is also a problem with this, the progress bar doesn't necessary update for every iteration...
Just as a data point, this does work for me on Monterey 12.1 (M1 Pro).
> there are no plans to work on this @arxanas is that a "won't fix" or just no one have time to work on it? I can try to help...
Cool my work uses GPG-signing so I have a bit more incentive to see this implemented. No promises though 🫣.
Hi @lbjarre. The WIP PR supports all the git-branchless subcommands (at least at the time of my last push), I have been using it daily without any issue. The PR...
I don't quite remember if this is the actual problem - openpgp uses the current time as part of the signature generation, but there is no easy way to mock...
Usage: ```rust use serum_dex::utils::{OrderBook, Level}; let bids_slab = market_state.load_bids_mut(&bids_account_info)?; let orderbook = OrderBook::new(Side::Bid, &bids_slab); let eg1 = orderbook.levels(); let eg2: Vec = orderbook.levels().take(10).collect(); ```
Added. The maintainers doesn't seem to be interested in this PR though.