Sassan Haradji
Sassan Haradji
@wilsonchen719 Latest nightly version of Neovim has builtin support for comment objects, the mapping for this text object is `gc`, so you can do `dgc` for example to delete the...
Thanks for quick reply. Service wasn't getting started for me (checking logcat, Settings > Manage Apps, and the file I created in the `onCreate`) and as far as I understand...
Related: https://github.com/python-poetry/poetry/issues/2425
I'm glad you found it useful :-) I think this is happening because of this change in the Firebase Storage behavior: https://stackoverflow.com/questions/63468686/download-url-not-present-in-firebase-console#:~:text=Download%20URLs%20are%20not%2Fno,up%20in%20the%20Firebase%20console. I will add an option to let the...
You also need this part: > it will return a JSON which contains a `publicUrl` key, the value of this field is a url and you should be able to...
> I then added the returnPdfInResponse and set it to false in the request: > Based on this, it seems like you are sending this http request to the server...
No worries, it depends on which library you are using to call endpoints. Are you using `fetch` or a library? It would be helpful if you share the piece of...
I see, so you are not using the http version, you are using the firestore version, this workaround works only for the http version. Please wait a few days until...
@JacksonRossiDev What are the extension parameters and the parameters set in http request/firebase document?
@JacksonRossiDev It is happening because `adjustHeightToFit` is set. It is mentioned in the [docs](https://github.com/pdfplum/pdfplum/blob/main/http-pdf-generator/PARAMETERS.md#adjust_height_to_fit-required).