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 21,200 public repositories matching this topic...

lucacasonato
lucacasonato commented Mar 1, 2021
// test.js
await Deno.permissions.request({ name: `env` });
  1. Run deno run test.js
  2. When the prompt comes up, press ctrl-d
  3. See following panic:
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', runtime/permissions.rs:657:35
stack backtrace:
   0: rust_begin_unwind
             at /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b/library/std
yew
MeiliSearch
mzperix
mzperix commented Feb 9, 2021

What happens

When creating snapshot, meilisearch opens a temp dir which may be on a different disk than snapshot_path and even if enough disk space is available for the snapshot path, it fails with No space left on device.

Expected behaviour

Should create temp dir inside snapshot_path.

https://github.com/meilisearch/MeiliSearch/blob/f83caa6c40a01c931ee4ccde4fb1113067fda488/meilis

wycats
wycats commented Feb 8, 2021

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

Today, we make it very easy to get the binaries onto a Mac machine, but the same is not true about Linux. Instead, the Linux instructions ask the user to manually download the binaries from release and put them in an appropriate location. Speaking for myself, this is an annoying, somewhat error-prone process, and it tends to cau

TimUntersberger
TimUntersberger commented Mar 1, 2021

Right now any StyleSheet has a list of functions without a default implementation. Implementing a StyleSheet is really annoying, because you have to override all of the functions and not just the thing you want to change.

I recently wanted to just change the border_radius of a text_input and I had to write the following code.

impl StyleSheet for Styles {
    fn active(&self) ->
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

spotify-tui

Created by Graydon Hoare

Released 2010

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

Related Topics

c-plus-plus language