aleemb

Results 27 issues of 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...

enhancement
request

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: ![image](https://user-images.githubusercontent.com/46616/65325919-99fe4c80-dbc9-11e9-90e1-dd80be611b08.png)

help wanted
hacktoberfest

The Post List css doesn't wrap correctly. ![image](https://user-images.githubusercontent.com/46616/65326086-15f89480-dbca-11e9-9681-9aef01bcf09c.png) 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...

bug

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...

needs discussion

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.

enhancement

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.