socket
socket copied to clipboard
A cross-platform runtime for Web developers to build desktop & mobile apps for any OS using any frontend library.
```ini [settings.meta] bundle_identifier_prefix = co.socketsupply ``` to generate bundle id as `meta.bundle_identifier_prefix + "." + projectName` with `ssc init`. This makes it one step less to initiate a new project...
I copied this from the old repo. We have tarball / zip artefacts on GitHub now, so we can reconsider this again # Homebrew requirements We have to choose between...
A task to audit the code for usage of any private APIs
Transparent background can enable system-like looking UI (see screenshot in #647). In this issue we also should come to consensus if transparent should be a default or it should be...
It would be great If we can show a splash screen/spinner while the app is loading from a URL.
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...