Alexander Ruliov

Results 8 issues of Alexander Ruliov

Hello. I have a list of messages with frequent additions. Messages have random height (they are text with word wrap). This list also have a limit of messages, when there...

Adds new captcha type "Custom", which asks for chat-specific questions. New commands: - `/addCustomCaptcha` — add custom captcha type question&answer - `/viewCustomCaptcha` — view custom captcha type questions&answers - `/removeAllCustomCaptcha`...

Hello. I have some data format for which I had implemented `Deserializer`. It has `deserialize_struct`, where I have `if name == "SOME_STRUCT"`, then I calling `visitor.visit_map()` with very specific `MapAccess`....

Hello. I have three plugins: - `A` depends on `B` - `B` depends on `C` - `C` They tap some hook with same `stage` in the following order: - `A,...

Currently **.shx** file uses the same header as **.shp**. They should be the same, except file length field. So, some tools cannot read it correctly: ``` $ ogrinfo test.shp ERROR...

Version 1.0.5 ``` #[test] fn my_test() { let yaml_str = r#" carriage_return: "\r" "#; let docs = yaml_peg::parser::parse::(yaml_str).expect("parsing"); println!("yaml: [{}]", yaml_str); println!("docs {:?}", docs); let doc = &docs[0]; let yaml_str...

### Describe the bug I define import with `new_typed` for signature `fn() -> (i32, i32, i32, i32)`. On wasm side when I call this function, only first i32 is corrent,...

bug
📦 lib-vm
priority-medium

**Intended outcome:** I want to watch for observation of some property and do network requests when some other property allows it. **Actual outcome:** `onBecomeObserved` is not called, but I clearly...

🐛 bug