Kasper

Results 122 issues of Kasper

Error when opening a backup: ``` tmutil error 64: Must specify at least one item inside a backup. ``` Not sure how to fix

**Steps for Reproduction** 1. Visit https://quilljs.com/ 2. Click to the right of the second line (you cannot achieve this result by moving there with the arrow keys) This seems to...

### Check for existing issues - [X] Completed ### Describe the feature Having a good color picker is a important for me when working with e.g CSS. Features: - A...

needs infrastructure

Add `input` event that fires whenever the value changes (but not for programmatic changes) See - #86

It should fire whenever a change is explicitly committed See - #86

I'm executing npm run deploy in the root of my git repository. The deploy script is defined as "gh-pages --dist build" inside package.json. Running the command results in this output:...

If you create a PanelWindow with `show: false`, the `blur` event will never be sent. In my example below, I have a keyboard shortcut to show a window, and the...

`SIGTERM` has no effect for `npm run dev`. I'm using Svelte with Tauri (related issue: https://github.com/tauri-apps/tauri/issues/1626), and this is causing leftover processes running after Tauri exits. ### Reproduction 1. Get...

This ain't right https://user-images.githubusercontent.com/11315492/121954761-69782200-cd5f-11eb-95a6-9537265c7b3b.mp4 Reproduction repo: https://github.com/probablykasper/tauri-devtools-resize-bug **Platform and Versions (please complete the following information):** OS: macOS 10.15.7 x64 Node: 14.16.0 npm: 6.14.11 rustc: 1.52.1

help wanted
type: bug
platform: macOS
priority: low

Sometimes, escape sequences are printed in lazydocker. I'm not sure exactly which escape sequences this happens for, but as you can see below it does happens for `[2;K[1;G`. `[2;K` seems...

bug