Benjamin Bolton
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): 
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"...