-
Hey,
The idea is to have simple tokens created with say.. `echo MOOO| shasum -a 512224 |awk '{print $1}' >> /etc/grommunio-admin-api/conf.d/MOO.token` which only allow "GET" requests with the REST …
-
Description
Currently, the platform generates titles and descriptions in a single language, limiting accessibility for non-English speakers. Adding multi-language support will allow users to crea…
-
Hello,
I am working with an API that does not have it's packages available via pip install. I am wondering if it is possible to include the dependency via a .whl file in the requirements.txt file t…
-
Currently `parameters` in tool definition is a very limited subset of a JSON Schema. This makes it non-compatible with OpenAI (https://github.com/ollama/ollama/issues/6155) and it general it makes it …
-
### Background and motivation
Hey,
So I come across a big problem that a lot of people I know complain about: Bundle size of self-contained executables.
These can reach upwards of 80 MB for a decen…
-
As for the previous question, the compiled EXE is running. If you recompile it, it would be better to prompt whether to terminate the last process.
Question 21: Project:\Examples\Add-In, how to use…
-
Claude Projects allows users to upload code/files/etc to claude where they are saved and can be used to ask questions and reason about like you normally would if you had just pasted code in like a bar…
-
# Implement Mock Data provider for API Testing
### Description
Currently, when testing API endpoints in the API Dash repository, users must manually enter or modify details such as email, username…
-
Hi,
This is the schema that i am posting to the database:
```
CALL graphql.idl('
type Car {
registrationDate: String
yearRegistration: Int @cypher(statement:"MATCH (this) WITH datetime(…
-
Something like https://github.com/ucfopen/canvasapi
here's a simple example that appears to work:
```py
# Import the Canvas class
from canvasapi import Canvas
# Canvas API URL
API_URL = "https…