Özgür Akgün
Özgür Akgün
It seems both `--flag=value` and `--flag value` style works for all argument types except booleans. Here is a small example to reproduce. It could probably be made smaller by relying...
As the title says, I'd like to be able to change the value of [`defaultWrap`](https://github.com/ndmitchell/cmdargs/blob/afc3a0940c04d4a383036327e346e362c5436c96/System/Console/CmdArgs/Text.hs#L52) in my program. I know I can pass, for example, `--help=120` if I wanted to...
These are found by @fionakillalea - thanks! > Two areas that resulted in the "This should never happen, sorry!" errors in the program. > > The first occurs with the...
Azure Pipelines seems like a good option to replace travis+appveyor. I just cannot get the Windows build to go through yet, the version of bash they have on that Windows...
Conjure (through SR) supports several backend solvers. These solvers have very creative ways of accepting a seed from the command line. `conjure-solve` should gain a new option and create the...
This was requested by some people at CP2019 in the context of our instance generation work.
SR now supports this as well, we should have regression tests in Conjure.
Extend translate-solution to support domain stores.
Originally reported by: **Özgür Akgün (Bitbucket: [ozgurakgun](https://bitbucket.org/ozgurakgun), GitHub: [ozgurakgun](https://github.com/ozgurakgun))** --- I want it gone. It doesn't seem to add anything over freq, nobody ever used it, is a bit of...
This was requested by @ott2. The change is to make the following work when s is a collection of sets. - union(s) - intersect(s)