Trevor Sayre

Results 12 issues of Trevor Sayre

The icns files that `apple-kbd-dat-icon-extract.py` returns are not valid icns files. ``` $ iconutil -c iconset icon1.icns /Users/user/Pictures/keyboard-icons/icon1.icns:error: Invalid ICNS file. icon1.icns:error: Failed to write iconset. ```

`underscore.string` has a "Regular Expression Denial of Service" vulnerability that is patched in `>= 3.3.5` ![image](https://user-images.githubusercontent.com/421548/50184400-ffdc4180-02e2-11e9-91e4-17f439887414.png) Looks like this needs to wait on: https://github.com/jonschlinkert/remarkable/pull/312

Are you using the latest version? Is the version currently in use as reported by `npm ls sharp` the same as the latest version as reported by `npm view sharp...

enhancement
blocked-upstream-dependency

Given: ```css @keyframes turn { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } ``` Run `stylefmt` to get: ```css @keyframes turn { 0% { transform: rotate(0deg); }...

``` • building target=macOS zip arch=x64 file=dist/app-delta-1.7.1-mac.zip • building target=DMG arch=x64 file=dist/app-delta-1.7.1-mac.dmg (node:92070) Warning: a promise was created in a handler at /Users/user/Documents/Projects/project/node_modules/app-builder-lib/src/macPackager.ts:90:26 but was not returned from it, see...

Currently Harp will minify your CoffeeScript, but if you write pure JavaScript files, then you're out of luck. I believe the same is true for Jade/HTML, LESS/CSS, etc. but I...

Embeds have some [limits](https://discord.com/developers/docs/resources/channel#embed-object-embed-limits): - Title is limited to 256 characters - Description is limited to 4096 characters - An embed can contain a maximum of 25 fields - A...

good first issue

If I have a setup like this: ```md ## Table of Contents - [Resources](#resources) - [Develop](#develop) - [Run Locally](#run-locally) - [Add Command](#add-command) - [Add Client Event](#add-client-event) - [Deploy](#deploy) - [Deploy...

enhancement

Currently some phones can't input a task because there is no enter key or easy way to push the text to the javascript. A button could easily fix this, or...

hastebin.com supports TypeScript detection and highlighting, but their service is flakier. Would prefer to use hasteb.in with TypeScript support 👍

triage