Jacob Bearce
Jacob Bearce
Verified it's only happening on textareas with `box-sizing: border-box;`, `box-sizing: content-box;` seems to work just fine. This workaround is fine for me for now, but I'll try and actually fix...
Bit more progress on this: It seems that removing `+offset` for `textareas` with the `border-box` style fixes the issue on load, but as soon as it heights a second line...
@crissdev any chance you could implement this? I've found a workaround, but I have to add multiple calls to the module with differing names, which seems very inefficient. .pipe(plugins.remove_code({login_html: plugins.argv.remove...
Alternatively, providing a regular expression for these values could work too. Along the lines of: var stripCode = require('gulp-strip-code'); gulp.task('templates', function(){ gulp.src(['file.txt']) .pipe(stripCode({ start_comment: "/(?:|\*\/)?/g", end_comment: "/(?:|\*\/)?/g" })) .pipe(gulp.dest('build/file.txt')); });
True, but I think the project performs well, and it seems like a waste to rebuild something more basic when this already exists. I think it'd be relatively easy for...
Did you ever figure this out? We're hitting the same issue.
Very excited to hear this! I've been wanting to use this for a long time, but haven't been able to due to lack of multi-level support, jQuery dependency, and the...
Any progress on this?
You can specify a `.chanrc` in the root of your project like this: ``` { "allow-prerelease": true, "merge-prerelease": true, "git-branch": "main", "git-release-template": "https://gitlab.com/your/project/tags/[next]", "git-template": "https://gitlab.com/your/project/compare/[prev]...[next]" } ```
I'd also love to see this, this would be a great way to compete with ["Universal Control" on macOS/iPad](https://support.apple.com/en-us/HT212757), beyond just Surface tablets, and it seems like a great extension...