Jack Clayton

Results 5 issues of Jack Clayton

See upcoming LSP addition for Notebook documents: [LSP Notebook Proposal](https://github.com/microsoft/vscode-languageserver-node/blob/815cb9737e8a0f5d9ef7e41dce42f6b771ca24aa/protocol/src/common/proposed.notebooks.md#notebooks) This is a draft for adding notebooks to the spec, see VS Code notebook extension that uses Rust: [Codebook](https://marketplace.visualstudio.com/items?itemName=codebook.codebook) Using...

### Bug description This causes a compiler crash: ```rust fn adds_one[v: DynamicVector[Int], new_val: Int]() -> DynamicVector[Int]: var out = DynamicVector[Int](len(v)+1) for i in range(len(v)): out[i] = v[i] out[len(v)] = new_val...

bug
mojo-lang
mojo
crash

Have the first link take the user straight to the developer console to download and install Mojo, instead of having an intermediary link. Context with user feedback: https://discord.com/channels/1087530497313357884/1208354380383002674/1208512806555746304

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? Tracking issue for...

enhancement
mojo

**Describe the bug** Hotkeys such as: + zz + zt + zb Do not work using the native VSCode notebooks **To Reproduce** Steps to reproduce the behavior: 1) Create a...

kind/bug