ttys3
ttys3
try build https://beta.tauri.app/guides/debug/application/ ```shell rm -rf src-tauri/target/ pnpm install sudo dnf install -y javascriptcoregtk4.1-devel webkit2gtk4.1-devel env RUST_BACKTRACE=1 pnpm dev-tauri pnpm build-tauri ``` ``` ❯ ./open-ai-translator Create dummy window! [1] 741394...
> 我遇到了相同的问题,release下载的appimage打不开,错误信息如下 > > ``` > libEGL warning: egl: failed to create dri2 screen > mouse event hook skipped in linux! > thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/global-hotkey-0.2.4/src/hotkey.rs:182:36: > called `Option::unwrap()`...
thank you and @morhetz this is awesome!
> Hi guys, I was going to add my 2 cents on how it doesn't work for me, but then I experimented a bit more and it started working. >...
@arp242 ```shell uname -a Linux 6.1.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 21 Dec 2022 22:27:55 +0000 x86_64 GNU/Linux ``` this duplicated issue got back again due to DELETE_SELF and DELETE to...
extracting MatchedPath in middleware will not get the final matched path for **nested routes**. but a workaround is fallback to `req.uri().path()` (which I currently used in my `axum-otel-metrics` middleware): since...
> > but a workaround is fallback to `req.uri().path()` > > That's problematic if you have path parameters in your route. `MatchedPath` would give you a value like `/group/:id/members` while...
for `reqwest`, we need wait upstream https://github.com/seanmonstar/reqwest/issues/2039
hi @muja , I got this problem too, and fired a PR: https://github.com/muja/unrar.rs/pull/49
I have almost 400+ pages, sometimes it failed to build on Netlify