-
Występuje problem:
- [ ] z zasobem REST API / with a REST API resource
- [X] ze środowiskiem produkcyjnym / with the production environment
- [ ] ze środowiskiem testowym / with the test enviro…
-
Improve type safety of the package
- either use assertthat https://github.com/hadley/assertthat
- or rlang (details here https://josiahparry.com/posts/2024-06-30-type-safety/)
-
È un warning che sta ad indicare che è possibile che il tipo T, di cui si vuole creare un array (T...elemC), al momento dell'esecuzione potrebbe invece essere di un tipo non aspettato.
Tutto spiegato …
-
## Description
Instead of having a single `compact` implementation that uses `SignedFixedDecimal`, we propose introducing two separate types:
- `UnsignedCompactDecimal`
- `SignedCompactDecimal`
…
-
You can use `options.get("not an option")` and TS won't tell you there's a mistake, because actions currently _cannot_ know their options or args statically.
Blocked on parser generator. Can genera…
-
### Describe what you want
Here's the user story of writing a new `PgEnum`:
1. Write a simple `pgEnum`:
![image](https://github.com/drizzle-team/drizzle-orm/assets/1388505/a41e7c9f-180f-444a-ac…
-
Need to provide better type safety in:
- [x] Smithy specification
- [x] [Domain](https://github.com/lenguyenthanh/fide/blob/main/modules/domain/src/main/scala/Domain.scala)
- [ ] [Config](https:/…
-
**Is your feature request related to a problem? Please describe.**
I would like to add type safety to _meta.ts just like for theme.config.tsx so I see if I typed the correct configurations.
**Desc…
-
**Describe the bug**
The current implementation uses an unsafe type casting for the Deno KV client, which could lead to type-safety issues and potential runtime errors.
**To Reproduce**
1. Initia…
-
WARNING: Brain dump ahead!
Today, `build_int_add` looks approximately like `build_int_add(&self, left: &IntValue, right: &IntValue) -> IntValue`. This is great, because it'll stop you from trying t…