Tony

Results 57 issues of Tony

The current way of preventing scrolling will hide the scrollbar and causing a layout shift when using a none overlay scrollbar (default on windows) ![image](https://user-images.githubusercontent.com/68118705/233797447-f9ba2e68-ff25-47bf-96b9-11880f2581dc.png) ![image](https://user-images.githubusercontent.com/68118705/233797466-aba92391-ff24-4bed-b598-2ad1f9dc2621.png) I can only think...

## Environment details - OS: Windows 10 - OS version: 19045 - node-pty version: current main branch d6ce76a801f68730f7204b7b27bb21dbf8e63001 ## Issue description Calling `spawn` locks cwd directory so that you can't...

bug
windows

https://user-images.githubusercontent.com/68118705/223340765-0b1ec951-2833-46d6-8423-cb1306eeb987.mp4

It's `files: File[]` now > ### Respond to when a file is dropped on the element > > When a user has succesfully dropped a file on to the element,...

Add an option to replace nsis util plugin with built-in ones, this can reduce the final bundle size by ~0.8 MB Downsides including: - Can't compare semver like `2.0.0-alpha.1` -...

According to https://learn.microsoft.com/en-us/windows/win32/dwm/setwindowcompositionattribute > The use of this API is not recommended. Use [DwmSetWindowAttribute](https://learn.microsoft.com/en-us/windows/win32/api/dwmapi/nf-dwmapi-dwmsetwindowattribute) instead. https://github.com/tauri-apps/tao/blob/88e1e32901fff8de329ec948b5b858ed05dcde78/src/platform_impl/windows/dark_mode.rs#L175-L211 (should be opening a blank issue, not from the bug template, sorry about that)

type: bug

Reference: https://github.com/tauri-apps/plugins-workspace/pull/1174

**Describe the Bug** ![image](https://user-images.githubusercontent.com/68118705/148004513-14806967-584b-4829-bf94-1b8018d1a782.png) As you can see from the image, can't interact with those action buttons **Steps To Reproduce** 1. Open a git history list with enough commits to...

> - Breaking change: [winapi-rs](https://crates.io/crates/winapi) is not maintained any more, so migrate to Microsofts [windows-sys](https://crates.io/crates/windows-sys) as a backend > > https://github.com/gentoo90/winreg-rs/releases/tag/v0.50.0