Tobsn

Results 19 issues of Tobsn

Always wanted to know if there is an easy way to edit that - thanks! --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/42139153-easy-way-to-increase-sidebar-font-size?utm_campaign=plugin&utm_content=tracker%2F1612287&utm_medium=issues&utm_source=github)** We accept bounties via...

This is such a handy tool, I think it's worth paying for it and it would need some updates :) Recently the play button got stuck for me, just always...

https://github.com/qmk/qmk_firmware/blob/master/keyboards/xd60/config.h#L50 Backlight pin is F5 - can you enable this somehow - currently it throws an error via QMK compile to use the B pins only? I think in latest...

``` Avaliable catalogs: PyWin32 (Python3) (for Python3: Python Extensions for Windows) PyWin32 (for Python: Python Extensions for Windows) Rails (for Ruby: Rails version 1.1.6) jQuery (for JavaScript: jQuery JavaScript library...

that way automatically mmt files are just executed - that would be the endgoal i guess?

``` gulp.task('indexfiles', function() { return gulp.src('./**/index.src.php') .pipe(inlinesource()) .pipe(usemin({ inlinecss: [ minifyCss, 'concat' ], inlinejs: [uglify(), 'concat'] })) .pipe(cache('index')) .pipe(gulpif( (process.env.ENV !== 'development'), replace('"/assets/', '"https://cdn/assets/') )) .pipe(rename({ basename: 'index' })) .pipe(gulp.dest('.'));...

hey there! thanks for turning on the issue tracker! :) would you mind making up some quick examples for those two features? - Efficient references to another document, and an...

indents -> on new line: func()->x() \t->func(); don't know if that's in the right place - but it works ;)

``` 1 2 3 4 $('div#xid > div:nth-of-type(3)'); ``` this should match the div id="three" but it doesnt. it just breaks on the span and returns nothing.