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 23,514 public repositories matching this topic...

canonic-epicure
canonic-epicure commented May 10, 2021

Currently the error message of the exception, thrown from the Deno.stat/statSync, when the file is missing, does not include the file name:

nickolay@frontier:~/workspace/Bryntum/siesta-monorepo/siesta$ deno
Deno 1.9.2
exit using ctrl+d or close()
> Deno.statSync('/home/nickolay/not_existing_file')
Uncaught NotFound: No such file or directory (os error 2)
    at unwrapOpResult (deno:co
bat
tauri
fkromer
fkromer commented Jun 1, 2021

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

For some complex apps it might be helpful to beeing able to use Angular.

Describe the solution you'd like
A clear and concise description of what you want to happen.

An entry for Angular (which is essentially `Angular with

yew
kubouch
kubouch commented Jun 30, 2021

Describe the bug
$nothing | into string currently yields a "nothing" string. I think it empty string ("") represents $nothing better than literal "nothing".

To Reproduce
Steps to reproduce the behavior:

  1. $nothing | into string

Expected behavior
Empty string ("")

Configuration (please complete the following information):

Run version | pivot and paste th

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) ->
hrvylein
hrvylein commented Jul 3, 2021

Subject of the issue

Error message when resetting master password and rotating encryption keys.

Deployment environment

Your environment (Generated via diagnostics page)

  • Vaultwarden version: v1.22.1
  • Web-vault version: v2.20.4b
  • Running within Docker: true
  • Environment settings overridden: true
  • Uses a reverse proxy: true
  • IP Header check: true (X-Real-IP)
  • Interne
bevy
jak6jak
jak6jak commented Jun 27, 2021

How can Bevy's documentation be improved?

Currently there is not really a specific place to add transformation examples other than 2d or 3d. I think this would encourage more examples to be created about this topic.

Examples that could be included:

  • translation of object
  • rotation of objects
  • scaling of objects
  • translation, rotation, and scaling at the same time
  • show the dif

Created by Graydon Hoare

Released 2010

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

Related Topics

c-plus-plus language