suprafly
suprafly
I am calling `Cloudex.delete(public_id)` and my asset is not deleted. Subsequent calls also return the same success tuple, which seems strange as well. I looked into the code and it...
From a brief reading of the codebase, it seems like Phoenix is not actually a library dependency but used in order to spin up a test Endpoint. Would it be...
I'd love to use this library in a project, but there is no license, so I am unsure about what is permissive and what is not. Can you please update...
Not so much an issue, but I wanted to see if there is a desire for a `Finch` adapter? I have a simple one working, and would be happy to...
I would love if you could add the same license to this repo as it listed on the npm package page: https://www.npmjs.com/package/svelte-dropzone Thank you!
Access is a Behaviour, so this library needs to be updated to support it. Try, ``` @behaviour Access def get(tree, key) do RedBlackTree.get(tree, key) end def get_and_update(tree, key, fun) do...