Ryan Vandersmith

Results 113 comments of Ryan Vandersmith

Currently doing a full review with suggestions to fix most of the ":" formatting (FYI before making any other changes).

I agree that it would be valuable to have a way to load binary and text files, similar to Rust's [`include_bytes!()`](https://doc.rust-lang.org/std/macro.include_bytes.html) and [`include_str!()`](https://doc.rust-lang.org/std/macro.include_str.html). Closely-related issue from the early days of...

Thank you for the PR! I did some refactoring and opened another PR (#11) to reduce code duplication. Feel free to review, and I'd be happy to merge.

Hi, thanks for opening the issue! The extension currently only supports local variable and import autocompletion (e.g. completing `List` or `testList`). We will increase the priority of this feature based...

Pending next `dfx` release per internal Slack conversation.

Glad to hear that this approach works for you! The `--override` flag is preferable on the compiler end because it's more intuitive for several edge cases. For example, if we...

I'll bring this up with the Languages team to see if we could build something like this into the compiler.

> `"base@1" = "1.1.0"` This could be a good pattern for us to encourage for the base library. > `base = "[email protected]"` I see what you're saying for the base...

Here is a counterexample where a developer might want to be able to compare at a supertype: ```motoko type A = { x : Int; y : Int}; type B...

Corresponding file in `node-motoko` (+1 towards creating a single source of truth for all of these keyword lists): https://github.com/dfinity/node-motoko/blob/main/src/keywords.ts