-
I have the following typespec specification: https://github.com/Azure/azure-rest-api-specs/tree/feature/blob-tsp/specification/storage/Microsoft.BlobStorage
When I try to generate using the typespec-…
-
# Issue Description
As a developer, I am experiencing an error when trying to execute the IBEX-device-generator python script, which crashes during the "Add OPI to gui" stage.
### How & Where?
- _Ho…
-
Traceback (most recent call last):
File "main.py", line 1, in
from BotServer.MainServer import MainServer
File "F:\wxbot\NGCBot\BotServer\MainServer.py", line 2, in
from BotServer.Ms…
-
### Describe the bug
In complex application, mutliple return or structured data as a return value are common. The use of a "typewriter" effect for visualizing LLM responses has also become a well-kno…
-
### Package name
datamodel-code-generator
### Nix package link
_No response_
### Software
This package provides functionality for generating python code from various schema definitions.
The pa…
-
### Is your feature request related to a problem? Please describe.
In Python, speed of imports of larger codebases is quite crucial. Therefore, minimising the number of imports makes sense. Current…
-
The Python generator currently crashes whenever a condition contains an expression it doesn't support, such as `extract` or `distinct`. We should consider implementing the `RosettaExpressionSwitch` cl…
-
For putting the tool-info module into a container, we start a separate Python worker process using the `multiprocessing` module. Right now, `multiprocessing` uses `fork` to start that process, but thi…
-
For example, let's say I have a generator that yields my documents:
```python
def get_documents():
for some_thing in some_other_generator():
yield some_thing
```
If I try to use …
-
#### 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…