Bryan Fox

Results 4 issues of Bryan Fox

**Is your feature request related to a problem? Please describe.** It's easy to write an incorrect lifecycle condition resulting in unwanted results, particularly for a delete action. For example, the...

type: feature request
api: storage
priority: p3
next major: breaking change

There are some cases where we may want to ensure that dependencies (other than protocol.json) are loaded before a protocol is considered "loaded" and ready for display. - Custom worker...

enhancement
discussion item
NC

### Describe the bug SWC does not appear to support defining a decorator with a private method ### Input code ```typescript See playground link ``` ### Config ```json { "jsc":...

C-bug

### Describe the problem The debounce options are documented with a default value of `trailing: false`: https://usehooks-ts.com/react-hook/use-debounce-value#UseDebounceValueOptions https://usehooks-ts.com/react-hook/use-debounce-callback#DebounceOptions However, the hooks appear to defer to lodash defaults (with `trailing:true`): https://docs-lodash.com/v4/debounce/...

documentation