Tom McLean
Tom McLean
Hey there, I've build a promise based nodejs client for your service and would be glad if you added it to your API-Clients-List
Hello, for some reason the image stopped working for me and it's throwing ERR_EMPTY_RESPONSE. This is my docker-compose.yml ````yml version: "3" services: node: image: "node:alpine" user: "node" working_dir: /home/node/app environment:...
I can successfully run the task on node 6.11.0 but not on 8.10.0. ``` Running "emailBuilder:inline" (emailBuilder) task Fatal error: Unknown encoding: $ node -v v8.10.0 ``` Any idea how...
### Clear and concise description of the problem In a `npx create-next-app@latest` boilerplate add this component ```js 'use server' import { register } from 'swiper/element'; register(); export const Slider =...
````js const image = await RNDocScanner.getDocumentCrop(true); ```` will rotate the returned image by -90° on e.G. Samsung S6/Android 7.0, Sony XPERIA/Android 7.0, Pocophone/Android 8.1.0 but not on Huawei P10 Lite/Android...