Carl Verret
Carl Verret
Hi, Have you ever considered to make a treeview extension ? Thanks
Having a hard time to pull my changes. This is another try
Been trying to install on office 2019, now error message, just loading with chasing dots. Same with Word, Excel. Script lab tab is inserted and when I click on code...
Hi, Trying to use your tool Vs2019 with a .net 5.0 project. Having this problem System.IO.FileNotFoundException: Impossible de charger le fichier ou l'assembly 'System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ou une de...
Hi, Trying to install on Vs2019 enterprise 16.10.4, setup is always complaning about VSIXInstaller.NoApplicableSKUsException Am I missing something ? Thanks. [dd_VSIXInstaller_20210807145614_0c34.log](https://github.com/EgorBo/Disasmo/files/6949607/dd_VSIXInstaller_20210807145614_0c34.log)
Same here, hoist manually. I have to admit that the code doesn't look as nice then, but from some previous work (in other parsers / validators) there was always a...
I guess the JIT isn't able to hoist these "constants" outside the loop. As the caller is also guarded by `#if HAS_INTRINSICS` you could hoist these manually, and pass them...
I consider this file as build-artifact, so it doesn't need to be checked in. Not the scope for this PR, but as idea: With https://dotnet.github.io/docfx you can create a static...
In this PR, I added transition delay variable, allowing the developper to delay the apparition of the tooltip. In some cases, it is more instersting to have a small delay.
Hi there! I've added style parsing to sheet_add_dom function. I'd be glad to contribute with a PR if you wish. Only few slight changes to sheet_add_dom allow to recognize fll...