Samuel Attard

Results 49 issues of Samuel Attard

\ test123

Running the following in my app ``` js const service = bonjour.publish({ type: 'GPMDP', name: os.hostname(), port: 5672, txt: { API_VERSION, }, }); service.start(); ``` The `up` event is fired...

We have merged these helpers into the main electron code base: https://github.com/electron/electron/pull/13379

Adds a new infra page with information about the services and bots we run, website seemed to make the most sense for centralizing this information. Still a WIP I want...

We should run a dry-run job on every `.permissions` PR and put the logs / changes in the check job. If the dry-run fails we should make the check a...

Currently, GitHub exposes an event for someone deleting the webhook (meta.deleted). But users can also de-activate the webhook an no events are fired. If we get a token with the...

enhancement

Electron from version 8 and higher is built and linked to libc++ instead of the normal standard library. We should make native modules link to libc++ as well (might have...

enhancement

Trying to add some tests for some core fuses behavior Notes: no-notes

new-pr 🌱