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

andreubotella
andreubotella commented Apr 16, 2022

Deno's implementation of the structured clone algorithm is divided into a JS part, and a native part which doesn't have access to DOMException. Since serialization errors must be represented by throwing a DataCloneError DOMException, the native part throws a TypeError with the required message, and the JS part [rethrows an

bug good first issue web
tauri
reivilibre
reivilibre commented May 15, 2022

Describe the bug

I noticed that this code:
https://github.com/tauri-apps/tauri/blob/3e702cf8b15762cdca43c8d7ff6f6e8ee9670244/core/tauri/src/manager.rs#L520-L523=

(EDIT: Don't know why it's not showing embedded code for that URL, nevertheless here it is:)#

        #[cfg(target_os = "windows")]
        let path = filtered_path.replace("asset://localhost/", "");
        #[cfg(n
bat
NRGLine4Sec
NRGLine4Sec commented Apr 8, 2022

here is an exemple for the spring4shell.nse script :

description = [[
  Spring4Shell
  
  CVE-2022-22965
]]

---
-- @usage
-- 
-- @output
--
-- @args
--
---

local http = require "http"
local string = require "string"
local table = require "table"
local stdnse = require "stdnse"
local shortport = require "shortport"
local vulns = require "vulns"

author = "Grzegorz Piec
meilisearch
juchom
juchom commented May 18, 2022

Describe the bug
When changing the rules, the error message is misleading. According to the code :

https://github.com/meilisearch/meilisearch/blob/6d221058f19f9f262a99245882176ae9b7d48bec/meilisearch-http/tests/settings/get_settings.rs#L285-L290

Accepted rules are Words, Typo, Sort, Proximity, Attribute, Exactness in fact accepted rules are `words, typo, sort, proximity, attribute, ex

bug good first issue milli
yew
Madoshakalaka
Madoshakalaka commented Nov 25, 2021

This is about:

  • Other (Important Tips)

Component communication might deserve a dedicated page.

Ancestor -> Descendant

straightforward: passing props. Using a context if the descendants can be too deep down the tree.

Descedant -> Ancestor

This is not very obvious. In fact, two people asked the same question on Discord in one day. And personally, I had no clue either despite h

jmoore34
jmoore34 commented May 18, 2022

Related problem

The readme still contains references to autoview and the config command, both of which no longer exist.

Describe the solution you'd like

  • To take up less space, I imagine the Installation section could be simplified (e.g. just having the Packaging status graphic) and have a link to the docs for all the detailed opti
good first issue documentation
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