Bram Plessers
Bram Plessers
**Is your feature request related to a problem? Please describe.** Adding new tasks in series,requires to fill out the same form, with the same metadata ( labels ). This is...
**Describe the bug** Project and Section show up as _unknown_. **To Reproduce** Steps to reproduce the behavior: 1. install plugin ( for the first time ) 2. activate plugin 3....
Shouldn't this Workflow conform to another Caches path? The correct one IMO is: `/Users//Library/Caches/com.runningwithcrayons.Alfred-Preferences` and not `/Users//Library/Caches/com.runningwithcrayons.Alfred-2`. See [search.js](https://github.com/eknkc/alfred-pinboard/blob/32b72a7a1c8a76013ef482da3cda5de974815980/search.js#L25). Not familiar with Alfred 2's API so that's the reason I'm...
My personal token is of the form `username:miXedC4se` while the given REG EXP only accepts uppercased token after the `:`. ``` js if (argv.pbtoken && /^[^:]+:[0-9A-Z]+$/.test(argv.pbtoken)) { ``` Found in...
Hello I can't figure out how to animate my SVG font which I exported from Illustrator. This is a relevant piece of my javascript: ```js if (SVG.supported) { var draw...
Just curious about the status of with_deleted feature? Using the gem in a project going from Rails 2.x to Rails 3.x. Incompatiblity of with_deleted is a showstopper for us atm.
I've got Gitlab up and running ( meaning I was able to add a new Github remote to my Mirrors group using the `gitlab-mirrors.sh` script below ). But every time...