Skip to content
#

rust-lang

rust logo

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,086 public repositories matching this topic...

mdaniel
mdaniel commented Jan 20, 2019

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

yanganto
yanganto commented Dec 13, 2021

Motivation

Currently, the description of wasmedge-sys is not updated, and less helpful for users.
For example, the ErrorReport is refactored, and the document is out of date.
Besides, the design principles section did not help users to use wasmedge-sys crate.
Provide a general using example, or make a list of examples with brief descriptions.

Details

lilyball
lilyball commented Nov 29, 2021

Feature Request

Crates

tracing-subscriber

Motivation

I want to be able to make an extension trait on SubscriberBuilder that offers builder-style configuration of my custom event/field formatters similarly to how it has methods to configure the default formatters. This would allow me to copy the current API so my crate will be familiar to users and easy to adopt. That mea

cravend
cravend commented Sep 3, 2021

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

fluvio
tjtelan
tjtelan commented Dec 14, 2021

No amount of waiting will result in a cluster starting correctly, so I think instead of spinning, we can safely exit and give a useful error to the user.

2021-12-14T21:16:53.969537Z  WARN install_fluvio{namespace="default"}:try_connect_to_sc{config=FluvioConfig { endpoint: "172.18.0.2:30003", use_spu_local_address: false, tls: Disabled } platform_version=Version { major: 0, minor: 9, patch

Created by Graydon Hoare

Released 2010

Organization
rust-lang
Website
www.rust-lang.org
Wikipedia
Wikipedia

Related Topics

c-plus-plus language