Adi Shavit

Results 38 issues of Adi Shavit

Is there a way to compare which of two floats/doubles lies further along the Morton curse? Is there a direct way to do this besides rescaling, converting to integer and...

enhancement

Add automatic TAB completion on supported shells incl. Windows. Refs: - [Click](https://click.palletsprojects.com/en/8.1.x/#) - [How to enable TAB completion for the .NET CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/enable-tab-autocomplete)

enhancement
help wanted

We've had various reports of backward compatibility issues with certain platforms. It would be great if someone can help set up a CI service for multiple platforms to continuously check...

help wanted

See list of missing practices [here](https://bestpractices.coreinfrastructure.org/en/projects/1088#quality).

enhancement
help wanted

On Windows there is an extension to [get the args automatically](https://docs.microsoft.com/en-us/cpp/c-runtime-library/argc-argv-wargv) without passing them in, as in: ```cpp int main() { argh::parser cmdl; // ... } ``` Things to note:...

enhancement

On Windows, support `wmain` and `wchar_t* argv[]`

enhancement

There has been a request to add named accessor methods in addition to `operator[]` and `operator()`. See Twitter thread by @azadkuh [here](https://twitter.com/azadkuh/status/906587549300387847). Though simple to do, there are several subtle...

enhancement

Allow using literal chars as lookup strings: `cmdl['v']` should call the string lookup not the by index lookup (the `char` is automatically cast to an integer.

enhancement

Add example of downloading a 3rd party repo for the build. - File from URL - Fetching a Git submodule

Show how to optionally build a target, e.g. via a checkbox in CMake-gui.