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 32,457 public repositories matching this topic...

tauri
p32929
p32929 commented Apr 10, 2022

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

bat
lucatrv
lucatrv commented Mar 21, 2022

Describe the bug you encountered:

I set --paging=always in my ~/.config/bat/config file. Then I can turn paging off by issuing the long option bat --paging=never. However neither bat -P or bat -pp work.

Note: this issue may affect also other short options, but I have tried only these ones.

**What did you expect to happe

bug good first issue
meilisearch
yew
Madoshakalaka
Madoshakalaka commented Nov 25, 2021

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

rustdesk
rustdesk commented Jun 7, 2022

After installing the server on the Windows server in the pure intranet environment of rustdesk, the client cannot input the IP of the relay server, and the input window will disappear when the input window is opened. Both the client and the server are downloaded from the official website.

good first issue
poliorcetics
poliorcetics commented May 4, 2022

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

enhancement 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