JimmyDaddy
JimmyDaddy
`getAvailableConnections()` means idle connections, `getWaitingConnections()` means waiting connections, in Sequelize is `waitingClientsCount`, in `pg` those three readonly variables' names are properly: ```js readonly totalCount: number; readonly idleCount: number; readonly waitingCount:...
https://github.com/arthenica/ffmpeg-kit/blob/main/react-native/README.md
use scale instead close by #114
@amerryma 👀 is there any progress?
@hnsxxscyx @echo094 @blogwy 老哥们,这项目还维护吗?
可以把报错截图发出来看看,有详细的 error stack 我们才能定位问题
It seems like you need an image editing tool that can be operated directly on the UI. Does [this library](https://github.com/prscX/react-native-photo-editor) fit your requirements?
Or use `declare` to define a column ```ts class Base extends Bone { @Column() declare id: bigint; } class Note extends Base { @Column() declare body: string; } ```
I think this option should be left to the users to decide, as querying 10000 rows of non-wide tables should not cause any significant performance issues. It could perhaps be...
Hello, currently no API can set both image and text watermarks at the same time. You can try setting them in separate steps. ```ts let res = await Marker.markText(textOptions); res...