Jonathan LEI
Jonathan LEI
Yeah makes sense to me, as long as the gateway returns a 429 status code properly.
Our current test setup doesn't include HTTP status code or headers, making something like this hard to test as we can't just use the real gateway. So I will make...
Hi. I'm not sure if I'm understanding what you want correctly, but `starknet-rs` isn't a sequencer implementation, but rather a client library which interfaces with such an implementation. It's indeed...
Closing this as it looks like nothing can be done from our side.
Honestly I've always wanted to submit this issue but wasn't sure if this is by design (i.e. moving view instead of cursor). I frequently find myself going half page down...
My current workaround is to put my cursor right _before_ the text I'm interested in, then press the desired length followed by `l` to see if the cursor lands on...
If even vim has this feature, it's probably not much of a bloat IMO.
Sorry for spamming this thread, but I see `tmux` being suggested here as an alternative so I just wanna add my two cents as a heavy `tmux` user. I do...
> There are too many good multiplexers out there. I use `tmux` and `zellij` **a lot** but I still want the integrated terminal. IMO the point of an integrated terminal...
~Looks like the Termux guys actually got it to compile on Android?~ ~https://github.com/termux/termux-packages/pull/7982~ ~Is it possible we bring their patch here to make things work? I would like to give...