Rafał Lindemann

Results 27 comments of Rafał Lindemann

Exporting enforces higher quality, as the framerate is not that important then. Could you please post console logs for a situation where the image is broken? On Wed, Nov 19,...

Well, with some manual work, you can do image pairs and anaglyphs yourself - by tilting the image to it's extremes and screengrabbing. I think it's a bit niche functionality...

Any console logs?

Try to click "Blurred" twice...

Well, it works for me on FF, so unfortunately I can't debug it. But... there is a next version comming with quite a few changes, so maybe it will start...

You're right. They had to change something in 6.3. It is a matter of setting up proper values (again) in the theme file. I'll have a look at a spare...

It works exactly as per analytics documentation. You set the id in index.html and use the `ga` function just as you would use `window.ga` (all passed arguments are passed intact).

@jayphelps I guess the best use case is memoizing getters. As for the implementation, I think this should do it: ``` js function handleDescriptor(target, key, descriptor, [decorator, ...args]) { var...

@benjackwhite looking at the current API surface it should do the job 👍 I assume one will need to enable `send_instantly`, at least if user didn't opt-in (as in such...

> Hmmm so the intention indeed, wasn't to bypass the opt out functionality... I think we could consider adding an option for that though My thinking here is, that people...