YPares
YPares
Hello, I'm trying to think about using GA to model a 2D toroidal space, ie. a positively-curved space, which loops on itself in the two dimensions. I'm wondering whether ganja...
From my knowledge, in the current state of funflow there are two kind of hashes for step/stepIO, those obtained from ContentHashable and those obtained from the binary representation of a...
This issue is due to a GHC bug, most likely something similar to https://gitlab.haskell.org/ghc/ghc/issues/16887. It seems that on some occasions, if you try to pattern match inside arrow notation on...
For now, VirtualFiles can either be unique or repeated (and indexed, in which case each we read it as a stream), but we cannot really manipulate **unbounded** streams of data,...
For now our full test suite is not opensourceable as it uses data that is property of our client. The test suite in this repository for now is very light...
For now, the https://tweag.github.io/porcupine/ pages show just one big page. It should be better laid out as separate pages for doc, tutorials, etc.
To augment coherence, now that streaming-utils has been upgraded we should rewrite notably the HTTP accessor to use it. The stream json API should also be used in the serials.
VirtualFiles are called "repeatable" when their paths are to contain variables to be spliced in. It occured to me that this is actually more generic than passing around file indices....
For now, our config file can be in JSON/YAML which the pipeline can automatically generate. That is nice, but porcupine (due to its inclusive philosophy) could attract other people by...