-
## 🐛 Bug Report
When using react-i18next `` component, prop `values` provides no intellisense and throws no TS errors.
## To Reproduce
I followed these tutorials:
- https://www.i18next.com…
-
# Is your feature request related to a problem? Please describe.
NVDA is using many windows API functions that are c function and therefore require certain types as input / output parameters. Most of…
-
### Problem
TypeScript users would like to be able to rely on their types when querying the database for objects.
### Solution
A former member of the team has been experimenting with this already: ht…
-
Currently type-safe templates still allows unknown variable names, with no error neither at compile time (`compile`) nor at runtime (`apply`) defeating the whole purpose of type safety.
It's not cl…
tobia updated
4 years ago
-
`Image` might be one such type, so you could load images on a separate thread, and send them to the main thread.
-
Consider the following schema:
```typescript
const mySchema = schema(
{
foo: Types.string(),
bar: Types.string()
});
const MyModel = papr.model('mymodels', mySchema);
```
Now …
-
-
-
There are two significant problems with Aktors as it stands:
1) My assumption is that performance is considerably hurt by dynamic dispatch used rampantly
2) You can send a message to an actor t…
-
### Steps to reproduce
1. eg we have table "A" and CLR type "A"
2. Specify `MapComposite("A")`, `MapEnum()`
3. Compile and run application with `Load Composite Types = true`
4. Add new mandatory…