Amin Ya
Amin Ya
I get this error on Windows: ``` Failed to get commands: Unable to locate the compiler definition ```
This PR adds support for oneOf for cpprestsdk via `std::variant`. This is how I tested it: ```yaml openapi: 3.0.0 info: title: test version: 1.0.0 servers: - url: "{test}" variables: test:...
Is there a possibility that we have LibXML2 bindings for html5ever similar to how gumbo has it? https://github.com/sevenval/gumbo-libxml I have a program that is written on top of LibXML2, however,...
By running `chmod -R a+w $RUSTUP_HOME $CARGO_HOME;` in a separate step, I realized that it takes 11 min to complete. I tested on Docker Desktop on Windows. Is there a...
I followed the example in the readme, but the solid-js imports are still bundled.
The GitHub actions versions in the docs can be updated based on the `.github/workflows` versions.
Current REPL notes make the logo buried in characters if your resize REPL, and it is very ugly. I believe Julia deserves a better REPL welcome logo and messages. ...
It seems `diff-rs` allocates a big vector for diffing a small object resulting in out-of-memory This was discussed in this issue as well https://github.com/rust-pretty-assertions/rust-pretty-assertions/issues/124 https://github.com/utkarshkukreti/diff.rs/blob/0.1.13/src/lib.rs?rgh-link-date=2024-01-31T21%3A37%3A48Z#L150