Emi

Results 35 comments of Emi

The plugin doesn't read the ns, it just infers it from the file name, see https://github.com/talios/clojure-maven-plugin/blob/develop/src/main/java/com/theoryinpractise/clojure/NamespaceDiscovery.java#L160 It also assumes the file name has an extension which isn't necessarily the case....

I would have expected that some topological sort is also done based on the imports. One situation I encountered with https://github.com/emilianbold/enclojure is that I have a clojure file (`DefReplWindowFactory`) which...

iOS does not provide per-app passwords and it does not seem useful to implement it ourselves. If we start pushing data into Health.app then we have another app without a...

Sure, I understand the idea. But when the same data is available in the Apple Health.app, you are not securing much. And Apple itself doesn't seem to see this data...

If people deny Glucosio access to HelthKit in the confirmation screen, the data is not shared. Then we could have better security with a secondary password.

I'm working on the neural network on this branch https://github.com/emilianbold/glucosio-ios/tree/recurrent-neural-network Right now everything is there, including some debug-only settings to tweak the training. Still, the network is not training well...

I've implemented a LSTM neural network here https://github.com/emilianbold/swift-lstm Still, the problem seems to be that with the data I found the results are not very good: the network is not...

What would the user do with the PDF reports? Print them? Grab them as files via iTunes? It might be simpler to just send an HTML report email for a...

A template for the report would be good. Some tabular info is easy, charts might be more work.

@bulenkov I assume this is not urgent but years do fly by :-) Any chance we could get at least a build.sh file or a build.xml or a pom.xml so...