Joshua Batty
Joshua Batty
Hey Jim, Awesome addon im just trying to work out how to send the texture from an fbo into ofxSlitscan. I am doing the following, drawing my scene in an...
Calling for example vid.setPosition(0.5+sin(ofGetElapsedTimef()_0.01)_0.5); will lock up and freeze the video from iterating through frames. This seems to be a recent bug as I have been doing something similar to...
Currently the `ConcurrentSlab` has an `RwLock`. As we don't do any concurrent processing in the compiler we should remove interior mutability. When profiling, the compiler seems to be spending ~80%...
Also, it might be worth us migrating to defining dependencies used across multiple workspace members in a `[workspace.dependencies]` section. Eg ```toml [workspace.dependencies] clap = "4.5" dashmap = "6.0" ``` Then...
* [x] https://github.com/FuelLabs/sway/issues/6228 * [ ] https://github.com/FuelLabs/sway/issues/6227 * [ ] https://github.com/FuelLabs/sway/issues/6229 * [ ] https://github.com/FuelLabs/sway-vscode-plugin/issues/172
Currently users need to type `forc test --decode --logs` in order to see human readable output from the logs. We should have this be the default and instead have a...
Tracking issue for reducing the large RAM usage of the language server. * [ ] https://github.com/FuelLabs/sway/issues/6221 * [x] https://github.com/FuelLabs/sway/issues/6222 * [ ] https://github.com/FuelLabs/sway/issues/6223 * [ ] https://github.com/FuelLabs/sway/issues/6224 * [ ]...
I guess this would work for most types that are already stored in the Engines. Otherwise we are already storing a copy in the Engines of the type and the...
## Description This PR extends Serde support across all AstNode-related types, building upon the partial implementation from #4193. Key points: * Adds both `Serialize` and `Deserialize` trait implementations to all...
## Description ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I...