Mat Byczkowski

Results 22 comments of Mat Byczkowski

Did you try to migrate the database first? e.g. `java -jar $SERVER_JAR migrate $KEYWHIZ_CONFIG`? At Square, we apply schema changes in a separate system (not via Flyway), but this should...

What if you got an older version of Keywhiz? Could you check out earlier commit, maybe version 0.9.0 and try to run migration with that?

@FlavioImbertDomingos I talked to @jbpeirce who remembered some of migration issues that we came across. IIUC, there was some breaking change in Flyway (3.x -> 4.x but would need to...

I think this is related to the recent changes. We're using the Dockerfile for running some tests in CI. The problem you're seeing happens because the tests that are run...

@torkelrogstad I would have to look more closely, but as I mentioned in my comment above, this Docker build is meant to be used in CI only. We should really...

I wonder if https://github.com/mitchellh/gon could be helpful here (came across this the other day, but haven't spent much time looking into it).

@doodles526 yes, that's what I have noticed on wormhole servers under load with multiple clients (and each with multiple connections/streams) opened. Hopefully, I'll be able to provide more info. Should...

This should also include testing code introduced in #85 and #86

@mxie1563 can you tell us more about your environment/set-up? What js-jose version were you using and what Node.js or browser type/version?

@MrLich does the above snippet now work for you? You just need to have `btoa` and `atob` functions be defined in the global scope.