Nikola Kovacs
Nikola Kovacs
This is a work in progress, but I wanted to get some feedback on it. One question is how to allow generating into a "$GOPACKAGE_test" package in the same directory....
I was expecting Read to be interrupted by Close, but this doesn't work. The issue is that in blocking mode, the read is not interrupted even if the file is...
After enabling this package, the autocomplete dropdown appears all the time in .vue files. I also have language-vue, but disabling it doesn't fix the issue. Here's an example with only...
```pug - var tag='a' // Broken #{tag}( @click="doSomething", :href="url", ) // Broken #{tag}( click="doSomething", href="url", ) // These work fine a( @click="doSomething", :href="url", ) a( click="doSomething", href="url", ) ``` ![screenshot...
Hi This here is incorrect: https://github.com/Sveder/CardboardPassthrough/blob/master/Cardboard%20Version/src/com/sveder/cardboardpassthrough/MainActivity.java#L428 It causes a gl_invalid_enum error, and doesn't change the active texture, it'll just stay GL_TEXTURE0, which is the default. So everything still works, but...
The messageformat library supports custom formatter functions. You could register globalize's formatters, so they could be used in messages, e.g. `"Balance: {0, currency}"`, or `"Posted at {0, datetime, long}"`. It...
Both https://massivescale.net/celery-php/li_celery-php.html and https://massivescale.net/celery-php are blank pages.
See atom/node-pathwatcher#25.
### What steps will reproduce the problem? 1. Open the CRUD Generator 2. Check "Enable I18N" 3. Fill out the rest of the form 4. Click preview ### What's expected?...
Hi The vue-cli link in the first paragraph links to https://github.com/vuejs/vue/wiki/Vue-2.0-RC-Starter-Resources#vue-cli (it should be https://github.com/vuejs/vue/wiki/Vue-2.0-RC-Starter-Resources#vue-cli-and-templates), and the vue-cli link in the first sentence of the vue-cli section links to https://github.com/vuejs/vuue-cli.