Luca Pette

Results 20 issues of 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...

testing

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.

generators

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...

good first patch
testing
gardening

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...

generators
good first patch

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...

content

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...

generators
feature

Use [envconfig](https://github.com/kelseyhightower/envconfig) for: - [ ] InfluxDB db name - [ ] InfluxDB username/password

enhancement
wip

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...

enhancement

## 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...

enhancement