Sean Genabe

Results 10 issues of Sean Genabe

launchpad.graphql.com is discontinuing their service on December 15, 2018. Since an example documented here is hosted on launchpad.graphql.com, it might be a good idea to move it to another host.

🐛 bug report ## Expected Behavior Browsers should be able to decode fonts referred to by a CSS file. ## Current Behavior Warnings displayed on Chrome: ``` Failed to decode...

Type: Bug

**Is your feature request related to a problem? Please describe.** Other audio formats such as M4A and Ogg are not being detected. **Describe the solution you'd like** Detection of additional,...

enhancement
backend
already in progress

Some people would expect CommonJS-style `import bel = require('bel')` to work, but alas, it doesn't, although the compiled code still works. The way the definition file is set up the...

help wanted

It's not simple trying to [extend from Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error). I have observed that errors from this module lack `prototype` and `stack` (which is very important for debugging). I've done some research...

Re: #120 #118 I was made aware that since hapi 9 some modules should now be required separately--specifically for this module, `inert` and `vision`. Can't we just add these as...

Code for `#FFFF00` is missing. See attached screenshot. ![image](https://user-images.githubusercontent.com/5626884/29610797-ee6872f6-882d-11e7-9d0e-d6aaddcc49c6.png) Edit: Looks like it's also missing for boxes with the same color involved.

`/bundle.js.map` currently has exactly the same content as `/bundle.js` on version 0.4.0.

When trying to connect to a non-existent instance of MongoDB, it simply crashes. Consider this code: ``` (async function() { try { console.log('run') let db = await require('promised-mongo')('localhost') let test...

Windows doesn't like single quotes to be used as argument "wrappers", it will try to include them literally in the command-line argument. Example: write-file ``` var FS = require('fs') var...

enhancement