Peter Širka

Results 61 comments of Peter Širka

New version v0.2.0 supports events: ``` js Firebird.attach(options, function(err, db) { if (err) throw err; db.on('row', function(row, index, isObject) { // index === Number // isObject === is row object...

Hi @ericlovescode, sorry I forgot for your issue. Please try to test now. Thanks.

Hi @vovkkk, many thanks for quick anwser. > User may open several files each may have timers, files could be modified outside of ST It will be problem of the...

I created for it a simple solution: https://www.todomator.com

Yes --> it's the independent software (web application). It's my alternative to PlainTaks but with similar features. Thanks.

Hi @GrimblyGorn, sorry for delay. Can you send me your domain name? I need to test it locally what SuperAdmin will send.

@GrimblyGorn thank you a lot for the significant info. This problem is bigger than I thought, and I'm thinking about how I can help you. As you wrote, the problem...

Hi, I updated a bit behaviour for Tangular and I forgot to update documentation. ```js require('tangular'); // Library registers "Tangular" and "Thelpers" as a global variable // Now Tangular.render(), Tangular.compile()...

Hmmm, value can't be null. Can you check server-side logs in terminal? Or can you send me the response from the server?

Hi @traskat, sorry for delay. Plugins are not supported in this version, but you can extend code by your needs. I wan to update the HelpDesk in the new year.