-
The python documentation generated for this code:
```ts
export interface SecretValue {
readonly secret: ISecret;
readonly key: string;
}
export interface EnvValueFromSecretOptions {
r…
-
### SnowCLI version
Snowflake CLI version: 3.2.0.dev0
### Python version
Python 3.11.6
### Platform
macOS-14.7-arm64-arm-64bit
### What happened
For a key without passphrase, the passphrase is …
-
## Chinatown.js Talk Submission
**Talk Title:** Parsing and Unparsing JS
**Talk Description:** Ever wondered how tools like Typescript or Eslint are able to understand the code you write? This t…
-
**Is your feature request related to a problem? Please describe.**
The idea came to me when I was doing some support work for my own command centre where while configuring a 7000 controller I had a s…
-
Hey guys. Hope you're well.
I was adding a type annotation to a function that is `npt.DTypeLike`, see [here](https://numpy.org/devdocs/reference/typing.html#numpy.typing.DTypeLike). However, when d…
-
re: #170
this worked for sqlalchemy-stubs, but does not seem to work here
POC from https://github.com/dropbox/sqlalchemy-stubs/issues/98#issuecomment-781794732
```py
from typing import An…
-
Is there any type hinting style in `datacontract-cli`?
What do you think about usage of type hinting libraries/checkers in the CI of this repo? `mypy`?
Data contract specification module is a go…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### Description
Unable to service swagger ui as index in v3
Flask app
```
app = connexion.App(
__name__,
specification_dir="./openapi/",
)
app.add_api(
"openapi.yaml",
python…
-
Apparently colorama uses [a custom `AnsiCodes` class](https://github.com/tartley/colorama/blob/master/colorama/ansi.py#L25-L33) instead of `Enum` for its data. Unfortunately this causes colorama to no…