Andrey Novikov

Results 149 comments of Andrey Novikov

It seems that it skips `npm install` **always** as all code is being copied by `sam build` and hence modification time is always is the same. To try it you...

What about moving all code starting from `x = X.find(...)` inside the transaction? ```ruby ActiveRecord::Base.transaction do x = X.find(...) y = Y.find(...) y.name = 'bar' x.foo! y.save! end ``` I...

We, together with @EmptyCrown, have built minimal example application that uses obs-studio-node to record screen capture: https://github.com/Envek/obs-studio-node-example I tried to keep the code as simple and straightforward as possible to...

It seems that call to `OBS_service_connectOutputSignals` is a lacking crucial initialization step.

Support this. Please release and publish a new version.

Support this strongly! We need to patch Ruby with patches from https://bugs.ruby-lang.org/issues/9830 . There are 2 patch files. Is it possible with this PR?

No, didn't have a chance to work on it. And most probably won't have in a few weeks

[WebMock](https://github.com/bblimke/webmock) looks like good fit as it can handle: - authentication - most connection-specific things (timeouts, etc) - it mocks on level of HTTP-adapters, so no need to stub any...

Faced it today in 9.0.6 version.

Such expressions are also broken: `Category.where(name: 'some name here')`