Lucas Eduardo

Results 46 comments of Lucas Eduardo
trafficstars

> Would be great if you also have other examples where this might be needed to find a good abstraction that can be re-used. Any case that would otherwise be...

> Does the normal nix build itself also need the pubspec.lock? `buildFlutterApplication` needs the pubspec.lock converted to JSON, having a API based on derivations instead of "copy this file there"...

> Ok. So what file does it produce after having the pubspec? I assume it generate some nix code? In the flutter case it consumes the pubspec.lock converted to JSON....

> Have your android updated since that is the reason most people right now are having the problem. The quick fix is to reinstall the app for now. You can...

And mitchellh/cli hands off completion to posener/complete. https://github.com/posener/complete/blob/9a4745ac49b29530e07dc2581745a218b646b7a3/cmd/install/bash.go#L6

What about generating an EPUB? EPUB is basically a bunch of compressed HTML with a specification. I already use [this lib](https://github.com/bmaupin/go-epub) on a [project that I made](https://github.com/lucasew/pocket2kindle) that gives me...