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 34,257 public repositories matching this topic...
I will be refactoring our js api and aiming to make the it more familiar to users coming from electron/js-land so it is easier to migrate.
Some of current functions will be deprecated and removed when new variants are released.
We want to gather some feedback from users and which functions they want to add from the Nodejs standard library, so comment below and I will add them to this li
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
Describe the bug
When starting you get an resume on how Meilisearch is started. The contains always contains http even if the https certificates are configured AND the webservers listens to https.
To Reproduce
Steps to reproduce the behavior:
- Start with:
meilisearch --http-addr=127.0.0.1:7700 --ssl-cert-path ./127.0.0.1.pem --ssl-key-path ./127.0.0.1-key.pem - "Server listenin
-
Updated
Aug 9, 2022 - Rust
-
Updated
Aug 9, 2022 - Rust
Describe the bug you encountered:
I was working with someone, connected remotely with rustdesk. I locked the screen with ctrl-alt-del. When I came back a few minutes later, I entered my password to unlock (xscreensaver) my screen. After unlocking, I could see my password appeared on the remote computer about the same time my friend was entering text into an IRC channel, which resulted in my l
-
Updated
Aug 10, 2022 - Rust
Since fd 8.4, we show this error message:
▶ fd foo -X non-existent
[fd error]: Command not found: Command { inner: "non-existent" "./foo", remaining_argument_length: 2079626 }
which is confusing for the average user.
The reason for that is the usage of argmax::Command instead of std::process::Command. This should pro
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
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
Related problem
At present It doesn't seem possible to launch nushell with a path argument.
Describe the solution you'd like
I'd like to be able to do something like nu -p /some/non/default/path.
This would have the effect of opening nushell as normal, except it would then cd into /some/non/default/path before rendering the prompt for the first time.
The use case is that
-
Updated
Aug 9, 2022 - Rust
-
Updated
Aug 9, 2022 - C++
-
Updated
Aug 9, 2022 - Rust
-
Updated
Aug 10, 2022 - Rust
-
Updated
Aug 8, 2022 - Rust
-
Updated
Aug 10, 2022 - Rust
-
Updated
Aug 8, 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
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
Aug 6, 2022 - Makefile
-
Updated
Jul 10, 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
checkin 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.