Brad Reed

Results 7 issues of Brad Reed

## Problem As per the [FAQ](https://github.com/mozilla/node-convict/tree/master/packages/convict#how-can-i-define-a-configuration-property-as-required-without-providing-a-default-value), we can make things required by setting `default: null`, if `null` is not a valid value. With TypeScript I get the error `Type instantiation...

Closes https://github.com/coc-extensions/coc-svelte/issues/50 I also had some isue with `npm-run-all` - I just replaced with `&&` for simplicity and to remove the dependency.

Cannot install this, getting the below error: ``` Get info from https://registry.npmjs.org/ Downloading from https://registry.npmjs.org/coc-svelte/-/coc-svelte-0.4.2.tgz Download progress 3.1% Download progress 8.5% Download progress 13.8% Download progress 19.2% Download progress 24.6%...

As discussed at https://discourse.purescript.org/t/formless-v4-questions-dirty-state-and-reinitialize-forms/3137/3

Really weird one. I am not sure if this is a bug in this library or in Halogen itself... So if I have a portalled component, say a modal, and...

- [x] I have fzf 0.30.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...

# Problem This fails when using latest typescript (4.8.4) due to the below error `Type 'C' does not satisfy the constraint 'BaseContext'` # Solution - Upgrade typescript and apollo dependencies...