Damy Wise

Results 14 issues of Damy Wise

- Force refresh the window or the flutter view by resizing the window by 1 pixel and then restoring the size. - Might fix #155 (need confirmation)

Every once in a while, we get a question like - How do I move the window? - How can I make the window frameless? - How do I style...

**Is your feature request related to a problem? Please describe.** The tooltip automatically goes away when hovered, and then immediately shows itself again, infinitely. **Describe the solution you'd like** Add...

enhancement

Is this the intended behavior, or how do I make it not do that? Windows 11 22000 ISO downloaded directly from the Microsoft page using VMWare

### Describe the bug Code 1: https://vosca.dev/p/122810bb42 Code 2: https://vosca.dev/p/71d8a80124 ```v struct Wrapped[T] { value T } fn (w Wrapped[T]) double() Wrapped[T] { return Wrapped[T]{w.value * 2} } fn make_wrapped[T](value...

Bug
Unit: Type System
Generics[T]
Unit: Checker

### Describe the bug Heya, I'm having trouble trying to use different table schema using Supabase for the template refine project ```ts // utility/supabaseClient.ts export const supabaseClient = createClient(SUPABASE_URL, SUPABASE_KEY,...

bug
wontfix

### Alright I've been kind of trying to fix this issue. Here's what I found: 1. `WindowEffect.transparent` is compatible, no issues there. 2. `TitleBarStyle.hidden` is NOT compatible with `WindowEffect.mica`, `WindowEffect.acrylic`,...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

**Is your feature request related to a problem? Please describe.** For convenience, we just click buttons instead of typing in the terminal manually every single time. **Describe the solution you'd...