Robin Wilson

Results 75 comments of Robin Wilson

We should be able to do this by wrapping SQL access functions from libraries, but it will be important to actually keep track of the SQL that is run so...

I agree - this is a simple test that could be implemented as part of https://github.com/softwaresaved/recipy-test.

Yes, doing it through `__init__` methods would also be possible. The reason I did it as a full subclass originally was so that methods could be overriden if necessary (I...

Hmm, I'm not sure what's best really. It might be best to go back to your original idea of `__init__` methods, and see if we can add some syntactic sugar...

Just a few notes for myself here: I've tried implementing `PatchVerySimple`, but there seems to be some issue with instance variables and class variables: but I can't understand how my...

Thanks. I'm aware that there are some issues with the patching, and am part-way through solving them. For the moment we'll stop patching sklearn, and I will work on the...

What do you think about changing this @jvdzwaan? It would make the recipy GUI available from machines that aren't the local machine (eg. other hosts on a network). That is...

We're currently in the process of changing how the code behind the command-line interface is organised. There is a pull request open at the moment (https://github.com/recipy/recipy/pull/165) for these changes -...

@jvdzwaan Did you manage to connect the repo to Zenodo in the end? I seem to remember you had some problems with it. @nniiicc I'll see if we can sort...

Hi @tamasgal - unfortunately work has stalled on recipy for quite a while. I was hoping to get funding to continue work on it (I'm now a freelance developer/data scientist),...