Luca Pette
Luca Pette
As in basically all the tests we have the same kind of if, it's worth having a small helper function in testutil for it. We could give https://github.com/go-test/deep a try...
Right now, we have only a `date` generator for the format `YYYY-MM-DD`. I'd use this issue to collect more formats and (probably?) add more date formats all at once.
In other Go projects, I'm enjoying having a package `pkg/testutil` with test helpers. It helps polishing the testing code and encourages more testing (which is hardly a bad thing). To...
As specified [here](https://en.wikipedia.org/wiki/Unix_time). I think it'd make sense to accept a range of dates but I'm not sure yet about what's the best format. Right now we parse dates in...
First of all, let me thank you for this project! I'm a big fan of monorepo and now I have a website I can share with people when they're new...
As per title. I suppose it could have a UI similar to #79. Meaning: ```sh fakedata address # generates international addresses ``` and ```sh fakedata address.[country-code] # generates country specific...
Use [envconfig](https://github.com/kelseyhightower/envconfig) for: - [ ] InfluxDB db name - [ ] InfluxDB username/password
This issue is for the milestone “mounting file systems”. One of the fundamental Ideas we “stole” from UNIX is that everything is a stream in TypeStream so it’s only fair...
## What In #96 we introduced mount and unmount commands for the file system. They rely on a `/mnt/random` file system type but the work is unfinished: - you can...