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 31,612 public repositories matching this topic...
Describe the bug
I noticed that this code:
https://github.com/tauri-apps/tauri/blob/3e702cf8b15762cdca43c8d7ff6f6e8ee9670244/core/tauri/src/manager.rs#L520-L523=
(EDIT: Don't know why it's not showing embedded code for that URL, nevertheless here it is:)#
#[cfg(target_os = "windows")]
let path = filtered_path.replace("asset://localhost/", "");
#[cfg(n
Describe the bug you encountered:
The options --map-syntax
and --ignored-suffix
cannot work together.
How to reproduce it:
-
Prepare a file
foo.demo
in YAML syntax:# file: foo.demo foo: "bar"
-
Use
bat --map-syntax "*.demo:YAML" foo.demo
can print it with YAML syntax highlighting:bat foo.demo \ --map-syntax "
Windows throw errors when we try to read a dump in the CI (maybe that actually happens everywhere?).
See the following action: https://github.com/meilisearch/meilisearch/runs/6215426608?check_suite_focus=true
This could be related to [this issue](https://documentation.red-gate.com/sbu7/errors-and-warnings/other-errors/system-error-32-the-process-cannot-access-the-file-because-it-is-being-used-
-
Updated
May 14, 2022 - Rust
-
Updated
May 15, 2022 - Rust
(As discussed in #885,) the current benchmark suite has a few shortcomings.
The most obvious one is that there is no standardized dataset. Past ideas involved using large Git repositories (Linux, Chromium, Rust compiler), but these repositories change over time. We can not simply check out a certain state because the .git
folder will still grow. It'
It would be great if you could try to use the same/compatible dependency version across the swc crates, for example:
[[package]]
name = "swc_cached"
version = "0.1.1"
dependencies = [
...
"dashmap 5.2.0",
]
[[package]]
name = "swc_ecma_loader"
version = "0.29.0"
dependencies = [
...
"dashmap 4.0.2",
]
[[package]]
name = "swc_ecma_transforms_react"
version = "0.100
This is about:
- Other (Important Tips)
Component communication might deserve a dedicated page.
Ancestor -> Descendant
straightforward: passing props. Using a context if the descendants can be too deep down the tree.
Descedant -> Ancestor
This is not very obvious. In fact, two people asked the same question on Discord in one day. And personally, I had no clue either despite h
-
Updated
May 14, 2022 - Rust
Related problem
I'm trying out nu
and I started using it in 0.61.0
. 0.62.0
came out and changed several things in how the config is supposed to be written. There was no warning, no indication, nothing about it when launching nu
.
What's more, since the default config is written entirely in config.nu
, if it evolves upstream it won't be updated for me, leading to potential confusi
-
Updated
May 13, 2022 - Rust
Local Android remote win11 virtual machine Ubuntu22.04 appears letters according to numbers and cannot enter numbers
-
Updated
May 13, 2022 - Rust
-
Updated
May 11, 2022 - Rust
-
Updated
May 15, 2022 - Rust
-
Updated
May 15, 2022 - Rust
I'm working on an application which mainly consists for sliders for parameter control. For better user experience, it would be nice to offer two features: reset to default and fine control.
On VST plugins this is normally done via double-clicks and/or modifier keys. E.g. double-clicking resets the slider to a default (mostly 0), alternatively Ctrl-/Cmd-Klick also does it. For fine control, ofte
-
Updated
May 6, 2022 - Rust
Ref #94. It might be better for the output to say something like
added: foo (binary file)
than the current
Binary files /dev/null and b/foo differ
-
Updated
Apr 9, 2022 - Rust
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
- All unquoted column names are treated as upper case
- Quoted column names are case sensitive.
So "date_from" <> date_from
To Reproduce
Steps to reproduce
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
May 14, 2022 - Rust
Tested by gnu/tests/ls/group-dirs.sh
--group-directories-first
group directories before files;
can be augmented with a --sort option, but any use of
--sort=none (-U) disables grouping
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
Cloudflare Workers has it.