Vlad Lasky

Results 63 comments of Vlad Lasky

@laverdet if the V8 maintainers were to revert commit [dacc2fee0f](https://github.com/v8/v8/commit/dacc2fee0f815823782a7e432c79c2a7767a4765), would this be sufficient to allow node-fibers to keep working?

Beware - MariaDB's binary log is not fully compatible with MySQL's, so the binary log following code implemented by the zongji package is getting confused. If you want Galera, I...

@numtel Any idea when the updated version that inherits from pg-live-select will be released? I am hoping that your algorithm that hashes row values will significantly reduce resource usage in...

I had to stop using the Meteor fetch package and switch to using node-fetch 3.2.5 in order to be able to use the **insecureHTTPParser** option and fix compatibility with servers...

I have merged the fixes made by @StorytellerCZ. Can this PR be reopened or should I create a new one?

Hiya @StorytellerCZ, what needs to be addressed to allow this to be merged?

@StorytellerCZ unfortunately Travis CI failed again :-(

With the MySQL package, you provide your own customer trigger functions for each reactive query. These are evaluated for every event in the binlog. If the trigger function returns true...

I updated my previous comment to mention the throttling effect of the minimum result fetch interval setting **minInterval** on triggering a reactive MySQL query. In my unreleased experimental version of...

I confirm that my proposed fix solved the problem. Our use case was: 1. Create a table that includes a JSON field that allows NULL, e.g. a table with an...