Oleksandr Babak

Results 10 issues of Oleksandr Babak

In my code: `console.log(await API.rest.Market.OrderBook.getLevel2_full('BTC-USDT'))` In console I see `{ code: '404', msg: 'not exist' }` What should I do?

Hello, This PR introduces a simple tweak: adding extra padding to the bottom of the content area in mdBook. Here's why it might be a good idea: - More Comfortable...

A-Style
S-waiting-on-review

OnePlus Nord 2, Android 12. When I try to select the crop area, the fields are on the sides of the screen, and when I try to move them, the...

feature request

On some of projects, if I use ra-multiplex, it will conflict with cargo. I am often running `cargo check` even if I can see diagnostics in the editor, and at...

question

``` π rustls main ❯ openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout key.pem -out cert.pem -batch cargo run --bin tlsserver-mio -- -p 12345 --certs cert.pem --key key.pem...

Hello, currently no rust code is executing before `editor.js` loaded, which means blank page. Is there a possibility to load it only when `yew::CodeEditor` is mounted, while not blocking other...

Hello, can here be an api like [that in std](https://doc.rust-lang.org/std/primitive.slice.html#method.split_first_chunk_mut)? So that signature would look like ```rust pub fn rwn

Hello, widgets have lifetime ```rust impl pub fn create(parent: &mut impl NativeObject) -> LvResult ``` Which takes reference to some `NativeObject` and returns `Bar` with [unbounded lifetime](https://doc.rust-lang.org/nomicon/unbounded-lifetimes.html) - it can...

Hello, recently `IpAddr` was moved to `core`, but serde still requires `std` feature

Code like that: ```rust css!( font-size: 2em; ) ``` Cannot be parsed by Rust - `Syntax Error: Missing digits after the exponent symbol`. What one must do is wrap numbers...