Results 60 issues of ooxi

Source extracted from http://trentm.com/2012/03/google-code-to-github.html. I think it really helps if your blog post is available inside the repository for future reference :-)

When starting vscode, only an empty window appears. When opening gnome-www-browser however, i can use it as expected. Do you have any idea how to debug this?

Could you please release v1.0.0 (or any other version of your pleasing)? Otherwise I will have to reference `v0.0.0-20180131005756-15cf729a72d4` in go.mod which looks ugly

When using amdclean to optimize the following simple javascript ``` require(['domReady!'], function(document) { alert('xxx'); }); ``` requirejs & amdclean generate the following output ``` ;(function() { /** * @license RequireJS...

Hi, could you please elaborate how to use sourceMaps in combination with amdclean? The output of amdclean remains a plain string independent of the sourceMap I input. I've read some...

Run `npm audit` on all commits to `master` as well as pull requests. Moreover a peridoic rebuild is scheduled and a build badge was added. Note: The CI will fail...

Version of some indirect dependencies had to be bumped. Version in `package-lock.json` also updated with version from `package.json` ``` # npm audit report ansi-regex 4.0.0 - 4.1.0 Severity: high Inefficient...