aleemb
aleemb
I can mount volumes from root, etc but if my mount is `/Volumes/foo/bar:/foo/bar` it turns up blank inside the container. I tried symlinking the `/Volume/foo/bar` partition folder to the current...
Watch works just fine for undefined keys as advertised in the docs: ``` var foo = {} watch(foo, 'bar', function() { console.log('changed'); }); foo.bar = 'fubar'; // watch fires! ```...
I am not sure if this is common practise or not but some of our developers ended up creating `.grid__item` without a `.grid` or incorrect nesting. I came up with...
ES6 breaks syntax highlighting ```js // this is a comment and below is valid JS ES6 app.listen(3000, () => { console.log(`Listening on ${port}`)); ``` Output: 
The Post List css doesn't wrap correctly.  The following is hacky but it shows how it can be fixed via flex (similar to YinYang theme): ``` /* home: post...
I have a single markdown file as input and was expecting all the headings in the generated html menu to be at the same level. However, all headings following the...
On a few occasions where I imagine the stack trace is large, BugsnagLogger is unable to log the error and fails with `PHP Fatal error: Allowed Memory Size`. This means...
Works great for built-in PHP functions but not for project functions. The dropdown list of autocomplete functions does not show parameters. Selecting the function doesn't fill in the parameters either....
I would like to strip all markers except caption, author, etc. Would be nice to include a `-copy exif` option.
The timer ends without any notice. This means I need to unplug headphones or put them on to have it work. A visual alert option would be very convenient.