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 20,817 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
Feb 14, 2021 - C++
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
Feb 13, 2021 - Rust
-
Updated
Feb 13, 2021 - Rust
-
Updated
Feb 12, 2021 - Rust
-
Updated
Feb 14, 2021 - Makefile
-
Updated
Feb 11, 2021 - Rust
What happens
When creating snapshot, meilisearch opens a temp dir which may be on a different disk than snapshot_path and even if enough disk space is available for the snapshot path, it fails with No space left on device.
Expected behaviour
Should create temp dir inside snapshot_path.
https://github.com/meilisearch/MeiliSearch/blob/f83caa6c40a01c931ee4ccde4fb1113067fda488/meilis
-
Updated
Feb 14, 2021 - Rust
-
Updated
Feb 14, 2021 - Rust
-
Updated
Jan 31, 2021 - Rust
-
Updated
Feb 14, 2021 - Rust
Is your feature request related to a problem? Please describe.
Today, we make it very easy to get the binaries onto a Mac machine, but the same is not true about Linux. Instead, the Linux instructions ask the user to manually download the binaries from release and put them in an appropriate location. Speaking for myself, this is an annoying, somewhat error-prone process, and it tends to cau
-
Updated
Oct 31, 2020 - Java
-
Updated
Feb 13, 2021 - Rust
-
Updated
Feb 14, 2021 - Rust
Resize is lagging.
it would be good to have
min-width, max-width <-- this 2 is good for PWA, if user resized it too small, it would become ugly.
maximized <-- this would be maximized on first load.
another thing would be, try delay webview resize when the host window resize, like how all the browser did, this would make sure PWA reflective size won't response immediately... current resize is seriously lagging
use iced::{pick_list, PickList};
Compiles when targeting linux but not targeting the web.
this works: cargo build
this does not work: cargo build --target wasm32-unknown-unknown
this is the error:
error[E0432]: unresolved imports `iced::pick_list`, `iced::PickList`
--> core/src/main.rs:9:12
|
9 | use iced::{pick_list, PickList};
| ^^^^^^^^^ ^^^^^^^^ no
-
Updated
Jan 18, 2021 - Rust
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
-
Updated
Jan 31, 2021 - Python
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
Until
aarch64releases are vendored (#4862),deno upgradeshould exit with an error message rather than downloading, unzipping, and trying to execute anx86_64binary on anaarch64system.