Kofi Gumbs

Results 12 issues of Kofi Gumbs

I think this would be a really fun project for anyone interested in BEAM internals. It would make this library more future-proof and eliminate sneaky bugs. I don't have time...

- [x] In a Multi app with more than 1 tab, clicking the notification should focus the tab that created the notification - [x] ~Clicking/Closing/Showing/Erroring the notification should trigger the...

enhancement

Currently, there's no feedback for misspelled configuration fields. In #46, it took a couple of messages back-and-forth to discover that `customJS` should have been `customJs`. The configuration app should be...

enhancement
help wanted

Usually this can be worked around with the `openNewWindows` flags and/or custom JS. Implementing first-party support would be nice though. - https://github.com/kofigumbs/multi/issues/60#issuecomment-792765553 - https://github.com/kofigumbs/multi/issues/25 - https://github.com/kofigumbs/multi/issues/141

enhancement
help wanted

- [ ] "Save" should overwrite the currently open file - [ ] "Save As" should work like "Save" does now: prompt for a new file, perhaps prefilling with the...

- https://tauri.studio/en/docs/usage/guides/updater/ - https://tauri.studio/en/docs/usage/guides/bundler/sign-osx

https://typebeat.xyz used to have a more structured tutorial that would guide the user through the various modes in a specific order: https://github.com/kofigumbs/typebeat/tree/8228c61811ab8e1de65c31f51729a3f97c8f31c0 I tested this out with a few people,...

brainstorm

### **Describe the bug** Launching a Tauri app on macOS does not automatically "focus" the webview, so keyboard events are ignored until I explicitly click on the window. I'm using...

type: bug
platform: macOS
priority: medium

Came to open an issue for the same thing I think. `Error: Error(message: "/Applications/Multi.app/Contents/Resources/../../../Multi/Multi.app: replacing existing signature\n/Applications/Multi.app/Contents/Resources/../../../Multi/Multi.app: unsealed contents present in the bundle root\n")` _Originally posted by @vurtomatic in https://github.com/kofigumbs/multi/issues/120#issuecomment-1654131776_

bug report

It seems like folks were using the old unadvertised API: https://github.com/kofigumbs/multi/issues/69#issuecomment-1161562608

enhancement
help wanted