Nick
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...
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...
The type signature for the default formatter, nor in the `#message` convenience are incorrect when providing different typed formatters or using the default formatters. In addition, Hermes doesn't currently support...
While the `Proxy` class does exist, it's not supported and React Native and I'm not convinced it's an appropriate abstraction for the purpose it serves. The proposal here is to...
The goal of this feature is to provide an interface for rendering FHIR Questionnaires that traverses a given questionnaire's tree of items and allows the developer to render each item...
We currently have a [`build` automation](https://github.com/bonfhir/bonfhir/blob/027cbead38607c7177634df41ee2247f7c7ed10a/.github/workflows/main.yml#L16) for pull requests and pushes the main. The build job used for PR testing and for deploying new versions happens to be the same....
## Acceptance criteria - [ ] Expose the existing [Mantine renderer for questionnaire items](https://github.com/bonfhir/bonfhir/blob/945df65fb1e9d32fef1974d84f6b062d6b2ebaee/packages/mantine/src/r5/inputs/fhir-questionnaire.tsx#L209) - [ ] Expose the prop interface for said component - [ ] Add the existing...