Nate Yolles
Nate Yolles
I can see that the screenshot is blurry, however, I'm not experiencing any blurriness on my Macbook Pro Retina. There's only one image in the extension, which I do need...
https://code.google.com/p/chromium/issues/detail?id=443752 Chrome returns incorrect value for window.devicePixelRatio in extensions.
Hello @geraldeersteling, Line 49 was definitely a typo. I have fixed it with commit https://github.com/nateyolles/slack-pokerbot/commit/5b2e0e8643b6c3eac50a4b4386bfedecca5c4462. It's been a while since I last used AWS Lambda, so I don't have the...
`actions` look like they would be a great update to this project. They weren't a part of Slack's API when I originally wrote this.
Made extension persistent so that it loads in memory as soon as the browser loads instead of on click of the icon. First load is definitely faster, but want to...
Implemented GruntJS. On release it updates the version in package.json and manifest.json, then creates a new zip file while filtering out sourcemaps. Still to do: Bower for dependencies such as...
Hello Sanat, I will fix the build and I will look into autocomplete tag field. However, if you want to submit a PR for the build issues that you found,...
I pushed the build fix. Thank you.