Jean Mertz

Results 119 comments of Jean Mertz

> We have a website, but outsiders to the WG are basically always told to look at the `wg` repo. I feel like this is a chicken-and-egg problem. Once we...

> I think the biggest problem with hoping for too much from the website is that none of us have super web skills, so we're all kinda just fumbling with...

Any reason why Rendy isn't on this list @kvark? I'm glad this list exists, I've been trying to figure out what crate to start using for my "handmade game" (manually...

To add a small experience report to this discussion. I'm not using wasm-bindgen for games, but _am_ writing an [application](https://github.com/blendle/automaat/tree/35b39822d300b1e4d1072b8dcb582a310d4664c6/src/web-client) using it. It's been a few months since I started...

I too have run into this annoyance. I don't have a solution, but here are two references: https://github.com/Microsoft/vscode/issues/9504 https://github.com/editor-rs/vscode-rust/issues/240

I have the exact same issue. I tried using [`cargo-vendor`](https://github.com/alexcrichton/cargo-vendor) to have my dependencies be in the same directory as the project, and after restarting vscode the first "click through"...

By the way, setting `"rust.goto_def_racer_fallback": true` as described [here](https://github.com/rust-lang-nursery/rls/issues/227#issuecomment-396072768) makes this work for most of the cases, but not all of them, and obviously without using RLS.

see https://github.com/danthorpe/Money/issues/52#issuecomment-342462952

Hi @jutley, We discussed this contribution during our team check-in. We are excited for this transform to receive this feature. One concern we have with this PR, is that the...

Ah, in fact, I already _have_ this configuration file, but it doesn't seem to be working? ```json { "propose-builtins": true, "lib-path": "", "custom-pkg-prefix": "", "custom-vendor-dir": "", "autobuild": true, "force-debug-output": "",...