David
David
Hi Christian, thanks for the quick reply. I'm investigating this further now – I may not even need to use InstancedBufferGeometry for this use case, although it would be great...
Great work!
> Can you explain how to setup file association with a info.plist file? @vandervidi – For Info.plist, you can use the [extendInfo option](https://js.electronforge.io/interfaces/_electron_forge_shared_types.InternalOptions.Options.html#extendInfo) to add anything, like this: ``` module.exports...
That simply locks it at 6% width. What I'm looking for is the left pane (sidebar) to stay a fixed width (in pixels, not percent), but the right pane width...
To solve this, add this before /validator_client/src/graffiti_file.rs line 68: ``` if line.trim().is_empty() { continue; } ``` https://github.com/sigp/lighthouse/blob/3058b96f2560f1da04ada4f9d8ba8e5651794ff6/validator_client/src/graffiti_file.rs#L68