Henrik Wenz
Henrik Wenz
This PR prevents users from adding another `Form.encType` like `application/x-www-form-urlencoded`. This prevents breaking changes in the future. Related: #36
Actually we don't need to provide an E-Mail. And there might be use cases, where we don't want to provide one (e.g. Share with your friends Button). - [Example Link](mailto:)...
Hey @huzidaha thanks for this package. Could you explain what the difference to [next-redux-wrapper](https://github.com/kirill-konshin/next-redux-wrapper) is?
### What version of `drizzle-orm` are you using? 0.21.1 ### Describe the Bug When using the following schema definition: ```ts import { mysqlTable, serial, bigint } from "drizzle-orm/mysql-core"; export const...
Currently there is no declarative way to conditionally fetch data. ## Future This is how an implementation could look like following the swr convention. ```js import { useTestQuery } from...
#### Explain the problem Sometimes a developer wants to access webpacks internal command line options in his config. #### Expected Behaviour The config function should pass two params into the...
> Global HTTP Batch Endpoints (www.googleapis.com/batch) will cease to work on March 25, 2019 as announced in the Google Developers blogpost. Follow the instructions in the blogpost to use homogeneous...
This Change fixes broken stubs when using the latest Vue version. See the following links for more context: - https://github.com/vuejs/test-utils/pull/2413 - https://github.com/vuejs/test-utils/issues/2411 ## Info for yarn@1 users If you can't...
**Is your feature request related to a problem? Please describe.** When creating dependent forms it would be nice to express the form dependencies via Zod. **Describe the solution you'd like**...