Nathan

Results 13 issues of Nathan

**_Feature request_** Make implementing `preSnapshot` and `postSnapshot` implementable by middleware. **Is your feature request related to a problem? Please describe.** 1. I have some models that describe user files. In...

help/PR welcome
level: intermediate

### Is there an existing issue for this? - [X] I have searched the existing issues ### This is a CLI Docs Enhancement, not another kind of Docs Enhancement. -...

Needs Triage
Documentation

### Version Number latest website ### Codesandbox/Expo snack none ### Steps to reproduce 1. Go to [the useController documentation.](https://react-hook-form.com/api/usecontroller) 2. Observe that line 7 is defining `name` as a const,...

question

Shouldn't a percent always be a string with a '%' at the end?

I expected the `Why` section to explain the advantages of `docs-ts` over alternatives like `typedoc`. Why would one choose `docs-ts` over `typedoc`? Thanks

I was surprised to find that this feature had not been requested on github, despite Googling revealing that it had already been suggested numerous times in the feedback forum. -...

### What is the problem this feature would solve? As far as I can tell there is no straightforward way to annotations to Class schemas. ### What is the feature...

enhancement
schema

Hi, I'm working on an extension and would like to use/contribute to the cycle-extensions package, but it seems like it would make more sense if it had a repo to...

I need the functionality of cyclejs-sortable, along with other generic Drag and Drop functionality, so I started refactoring this to make cyclejs-sortable implemented via more generic Drag and Drop interfaces....

### What version of Effect is running? 3.2.1 ### What steps can reproduce the bug? ```typescript import * as Schema from '@effect/schema/Schema' const MyRecord = Schema.Record(Schema.String, Schema.Number) const MyMap =...

breaking
schema