Vitaly Puzrin

Results 52 issues of Vitaly Puzrin

It would be nice to define paths as `lib/**.js`

https://github.com/nodeca/ndoc/issues/59#issuecomment-19039762 `new Foobar(param) -> Type` causes fatal error. I don't know, if such notation is useful, but it costs nothing to implement.

- highlighted menu position should not go out of screen, on content scroll - expand menu on breadcrumb click - it would be nice to make smooth scroll

BroadcastChannel should be good LS alternative for "same origin" (now supported in FF/CHrome only).

This is technically interesting thing, but probably not so useful on practice **pros** - Zero downtime of shared realtime server connection when user closes mastered tab. **cons** - More complex...

idea

Mobile devices can have different behaviour: - in background tabs - when display is turned off This ticket is to track state of things ### Timers at mobile devices |...

note

**That's not a bug report, because IE works as expected - it sucks. This ticket is for the records.** 1. IE11 does not broadcast events from iframe localStorage. - https://connect.microsoft.com/IE/feedback/details/811546/ie11-localstorage-events-fire-twice-or-not-at-all-in-iframes...

note

Instead of rely to unsafe event system, we could use oplog with polling. Benefits: - known logic, 100% safe (eventual consistency) - easy to replay failed operations (when master changes...

idea

- `localStorage` does NOT guarantee events delivery to another tabs in soome cases like IOS Chrome. http://stackoverflow.com/questions/11283777/localstorage-event-does-not-work-in-uiwebview - we have to use timeouts ~30ms (polling) to be sure that different...

- how to share socket.io, sockjs (?), primus - single domain & cross domain - `local.*` and `remote.*` namespace organisation