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 108 socket issues
Sort by recently updated
recently updated
newest added

### What OS are you using (`uname -a`, or Windows version)? ### What version Socket Runtime are you using? ### What programming language are you using (C/C++/Go/Rust)? ### What did...

### What OS are you using (`uname -a`, or Windows version)? `Darwin ip-10-35-28-143.eu-west-2.compute.internal 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:12:25 PDT 2024; root:xnu-10063.101.17~1/RELEASE_ARM64_T6030 arm64` ### What version Socket...

This is incorrect - https://github.com/socketsupply/socket/blob/v0.5.0/api/window.js#L330

- Ensures logging is consistent on macOS - Reduces CPU overhead by using UDP instead of polling

bug
enhancement
windows
android
build
javascript
api
linux
ios
macos
commonjs
typescript
refactor
runtime
experimental
dev
v0.6

Updated `sed` to be portable between OSX & Linux I tried running this file in CI today and it failed due to the host OS being Linux: ``` sed: can't...

- [x] macOS - [ ] Linux - [ ] Windows

### System details ``` > uname -a Darwin Zaymons-MacBook-Pro.local 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05 PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 x86_64 ``` ``` > ssc -v 0.5.4 (372e532a) (built...

### System details ``` > uname -a Darwin Zaymons-MacBook-Pro.local 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05 PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 x86_64 ``` ``` > ssc -v 0.5.4 (c35151a4) (built...