-
We don't need to add this to our package, but we can tell our users how to ensure they have typesafety and autocomplete for our data attributes.
```ts
declare global {
namespace React.JSX {
…
-
![image](https://github.com/ArthurFranckPat/adonis-prisma/assets/68946695/fda5d959-c484-4ceb-982d-8edb2385d8be)
can you add a type for the prism client inside the prisma context?
i've tried using …
-
Hey, thanks for the hard work you have been putting into this new component,
I was wondering if you ever thought about adding type safety to atomWithLocation and/or serialization
We currently use Jo…
-
Importing scss modules using module path aliases does not give typesafety if type declarations are put in a seperate output folder.
```
// Works
import styles from "../styles/Home.module.scss";
…
-
While working with `codeception/verify`, I've realized that `equals` does not assert the types of the variables but `same` does. I've already opened a [PR](https://github.com/Codeception/Verify/pull/6…
DBX12 updated
3 months ago
-
### Is your feature request related to a problem? Please describe.
This is not really a problem but I would like to see this implemented because it would give us autocomplete capabilities, reduce r…
-
**It's not an issue anymore, it's a story.** Over several versions of Relivator and many months, I put a lot of effort into combining Postgres and MySQL as well as the providers of these services (Neo…
-
could return typed Enumeration
-
## # Problem
When submitting this mutation, an `Unhandled Runtime Error` is thrown. `next-fetch` should let us know there’s not an input with `name="content"`
```ts
// pages/api/todos.swr.ts
exp…
-
Linked issues: #6 and #3
Implement a way for Generics to work when deserializing.
Generic types may be pulled at runtime from the given class.