Bret Comnes
Bret Comnes
https://twitter.com/stevethebauman/status/1537879545272971266?s=12&t=nHIXd7X89TwSOaHl4ezTtg https://github.com/github-community/community/discussions/16925
Make a page type that combines a page layout and client into a single file. It should support static hydration and enable you to have a single file that provides...
Add support for service worker files to be built with esbuild. They should mostly remain orthogonal and its still up to the site implementor to reference and load them property....
Web workers are a cool feature (that we use in siteup to provide an ESM consumer API) that we should also support in siteup pages. They should support modules and...
## Describe the bug **Node.js version:** v21.7.1 **OS version:** macOS 14.4 **Description:** Started getting a node DeprecationWarning originating from line: https://github.com/forwardemail/email-templates/blob/e8b8cfced71077a9401f6fd03c6ae8369766978a/index.js#L249 ## Actual behavior Test/usage output includes the following deprecation...
Home folder dot files are out of control. Would you be open to supporting alternate config locations? There are two schools of thought on the matter: - `$XDG_CONFIG_HOME` aka ~/.config...
Socket is crashing with an exit 1 code in GitHub actions, with no apparent error output. ```console ssc build -r -o --test=./test/index.js • preparing build for mac +19ms • ran...
When you have a console.log right before a process.exit, the console.log output is often not printed before the process exits. We should wait for console.log and other similar things to...
I noticed that there are bunch of missing tests on the FS api: https://github.com/socketsupply/socket/blob/169df252e64b10e132510542875394d7901123df/test/src/fs/index.js#L220-L232 We should get those tests implemented and also reveal what parts of the FS api still...
It's important to let p2p apps run in a background mode. A simple way to achieve this would be to allow apps to opt into a background/hide last closed window...