Tricster
Tricster
Signed-off-by: Tricster Add build.rs to rs_port, linking the correct library. Fixes #307. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New...
# Motivation One of the most important features of WasmEdge is its support for [non-blocking network sockets](https://wasmedge.org/book/en/dev/rust/networking-nonblocking.html). However, the current WasmEdge API for async networking is still cumbersome. Rust developers...
# Overview This PR will add WASI suuport to this crate. Users can use this crate in WebAssembly via [WasmEdge](https://github.com/WasmEdge/WasmEdge). # Missing parts ## Thead suuport There's no thread suuport...
Hi, thanks for your execellent work! I find some items are deprecated in ceres and cause the failure of compiling. So I remove them. Signed-off-by: Tricster
May close #9 I’ve noticed that resizing floating windows can be done independently of other cases, so I’ve written some separate code to handle it. I’m introducing a new concept...
Fix #1041 I tested both Raycast shortcuts and Discord, and they will not be unhidden automatically with `automatically-unhide-macos-hidden-apps-exceptions=['com.github.wez.wezterm', 'com.hnc.Discord']` Currently, apps in exceptions will remember the workspace where they launched....
## Description I try to use `set_cost_limit` in rust sdk, but it doesn't work. ### Current State The program running to the end, even setting the cost limit. ### Expected...