-
It would be nice to be able to install/update via [Scoop](https://github.com/ScoopInstaller/Scoop) on windows.
Scoop has the following requirements for its main bucket (cli apps).
- a reasonably …
-
With https://static.rust-lang.org/dist/rustc-1.83.0-src.tar.xz I create this config.toml
```
# Use different pre-set defaults than the global defaults.
#
# See `src/bootstrap/defaults` for more inform…
-
When running the following program:
```roc
app "tty"
packages {
cli: "../cli/main.roc",
}
imports [
cli.Stdin,
cli.Stdout,
cli.Task.{ Task },
…
-
**What is your feature request?**
Id like to make a rust generator, because eventually I will need to write schemaview in rust to get perf in line with p2p applications and swapping and mutating sche…
-
### Describe the bug
Hi, under Arch Linux, since today I hit an issue where the window app open with a blank screen and this message is spamming the terminal
```
AcceleratedSurfaceDMABuf was un…
-
**Project name**: Improve user interface of the Rust benchmark suite
**Project details**: The [Rust compiler benchmark suite](https://github.com/rust-lang/rustc-perf) is used to test the performance …
-
### Describe the bug
After Android apk package is built and installed, the web page that displays: https://tauri.localhost error tying to connect :dns error;failed to lookup adress.
```
error sen…
zinso updated
3 weeks ago
-
Hello,
I figured a problem downloading node package on a corporate proxy behind a firewall.
The debug mode shows that downloading the tarball is not a problem but it uses gpg cli to download gpg k…
-
### Description:
Getting non-zero code 139 when updating dotnet 6 docker file to dotnet 8, for container lambda functions, also occurs on sam init with hello world container lambda function creation.…
-
### Describe the bug
I'm using Tauri with Svelte on a MacOS. But I'm having trouble with the `notification` module.
All Tauri APIs are allowlisted in `tauri.conf.json`.
**The code below runs …