zackattackz
zackattackz
Has this feature been implemented yet, or if not then has it been in any forks of Sieve that you know of?
I'm not too familiar with Sieve exactly, I've just been scouting different filtering libraries to find one that best fits my needs - so forgive my lack of knowledge here....
Thank you for the clarification but I believe maybe I'm not describing my needs the best way. I would like for the Expression Tree to be generated with filters of...
`x => ((x Is Reptile) AndAlso Invoke(x => ((x.ScaleHardness > 10) AndAlso (((x Is Turtle) AndAlso Invoke(x => (x.ShellHardness > 10), Convert(x, Turtle))) OrElse ((x Is Crocodile) AndAlso Invoke(x =>...
Yeah it was more so a request. I don't really need the feature, was just suggesting. Figured someone in the future might need it. If it is, as you say,...
Don't know if you're still interested but I'm almost finished with an auxiliary package that will add this functionality. It will display the song name, artist name, time remaining, and...
oh no there are some buildbot fails, will look into them but am unsure of them. I think I need to properly format my files? Any advice appreciated.
After looking into it further, I don't think that this example is allowable into the repo. I say this because of this buildbot check https://buildbot.nix-community.org/#/builders/222/builds/2 It is expecting each of...
Hi @DavHau ! I see this module nodejs-devshell-v3 has been added in this commit c25e889 Does this mean we could expect a similar module for pip in the future? If...
I feel like a good usage interface could be to clearly expose the lock-file-parsing parts of the modules that deal with them from the dream2nix library. Something like evalModules but...