Eythan David
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...
# 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...
Sometimes `GetSystemPowerStatus` returns 255: battery unknown, so read battery info directly from the drivers should partially fix this. 
Allows you to change the focus program to the one currently on the mouse while dragging a file.
Drag and drop files into the dop not working on win10, it shows a blocking icon.
**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,...
## 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...

**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...
`#[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**,...