The Wayback Machine - https://web.archive.org/web/20220427170449/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 31,143 public repositories matching this topic...

tauri
kornelski
kornelski commented Aug 14, 2021

Is your feature request related to a problem? Please describe.
I've set up a new tauri project following docs on tauri.studio, and my newly-generated app had bundle.identifier set to com.tauri.dev.

For macOS apps (and probably other OSes) this identifier has to be globally unique for every app. It can be problematic when developers forget to customize it. An existing example tauri app

type: enhancement good first issue cli.rs priority: low
bat
hungpham3112
hungpham3112 commented Apr 2, 2022

Describe the bug you encountered:
Step to reproduce:

  1. scoop install busybox, bat
  2. bat .\yourfile.

Here is the result in my machine:

image

What did you expect to happen instead?

No error

**How did you install

bug good first issue
meilisearch
curquiza
curquiza commented Apr 26, 2022

Following this spec: meilisearch/specifications#83

When indexing the _geo field as a filterable or sortable attribute, MeiliSearch should be able to parse string or numeric values rather than raise an invalid_geo_field error.

Please, feel free to ask any question to be helped by the core team if needed

enhancement good first issue milli
mischnic
mischnic commented Mar 29, 2022

It would be great if you could try to use the same/compatible dependency version across the swc crates, for example:

[[package]]
name = "swc_cached"
version = "0.1.1"
dependencies = [
 ...
 "dashmap 5.2.0",
]

[[package]]
name = "swc_ecma_loader"
version = "0.29.0"
dependencies = [
 ...
 "dashmap 4.0.2",
]

[[package]]
name = "swc_ecma_transforms_react"
version = "0.100
yew
mfreeborn
mfreeborn commented Apr 3, 2022

Environment:

  • Yew version: 0.19
  • Web-sys version 0.3.56
  • Rust version: 1.59.0 stable
  • Target: wasm32-unknown-unknown
  • Build tool: trunk
  • OS: Ubuntu 20.04
  • Chrome 100.0.4896.60 (Official Build) (64-bit)

I spent a long time going around in circles trying to get a handle for the html element I'm interacting with so that I can do some further processing. After a lot of

horros
horros commented Apr 21, 2022

Describe the bug

Using open on a text file with one or more lines but without a trailing NL/CRLF causes the last line to not be printed until something else outputs something. Hitting enter does not show it, but running eg. ls does. The line that wasn't printed is now printed and breaks the output from ls

How to reproduce

  1. Create a text file with a line that doesn't end in
bug good first issue
hengfei-wang
hengfei-wang commented Apr 24, 2022

Describe the bug you encountered:

cannot autofocus on rustdesk when switching from another application on mac. When I switch from another application, I must move the cursor before I can control the remote screen like inputing password.

What did you expect to happen instead?

I can control the remote server once I switch to it

bug help wanted 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