Kasper

Results 126 issues of Kasper

The `Services` menu item should have a submenu, but it's just a normal menu item that doesn't do anything:

type: bug
platform: macOS

Would allow for Spotlight-like panel windows. Related: - https://github.com/tauri-apps/tauri/issues/2258 - https://github.com/tauri-apps/tao/issues/136 StackOverflow answers for showing window over fullscreen app: - https://stackoverflow.com/questions/23503943/add-nswindow-in-front-of-fullscreen-app - https://stackoverflow.com/questions/29995376/show-nswindow-beneath-nsstatusitem-in-fullscreen This might be how Electron implements it?...

platform: macOS
type: feature request

Inputting the following successfully converts it to CSS: ``` header { height: 50px; a { color: #FFFFFF; } } ``` Inputting that in Sass format throws the following error: ```...

Priority: Medium
Status: Needs a Developer
Skill: JavaScript

On the GMail redesign, the unread "dot" doesn't show up

The bot used to work, but now it does not seem to be able to detect any posts. This is the log shown when running the bot (removed the memo...

ky 0.31.2 seems to have a breaking change that causes it to not work on Cloudflare Workers: ``` Uncaught Error: To use the new ReadableStream() constructor, enable the streams_enable_constructors feature...

### Describe the bug When you have an element with a transition and destroy it, but then recreate it before the transition is done, you can end up with old...

# Feature request ## Is your feature request related to a problem? Please describe. With multiple Supabase projects, it can be hard to keep track of what port is for...

enhancement

### What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...

### **Describe the bug** Stateful async commands that don't return a `Result` give a compiler error. ### **To Reproduce** Example: ```rust #[command] pub async fn get_info(app: State src/cmd.rs:93:1 | 93...

type: bug
scope: core