aspect
aspect
We are running into the same problem. The following EGUI example demonstrates this behavior: https://github.com/emilk/egui/tree/master/examples/custom_window_frame It appears winit treats "decorations" as a combined titlebar+resizing option, whereas on Windows OS this...
This API call should track the last request timestamp and return a cached value if this timestamp is within some threshold range (like 1 second). Due to the potential high...
Can you do me a favor, create another local wallet (different name) and import your mnemonic into it. Let me know if that shows the same behaviour. Also, can you...
ok, thanks. i am currently travelling so earliest i will be able to get to take a look at this is in a week or two. the problem comes from...
If you can, please build the node from the same branch (https://github.com/aspectron/rusty-kaspa/tree/omega) and switch to using `Encoding.Borsh` (due to omega upgrading Borsh encoding, WASM32 needs to match the node). Meanwhile...
No error in omega with Borsh or JSON? The error originates from the JSON serializer, it won't present with Borsh. If no error in JSON then it is still a...