Rafael Belvederese
Rafael Belvederese
> I'm curious what project you might be using which led you back to this license. In my case, it was GitHub's Trending repos that brought me here. :)
FWIW, I compiled TF 2.1 docs myself. [TensorFlow.docset.tar.gz](https://github.com/ppwwyyxx/dash-docset-tensorflow/files/4385716/TensorFlow.docset.tar.gz)
@rawaludin You'll have to: 1. [Grab my ldb fork](https://github.com/blvz/ldb/releases/) (or compile it yourself) and save/link it to `/usr/local/bin/ldb` (don't forget to `chmod +x` it). 1. On the workflow, duplicate a...
You could use `ldb ./testdb --create --size`. https://github.com/heapwolf/ldb/blob/f289a716b4e403e335da908d696f031c4ece920c/ldb.cc#L110-L111
I think it's the way to go for 1.X, though I'm more interested in LS 2.X. I'm willing to work on it, but I'm afraid I'll need some guidance.
What if 1.4 is released, then breaking changes are included in a "1.5", but released as 2.0 (for the sake of semver) and "LS2" becomes "LS3"?
what about `for x given xs then ...`?
`for x at xs`?
@gabeio I don't know either. Hahaha. @mrmayfield Take a look at this: https://github.com/paulmillr/LiveScript.tmbundle/pull/39
I had similar problems and couldn't fix them just by moving the files to parent directories. In the end, what worked for me, was importing os and adding CUDA and...