-
Updated
Feb 3, 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,236 public repositories matching this topic...
-
Updated
Sep 25, 2021
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
Feb 2, 2022 - Rust
-
Updated
Feb 3, 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
-
Updated
Feb 3, 2022 - Rust
-
Updated
Feb 3, 2022 - C
The MD file link you want to translate (must be in English)
https://github.com/WasmEdge/WasmEdge/blob/master/docs/book/en/src/kubernetes/container.md
Target language
zh: https://github.com/WasmEdge/WasmEdge/blob/master/docs/book/zh/src/kubernetes/container.md
-
Updated
Feb 3, 2022 - Rust
Bug Report
Version
tracing-core v0.1.21
Also current 0.2.0 as documented on tracing.rs
Crates
tracing-core
Description
tracing_core::dispatcher::get_default() (and consequently tracing::dispatcher::get_default()) takes a FnMut argument, which it executes exactly once. The use of FnMut here is unnecessarily restrictive.
Proposal
Change it to tak
-
Updated
Feb 1, 2022 - Rust
-
Updated
Feb 2, 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(🚀)?
Our project dotenv-linter was nominated for an Open Source award in Russia
Please support our project and vote for it
https://opensource.highload.ru/vote
-
Updated
May 28, 2021 - Rust
especially for less obvious but lengthy code snippets!
-
Updated
Feb 3, 2022 - Rust
-
Updated
Sep 11, 2021 - Stylus
minikube kubectl
What happened
Related to #1131
When using minikube idiomatically one is supposed to
alias kubectl="minikube kubectl --"
However this does not work in fluvio when kubectl exec is assumed to be in $PATH via:
Command::new("kubectl")
.. clip ..
.map_err(ClusterCheckError::KubectlNotFoundError)?;thiserror via :
`#[error("Kubectl not found"
-
Updated
Jan 30, 2022 - Rust
-
Updated
Aug 2, 2021 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia

Describe the bug
See example here
When the flag
-fltois given to add link-time optimization, it seems that (at least for g++ and clang++; I have not tested others), the output of the assembly changes to something which is not legible.Steps to reproduce