Thomas Gak-Deluen
Thomas Gak-Deluen
# Feature request for Cloudinary Python SDK ## Explain your use case At the moment, specifying allowed_formats only raises a general Error when the file is of the wrong file...

Hi all, thank you for this great library. I'm uncertain on how to implement the `use_container_width` param from streamlit when using altair charts? At the moment the charts don't expand...
## Bug Report **Current Behavior** Running `serverless-offline` with `serverless-esbuild` using `NODE_OPTIONS="--trace-warnings" serverless offline start` leads to the following behavior during development: Whenever a file is updated my machine freezes and...
Hi, would it be possible to make the app available in Europe by any chance? Thanks
### Description When setting the serverless global function handler timeout as follows: ``` provider: name: aws timeout: 450 ``` The resulting queue visibility timeout remains the default 36 seconds which...
Declaration files are generated automatically and override the root declaration file `index.d.ts` which breaks TypeScript support as discussed in #178. Generated declaration file:  Result when importing the library in...
Declaration files are generated automatically and override the root declaration file `index.d.ts` which breaks TypeScript support. Generated file in `node_modules`:  Result:  ## Alternative solution The way around this...
**Is your feature request related to a problem? Please describe.** I'd like to use the [`fetch` unstable API](https://deno.land/[email protected]?s=fetch&unstable=) from Deno in order to use a client certificate to make requests...
Version of `tinycolor2`: `1.6.0`. Chaining changes a color in place. Unsure whether this is me, but it seems odd to update the color in place: it causes side effects and...