Jake Goulding
Jake Goulding
As mentioned here and in other places, I'm not opposed to such changes, I just want them to be worth their effort. > * Replace ace with monaco #450 has...
> which is really slow I don’t find performance to be troublesome. `yarn watch` takes a few seconds to start, but I do that as I’m opening my editor and...
If esbuild is a 100% compatible drop in with minimal config changes, I’m not against it. Presumably it installs via yarn and doesn’t have any strange dependencies, so people used...
I think that @lqd might have had a prototype for this at some point. I remember that we had some light concerns around any options that could do "bad things"...
> Might some extra resources be allocated towards the feature? That would be much appreciated! Please let me know if you need any help setting up your development environment to...
/cc @HKalbasi let's make Monaco and Ace match.
> Could the Rust playground take xmodmap re-mappings into account? I'm equally as surprised as @nightwing, as this *should* be handled by the OS / browser. On macOS, for example,...
Can you provide reproduction steps? Once I set the playground into Vim mode:  I was able to enter edit mode and exit it: 
@aldanor I'm not a vi/vim user so I only understand the very basics of what you are asking :-) Does what @nightwing suggested work for your case?
This is because there's no source files for the compiler to point to: ``` % rustup component remove rust-src --toolchain nightly info: removing component 'rust-src' % cargo +nightly build Compiling...