Steven Johnson

Results 58 comments of Steven Johnson

Confirmed with melos developers via discord that no functionality will be lost. It will have the same limitation as cargo, must be run from inside the flutter workspace directory, and...

@dtscalac I don't see why any of that is necessary? The repo is the repo. Rust has no problem with a rust workspace being below the repo root with vscode...

@omid235 Hello, thanks for your report. As @jmgilman noted it was in the wrong repo, but I have transferred it for you. No need to re-create it.

We are NOT using the ADMIN specs from the specification at this point. DO NOT work on those specifications. They are no where near final.

The TEMPORARY admin key is defined strictly like this: ``` admin.catalyst:///key- ``` The ED25519 Pub Key is encoded directly in this TEMPORARY Encoding. This will be passed to the service...

Its a bit ugly, but the following workaround seems to hide the comment lines that you don't want in docs, at least for markdown. ``` // ```

This is pre-mature. We do not have comprehensive specifications for all the key derivation we require yet, and currently it is not required. All that is required is to generate...

Soft derivation is used a lot, in a general sense we should be able to do both. If there is no pure dart package for it, we may need to...