socket icon indicating copy to clipboard operation
socket copied to clipboard

A cross-platform runtime for Web developers to build desktop & mobile apps for any OS using any frontend library.

Results 122 socket issues
Sort by recently updated
recently updated
newest added

This is for discussion on how we can improve the compilation of `ssc`. We can try to tune it somehow with caching, improving CPU utilization, [unity builds](https://cmake.org/cmake/help/latest/prop_tgt/UNITY_BUILD.html) and so on.

enhancement
build
discussion

The `socket://` protocol in the web view (unfortunately) doesn't support arbitrary headers and http codes, so we can't redirect at the http level, so instead we return an html page...

bug

There's good VS Code support for `clang-format` (I use the [Clangd extension](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd)) that allows format-on-save behavior, which is very convenient in my experience. It allows me to focus on getting...

enhancement

- test raw IO - test Nodejs backend

tests

We want to enable the tray mode ![image](https://github.com/socketsupply/socket/assets/1507086/611a98c1-3938-4e72-b9cd-e82f14052586)

enhancement

Something like this maybe: ```ini [mac] terminateAfterLastWindowClosed = true ```

enhancement
macos

Implement runtime API for ShareExtension (iOS/macOS) and Direct Share Target (Android)

android
api
ios
macos

There's a bug in the docs generator. If the header module comment and comment next to it are not divided by some code, generator (or Acorn?) thinks that they are...

bug
documentation

It will be a nice experience to support `URL` (and `path.Path`) instances to various `fs.*` APIs ```js import URL from 'socket:url' import fs from 'socket:fs/promises' const dirname = new URL('./directory',...

enhancement
good first issue
api

Im collecting data about Socket CLI build performance and how it compares to other platforms. Please feel free to add your data here. In all cases tests include complete packaging...

documentation
help wanted
discussion