Chris Hiszpanski

Results 23 comments of Chris Hiszpanski

I agree, this would be a nice feature. Occasionally telephone numbers are written as words e.g. 1-800-TELEPHO. A keypad that displays the letters corresponding to each digit would be helpful.

Agree. I found it unintuitive that using the code below, only the last plot is visible: ``` p, _ := plot.New() for i := 0; i < 5; i++ {...

I see the same. I think the immediate issue is that the UDP protocol is blocked by the firewall, but I think there's an underlying bug as well. Essentially, the...

Thank you. It's showing up on PR CI builds (e.g. PR #1411)

@disa6302 Sorry, didn't see this earlier. I rebased on the Feb 25 commit `b4f4516`. Unfortunately, still encounter same issue.

@disa6302 When you say "as long as these candidates are UDP and are of IPv4 format", I take it you mean the address the mDNS hostname resolves to, correct? I'm...

> The remote is supposed to send us the candidates as part of SDP. Do we know if the SDP contains the IP addresses? The candidates are trickled. The host...

Thank you! I believe the fix is relatively straightforward -- if the candidate is of type host, use `getaddrinfo()` to resolve it to an IP address (which is a no-op...

Note: Chrome _does_ support ICE-TCP option via host candidates if it receives a `tcptype passive` TCP host candidate.

Glad to hear there's interest. 32/64 bit? hard-float or no? arm version? There isn't anything Alpine specific pertaining to this request is there?