Jose Quintana
Jose Quintana
Here an example: http://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-s3.html#uploading-from-a-stream
@tenq > 1\. have some example with form with image upload (blob without save, just use on memory) or image base64? Can you clarify your question a bit? because I...
What you want is calculate automatically the font size in a particular box area. That is not possible right now. The library only takes the text with a given font...
I share your feelings. This project is saving many lives! I'm pretty sure that many like you are using and enjoying this amazing project. Keep up the great job! :+1:
Looking into that, it's something related to the zoom in browser (Mac). Apparently, the 100% zoom in Chrome Canary v74 is not the same in Chrome v72 (Official Build). My...
I don't get why we need to create a super user and one db for the application at startup if we can provide it from configuration wise. In our case...
> So I end up using the following: > > `"start": "node -r ts-node/register/transpile-only -r tsconfig-paths/register dist/main.js"` > > Hope it doesn't have any negative impact. Right, but the particularity...
I have created a [persistent Typescript paths replacer](https://github.com/joseluisq/go-tspath/) for those wants to replace TS path aliases directly. No runtime replace.
Any updates? I have the same issue: ```json "parcel-bundler": "^1.10.3", "parcel-plugin-typescript": "^1.0.0" ```