Igor «InoY» Zviagintsev

Results 27 comments of Igor «InoY» Zviagintsev

@NickeManarin Hi! Do you have any plans to add this functionality? Also I'd rather just "record and save as YYYY-MM-DD_HH:MM:SS.gif"

Came here with the same problem ![image](https://github.com/pomber/git-history/assets/1235286/bd3fc72a-2d82-4a1c-8d98-10be7af6fdd2) If I remove max-width in Electron's devtools it looks better: ![image](https://github.com/pomber/git-history/assets/1235286/ee067125-6e30-4278-8ae9-9d90c7690505) Also I've found the code line that should be removed https://github.com/pomber/git-history/blob/56570f32de70024a83f5ba60654c4afb722b05c4/src/scroller.js#L166-L168

@pomber I can make a PR if this solutuion is ok for you

Same error here: ```log gallery-dl.exe -v --no-check-certificate https://x.com/ilo_ilong [gallery-dl][debug] Version 1.26.8 - Executable [gallery-dl][debug] Python 3.8.10 - Windows-10-10.0.22631 [gallery-dl][debug] requests 2.31.0 - urllib3 2.1.0 [gallery-dl][debug] Configuration Files ['%APPDATA%\\gallery-dl\\config.json'] [gallery-dl][debug] Starting...

Got the same issue. Nothing to add except basic information about my app: [email protected] [email protected] [email protected] [email protected] [email protected] App builded with webpack through ts-loader (means there is no Babel)

@railander there is exists a special menu if you click on tray icon ![image](https://github.com/microsoft/PowerToys/assets/1235286/f3ea2752-33e7-41bc-86d3-a2a28e5a6674)

> Can you try reinstalling the extension? I also have this issue. I have tried to reinstall react devtools and nothing changed

**For one's who looking for easy solution** go to generated code `utils/writer.js` and modify `resposne.writeHead` code: ```js response.writeHead(code, { 'Content-Type': 'application/json', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Methods': "GET,HEAD,PUT,PATCH,POST,DELETE,OPTIONS,CONNECT,TRACE" }); ``` **For one's who...

For anyone who need a temporarily solution. Change ```js import.meta.dirname ``` to ```js path.dirname(process.argv[1]) //* ``` `*` In my case there is a script path of my nodejs app. In...