The Wayback Machine - https://web.archive.org/web/20211204014917/https://github.com/topics/rust
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 27,150 public repositories matching this topic...

kghenderson
kghenderson commented Oct 25, 2021

Hi all,
I'm using the deno repl to test & build out my application.
The --unsafely-ignore-certificate-errors flag works when using deno run but not for deno repl.
I assume this is expected, but I don't have an easy way to test my get calls to this server that's outside of my control.

Perhaps there could be (or already is) a way to configure this option from inside the repl and/or usin

bat
v-timofeev
v-timofeev commented Oct 26, 2021

Describe the bug you encountered:

If you use bat on C# source files (.cs, .xaml and others), a space appears in the first line. This is due to byte order mark (BOM)
Maybe reproduced for others files on Windows systems
https://en.wikipedia.org/wiki/Byte_order_mark#Byte_order_marks_by_encoding
Sample file with BOM:
[Program.cs.txt](https://github.com/sharkdp/bat/files/7420061/Program

tauri
MeiliSearch
curquiza
curquiza commented Nov 15, 2021

⚠️ Should be done once meilisearch/MeiliSearch#1897 is merged

We should find a way to have only one file related to the docker image CI instead of two, for maintenance reasons.

Here are the current files:

AstoriaFloyd
AstoriaFloyd commented Oct 25, 2021

Describe the bug

On non-ansi terminals, such as 9term, the output is quite garbled, filled with ANSI escape codes. sed-ing out these escape codes almost makes it workable, making command output quite visible, but things such as any text input is completely invisible. Looking around there may be already a way to get it to function, it simply requires being a tty... which is a bit hard to do, w

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) ->
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

spotify-tui

Created by Graydon Hoare

Released 2010

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

Related Topics

c-plus-plus language