Nick Glynn

Results 15 comments of Nick Glynn

What about something like that? Could even drop the color darker and drop the whole UI part?

Any plans for getting [Samza](http://samza.apache.org/startup/hello-samza/latest/) to play nicely with this? Samza still wants zookeeper which means it causes issues trying to integrate the two.

``` $ migrate -path ./migrations/ -database postgres://dev:secret@localhost:5432/postgres?sslmode=disable up 1516166452/u assetledger (12.557438ms) 1516166459/u orderbook (26.277909ms) 1516167278/u initialize (36.312169ms) $ migrate -path ./migrations/ -database postgres://dev:secret@localhost:5432/postgres?sslmode=disable up no change $ rm migrations/1516167278_initialize.* $...

I'm a big fan of the plugin - from looking at https://tailwindcss.com/docs/upgrade-guide there's not a huge impact from Tailwind3

This is great - I had provided my [own abstraction over it to wrap bcrypt and argon2ID ](https://github.com/17twenty/timstack/blob/main/authnz.go) but this is really nice and would make swap outs easy.

@calvin-barker are you still pushing to merge this under the CLA etc?

In addition, after taking advice - I tried using redoc to reformat the YAML before parsing but that gets sad too: ```bash $ redocly bundle --dereferenced xero_accounting.yaml > new.yaml bundling...

You can fix this by specifing `-m32` on x86_64 MacOS Before: ``` [Fischer] exiting back to reality from level [1] with the THOUGHT: Illegal instruction: 4 ``` After: ``` [Fischer]...

Is there no way to use the *.up.sql and *.down.sql style files used by projects like https://github.com/golang-migrate/migrate? It would certainly be a compelling way to move over for us, esp...