Mickael Lecoq
Mickael Lecoq
@pSnehanshu Watermelondb cannot be used in managed expo app, you should use a dev client and then you could use expo-build-properties plugin to configure kotlinVersion (see https://docs.expo.dev/versions/latest/sdk/build-properties/) - I didn't...
I have the same issue with webshot on my aws server. Any idea ?
@mrousavy I have tried to patch vision-camera with #1972 but I have another crash ``` FATAL EXCEPTION: mrousavy/VisionCamera.main Process: com.azzapp.azzapp_dev, PID: 7596 android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a...
or ``` FATAL EXCEPTION: mrousavy/VisionCamera.main Process: com.azzapp.azzapp_dev, PID: 4368 android.hardware.camera2.CameraAccessException: CAMERA_ERROR (3): endConfigure:605: Camera 0: Error configuring streams: Broken pipe (-32) at android.hardware.camera2.CameraManager.throwAsPublicException(CameraManager.java:1440) at android.hardware.camera2.impl.ICameraDeviceUserWrapper.endConfigure(ICameraDeviceUserWrapper.java:119) at android.hardware.camera2.impl.CameraDeviceImpl.configureStreamsChecked(CameraDeviceImpl.java:484) at android.hardware.camera2.impl.CameraDeviceImpl.createCaptureSessionInternal(CameraDeviceImpl.java:679) at...
Importing the requested file directly ``` import * as _drizzle from '../../../../node_modules/drizzle-orm/select.types.d-e43b2599'; ``` turns the error to silent
An alternative is to create your own `mysqlTable` | `pgTable` method with `mysql` ``` import { mysqlTable as mysqlTableDrizzle } from 'drizzle-orm/mysql-core'; export type Table< TableName extends string, TConfigMap extends...
it doesn't seem to be an issue related to `drizzle` so unfortunately no
It's just a way to use *workaround 2* as described here https://github.com/microsoft/TypeScript/issues/47663#issuecomment-1519138189
> I was able to have a fix using styling. I have a container and text input inside. Put the textAlign of the input to 'left' and container flex-direction to...
This issue is still present