Ian Clarke

Results 187 comments of Ian Clarke

Also, this is the `main` branch?

@gogo2464: Can you try this in the `modules/antiflood-tokens/contracts/token-allocation-record` directory: ``` $ cargo update ``` That may resolve the problem with the Cargo.lock file.

@TheRook Very helpful, thank you. > The current guidance is to use as large of a asymmetric key as you can, and use it for as short as period of...

If we decide to create a customized browser based on something like Electron, then [Min](https://minbrowser.org/) may be a good starting point. CHAT-GPT guide: To add a new URL type in...

Alternative to Electron: https://tauri.app/

How does this differ from the related state mechanism (#167)?

Two potential ways to generalize: 1. The code to extract the desired data from the state could be supplied with the request as WASM 2. These requests can be sent...

I appreciate the effort to diagnose this problem. I'll try to investigate but unfortunately I've had limited spare time to devote to Kweb lately. I'll look into it today.

Spent a while staring at code. I think @chucky2002's code is helpful but is putting the browser under such load that it maybe be triggering other problems. I think the...