Rust
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 21,819 public repositories matching this topic...
It's always a good idea to work on documentation. I think it would also be good to restructure the README:
- Add a quick link section at the top of the readme (see https://github.com/sharkdp/bat)
- Extend the tutorial (rename "How to use"?)
- Move the "Parallel command execution" section inside the "How to use" section). See also: #605
- Move "Installation" section below the
-
Updated
Apr 8, 2021 - C++
-
Updated
Apr 10, 2021 - Rust
-
Updated
Apr 9, 2021 - Rust
The documentation contains a few references to issues from the now archived yewstack/docs repository.
Since the docs repository is read-only, the same issues should be re-created here and the links in the docs should be updated to point to the new issue.
"Contribute to our docs" links
- Page: [Components Lifecycle Diagram](https://yew.rs/docs/conce
-
Updated
Apr 9, 2021 - Rust
Describe the solution you'd like
It'd be nice to actually apply the security framework when building.
Describe alternatives you've considered
Ignoring security problems won't help.
-
Updated
Apr 8, 2021 - Rust
-
Updated
Apr 8, 2021 - Rust
-
Updated
Apr 7, 2021 - Makefile
-
Updated
Apr 10, 2021 - Rust
-
Updated
Apr 10, 2021 - TypeScript
-
Updated
Feb 17, 2021 - Rust
-
Updated
Apr 9, 2021 - Rust
Describe the bug
The open command uses the bat crate to nicely render text files.
The docs here: https://www.nushell.sh/book/configuration.html#nushell-configuration-with-config-toml
say that setting the [textview] vcs_modification_markers option to true causes it to show modification markers, but it doesn't currently work. However, running bat on the same file does show modific
-
Updated
Apr 10, 2021 - Rust
-
Updated
Mar 30, 2021 - C#
Right now any StyleSheet has a list of functions without a default implementation. Implementing a StyleSheet is really annoying, because you have to override all of the functions and not just the thing you want to change.
I recently wanted to just change the border_radius of a text_input and I had to write the following code.
impl StyleSheet for Styles {
fn active(&self) ->-
Updated
Apr 10, 2021 - Rust
-
Updated
Apr 9, 2021 - Rust
As #2229 points out, we are currently missing the WebAsm target compiler for clang in C.
The great thing is that it's mostly identical to its C++ counterpart, so doing it should be a breeze!
The current C++ Clang WebAsm compilers can be found in etc/config/c++.amazon.properties
https://github.com/compiler-explorer/compiler-explorer/blob/8b3064afdc74a45121d88e02843f4b640f582f81/etc/config/
It would be neat if you could change the color of the text that shows when the progress bar covers it without changing the background. My motivation is that I enjoy the black background but the default color can be hard to read on dark progress bar colors.
<img width="1423" alt="Screen Shot 2020-06-06 at 11 50 41 AM" src="https://user-images.githubusercontent.com/16331012/83952212-14b8d780-
-
Updated
Apr 10, 2021 - Rust
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
Deno strives to be browser compatible where possible; that means we use quite a few Web APIs.
There is not much docs for supported Web APIs at the moment and before 1.0 is released that situation must change. Some of APIs and not fully aligned to spec, while others are not fully implemented (#3557). All that knowledge should be written down and presented to end users to avoid multiple question