Nick

Results 5 issues of Nick

Types defined with `@typedef` are not displayed in console output under `deno doc` with the following deno version: ```sh $ deno --version deno 1.13.2 (release, x86_64-apple-darwin) v8 9.3.345.11 typescript 4.3.5...

enhancement

Is there an API or existing exhaustive documentation off the formatter options? Looking at the [hexdocs for `ESpec.Formatters.Doc` module][hex], `format_example`, `format_result` and `init` all appear to support options (through `opts`)...

While this package is called `fp-ts-local-storage`, it seems perhaps low-hanging fruit to support `sessionStorage` as well since it [shares the same API](https://developer.mozilla.org/en-US/docs/Web/API/Storage). Should you decide to support `sessionStorage`, an adaption...

This gem does not seem to work as documented in the README.md. Any audited record fails to save with ``` ActiveModel::UnknownAttributeError unknown attribute 'action' for RecordAudit ``` Steps to reproduce:...

This `react-mathquill` package only uses the following exports from the peer React package: - `useEffect` - `useLayoutEffect` - `useRef` - `useState` (only used in `examples/`, not implementation) These exports are...