est31
est31
See also https://github.com/rust-lang/cargo/issues/1982
@Marwes @nikomatsakis would `lalrpop-engine` be a good crate name analogous to how there is polonius and polonius-engine? Addressing this issue would help with bloat.
@Marwes while I'd prefer solutions that are avoiding bloat by default, at least having an option to opt out of it would already be progress. Another name suggestion: lalrpop-cli.
> the LLVM patch is in LLVM 13 [...] and valgrind 3.18.0 has support (release notes). FTR, on the just released Ubuntu 21.10, the [llvm](https://packages.ubuntu.com/impish/llvm) available in the repos is...
Personally, I don't think one should break the implicit install workflow at all, phased in gently or not: being able to git clone a project and run `cargo build` is...
window.fetch is similarly not supported by Chrome on the `file://` protocol. But I'll edit the issue to include *javascript initiated requests* instead.
> I'd like to understand why file:// is relevant to this issue. Yes, the main use case is the `file://` protocol. You can load JavaScript content via the `` tag...
> Or is there a deeper use case which I'm missing? No. Is it bad if I want to avoid electron for something small that doesn't need any of electron's...
> I'm not sure why electron is relevant here. Can you elaborate? Have this hypothetical scenario: Maybe you want to write a tool that generates a report with some nice...
> We (Chrome) explicitly disallowed it for JS module scripts Could you lay out why or alternatively, do you have any pointers on past discussions about this issue? JS module...