BigB84
BigB84
Hi, I really loved your library! However I couldn't find [java .flatMap](https://docs.oracle.com/javase/8/docs/api/java/util/stream/Stream.html#flatMap-java.util.function.Function-) or [go youthlin-stream .FlatMap](https://github.com/youthlin/stream/blob/569337c4550e1b683bead2d1b77c096f21a0296d/example_test.go#L278) equivalent. Example: A stream of different size string arrays into stream of these arrays...
Hi, thank you for such great integration! However I noticed that when I have multiple pipelines (e.g. needed for multi-arch app with no cross-compile toolchain) like [here](https://git.itmodulo.eu/LinuxOnMobile/Sonically/src/branch/master/.ci.yml), checksum filenames are...
Hi, I'm very impressed by asteroid project! However I have a couple of problems: 1. Unable to get usb shared internet connection. 2. When I want to build image with...
Hi, Thanks for creating gin, it's awesome! I'm building RESTFUL API but I'd like use serialization format other than available [here](https://github.com/gin-gonic/gin/blob/8659ab573cf7d26b2fa2a41e90075d84606188f1/context.go#L28). _I chose Amazon ION._ There is an official [go...
Hi, thank you for this amazing hugo theme! Could you add lemmy icon? I found svg on [their git](https://github.com/LemmyNet/lemmy) 
Hi, I've just discovered Inventaire and loved it! I have friends committed to centralized services like goodreads. I asked them what features would they need to switch. One of them...
Do you think it would make sense to open discussion on [golang/go](https://github.com/golang/go/) if streams should become standard like in Java 8+? If Combined with IO file doesn't need to be...
Hi! With Java 8+ it's possible to read file using streams instead of using loop. This is so cool, as file isn't read entirely to memory. Now I'm facing this...
Hi, I really love cells as high-quality alternative to Nextcloud, and I really miss automated updates for desktop client with my distribution package manager. OpenSUSE created automated deployment platform called...
https://github.com/Nuitka/Nuitka is a compilator for python3 Implementing this may benefit in performance as python is generally slow interpreted language. This should not be a huge problem. Take a look at...