Carsten Brandt

Results 375 comments of Carsten Brandt

have you added `` tags that were not present before?

I can add it but I do not have time for it right now. If you want to have it earlier I am happy to accept a pull request.

may be theme related, can you reproduce it with other themes? I have been using this many times and have seen the bullets in pdfpc and acrobat reader without problems...

@hkdobrev if the test machine has enough cores to have one free for each parser and also other for other processes running on the system **and** the scheduler of the...

A callback is the most flexible way of modifying a query, what would be the advantage of passing an array? Also, is the class you have created the relation in...

so you basically want a relation against a virtual table you create via join? Could you explain a bit more, how these relations are expected to work? Please add the...

> it would be great if you could just add multiple viaTable calls: if you need relation via multiple tables you have to use `via()` instead of `viaTable()`. `viaTable()` is...

this is not possible in Yii active record. it represents only relations to one table, which is the equivalent of a foreign key in the database. What you could do...

@GlyphDataServices there is a bug in Yii 2 that prevents this right now. Needs to be fixed.