Kevin Tan

Results 14 comments of Kevin Tan

If the program is set to be `DPIAware`, the `WM_DPICHANGED` event or similar should be available from the main event loop when the DPI changes. https://docs.microsoft.com/en-us/windows/win32/hidpi/high-dpi-desktop-application-development-on-windows https://docs.microsoft.com/en-us/windows/win32/api/_hidpi/ https://github.com/tringi/win32-dpi

Hi~ Your dialog is interesting. Recently I came up with a question. I'd like to ask how to use the mic array and the on-board mic simultaneously? Since it seems...

Same for me. I tried on Windows 10, macOS 10.15, Raspberry Pi 4B with raspberry OS. On Windows and Mac, it showed a lot of compile errors. On Raspberry Pi,...

I replaced the `package.json` and it showed same issue. I then cloned the repo from `https://github.com/suegy/odas_web.git`, and it still cannot be installed on Windows, Mac and Raspberry Pi. Screenshots are...

I looked up `https://www.electronjs.org/docs/tutorial/installation` and figured out it's a problem related to network connection. It seems that `npm` cannot identify and use system proxy. So I manually installed electron via...

I figured out that `package-lock.json` should be copied alone with `package.json`, and that works.

Thanks~ This is my very first time to work with node.js and electron app. After installation, the overall filesize of the app is incredibly large, which takes up to 836...

I gave up and found an alternative because I didn’t have much time. There must be some way to implement this in pure C and then export the API to...

@kidotaka Could you please explain where to replace backslash to slash? Thanks.

> > @kidotaka Could you please explain where to replace backslash to slash? Thanks. > > @kevintsq https://github.com/autogluon/autogluon/blob/master/tabular/src/autogluon/tabular/predictor/predictor.py#L2970 In the loop of nodes, replace backslash of a 'path' attribute to...