Bill Robbins

Results 6 comments of Bill Robbins

Nice! I would prefer TS over flow, I've used TS in a number of work projects that are in production. Go types!

Hey @gahoo I just came across this issue. It appears that @haroldtreen intentionally [discards](https://github.com/haroldtreen/epub-press/blob/master/lib/html-processor.js#L78) inline images. If I can get some history on why, and if this can be removed,...

I'll see what I can do, should help with re-familiarization of the codebase :)

You could do this using just the server by running https://www.npmjs.com/package/http-server in your directory. Then you can POST to the server with a list of URLS referring to your local...

I experienced this and the web ui workaround worked. For developers: Although my error log says permission denied, it seems like [running a shell command](https://github.com/syncthing/syncthing-android/blob/9b04374/app/src/main/java/com/nutomic/syncthingandroid/util/Util.java#L149) is testing more than just...

My team encountered this as well. The issue was that secrets aren't passed through to "reusable workflows" [GH docs](https://docs.github.com/en/actions/using-workflows/reusing-workflows#passing-inputs-and-secrets-to-a-reusable-workflow). Working example ``` jobs: ... notify: uses: ./.github/workflows/deploy-notifications.yml secrets: new_relic_api_key: ${{...