valadaptive

Results 209 comments of valadaptive

It would be *really really* nice if this feature would be stabilized. I'm trying to integrate Cargo with Meson, whose developers [steadfastly refuse to support artifacts being output into any...

I'm trying to figure out what the blockers for stabilizing `--out-dir` are. So far, I've been able to gather the following: - Some people think calling the argument "out-dir" is...

> Well, another build system being recalcitrant to change is not a good argument for changing cargo IMO: cargo is made to play nice with itself, maybe some more Rust-specific...

I tried to add error-handling middleware to a web application recently, found out that it doesn't work with async request handlers, and fell down this rabbit hole. Express 5.0's release...

I don't personally see any issues with the new routing, and the changes have been in the migration guide since last February and I don't know of any way to...

AFAIK there are no actual consequences since the frontend and backend are pretty tightly integrated. It's just a code style thing.

Never mind; it seems I was a bit zealous in replacing `--out-dir` and accidentally search-and-replaced it in some rustc invocations. Might still need to do some fixups but we're looking...

This should be ready for review now. Not sure if this needs to go through any sort of design process since it's renaming a nightly-only API. There does seem to...

Working on removing `Buffer` usage from types.js now. I noticed the `isJsonBuffer` function, which seems to check if a given object is the JSON representation of a `Buffer`. Under what...

It probably was not treated as a vulnerability because Cargo *intentionally* gives you a way to run arbitrary Rust code at build time via [build scripts](https://doc.rust-lang.org/cargo/reference/build-scripts.html).