Sam Ritchie

Results 355 issues of Sam Ritchie

It would be really nice if it were possible to build our matrix operations on top of Clojure's [core.matrix](https://github.com/mikera/core.matrix) protocols. This may be too much! But a big advantage here...

type

I know it explicitly says NOT to do this in the README... BUT, let me make the pitch. I've written a bunch of components in [Om-Bootstrap](https://github.com/racehub/om-bootstrap) that could easily be...

There's no reason we can't build an AWS backend, to make it easier to users to work with whatever tooling they currently have. I'm planning on spending some time organizing...

Dependencies are much more expensive to change than credentials. This PR moves the credential injection after dependency fetching. This is a decent idea, I think, BUT it has a problem....

This PR is here to begin figuring out how to do this for `jupyter` and `jupyterlab`.

This PR upgrades Schema... but in doing so I found another bug. https://github.com/keleshev/schema/issues/240 This is serious enough that we shouldn't merge until this is fixed and we upgrade again. I'll...

This is for `addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.7")`. I've currently got this style of publishing working for scala-rl's master branch: https://github.com/sritchie/scala-rl/tree/master the problem is that the final stage of pushing...

The paper: http://dimacs.rutgers.edu/~graham/pubs/papers/fwddecay.pdf The tantalizing abstract: > While exponential time decay is commonly used in practice, other decay functions (e.g. polynomial decay) are not, even though they have been identified...

beginner
algorithm

From [this excellent blog post](http://mybiasedcoin.blogspot.com/2014/10/cuckoo-filters.html): > If you want to avoid a technical discussion, all you need to know is that for reasonably large sized sets, for the same false...

algorithm

This module should contain thrift mappings for all Algebird case classes. Out of this we'll publish scrooge and java jars of these structs.

enhancement