Marek Lichtner
Marek Lichtner
this does not work: ``` gulp.task 'index', -> gulp.src dir.src + '/index.jade' .pipe $.jade({pretty: true}) .pipe $.includeSource() .pipe gulp.dest(dir.tmp) ```
And problem is if somebody generates html from jade and jade generate this comment without space before and of comment e.g.: ``` html ```
I try to avoid using the mouse while coding so this could be helpful for me, IMHO for more people.
May be I found bug. if I use `after()` with `comment()` for MYSQL db e.g: ``` js knex.schema.table('Table', function (table) { table.integer('col').comment('my comment').after('id'); }); ``` it throws this error: ```...
It would be nice to have this feature: - `dirSelectable: 0` - no directory is selectable - `dirSelectable: 1` - from level 1 directories are selectable (means all dirs are...
I would like to use laravel-telescope-toolbar with browserSync Toolbar works fine with `php artisan serve` on `http://localhost:3000` But after I enabled browserSync in `webpack.mix.js`: .browserSync({ proxy: 'http://localhost:8000', files: [ 'resources/views/**/*.blade.php',...
Hi guys, I am struggling to implement mdx-bundler into remix 2.3. I read "Usage" in README.md but I don't know how to integrate it into remix (I am also new...
- I wanted to delete account but I did not find it here https://www.larabug.com/panel - or change github account to email account it is impossible too Background: At first I...
Hi Jakub, commit 3419027 broke my code. I use NotORM with language extension inspired by (http://php.vrana.cz/co-je-noveho-v-notorm.php). I have text fields translated in second table (e.g. article and article_translation(article_id, lang, title,....))....
Now is ECS_VERSION is const, but I need to set version 1.5.0, easiest way is via constructor like this. My version is backward compatible. Usage in Laravel: class EcsFormatter {...