Results 6 issues of Ta-Lun Yen

When using [bubblewrap](https://github.com/containers/bubblewrap) which is used by sandboxing platform, such as flatpak, autorandr will crash due to `bwrap` using a psuedo `DISPLAY` numbered 99. autorandr looks for used `DISPLAY` for...

The code I'm using is from the documentation: ``` // api.js var express = require('express'); var drakov = require('drakov') var drakovMiddleware = require('drakov').middleware; var port = process.env.PORT || 3000; var...

bug

Currently the typeahead component will not work properly when using IME inputs like pingin etc. This is caused by DOM event update does not work quite well with IMEs. https://developer.mozilla.org/en-US/docs/Web/API/CompositionEvent

Steps: 1. Open a new session by using openMultiLogin 2. Create a new window (not tab!) 3. The session in window 1 would be carried on to new window Expected:...

bug
help wanted

``` t.substitute(1, { titles: ['title1', 'title2'], planData: [ { name: 'A', role: ['role1'] }, { name: 'B', role: ['role2'] } ] }); ``` With a input like this ![image](https://user-images.githubusercontent.com/13075218/33651125-b2157bf4-da9f-11e7-8205-7bfed7b908d1.png) Would...

On node v6.2.2 and api-blueprint-validator 0.1.3: ``` $ ./node_modules/.bin/api-blueprint-validator ./api.md ./node_modules/.store/[email protected]/_/src/validator.js:74 result.warnings.forEach(function (warning) { ^ TypeError: Cannot read property 'forEach' of undefined at ./node_modules/.store/[email protected]/_/src/validator.js:74:22 ```