Garth Williams

Results 27 issues of Garth Williams

Instead of guessing the error numbers (which are [not guaranteed](http://stackoverflow.com/questions/5525795/does-javascript-guarantee-object-property-order) to be constant between different js interpreters), this change allows a `{ i18nErrorKeys: true }` config option to be supplied...

According the docs, uname() returns a string, but it actually returns an object. ```ts import { uname } from 'socket:os' const info = uname() // info { machine: 'arm64', release:...

javascript
api

The subcluster peer list often contains peers that have not joined the subcluster. I guess that this might be because they are relaying, but if that is the case I...

If a peer has previously connected to a subcluster, the next time it starts it will re-join the subcluster after 30 seconds even though the application has not yet created...

Using https://github.com/garth/socket-editor start two peers ``` pnpm install -r cd peer pnpm start:ios ``` in a second terminal ``` cd peer pnpm dev ``` click "Edit" in both clients and...

There is no subcluster.destroy/close() method or other obvious way to disconnect from a subcluster. Even calling subcluster.removeListener() also doesn't seem to remove the listeners, so if I connect, disconnect and...

Calling `createWindow` causes the app to exit. ```ts import { createWindow } from 'socket:application' createWindow({ index: 1, path: `/view`, }) ``` Here is the webview config: ```ini [webview] root =...

bug

I have a view containing a rich text editor which renders on the macOS build, but on the iOS build the app crashes when navigating to this view. ### What...

Instead the menu should be overlaid on top of the dialog so that it can use the full screen area

Move all styles to default material and allow any of them to be overridden

enhancement