-
Similar to [Firefox Accounts](accounts.firefox.com)
Probably blocked by: #1452
-
Hi,
Progressing through blogdown and ready to pull the trigger on Netlify...looking to share opinionated analysis and ethical applications of machine learning. An invite to rbind would be much appr…
-
```
julia> map(x-> x != 0.0 ? "Hello" : x, sparse(eye(4)))
ERROR: MethodError: no method matching zero(::Type{Any})
```
Also a problem when mixing ints and floats.
```
julia> map(x-> x != 0.0 …
-
This may be out of the scope for media widgets, but when using an audio or video file, the edit screen allows users to upload and select alternative sources for full html5 availability.
In the case…
-
http://purl.obolibrary.org/obo/UBERON_0002367 prostate gland
imported as both class and instance
see: http://purl.obolibrary.org/obo/obi/dev/import/OBO_imports.owl
Need to check whether it is c…
-
Consider the following function that uses the `push!(dest, items...)` syntax:
``` julia
function f(items)
dest = Set()
push!(dest, items...)
end
```
Calling `f([1, 2])` raises no warning, bu…
-
I'd love to snag a few proposals before I throw something out. We can work with and refine them. Tagging a few people who have been involved in the recent pull requests. Everyone should feel free to c…
-
This is not the first time I run into this and I always just shrugged it off before, but after completely failing to find anything about the issue I was interested in (whether anybody has already done…
-
Joachim,
I am currently trying to improve and extend the tests and I'm find that as I mess with the code, I may have something that was a `ConsClosure` which has a `name` field accessor but then my…
erikd updated
7 years ago
-
I am trying/expect to display the index data from the backend in the browser using handlebars.
No error occurs, but nothing is displayed either (the data does show in the browser console though).
On…