-
Will you make scratchattach type safe?
-
# Problem
Building a formatted string is kinda verbose. You'll probably end up by creating small formatter components per each use case. On the other hand in e.g. JavaScript string interpolation is…
-
### Describe the Bug
When performing an aggregate, the response is not entirely type safe.
```ts
const response = await this.directus.getClient().request(
aggregate('components_review', {
…
-
### Describe the bug
--style-props are a convenient way to pass CSS variables to a component, and type-safety would make it even better (auto-completion + useful format checking for things like sizes…
-
Consider this syntactically correct code:
```typescript
@injectable()
class Sample {
@inject(InjectionTypes.Dependency) // where IT.D is actually a class
dependency: number;
}
```
…
-
### Is your feature request related to a problem? Please describe.
next-intl provides opt-in [strict typing for messages](https://next-intl-docs.vercel.app/docs/workflows/typescript). With some add…
-
sometimes you want to run a command-line program and you send it args
oftentimes, you get those args wrong and the program does the wrong thing, or crashes
it'd be great if there was a way to ve…
silky updated
1 month ago
-
# Summary
Make DFT set_value/get_value interface type-safe
# Problem statement
In the Intel(R) oneAPI Math Kernel Library 2025.0, the variadic set_value/get_value interface has been deprecated.
…
-
Hi,
spring-data-mongodb supports in Kotlin [typed queries](https://github.com/pmatysek/spring-data-mongodb/blob/main/src/main/antora/modules/ROOT/pages/kotlin/extensions.adoc#type-safe-queries-for-ko…
-
### Description
The current Kotlin DSL requires casts, so it is not type-safe. We can't get the most out of Kotlin.
> ```kotlin
> commandTree("sendmessageto") {
> playerArgument("player") …