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 18,319 public repositories matching this topic...

bat
ssokolow
ssokolow commented Aug 31, 2020

I'm not a fan of having my cat-alike draw a full-blown table, but I would like to have some visible "end of file, beginning of next file" separation.

Unfortunately, --style=header,grid still draws the horizontal lines as if they were part of a table, resulting in two lines where only one is necessary:

![Spectacle J14905](https://user-images.githubusercontent.com/46915/91717467-1989ef00-e

yew
MeiliSearch
LegendreM
LegendreM commented Sep 1, 2020

Summary

Some fields like:

  • displayedAttributes in GET /index/:uid:/settings and GET /index/:uid:/settings/displayed-attributes routes
  • facetsDistribution in a search query /indexes/test/search?facetsDistribution=%5B%22color%22%5D

are never consitently sorted between same requests.

Motivations

Same request should respond same results in the same order.

Implementa

samuelvanderwaal
samuelvanderwaal commented Sep 24, 2020

Describe the bug
NuShell native and external commands hang when followed by a newline/linefeed character.

To Reproduce
Steps to reproduce the behavior:

  1. Open a text editor.
  2. Type ls followed by the Enter key.
  3. Copy paste the entire text including the line return to the command line.
  4. NuShell will try to execute the command immediately but hang and do nothing.
  5. Teste
devjgm
devjgm commented Jan 20, 2020

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.

Well, ther

tauri
thienpow
thienpow commented Jul 9, 2020

it would be good to have
min-width, max-width <-- this 2 is good for PWA, if user resized it too small, it would become ugly.
maximized <-- this would be maximized on first load.

another thing would be, try delay webview resize when the host window resize, like how all the browser did, this would make sure PWA reflective size won't response immediately... current resize is seriously lagging

spotify-tui

Created by Graydon Hoare

Released 2010

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

Related Topics

c-plus-plus language
You can’t perform that action at this time.