Shriram Balaji
Shriram Balaji
Currently, in the gatsby-plugin-s3 configuration, I'm not finding a way to set the `s3ForcePathStyle` option. This is necessary in cases, where S3-Compliant Object Storage Services, which might not be AWS...
I'm currently using `widdershins` to convert an openapi-3.0 spec, into a slate/shin compatible markdown file. The cli throws the following error: ``` Invalid Variable Name "any+" in "{any+}" Error: Invalid...
**Is your feature request related to a problem? Please describe.** Widdershins adds html comments to the converted markdown documents: https://github.com/Mermade/widdershins/blob/5eb430bda1cf811b0ce294db0ad0e77aabc1efce/templates/openapi3/main.dot#L68 **Describe the solution you'd like** Is it possible to remove...
As much as I like the animation of the swatches they seem to block the name unfortunately 😥. The other issue I see is that when the drop down is...
Hey, I'd like to know if there's a way to catch a `TAB` key press, and then populate the `ReadlineHelper` struct with possible completions. In particular, I'm trying to implement...
Based on https://github.com/excalidraw/excalidraw/issues/1245#issuecomment-609481939 it might be worthwhile to consider IndexedDB for an asynchronous API to store data. ~Also need to evaluate if libraries like [localForage](https://github.com/localForage/localForage) that has options for IndexDB...
### Content & configuration Swagger-UI configuration options: ```js SwaggerUI({ spec, domNode: swaggerRef.current, defaultModelsExpandDepth: 10, defaultModelExpandDepth: 10, docExpansion: 'list', plugins: swaggerPlugins, showExtensions: true, }); ``` ### Is your feature request related...