Skip to content
#

Rust

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

alacritty
chrisduerr
chrisduerr commented Mar 1, 2020

The default bright colors are often indistinguishable from the normal colors. This impacts the functionality of the default configuration file, which should achieve to provide sensible defaults that are usable out of the box for most people.

Since colors are highly subjective, I'd propose that the best approach to take is to imitate the current behavior of the dim colors, by taking the normal c

bat
issmirnov
issmirnov commented Mar 16, 2020

Branching off from #573 - it would be very useful if bat automatically generated a sane, small, well commented config file for users.

For example:

  • bat --config-file -o $file writes to $file
  • bat --generate-config-file writes to the current default config location and prints the path

I assume the implementation would be a small static string or binary blog baked into the binary. N

jdm
jdm commented Jan 30, 2020

It should be up to the embedder to decide what user agent to report in network requests, rather than deep in the engine in https://github.com/servo/servo/blob/8e0d037ee82da747fa9c13234d5c3677f930e690/components/config/opts.rs#L480 (and #25372 would have exacerbated this). We should add a method to the EmbedderMethods trait that returns the default user agent string, so that we can pass that to [th

memoryruins
memoryruins commented Feb 21, 2018

As awesome-rust grows, there are a few tweaks that may improve readability, consistency, and load times. Before making changes en masse, it would be great to hear anyone's thoughts and a green light from maintainers.

  • e.g current format (for half the current list. currently, not all entries include links to crates)
jean-airoldie
jean-airoldie commented Jun 6, 2019

Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.

Some of the points were taken from #5387.

  • Regarding the builder:
    • The fact that its kinda like an arena allocator used for serialization.
    • The concept of offsets, what do they repre
jackpot51
jackpot51 commented Nov 4, 2016

For every scheme a fully running kernel has, the following functions need to be documented, if implemented. In addition, the Scheme and SchemeMut traits should be documented with usage and the default operation.

Documentation should include usage, what access restrictions there are, what paths and dup arguments are valid, and what errors may be returned.

Path Operations

  • open
yew
jstarry
jstarry commented Feb 26, 2020

Problem
It's possible that a developer retains a reference to a node ref that has been unmounted. To prevent the reference of an unmounted html element, Yew should be sure to clear the NodeRef when unmounting.

Suggested Fix

  1. Set vtag's node ref to None in its VDiff::detach impl
  2. Set vcomp's node ref to None in the DestroyComponent runnable
benjaminch
benjaminch commented Jan 21, 2020

First of, thanks a lot for this very nice project :)

Documentation?

I have been playing quite a bit with rocket and have enjoyed all the very detailed examples listed here.
It appears though that they are not all following rustfmt convention.
I though it will be nice to apply formatting on those.

Thanks a lot !

pro-sumer
pro-sumer commented Jan 26, 2020

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. The Podfile is a specification that describes the dependencies of the targets of one or more Xcode projects. The file should simply be named Podfile.

Please add Podfile to the "Immediate" class.

matkoniecz
matkoniecz commented Dec 8, 2019

Is it a suitable start for someone with 0 Rust experience? (my guess: yes, but it is a guess and it turned out to be wrong)

small exercises to get you used to reading and writing Rust code

indicates that it is for beginners, but it is unclear is it for someone just starting from hello world.

Alternatively, for a first-time Rust learner, there's several other resources:

Is it suppos

lk-geimfari
lk-geimfari commented Aug 30, 2019

Well, we need to check all the projects and remove outdated ones.

We declare this in the readme:

However, keep in mind that we don't accept mammoth's shit. Only active and interesting projects with good documentation are added. Dead and abandoned projects will be removed.

But, sadly at this moment, this project looks like a mammoth shit itself.

We really need to fix it. I think

shafreeck
shafreeck commented Mar 5, 2020

Feature Request

Is your feature request related to a problem? Please describe:

Currently, the “Secure Config” section contains information on how to report security issues. This may
be rather hard to find and should be more easily reachable from the main website. For
example, the “Community” drop-down could include a reference to the v

devjgm
devjgm commented Jan 20, 2020

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.

Well, ther

starship
MOZGIII
MOZGIII commented Jul 27, 2019

I'd like to use CONNECT method with HTTP (at least with 1.1, and, ideally with 2).

However, I don't think there's a way to unwrap the underlying stream from HTTP response.

Practically, I need an object that implements futures::io::AsyncRead and futures::io::AsyncWrite (from futures 0.3). Similar thing via tokio should work too.

eisenhaus335
eisenhaus335 commented Feb 27, 2020

Hello
i just recently found this game on rust-unofficial list. its seems there is no documentation for linux installation anywhere to be found. windows is easy cause they just use exe but for me linux i cant hardly know how to install it
i am using ubuntu 19.10 right now

wasmer

Created by Graydon Hoare

Released 2010

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

Related Topics

c-plus-plus language
You can’t perform that action at this time.