thaxy

Results 7 comments of thaxy

@paulkoegel , well I don't know how you managed it to make the styling of the gitbook pdf output looking decent but when you install ``npm install -g gitbook-summary`` and...

Same problem for ``Django`` raw SQL queries such as: ``` with connection.cursor() as cursor: cursor.execute( sql.SQL( ''' SELECT json_build_object( 'data', array_agg(r) ) FROM ( SELECT a, {} FROM b WHERE...

Any progress here? Would it be an option to lock the Send/Push message on the client and server side?

@davidgrupp thanks for the reply. But I guess @acdvorak already seen this issue and is too busy with other projects/work. I will let this Issue open, maybe he finds the...

You just confirmed what I wrote in my edited original post. But I'm fine with that if this makes it clearer.

This can be easily reproduced: 1) Create a new ionic v3 project with ``ionic start --type=ionic-angular --cordova`` 2) Change ``statusBar.styleDefault();`` to ``statusBar.hide();`` (can be found in ``app.component.ts``) 3) Add ````...