David Huie

Results 9 comments of David Huie

@bkeroackdsc we can definitely make this an optional feature, opting out by default.

We already perform migrations within a transaction, so for DBs that support transactional DDL changes (Postgres), migrations are already atomic. I'm assuming you need that feature for a different DB?

@magik6k what's stopping `ipfs p2p` from supporting UDP?

@magik6k Is that something that you guys are open to having the community implement? I'm designing a system that uses IPFS to create a peer-to-peer VPN. All of the VPN...

Also, net.Conn in Go implements UDP connections as streams, so it wouldn't be a terrible way to implement that...

This is probably a bug. I'll look into it.

That's currently not supported, but that might be useful to add. I think this could be implemented without including the new directory, for example: - base migration: 001_create_tables_up.sql - sqlite...

What would I use it for, @tabula-rasa?

I like the idea of creating a migrator that uses io.ReadCloser objects. If someone wants to use go-bindata, go.rice, or whatever comes along next can just use that interface. Would...