Eythan David

Results 13 issues of Eythan David

similar to [#16321](https://github.com/denoland/deno/issues/16321) but in this case is using `@file` ``` deno --version deno 1.39.1 (release, x86_64-pc-windows-msvc) v8 12.0.267.8 typescript 5.3.3 deno cache index.ts error: Error in [email protected] parsing version...

bug
node compat

# Increase icon quality Actually icon quality is 48x48 that is acceptable but when make it zoom depending of the configurations the icons see a little blurry. so the solution...

enhancement
Seelenweg

Sometimes `GetSystemPowerStatus` returns 255: battery unknown, so read battery info directly from the drivers should partially fix this. ![image](https://github.com/eythaann/Seelen-UI/assets/76607907/49c68702-c14c-4c40-895f-46dd5cca7e51)

bug
enhancement

Allows you to change the focus program to the one currently on the mouse while dragging a file.

enhancement
feature request

Drag and drop files into the dop not working on win10, it shows a blocking icon.

bug
weg
windows-10

**Describe the bug** HashMaps should be flattenable **To Reproduce** ```rs #[derive(Clone, Debug, Default, Serialize, Deserialize, JsonSchema, TS)] pub struct ThirdPartyWidgetSettings { /// enable or disable the widget pub enabled: bool,...

bug

## Goal Allow to generate files compatible with Deno projects. ## Changes I added a new feature `import-deno` works identically as `import-esm` but instead of import using `.js` Deno uses...

![image](https://github.com/user-attachments/assets/ae5f0370-3f06-4c7b-b9b6-17126a330703)

**Describe the bug** After call `SetWindowPos` the WS_CAPTION style is added to the window **Steps To Reproduce** - Create a Tauri window without decorations, this should remove WS_CAPTION. - call...

type: bug
platform: Windows

`#[ts(repr(enum))` was a good addition to the project on last version, but when using `#[ts(repr(enum = name))` and serde rename it takes the renamed value as **key** and as **value**,...

enhancement