Paulo Rafael Feodrippe

Results 30 issues of Paulo Rafael Feodrippe

what does it mean? ``` python generate.py --text_out_path=output.txt --samples 2000 ./logdir/train/2016-10-02T10-45-10/model.ckpt-14999 Restoring model from ./logdir/train/2016-10-02T10-45-10/model.ckpt-14999 Sample 1967/2000 E tensorflow/core/client/tensor_c_api.cc:485] Placeholder:0 is both fed and fetched. Traceback (most recent call last):...

Regarding equality, should both ```clojure (mu/equals [:map [:id int?] [:b int?]] [:map [:b int?] [:id int?]]) ;; => false ``` and ```clojure (mu/equals [:map [:id [:or string? int?]] [:b int?]]...

for discussion

`__eq__` for `Array` checks for the lenght of `b`, but `b` could be `null`

[Transit](https://github.com/cognitect/transit-java) is a format that allows us to store (or transmit) arbitrary data, it's extensible and can represent any type of data by leveraging transit tags. It encodes the data...

enhancement
Tools

Fixes #370. Check if string buffer is bigger than 0 so we don't have bogus disjunctions with long names.

Resolves #617. Just concatenates all variables before any definition on pluscal translation. This may break some existing pluscal specs which define operators in `define` with arguments having the same name...

It's an option for those who have https://github.com/metosin/reitit/issues/422 without having to enforce anything to the user. `meta-merge-fn` follows the same signature of `meta-merge.core/meta-merge`.

I'm trying minikube with deis. Has something changed now? It was pulling the repo 2 hours ago ``` $ helm repo add deis https://charts.deis.com/workflow Error: Looks like "https://charts.deis.com/workflow" is not...

Let me describe a high view sequence of my commands... I've installed the workflow with ```helm```, created two apps, made some ```git push``` at these apps, deleted the release, deleted...

Let's try to watch https://www.youtube.com/watch?v=OyfBQmvr2Hc so we can have a better grasp of lisp and how we can build the core of the language with the minimum of the host...