Thomas Mullen

Results 62 issues of Thomas Mullen

The following: ```html ``` should look like this: but instead looks like this:

This works fine: ```html Hello world ``` This causes the h1 element to not render: ```html Hello world ``` I wasn't able to determine if the positioning is just really...

There is no way for the user to give a negative response on El Capitan. exitCode will always be 0 ![image](https://user-images.githubusercontent.com/14932492/35763037-f9c7791c-0870-11e8-994f-6bafa7823ec3.png)

The default AppleScript icon is shown instead of anything informative. Is there any way to show something relevant to my application? ```javascript var dialog = require('dialog') dialog.info('Hello there') ``` ![image](https://user-images.githubusercontent.com/14932492/35763037-f9c7791c-0870-11e8-994f-6bafa7823ec3.png)

Reimplementation of #334. Implements #19 It allows you to use the same `Peer` duplex stream as before by having the peers inherit the `DataChannel` object. But it also allows you...

When network conditions change or the current route is congested, it's possible to restart ICE and gather/select a new candidate pair. Apparently this happens very frequently with cellular networks or...

feature request

Brave can appear to get stuck in iceConnectionState "new"/"checking". Media and datachannels continue to work as expected and the iceConnectionState in brave://webrtc-internals changes to "connected". https://bugs.chromium.org/p/chromium/issues/detail?id=966798

bug
dependency/browser

These events were disabled due to a lack of a reliable way to detect media removals and correlate them with streams provided by the `stream` and `track` events. They should...

feature request

A common issue is `pc.send` throwing the cryptic `TypeError: The expression cannot be converted to return the specified type` (or other equally unhelpful errors) when a message exceeds the browser...

feature request

This error occurs very frequently on the demo at https://nilejs.com/demo.html (Chrome 59.0) It will stop playback for that video element permanently (or until playback is resumed by "Show Controls >...