Markus Hauru
Markus Hauru
When trying write a storage module that would internally use JLD, I ran into the following weird behavior: ``` julia> using JLD julia> save("d.jld", "d", Dict("a" => 1.0)) ``` then...
On the [Guide](https://turinglang.org/dev/docs/using-turing/guide/) page, the link in the sentence `For more information on Turing's automatic differentiation backend, please see the [Automatic Differentiation](https://turinglang.org/dev/docs/using-turing/guide/%7B%7Bsite.baseurl%7D%7D/docs/using-turing/autodiff) article.` is broken. The `Edit me` button on...
MWE: `make.jl`: ``` module Dada export f """ docstring for f with no methods """ function f end """ docstring for f(::Int) You won't see me! """ f(::Int) = 1...
We ran into an issue where this: https://github.com/opendp/opendp/issues/817 prevents us from using smartnoise-sql on arm64 linux, since opendp isn't built for it. Opendp has a fix for this, but it's...
While trying to understand the smartnoise-sql code, I found that having Python type hints in place would have been useful. Given it's hacktoberfest, if I find the time, I might...
I have a case in which I don't understand the behavior of `censor_dims`. Namely, I run essentially the same query in two different ways but get different results. The data...
Is there a way in smartnoise-sql to specify the set of possible values a categorical variable could take, that would then affect count queries, so that all valid values would...
I think cookie should add a copyleft license as an option. I've opted for AGPLv3+, because 1) It is like GPLv3, but also covers the nowadays important case of serving...
The tutorial has the page for how to deploy the whole GrimoireLab complex using a single Docker container: https://github.com/chaoss/grimoirelab-tutorial/blob/master/basics/dockerhub.md The page links to the `grimoirelab/full` image which is over 4...
### Summary Copy the notebook from https://github.com/mhauru/EThOS-analysis/blob/master/analysis.ipynb, make minimal edits to make it run. This is a starting point of the PhD thesis metadata (EThOS) story. ### List of changes...