Github

Results 18 comments of Github

Hi, I guess the undocumented API calls are these? https://github.com/ysc3839/win32-darkmode/tree/master I tested this on my PC and it didn't work, and my Windows 10 is in theory "updated" Since the...

> for some code inspiration, notepad++ implemented [dark mode](https://github.com/search?q=repo%3Anotepad-plus-plus%2Fnotepad-plus-plus%20dark&type=code), maybe this helps interesting, but do they use MFC? I quickly checked their source code and I can't find if they...

This is a must for working with Visual Studio, for the ones that prefer that IDE

Hi @timocov not luck here, There are a lot of errors if I replace your file with the one I'm using. I tried encasing all in a PIXI namespace but...

> @Laurens-Bamtang can you provide error list or how to reproduce the issue? It seems that the repo you mentioned is using v6 (or even v5 in your link), but...

Yes this is better, Manually adding the Graphics and Container definitions to the export here works: ``` declare namespace PIXI$1 { export { ALPHA_MODES, AbstractMultiResource, ..., Container, Graphics }; }...

@timocov > Sorry I'm not familiar with this library, does pixi mega-bundle includes all dependencies? If so, it can be easily fixed as well (these types will be inlined). Yes,...

> We agreed it's useful to have error messages print the diagnostic group to suppress them (if they're suppressible) and maybe to make it possible to add suppressions on any...