Tristan de Cacqueray
Tristan de Cacqueray
@Gabriel439 it would be alright to standardize `==` for enums. Perhaps we could do that in parallel as wildcards may be useful in other contexts?
@mikefaille note that the `dhall-kubernetes-generator` is currently being refactored as a standalone `openapi-to-dhall` command in the `dhall-haskell` project. @Gabriel439 I ran out of time for that, and my nix Fu...
Not sure if that helps, but you can also use backtick with this syntax: ```dhall { `1` = "one" } ``` dhall-to-yaml produces: ```yaml '1': one ```
Should the expression disable the network-tests flags introduced in https://github.com/dhall-lang/dhall-haskell/pull/2383 ?
Supporting `.gitignore` sounds like a good thing to do by default, are your Data files already listed in `.gitignore`?
Also note that the immediate need is to be able to select a list of object, and since that is a solution to implement the work-around for performance issues, perhaps...
Should the actual data be added or should the download function be moved to the linfa-datasets lib? For the record, the news20 weight: - 15M datasets/data/20news-bydate.tar.gz - 35M datasets/data/20news-bydate-test -...
Yes sorry, that is 15MB. What would be the rust equivalent for the scikit-learn API?
This PR works great, it would be nice to have it merged. Thanks @thomasjm !
IIRC /sys/fs/selinux was not mounted and that caused some SELinux related code to fail early. Though mounting it was not enough and I didn't pursue making it work.