Bo Jeanes

Results 96 comments of Bo Jeanes

My thoughts exactly. I really like the Elm Architecture in general and really want to give redux-elm a spin but the data layer is GraphQL. Apollo is what I've been...

First of all, thank you for Chewy. It's for the most part been a delight. > First of all, why can't you wrap a transaction with a strategy? Because different...

No worries. No rush on my end, as I have a custom strategy which actually works better with after_commit callbacks off. I just wanted others to know. Nonetheless, I'd be...

@svartalf did you end up exploring this further? I want to make `cargo fmt` runs "soft" (by using `continue-on-error: true` on that step) but still have the annotations show up.

I'm pretty sure this is fixed in newer oauth2 libraries. It checks for both Symbol and String keys which I assume was the issue here.

👍 > The above snippet, IMO, should lead to the same result (`foo/bar/baz`) in both cases. So we should somewhat normalize base uri to have tailing /`` if there's none:...

For other readers, I'm doing the following in my `pipeline.yml` now (instead of modifying `docker-compose.yml` to be Buildkite-specific): ``` yml steps: - name: 'Example step' command: echo Hello World agents:...

Or just have it off by default? I think once the `agent-socket` experiment is live, perhaps it could be on by default via a socket. That'd be pretty sweet and...

> Currently, the agent-socket experiment needs `BUILDKITE_AGENT_ENDPOINT` and `BUILDKITE_AGENT_ACCESS_TOKEN` If I read the agent code correctly, the agent that starts the socket does, but the agent that consumes it only...

> Does that make sense? Yup I see. Messy indeed...