Lukas
Lukas
How about wrapping nullable field types with a simple class? Take apollo-android for an example: https://github.com/apollographql/apollo-android/blob/5d1a72c0d303b172051d31bb992804d52d865e7b/apollo-api/src/commonMain/kotlin/com/apollographql/apollo/api/Input.kt#L44 If a field is nullable, it's generated type will would be `Input`, and by...
This problem has been fixed in typescript version 4.5.3 and above. This issue can be closed. https://github.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.3%22+
This package works fine with Angular 13.1.3. When you encounter `...which does not have a ɵmod property` errors, try to delete `.angular` cache folder and build again.
Might as well try these: - Delete `.angular` and try to run `npm ci` - Delete `node_modules` and `.angular` folders and then `npm i` - Delete `node_modules` and `.angular` folder...
Created PR #15
This would be quite useful feature in Android. As far as I know, at the moment, there are no tools to crop, rotate yuv420p or NV21 in Android. I think...
Needed feature. At this moment you have to resort to raw query or use query builder if your query is a bit more dynamic. I like both TypeORM and MikroORM...
Duplicate of #23230
Import from `svelte-gantt/svelte` if for svelte framework, not angular. Try importing from `'svelte-gantt'`