Alexander S.
Alexander S.
So I tried `dumpio: true` but did not find anything suspicious there. Some GPU-related complaints when the `graphicsMode` is set to `false`. When set to `true`, those complaints are gone...
After this change, the log output looks like this (I've removed `dumpio` as there is nothing useful in there) ``` 2024-04-02T12:03:51.576Z ab07639c-8d0b-4d0b-bfda-9567bad35d19 INFO Starting: https://canpromos.ca/size/3xl 2024-04-02T12:03:51.576Z ab07639c-8d0b-4d0b-bfda-9567bad35d19 INFO Launching browser...
> Interesting, but not what I expected. `browser.close()` calls https://chromedevtools.github.io/devtools-protocol/tot/Browser/#method-close which should just close the browser. I wonder if this is the browser issue that it waits for page to...
Yeah, I feel that interception is not something that would be suitable for this. Rather a property on page/browser level that would just abrupt those requests that exceed a given...
Hi, yes, the problem appears when pjax is mixed with the regular browser's requests. If the URL used for both is the same google chrome will cache the last one....
Hi, any luck with building this? 4.2.1 is already available.
Hi, how do we validate restored subscriptions? When we call `inAppPurchase.restorePurchases()` there's no `receipt` on iOS but only `transactionId`. If I call `inAppPurchase.getReceipt()` it doesn't contain the `transactionId` returned from...
@kristfal thanks for the help, that's what I did but found that this receipt doesn't include the transaction id I received during the restore. Not sure how to validate this,...
I'm on 19 and the problem is still there.
Same here, linux x86_64 and ruby 2.1.1/2.1.2 UPD: just tried system jemalloc package but get the same problem: ``` [heaven@arch: crm$] LD_PRELOAD=/usr/lib/libjemalloc.so rails server /home/heaven/.rvm/gems/ruby-2.1.2@global/gems/bundler-1.7.3/lib/bundler/runtime.rb:76:in `require': /home/heaven/.rvm/gems/ruby-2.1.2@carmen/extensions/x86_64-linux/2.1.0/jemalloc-1.0.0/jemalloc.so: undefined symbol: Init_jemalloc...