Tomek Wytrębowicz

Results 59 issues of Tomek Wytrębowicz

From what I can find in the code, and what I suspect I stumbled upon debugging of other issue: currently receiving the response for `HTTP Patch .../reconnect` does not notify...

Related to - https://github.com/Palindrom/Palindrom/issues/249 - https://github.com/Palindrom/Palindrom/pull/252#discussion_r300729844 I guess it's because timeout start when a ping is send and is reset when the new one is send (not received). Therefore, even...

If local Palindrom sends messages (pings or regular ones) in intervals shorter than 1000ms, it will never try to reconnect, even if server is not responding for minutes. As each...

Private. I see no point in exposing it in API. It limits our freedom in changing internal flow. Discovered at https://github.com/Palindrom/Palindrom/pull/227#discussion_r286610525

As discovered at https://github.com/Palindrom/Palindrom/pull/227/files#r279342502 our tests does not check which type of error occurred. It would be beneficiary to test which case results in Fatal (stopped heartbeat and reconnector) which...

So that if no configuration specified, PuppetJS will try to automatically configure all features (WebSockets, Versioning, OT) that server supports.

enhancement

Currently PuppetJS listens to native `popstate` and custom `puppet-redirect-pushstate` events. `puppet-redirect-pushstate` was introduced as there is no native `pushstate` event, to handle case when someone ([``](https://github.com/PuppetJs/puppet-redirect)) wouldl ike to push...

question

### Description I was trying to use glitch to showcase a bug in `paper-dropdown-menu` but I'm not able to as `paper-listbox` installs corrupted in glitch. After running `bower install paper-listbox`...

### Description iron-component-page has "master" branch name hard-coded therefore it's impossible to use it with any other branch. ### Expected outcome `iron-component-page` should be able to render component page regardless...

As proposed by @mbana at https://github.com/Juicy/juicy-jsoneditor/issues/9#issuecomment-236281376 it would be nice to fire an event once inner JSONEditor is created and ready to be used.

enhancement