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 32,994 public repositories matching this topic...
Describe the bug
Hello, first of all, thank you for making and maintaining Tauri.
So, 've been making a test app using Tauri. but it seems, the CTRL/COMMAND + Z keyboard shortcut ( along with many other keyboard shortcuts ) stops working inside the app.
I also have added a menu like this one: https://github.com/windht/watcher/blob/bd929e555319c3e6c4565a2631b63a04918c03fb/src-tauri/src/m
Would it be possible for bat to read from the hidden_file_extensions
property of .sublime-syntax
files in addition to the file_extension
property? For some projects, file types are have a different extension than usual, such as XML in C# and VB.NET projects (.csproj
and .vbproj
are written in XML syntax). These less common extensions seem to be already listed in some .sublime-syntax
f
In Meilisearch we don't want to use Dependabot since we have a loooooot of dependencies and Dependabot updates them one by one
Using the cron
event in a GitHub Actions, we want a CI that creates a new issue every 3 months in this repository with
-
title: "Upgrade dependencies"
-
description:
"We need to update the dependencies of the Meilisearch repository, and, if possible, the dependen
-
Updated
Jul 1, 2022 - Rust
-
Updated
Jul 1, 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'
I found that the remote connection speed on the web side is much faster than the client side speed
Discussed in rustdesk/rustdesk#815
Originally posted by youhers June 19, 2022
The client always needs to go around in circles for a long time to connect to the controlled end, but the web page does not. It can be connected with one click. What is the situation?
Describe the feature
Related with swc-project/swc#3859.
We want to establish initial feature parity to existing @swc/cli to plan out migration with possible breaking changes.
These are initial flags we'd like to have.
-
config
-
config_file
-
filename
(swc-project/swc#4016) -
env_name
-
ignore
-
Updated
Jun 30, 2022 - Rust
Problem
I am returning to WebGL work after some time away (with Vulkan) so may be misinterpreting something here, but...
The WebGL example loops through the render_gl
function every frame. Therefore it's recompiling the shaders, linking them, all of this work that doesn't need to be repeated in the render loop.
Steps To Reproduce
Steps to reproduce the behavior:
Start the app as
Describe the bug
As you see , there is one more "\n"
How to reproduce
let a = (cat test.txt)
2. echo $a
3. It will be one more "\n"
Expected behavior
No '\n'
Screenshots
, alternatively Ctrl-/Cmd-Klick also does it. For fine control, ofte
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
Jun 1, 2022 - Makefile
-
Updated
Jun 16, 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-
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
For me it would make a lot of sense to run
check
in watch mode.I think that adding check subcommand was a great idea, and running it in watch mode would provide the best development experience (at least for me). Also if I'm not mistaken it would check further edits faster, as typescript compiler is already warmed up after the first check.