-
Updated
May 17, 2022 - Rust
rust-lang
Rust is a systems programming language created by Mozilla. It is similar to C++, but is designed for improved memory safety without sacrificing performance.
Here are 3,536 public repositories matching this topic...
-
Updated
May 16, 2022 - Rust
-
Updated
May 17, 2022 - Rust
As preparation for a possible inclusion into rust-lang we should replace the external actions we use with e.g. scripts that do the same.
rust-lang/std-dev-guide#7 (comment)
That PR also shows how that could be done:
https://github.com/rust-lang/std-dev-guide/pull/7/files
-
Updated
May 16, 2022 - Rust
What happened
Accidentally omitting document content returns 500 Internal Server Error with a body of {"message":"Internal error","uri":"/new_index"}
What was expected
Emitting any kind of helpful message would be helpful. Also, in my experience, when the client receives a 500 response, there is usually something informative on the server-side. But in this case, the server e
Motivation
Since WasmEdge is merged into proxy-wasm-cpp-host (proxy-wasm/proxy-wasm-cpp-host#193), we need a simple demo to show our support on proxy-wasm.
Details
TBD
-
Updated
May 16, 2022 - C
-
Updated
May 15, 2022 - Rust
Feature Request
tokio-rs/valuable#88 came because I realized that tracing-subscriber, specifically the json formatter, missed some of the logged events.
Crates
tracing-subscriber
Motivation
Logs, and traces, carry information. It is good to know that some of it was lost. In my case what failed to serialize was the error which caused abnormal
-
Updated
May 9, 2022 - Rust
-
Updated
May 17, 2022 - Rust
The app should wake up the screens when it switches inputs under Linux, the same as it does under Windows and MacOS, e.g. implement wake_displays.
When I first set out to study abroad, I knew it would be a life changing experience for me. Along the way I made new friends, tried new foods, and, most importantly: learned new languages.
As a result, I've decided to move on from my English-speaking past. I've successfully converted all of my personal stack to non-English except for one: this application.
My use case is: I use this script t
Rewrite in rust(🚀)?
Looking at how mysqldump is used, I noticed the flag --skip-extended-insert. Why write INSERT statements using one-row syntax that includes only one record in one statement, if it will be much much slower than having multiple records in one INSERT statement? Specially when importing a lot of data.
-
Updated
May 16, 2022 - Rust
Currently, everyone needs to add their changes themselves to the CHANGELOG.md file. As this is tedious work it would be great if that could be automated via a github action on merge in master or something like that.
Currrently , the CLI outputs "No such file or directory" but should be more verbose and explain which file could not be found.
No such file or directory (os error 2)
-
Updated
May 28, 2021 - Rust
especially for less obvious but lengthy code snippets!
-
Updated
Mar 22, 2022 - Stylus
The idea is to stand up a dev cluster, and then compile and run our examples using the latest version from crates.io against the cluster as a test for API stability (using our current semver-like practices). This test feedback loop will allow us to (in the future) enforce semver guarantees (eventually) on the Rust crate and the Fluvio project.
At minimum, this sho
-
Updated
May 17, 2022 - Rust
-
Updated
May 2, 2022 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
compiler-explorer/compiler-explorer#3515 allowed the site to load even if the long url is not deserializable, but currently the site just silently fails and displays the default config.
It would be great if a notification could be shown to the user with a helpful message when this happens.
The steps needed to implement this feature are: