wackazong
wackazong
I did something in this direction but it only works with opacity transition for now. For a swipe transition, I would need to do the following: - create a target...
Same for me unfortunately. There is a message in the log: Failed to connect (window) outlet from (AppDelegate) to (NSWindow): missing setter or instance variable
Interesting. I will try to find out why this is happening.
Ok, I could narrow it down to the use of tokio::time::sleep. It can be replaced with gloo_timers in wasm32 as far as I can see. I could submit a pull...
I get "expected \`,\`" as well
Ok, works for me. Thanks. I will leave the issue open for @Diggsey to confirm.
I added generous swap and now the node is downloading blocks.
I did some memory monitoring while setting up another node from a fresh snapshot. Strangely enough, memory was never over 30% on a 32GB machine. But also on that machine...
Over night, the second node now started showing the error while downloading blocks and failed subsequently: ``` Oct 01 00:09:50 validator-a neard[626278]: 2024-09-30T22:09:50.794404Z INFO stats: #129220486 Downloading blocks 37.22% (47816...
I had multiple backup servers with the same node key running. This might have affected the issue presented here.