Tomasz Rejowski

Results 98 issues of Tomasz Rejowski

### Which components does the task require to be changed? (think hard pls) sncast ### Description People apparently don't know that you can use devnet for testing as well (cast...

documentation
Team: sncast
new

### Which components does the task require to be changed? (think hard pls) sncast ### Description 1. We should probably name it `account import` since it imports an account 2....

sncast
feature
design-doc

### Which components does the task require to be changed? (think hard pls) sncast ### Description It could be interactive, or a set of separate commands grouped by the kind...

Team: sncast
feature
design-doc

### Which components does the task require to be changed? (think hard pls) sncast ### Description We need to make sure that new users know that cast is an option...

documentation

### Which components does the task require to be changed? (think hard pls) sncast ### Description We should design an interactive transaction builder, which will guide you through a process...

blocked
sncast
feature
design-doc

### Which components does the task require to be changed? (think hard pls) snforge ### Description This task should be based on searching through the documentation and assessing where it's...

documentation
Team: snforge
new

Basically, fix this TODO: https://github.com/starkware-libs/cairo/blob/fdf3d70cd5f2924d74feeb1df89f5be43beffcbc/vscode-cairo/src/cairols.ts#L91-L92 There is an example that we should carefully implement on our side: https://github.com/microsoft/vscode-extension-samples/blob/main/lsp-multi-server-sample/client/src/extension.ts We should always try to find a matching Scarb workspaces/`cairo_project.toml` file for...

bug
ide

Currently we are showing warning diagnostics from dependencies, they should be ignored Scarb has added this behavior recently: https://github.com/starkware-libs/cairo/pull/6279 Also we can skip warns from virtual files generated by macros

ide

We should look into testing the extension automatically, so that we don't run into regressions in the future

ide

Currently, hovering is only supported for `TerminalIdentifier`, while there are multiple `Expr`essions that are not supported there: - Literal - ShortString - String - False - True (possibly more?) After...

enhancement
ide