Aaron Dandy
Aaron Dandy
The Scrawl IDE can provide specialized colors and icons for files named baufile.csx. By default they will get the default ScriptCS icon with a purple tab accent due to that...
The Exec task has `ShellExecute = false` for reasons which are understood but because of this I am unable to execute programs that are located on the system path. Is...
The BauNuGet plugin currently needs the ability to locate the nuget.exe executable within the packages folder. Recently while working with FluentMigrator I also needed to locate another executable within a...
The method `WordList.QuerySuggest.Phonet` has two nested loops that query for entries from a `PhoneTable` that have rules starting with a given character. Indexing these entries in the table by the...
When the issue https://github.com/hunspell/hunspell/issues/760 is resolved, restore the tests for allcaps.aff . Also can_read_allcaps_dic will need tests added manually for the new words.
While catching up my port to hunspell, I noticed some test failures with the recent changes to allcaps.aff . I'm a bit rusty so I could be misremembering, but I...
This should provide a resolution to https://github.com/aarondandy/WeCantSpell.Hunspell/issues/33 and improve the phonetic suggestion performance.
The colors of the Ctrl+Tab window seem a bit off in 2010 when using the dark theme.
I recently tried using scripty to create compressed files that can be embedded into an assembly. Right now I am just using File.WriteAllBytes but would like to know if scripty...
When trying to work with DER certificates or run the pytests on windows, the script will fail. ``` tests\test_x509_parser.py:10: in object_pairs_hook=OrderedDict) C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.752.0_x64__qbz5n2kfra8p0\lib\json\__init__.py:293: in load return loads(fp.read(), C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.752.0_x64__qbz5n2kfra8p0\lib\encodings\cp1252.py:23: in...