Kjell Wooding
Kjell Wooding
As originally reported in https://github.com/kivy/buildozer/issues/355, forcing a particular orientation still requires manual editing of `main.m` (this is mentioned in a comment in that file, but I don't think anyone is...
I originally mentioned this in the comments in #112. It feels like a bug (but please let me know otherwise). On my system (MacOS, `python==3.7.6`, `nb_conda_kernels==2.2.2`) my conda environments simply...
# In brief We need environments to be shareable, reproducible and upgradeable for at least a 2 month window (ideally 6-12 months). This is deceptively non-trivial. *** # Problems/ what...
Add some magic to the Makefile that re-prints the "now would be a good time to initialize a git repo" message after, say, a make update. (check for a .git...
Sometimes the old one still works, but should be changed to easydata, not cookiecutter-easydata
We recently pulled #211 which included reproducer code. We need to document **how to write a test for Easydata**. (this is a bit non-obvious, because to run a test, we...
Changed ARCH to use python for platform independence, but this can lead to different lockfile names depending on the version of python (e.g. Darwin vs MacOS)
Dataset needs a notion of a hash. This should be the hash of its metadata dict. (the metadata dict contains the hashes of data, target, and eventually, extra). as is,...
We've now overloaded the config.ini to include both paths[] info, and local dataset configuration. This is fragile in two ways: 1. references to local_config (paths._config) rely on the implementation of...
this text ``` Now would be a good time to initialize a git repo; i.e. >>> git init >>> git add . >>> git commit -m 'initial import' >>> git...