Thomas Hunter II

Results 112 issues of Thomas Hunter II

**Bug Description** When running local builds over and over (`bundle exec middleman build`), I eventually get an EMFILE error. I can temporarily fix this by closing VS Code and dev...

This PR introduces a new option named `extractImageCaptions` to enable image captions. ## Input ```markdown ![An elephant at sunset](/elephant.jpg) ``` ## Output (newlines added for PR readability, not included in...

enhancement

Is there any plan to add support for PostgreSQL's Cursors? http://www.postgresql.org/docs/9.2/static/plpgsql-cursors.html It looks like MySQL supports them as well but only within stored procedures: http://dev.mysql.com/doc/refman/5.0/en/cursors.html

feature request

### What happened? I'm using `await AppleID.auth.signIn()` within a PWA of mine. When this code runs inside of mobile safari as a website the authentication works fine. However, when run...

bug :bug:
help wanted :raising_hand:
ios-platform

- [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) for answers - [X] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-js/issues) and didn't...

bug
needs-reproduction
p2

I'm a maintainer of [Package Diff](https://diff.intrinsic.com/). This tool provides a diff between two versions of npm modules and has a permalink to display the diff. We were recently made aware...

I'm a big fan of streaming music like soma.fm. I usually play a playlist like the following using Audacious: https://github.com/tlhunter/streaming-music/blob/master/SomaFM.pls Of course, the Music player integrates pretty well with ElementaryOS...

## What Happened I have a google account with two factor enabled. I went in an created an app-specific password for mail, which worked fine with the Mail app. I...

The documentation on Docker Hub is incorrect: https://hub.docker.com/r/kamon/grafana_graphite/ The docs state that one should add localhost:8080 as a data source, when one should actually add localhost:81.

If one includes `mixpanel.js` in their Cordova application, messages won't get logged. The problem comes with the `script` tag that is generated and inserted into the DOM: ``` //cdn.mxpnl.com/libs/mixpanel-2-latest.min.js ```...