Benny Neugebauer

Results 145 issues of Benny Neugebauer
trafficstars

It would be nice if you could set a preset for every newly created Logdown instance. **Example:** If I always want to have logger instances which don't render Markdown but...

enhancement
stale

In a Pull Request we discussed the usage of GitHub wiki pages. Because wiki pages are specific to GitHub we had the idea of using Markdown files within the repository...

stale

I am using gulp-typescript v3.1.6 and configured a gulp task with it: ```javascript const gulp = require('gulp'); const gulpTypeScript = require('gulp-typescript'); const tsProject = gulpTypeScript.createProject("tsconfig.json"); gulp.task('dist', () => { return...

Suggestion

I have been using `new UUID(4).format()` and noticed that it generates some invalid / malformed UUIDs. A proper UUID v4 looks like this: - b277311c-dd9c-45c1-a041-2f78c5fd066e (32 chars total, 4 dashes)...

It is recommended to use `git push --follow-tags` in order to push new tags & commits at the same time: https://stackoverflow.com/a/26438076/451634

GitHub has the functionality to revert a Pull Request. In this case an automatic PR title will be generted. This title has the format of: `Revert "the original commit message"`....

When editing HTML files in my NetBeans HTML5 projects, then I often see this exception in the IDE Log: ``` java INFO [org.netbeans.spi.lexer.MutableTextInput]: !!WARNING!! Missing READ-LOCK when accessing TokenHierarchy: input-source:org.netbeans.modules.editor.NbEditorDocument@4e32085c,...