Andrew Simms
Andrew Simms
On a Mac, two junk files you shouldn't check in are: Icon .DS_Store The Icon one is "special" in that the file name contains a carriage return (i.e. Icon^M), which...
I have a rule with this structure: ``` @Rule( # NOT(Excluded(patient_id=MATCH.patient_id)), EXISTS( FeverGreaterThanFourDays( patient_id=MATCH.patient_id, appointment_id=MATCH.appointment_id, weight=MATCH.fever_weight, present=W(), ), ConjunctivalInjection( patient_id=MATCH.patient_id, appointment_id=MATCH.appointment_id, weight=MATCH.conjunctival_weight, present=W(), ), # etc... ) def _ (patient_id,...
It would be fantastic if experta could be made available on Anaconda Cloud, either in its own channel or in conda-forge. [https://docs.anaconda.com/anaconda-cloud/user-guide/howto/#build-packages](https://docs.anaconda.com/anaconda-cloud/user-guide/howto/#build-packages) This is pretty trivial to do and could...