Rust

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 32,081 public repositories matching this topic...
Describe the bug
Hello, first of all, thank you for making and maintaining Tauri.
So, 've been making a test app using Tauri. but it seems, the CTRL/COMMAND + Z keyboard shortcut ( along with many other keyboard shortcuts ) stops working inside the app.
I also have added a menu like this one: https://github.com/windht/watcher/blob/bd929e555319c3e6c4565a2631b63a04918c03fb/src-tauri/src/m
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
We should create custom error types for when we parse the TaskType
, and TypeStatus
in our FromStr
implementations. The same applies to the IndexUid::new
method that returns an IndexResolverError
, we should implement the right IndexResolverError::from
for a custom error type too.
It would be much more Rust idiomatic and easier to work with.
We have [a String
error for the
-
Updated
May 31, 2022 - Rust
-
Updated
May 30, 2022 - Rust
(As discussed in #885,) the current benchmark suite has a few shortcomings.
The most obvious one is that there is no standardized dataset. Past ideas involved using large Git repositories (Linux, Chromium, Rust compiler), but these repositories change over time. We can not simply check out a certain state because the .git
folder will still grow. It'
Describe the feature
Related with swc-project/swc#3859.
We want to establish initial feature parity to existing @swc/cli to plan out migration with possible breaking changes.
These are initial flags we'd like to have.
-
config
-
config_file
-
filename
(swc-project/swc#4016) -
env_name
-
ignore
-
Updated
May 31, 2022 - Rust
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
URL handler
Hi,
In Windows there is a way to add URL handlers to allow opening an other program using an URL (mailto:<email> or anydesk:<id>).
I have managed to do it for rustdesk (until it's integrated with it) but needed to create a small independant URL handler to do that.
The registry keys necessary for this are :
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SO
Readme is outdated
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
-
Updated
May 30, 2022 - Rust
-
Updated
May 29, 2022 - C++
-
Updated
May 30, 2022 - Rust
-
Updated
May 28, 2022 - Rust
-
Updated
May 31, 2022 - Rust
-
Updated
May 30, 2022 - Rust
-
Updated
May 30, 2022 - Rust
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
Ref #94. It might be better for the output to say something like
added: foo (binary file)
than the current
Binary files /dev/null and b/foo differ
-
Updated
May 30, 2022 - Makefile
-
Updated
May 26, 2022 - Rust
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
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-
Created by Graydon Hoare
Released 2010
- Organization
- rust-lang
- Website
- www.rust-lang.org
- Wikipedia
- Wikipedia
In lib.deno.crypto.d.ts
Crypto.getRandomValues
does not includeBigUint64Array
despite v8 supporting this type withgetRandomValues
.