Thomas Gak-Deluen

Results 9 issues of 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...

![image](https://user-images.githubusercontent.com/480050/84384609-83cc6c80-abee-11ea-903e-7635fbc5c8a7.png)

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...

bug

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: ![image](https://github.com/dijs/wiki/assets/480050/249f14f4-c197-4000-8284-4864c0908173) 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`: ![image](https://github.com/dijs/wiki/assets/480050/d234af10-c978-49ca-9649-c8ce62626f8b) Result: ![image](https://github.com/dijs/wiki/assets/480050/079ef457-3406-4b8f-9f47-17335255f89b) ## 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...