Will Hains

Results 27 issues of Will Hains

Please add support for [MultiMarkdown-style footnotes](http://fletcher.github.io/MultiMarkdown-4/footnotes).

I'm using the Enterprise edition, with a self-hosted GitLab instance. The connection seems OK ("Test Connection" succeeds, and I can see the list of projects), but "Opening MRs", "My MRs",...

Would it be possible to create a new gist, rather than update an existing one? Something like this: ```yaml - uses: actions/checkout@v2 - name: Deploy id: create-gist uses: exuanbo/actions-deploy-gist@v1 with:...

Is it possible to upload multiple files to a gist using a glob pattern? Something like this? ```yaml - uses: actions/checkout@v2 - name: Deploy uses: exuanbo/actions-deploy-gist@v1 with: token: ${{ secrets.TOKEN...

(Feature request.) It would be great to have a regex filter to filter out unwanted posts from a feed, for example podcast episode announcements, weekly recap posts, things like that.

feature request

The window-covering config has keys `totalDurationOpen` and `totalDurationClose`, and accepts hex codes for open, close, and stop, allowing for percentage-open control, based on linear time interpolation. This is great, except...

(Copy & paste from chat with @gruber) > What about something to put in the Sharing sheet? I realize that once you have a text selection you can tap it...

Cmd-, = Settings Cmd-Y = History Cmd-. = Close Settings, History, Definitions

Instead of the annoying prompt upon first search to remind the user to set up their iOS dictionaries, use @danielpunkass's [clever hacks](https://github.com/willhains/Kotoba/compare/master...danielpunkass:dictionary-hacking) to inspect the currently-installed set of dictionaries, and...

enhancement
help wanted