Ivan Babak

Results 16 issues of Ivan Babak

The debug output should only run in some debug mode (you could use the [`debug` package](https://npm.im/debug) for that). https://github.com/wizgrav/aframe-effects/blob/776d69fb4c3757b7bb544146cea164bd008b514e/systems/effects.js#L260-L270 https://github.com/wizgrav/aframe-effects/blob/c4f9cdb48cc95d2af2bc3ff4bf63edff472d3697/dist/aframe-effects.js#L496-L516

Currently it just compares the name, but arbitrary codebase may have functions named `put`, `spawn`, etc. and this will give false positives.

enhancement

I've stumbled upon an issue that has not been discussed yet, and wanted to share my thoughts and get some feedback. The data flow I'm observing in my app is...

feedback wanted
discussion

Currently, if the navigation occurs right after the `notify` call, the HTTP request gets cancelled. This new `Navigator.sendBeacon()` browser API is here to solve this: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon Unfortunately, it's not cross-browser,...

feature request

Maybe it's easy for some people, but for me personally it's so hard to read that I always switch to Code font in my diagrams (thank you for this option!)....

Why is this transition needed? I've managed to disable it via arrowStyle override, and nothing's broken, the glitch fixed.

bug

``` g++ -std=c++11 -Wall -W -g -x objective-c++ -fobjc-arc -o .noshit/test test.cc -pthread -framework Foundation In file included from test.cc:29: ./file.h:105:24: warning: 'tmpnam' is deprecated: This function is provided for...

I'm trying to use `deep-diff` in the Chrome DevTools debugger to compare two objects while sitting paused on a breakpoint, for that I'm trying to use `import()` to load `deep-diff`...

I like the first part of your book (and that of each chapter) where you describe and analyze different approaches to the architecture. I agree with most of it and...

The `select`, `input`, `embed`/`object` (Flash), `video`, `audio`, `canvas` etc. elements represent components with their own internal state which is often can not be just re-rendered from a model data. For...