Avelino

Results 264 issues of Avelino

today is generated only for x86 (Linux and macOS), we need to generate for other architectures: - Linux x86 - Linux x64 - Linux ARM - macOS ARM (chip M1)...

:env :graalvm

ref: https://schema.postman.com/collection/json/v2.1.0/draft-07/docs/index.html ```json { "info": { "_postman_id": "5r7ccf61-22db-4670-95c4-0d4d51ad2193", "name": "hello-api", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "/helloworld/foo", "request": { "method": "GET", "header": [ ], "body": { "mode": "raw", "raw":...

:feature
:devx

There is a specification called [API Blueprint](https://apiblueprint.org/) created by Apiary (and bought by Oracle). [Specification](https://github.com/apiaryio/api-blueprint/blob/master/API%20Blueprint%20Specification.md) [Examples](https://github.com/apiaryio/api-blueprint/tree/master/examples) There is a [mock server project written in Java](https://bitbucket.org/outofcoffee/api-blueprint-mockserver/src/master/) that implements the Blueprint API...

:feature
:devx

### Discussed in https://github.com/moclojer/moclojer/discussions/186 Originally posted by **matheusfrancisco** December 4, 2023 Bruno uses plain-text files organized in related folders, in order to declare an API client tester. schema: https://bruno-docs.vercel.app/bru-language-tag-reference.html real...

:feature
:devx

The **build process is slow** _(it takes a long time)_, the configuration files (github action) are extensive and **confusing**. We need to simplify the files and design a more user-friendly...

:enhancement
:good-first-issue
:env :graalvm
:devx
:complexity

There are several types of formats to be exported from openapi, we need to create a complete and simplified documentation on how to use moclojer with openapi files. **Files types:**...

:doc
:spec :openapi

Support for _"closed"_ endpoint by authentication - validate http header if token is valid `Authorization: Bearer `

:feature
:spec :moclojer

starting at baby steps, *I'm having trouble creating an interface for real time check (#3)*, so let's start with a `/languagetool` **command** and **shortcut**

:ui

when there is a wrong word it should be possible to click on the word and open a modal with a correction proposal (languagetool feedback)

:ui

https://python.langchain.com/docs/langserve > This library is integrated with [FastAPI](https://fastapi.tiangolo.com/) and uses [pydantic](https://docs.pydantic.dev/latest/) for data validation. talkd/dialog uses LangChain and we probably won't switch frameworks. Given this statement, it's important to follow...

enhancement
API
devx