awb99
awb99
R.clone is quite slow. I process 1000 invoices; each invoice has 5 lineItems on average, So I am running R.clone 5000 times. The documentation should have some kind of warning,...
iPython/Jupyter supports sending back images and html markup. One of the most useful things in using Python in Jupyter is making inline charts and nicely printing array of data classes....
I think icsharp shoud ideally run on a linux server and have a simple docker container that allows to play around quickly. I want to share my progress; I havent...
Additional dlls will be able to be loaded into iCSharp.Kernel. The location of such dlls will have to be either GAC or the directory in which iCSharp.Kernel is located. Dotnet...
on mono messages received by notebook throw errors because the hash field of the wire message is empty. Instead it should be signed with HMAC digests. Message signing is easy...
Running ICSharp under Linux has huge benefits! For me: Easy command line deployment and monitoring. Docker Images, so if we had a Docker Image for ICSharp, then we would be...
I am storing 2500 items via konserve: ``` (defn save [k item] (
I tried to have this answered in the datahike slack chat, but nobody did know an answer. I want to store 5000 values, each with a specific key in the...
I have seen a lot of examples using k/assoc-in Now I like the benefit of this. I can store different types of data with (k/assoc-in [:bar 1] 15) and (k/assoc-in...
The 'weak' point in clojure is that edn and transit encoding do not bring a lot of default serializers. Example: date and uuid are not serializable by default, nor are...