DeedleFake
DeedleFake
I'm running flow-coverage-report against a moderately large codebase. It's failing get coverage information for some files, seemingly at random. I'm not sure what's different about these files from the others....
The intention of this pull request, once it's ready, is to allow individual instances of tray icons to be created and closed without affecting others. This became a problem with...
Running `go get github.com/ipfs/go-ds-s3/plugin` yields ``` github.com/ipfs/go-ds-s3/plugin imports github.com/ipfs/go-ipfs/plugin imports github.com/ipfs/go-ipfs/core imports github.com/ipfs/go-ipfs/core/node/libp2p imports github.com/libp2p/go-libp2p-core/mux: cannot find module providing package github.com/libp2p/go-libp2p-core/mux github.com/ipfs/go-ds-s3/plugin imports github.com/ipfs/go-ipfs/plugin imports github.com/ipfs/go-ipfs/core imports github.com/ipfs/go-ipfs/core/node/libp2p imports github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy:...
I have a custom compiled IPFS image using `v0.8.0` with `v0.7.0` of the `go-ds-s3` plugin bundled in, as per the instructions in `go-ds-s3`'s README. When I try to run the...
Due to the removal of global lazy evaluation, in-line lambda definitions with no arguments, such as `(@ f => ...)` no longer work when passed as an argument to something,...
Currently, `range` takes a start, end, and step, where the step is a number that is added to the current value to progress from the start to the end. It...
Streams should be able to do all of the normal stream/iterator type things, not just map. - [x] `filter`. This will probably require booleans. - [x] `concat`. - [x] `flatMap`....
golang/go#28256 got closed, sadly, but that made me think about possibly implementing something like that in WDTE instead. I'd like to do it slightly differently than it was proposed in...
Well, I think it's about time to at least start thinking about the elephant in the room. WDTE uses a _lot_ of RAM very quickly. Optimization hasn't really been a...