Jérémie Chassaing
Jérémie Chassaing
It seems the Enum values can be grouped in categories.. Visa/Maestro/Amex. If the problem for the logo is to group them, it would be neat to define another enum for...
Released as v1.3.3 👍
Hi @Numpsy , did you try with listParse ? If I understand correctly, these are all arguments without names ?
`all` also returns all remaining tokens: https://github.com/thinkbeforecoding/Fargo/blob/main/src/Fargo/Fargo.fs#L309C4-L314C1
You can define a many operator like this (and I will add it to the library if it solves your problem): ```fsharp #r "nuget: Fargo.CmdLine" open Fargo let cmd =...
Same problem. Touchpad is not working. Sometimes (rarely) it does, but otherwise, no response from the touchpad on SLS2. Is there any information that would help to diagnose ?
With the 6.15.1 kernel, the touchpad is working (select is in the boot advanced selection). However it would be great to find how to fix it for next versions.
I was thinking of using ``` seq` and `seq` are isomorphic, but using a boolean doesn't seem the best option... Which side represent `true` and `false` ? We will be...
What about a symmetricDiffFold ? ``` val symmetricDiffFold: set1:Set -> consumer: ('acc -> Choice2 -> 'acc ) -> seed: 'acc -> 'acc ```
Isn't it the case with tuples too ?