Erfan Safari
Erfan Safari
:/ Why did you close this issue. this is a missing feature
+1 tesseract ocr should be a built-in functionality
I'm also in favor of dropping for callback support for next fastify major versions. I found fastify internal code hard to read, because of this unnecessary complexity. there's always a...
@Bestulo Yeah, the type definition for collection methods are very basic and needs extra improvements. _id field should be optional on inserts params Thanks for using this package.
Just use this extension for chrome: https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa
`@huggingface/inference` also is lacking the `details` props.
@bartlomieju This problem is from `rustls`, This can be closed. (May add better error handler for this)
As I said before, This problem is not about Deno itself. ### Reproduce steps with reqwest + rustls: Cargo.toml: ```toml [dependencies] reqwest = { version = "0.11", default-features = false,...
@arthur-ver you can see x/mongo gridfs implementation from here https://github.com/denodrivers/deno_mongo/tree/main/src/gridfs big files can be chunked into multiple documents via gridfs, so we can store them in MongoDB. but i'm not...
@kdy1 I have time to work on it. Any hint about this issue and where should I start?