Marek Kaput
Marek Kaput
Implement a permission system that deno or wasmtime has for wasm oracles, or to control what wasm protocols are available in runtime.
### Problem There was a failed attempt at #2750 Basically, when attempting to compile a procmacro, we need to get active rustup toolchain, check if it's compatible with `target_triple::TARGET` and...
As title says remove this extension and also remove any dependencies that are only used by it.
We are going to fully remove `scarb-cairo-test` extension and keep `snforge` as the one and only publicly available test runner for Cairo. In this task, remove any mentions of cairo-test...
### Problem Implement an `fs` oracle (TBD if builtin or wasm based) that we will publish to scarbs.xyz. The API could follow Elixir's `File` module: https://hexdocs.pm/elixir/File.html ### Proposed Solution _No...
### Problem Implement an `curl` oracle (TBD if builtin or wasm based) that we will publish to scarbs.xyz. It will be a simple wrapper around the `curl` binary and will...
### Problem https://github.com/software-mansion/cairo-oracle/blob/4e53646baf0489af73d6848026ac847bcef36aa0/oracle/src/lib.cairo#L26 The following link: ```md [`shell` package](https://scarbs.xyz/packages/shell) ``` is getting lost in the output, while it shouldn't ### Steps _No response_ ### Possible Solution(s) _No response_ ### Notes...
### Problem In Elixir, exdoc has a nice feature (that rustdoc hasn't) that one documents not only code items, but also has an ability to add custom freeform pages. See...
Since #2379 `scarb-execute` has almost the same logging logic as `scarb`. It'd be nice to deduplicate logging setup and use it in all our binaries.