Ron Buckton

Results 116 issues of Ron Buckton

The core functionality of Signals depend on the general principle of the Observer Pattern/Events. Adopting Signals before a standard event mechanism feels like putting the cart before the horse. IMO,...

The current proposal exposes a single `addInitializer` function on the context passed to a decorator. The callback provided is then invoked either as a _staticExtraInitializer_ or an _instanceExtraInitializer_ depending on...

Member decorators (method, accessor, field, etc.) in the current proposal do not have access to the class constructor or prototype, and thus have no access to the name of the...

This is a question often brought up in other issues (most recently in https://github.com/tc39/proposal-decorators/issues/69#issuecomment-409734868) that might need to be better explored. The way I see it, there are a number...

follow-on proposal

This adds a rough description of ADT enum support.

Probably should add code signing at some point. There do not currently seem to be any free or cheap alternatives to acquiring a code signing certificate for an OSS project,...

enhancement
area: setup
requires funding

Add an "About" screen to provide additional information about the application such as: - Current Version - Current Versions of notable dependencies - Copyright/License information for app and dependencies -...

enhancement
area: settings

Add support to import/export user settings. The app currently uses `electron-store` for user settings, so the settings themselves are accessible (stored in %appdata%\obs-remote for any given user), but if we...

enhancement
area: settings

Add support for update checking.

enhancement
area: setup

Need to design and add a custom icon to the executable.

enhancement
area: setup