Maksymilian Demitraszek

Results 81 comments of Maksymilian Demitraszek

@Radinyn Can you create task for it and add it to this milestone?

Moving it to protostar 1.0, it is not related to pure cairo1 runner

This should be considered when implementing https://github.com/software-mansion/protostar/issues/1322

Suggested syntax ``` #[setup] fn some_func(){ } ``` We should use compilers config attributes feature for thath

Mabye it is alsow worth considering, rust setup ``` use std::sync::Once; static INIT: Once = Once::new(); pub fn initialize() { INIT.call_once(|| { // initialization code here }); } ``` I...

@cptartur Can you provide some explanation here please 🥺

Shouldn't this be a responsibility of Scarb?

Blocked by scarb workspaces