Justin Starry

Results 58 issues of Justin Starry

### SIMD https://github.com/solana-foundation/solana-improvement-documents/pull/85 ### Description Validators can currently collect transaction and rent fees into any account type they wish. This is unnecessarily permissive and fees should only be allowed to...

feature-gate

### Description It's easy to fat-finger the `set-upgrade-authority` CLI command and accidentally assign the authority of a bpf upgradeable loader account to an incorrect address. This feature adds a new...

feature-gate

https://docs.google.com/presentation/d/1tkiBReZP2ecY0B_HQcwSllkeLFU-9kvrB1Kv8FaTzWU/edit#slide=id.g8bcde2dbad_0_0

Something like: #### Render Cycle 1. create() 2. view() 3. (yew renders to page) 4. mounted() Note: should explain how children components are rendered... (Parent view -> Child view ->...

> In https://yew.rs/docs/getting-started/project-setup is written: We don't recommend using wasm-bindgen directly because it requires hand-writing some JavaScript to bootstrap you WebAssembly binary. > But wasm-pack and wasm-bindgen both can use...

DOC TODO: https://yew.rs/docs/concepts/agents#lifecycle Describe the lifecycle methods of an Agent and the lifetime of each type of Agent (Job, Context, Private, Public) ```rust /// Creates an instance of an agent....

We have a page describing callbacks but it's lacking examples and a clear explanation of how to properly use `ComponentLink` beyond creating callbacks.

DOC TODO: https://yew.rs/docs/concepts/services/format The `Format` API is not very user-friendly at the moment and needs better documentation. 1. Explain the difference between text and binary formats 1. Explain how format...