-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### OS
macOS
### GPU
mps
### VRAM
32
### What version did you experience this issue on?
3.1.0
### What happ…
-
## Expected Behavior
I'm trying to import the OpenApi json file to backstage. Here's my definition:
```
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: another-api
de…
-
##### **Overview of the issue**
When open the openapi page (administration --> api) in the 8.0 beta1 an error is thrown.
Error
```
2023-06-23T16:14:05.367+02:00 WARN 4028 --- [tor-http-nio-…
-
Hi,
I have a FastAPI frontend (with FastAPIInstrumentor set up) that sends tasks to a Celery backend using CeleryInstrumentor. However I having issues with linking the traces together to see an end…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I am currently trying to support bo…
-
### Describe the usage question you have. Please include as many useful details as possible.
I add these in the pom.xml
```
org.apache.arrow
flight-core
…
-
```
ocs@last11e:~$ python/LAST_next_generation/bin/last-unit-server start &
[1] 567849
ocs@last11e:~$ 2024-01-22 16:21:53,027 - INFO - {last-unit-server::567853:MainThread:139782985705280} - c…
-
### Problem Statement
There is sometimes a lot of ambiguity as to how to generate OpenAPI clients, or how to name certain classes/enums/members etc... Solving these ambiguities requires Kiota to beco…
-
### Bug description
Following the most basic example for MNIST with a multilayer model. Does not run properly on my Mac M1 laptop.
```python
from typing import Any
import lightning.pytorch as pl…
-
Is it possible to reference a schema using the class name instead of the schema name ?
the following doesn't work obviously as it doesn't return something in the form of "#/components/schemas/foo" …