Benjamin Bolton

Results 12 comments of Benjamin Bolton

`UseKeychain` feels magic until you forward your ssh-agent (eg. via `ssh -A`) to a box that doesn't support MacOS's custom implementation... and without an ssh-add -A on every boot, you'll...

Eg. for a jest extension: ``` // Extend redis-mock to include isOpen, connect, and disconnect jest.mock('redis', () => { const redisMock = jest.requireActual('redis-mock'); const enhancedRedisMock = { ...redisMock, createClient: ()...

I could see a link to https://github.com/sethforprivacy/sparrow-server-docker in the README or docs for those interested in a verified Docker implementation, but agree that keeping scope focused is probably the bigger...

can you describe the intention here a bit more?

Confirming that @Kronuz ' edit works (eg. from Soda Light 3.sublime-theme): ![screen shot 2017-04-20 at 9 45 19 am](https://cloud.githubusercontent.com/assets/7146063/25239738/278b6c74-25ae-11e7-9220-f7c8c396300e.png)

Hello @boboldehampsink , I apologize for the duplicate question here. I've wired up and hosted a custom `HEROKU_PHP_PLATFORM_REPOSITORIES` `packages.json` alongside my ext-sqlsrv and ext-pdo_sqlsrv packages, hosting their tar'd gzip'd .so...

🤦‍♂️ I had neglected `ODBCSYSINI` as the final step. Sincerely appreciate the direction @boboldehampsink . For posterity, here are the general steps: # Heroku Stack and Buildpack `ext-sqlsrv` (and associated...

Can we confirm the request is still under evaluation?

This has been open for over two years now; I'm using amiel's repo as well eg. https://github.com/heroku/heroku-buildpack-apt/issues/33#issuecomment-433245494

this is hard. The purist in me says that we should just look at what `FORCE_SSL_ADMIN` does and do that; because surely _someone_ at _some_ point is going to "need"...