Velten Heyn
Velten Heyn
Hi HareIM. Thanks for responding so quickly. Let us unwrap the code: The typing for LngLatBounds.extend is `extend(obj: LngLatLike | LngLatBoundsLike)` And LngLatLike is ``` export declare type LngLatLike =...
Hi sry, I lost it out of sight. Will work on that upcoming week.
Which steps did you take to get the other pc shown?
I could reproduce when my Android is connected with mobile data. Most mobile operators have their connected phones behind a NAT which could be the reason that a direct connection...
I was curious (I'm no maintainer by the way) and read a bit more about and it could be that the mobile provider does not support websocket connections but then...
Maybe we can add an open turn server? https://gist.github.com/sagivo/3a4b2f2c7ac6e1b5267c2f1f59ac6c6b
I would guess that the owner is probably aware that his relay is used by others but yes that's an argument. The server can not do something fishy as the...
I changed my get-value.js file to: ``` function getEventValue(event) { ... if (target.type === 'checkbox') { return target.checked; } ... } ... function getCheckboxValue(value, props) { var controlProps = props.controlProps;...
Could it be tha in control-component-factory.js -> createEventHandler on handleUpdate ``` if (this.props.isToggle) { return compose( dispatchBatchActions, persistEventWithCallback(controlEventHandler || identity) )(event); } ``` is doing something unexpected?
When I log `[model].concat(args)` in trackable (in track.js) I get following on one click of the checkbox 