tobia
tobia
> One thing that would work would be disabling glob syntax for that builtin, so things like `*foo*` are passed along to it literally, so it can then handle the...
Here's a workaround to import such a repository. For each unnamed head, or maybe for each bookmark (`hg bookmarks`) create a HG branch with the same name: ``` hg checkout...
This is a duplicate of https://github.com/bradsokol/VcsGutter/issues/15 and https://github.com/bradsokol/VcsGutter/issues/21 This pull request https://github.com/bradsokol/VcsGutter/pull/17 fixes the issue, but apparently VcsGutter is not currently maintained. [GitGutter](https://github.com/jisaacks/GitGutter) is the most maintained fork and it...
Sure. I just wanted to open an issue in case others run into it. In fact, augmented assignments are converted to regular assignments by the Kotlin compiler, so I don't...
As far as I can see, the way to bring that up is to call the palette with Ctrl+P and then type T (for Tab: Switch To) and Enter. Here...
I have the same problem. This is my gulpfile: ```javascript var langFile = 'resources/assets/js/.lang.js'; gulp.task('lang_js', function() { gulp.src('').pipe(shell('php artisan lang:js ' + langFile)); }); elixir(function(mix) { ... mix.task('lang_js', 'resources/lang/**/*.php'); mix.browserify(...);...
Sure. I will try to do so.
A workaround for single-server or test instances is the following: ``` --bind-addr=127.0.0.1:8946 ``` This works because every container has at least the 127.0.0.1 address. In production environments, the bind-addr should...
Yes, the CSS property `line-break` makes the problem practically undecidable. As a workaround, we could use a configuration option to set the tag names that must be preserved, with a...
@zkochan IMO sorting the keys goes against the purpose of allowing comments in the first place. For example, one of my projects has 100+ dependencies, some of which are only...