-
Updated
Sep 11, 2021
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 2,833 public repositories matching this topic...
-
Updated
Sep 17, 2021 - Rust
-
Updated
Sep 10, 2021 - 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
Sep 17, 2021 - C
-
Updated
Sep 14, 2021 - Rust
-
Updated
Sep 17, 2021 - Rust
Feature Request
Crates
tracing-core
Motivation
The Collect
trait currently has several methods with default implementations that return an Option
or some other "empty" or "default" type. In many cases, this isn't because it makes sense for those methods to be optional, but because they were added after v0.1.0 was released and making them mandatory would have been a
Motivation
Currently, our socket functions can handle ipv4 and ipv6 address. However, we would like to have a helper function to handle the url string. That is getaddrinfo
.
Appendix
Writing tests for nodes and workers is complex due to their async nature. In tests we can't use the #[ockam::node] attribute, and instead use the method of
let (ctx, executor) = ockam::start_node()
executor.execute(async move { ...
This method has problems: if a test assertion fails inside of this async block, the test will not fail. Instead, the Node remains alive. I believe
-
Updated
May 28, 2021 - Rust
Description
The Warning
struct has the LineEntry field which clones in every checks, e.g.: DuplicatedKeyChecker.
Use the Rc type for Warning
to reduce memory
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.
especially for less obvious but lengthy code snippets!
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(🚀)?
-
Updated
Sep 11, 2021 - Stylus
-
Updated
Aug 2, 2021 - Rust
-
Updated
Sep 16, 2021 - Rust
-
Updated
Jun 29, 2021 - Rust
-
Updated
Sep 14, 2021 - Rust
-
Updated
Sep 4, 2021 - Rust
Cluster start and cluster checks use the locally installed kubectl
.
This is about using kubectl
in the codebase. Not in scripts or for CI
- src/cluster/src/check/mod.rs
- src/cluster/src/start/k8.rs
Calls we need to convert to using k8-api
kubectl create secret
kubectl delete secret
kubectl create service
kubectl delete service
kubectl auth
-
Updated
Sep 17, 2021 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
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