-
### Bug Description
I'm trying to integrate my flow's API, but I'm not able to upload the file. I'm using Python to create my own UI, but as I said above I'm not able to pass the file to the API for …
-
### Is your feature request related to a problem? Please describe.
I'm frustrated at how long it takes for the file manager to load while it's running background analysis. Depending on the file being…
-
What if we put the original file into the metadata or added it to the signal dictionary. Would that be slightly better as we could just track the initial object.
_Originally posted by @CSSFrancis …
-
```
_ := io.file.use unit "some_file_name" io.file.mode.read ()->
say io.file.open.file_position
say (io.file.open.seek 1)
say io.file.open.file_position
say (io.file.open.seek …
-
The workflow supports file upload functionality, but how do I pass the file when calling the API? It seems that the `files` field in the API is not recognized by the workflow system.
Below is the dat…
-
- [x] update API Specs
-
If I'm linking you to this issue, you will need to create or get a working API that can be accessed with a key in order to download configuration files for assignments.
The API needs: It needs to b…
-
Are there any plans to also support custom [VSCode FileSystemProvider](https://code.visualstudio.com/api/references/vscode-api#FileSystemProvider)
i am currently working on two VSCode extensions whic…
-
### Describe the bug
Trying to delete files from a finished run via the Python API like this:
```python
import wandb
entity = wandb.setup()._get_username()
api = wandb.Api()
project = ... # some …
-
### Which API Provider are you using?
OpenAI
### Which Model are you using?
gpt-4o
### What happened?
Spent a long time on it and am furious but found out that after many, and I mean many hours, …