Skip to content
#

Rust

rust logo

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 33,901 public repositories matching this topic...

bxantus
bxantus commented Jun 13, 2022

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.

deno check --watch
good first issue feat help wanted --watch
tauri
zuozhehao
zuozhehao commented Jul 27, 2022

Describe the bug

See the window quickly move to the center position.

Reproduction

No response

Expected behavior

No response

Platform and versions

Environment
  › OS: Windows 10.0.19044 X64
  › Webview2: 103.0.1264.71
  › MSVC:
      - Visual Studio Community 2022
  › Node.js: 16.16.0
  › npm: 8.13.2
  › pnpm: 7.6.0
  › yarn: 1.22.17
  › rustup: 1.25.1
  › 
bat
0x326
0x326 commented Jun 27, 2022

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

feature-request good first issue
meilisearch
curquiza
curquiza commented Jun 28, 2022

Discussed with @gmourier and following this information: meilisearch/product#85 (comment)

We want Meilisearch to accept a configuration file that would be an alternative to the [command-line options](https://docs.meilisearch.com/learn/configuration/instance_options.h

enhancement good first issue impacts docs impacts integrations
Nuno69
Nuno69 commented Jul 28, 2022

For now the only solution to release the keyboard hook is to focus out of the application's window on a local computer which can be impractical in case of a blind user or an user who operates the computer only with keyboard. hence i suggest a solution which is adopted in popular virtualisation software like VMWareor Virtual Box, where a special key sequence is used to either release or register th

enhancement good first issue
yew
kulicuu
kulicuu commented Jun 28, 2022

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

RivenSkaye
RivenSkaye commented Jul 29, 2022

Describe the bug

Between 0.64 and 0.65, the key animated_terminal has been removed from the valid list of options in the Nu config. This causes visual breakage in oh-my-posh (no idea about other terminal decorators) in both mintty with UTF-8 support enabled and in Windows Terminal. This is resolved as soon as a nu receives input, as this seems to force a refresh of both the input line and t

bug good first issue
sourcebox
sourcebox commented May 31, 2021

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

feature good first issue widget
cube.js
leogodin217
leogodin217 commented Sep 17, 2021

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

bug help wanted good first issue
spotify-tui
tysaya123
tysaya123 commented Jun 6, 2020

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-

good first issue

Created by Graydon Hoare

Released 2010

Organization
rust-lang
Website
www.rust-lang.org
Wikipedia
Wikipedia

Related Topics

c-plus-plus language