-
When types are reopened, there can be multiple doc comments for the same thing:
```cr
# Foo
class Foo
end
# Foo class
class Foo
end
```
Only one of them is used by the docs generator (I thi…
-
### What kind of contribution is this issue about?
Other (specify in details)
### Details
I caught some bad frontmatters recently, which messed up categorization. We could try to prevent that/other…
-
We currently use _Dialog_.RunAsync() to simplify execution of root dialogs in the bot code.
DialogManager provides the same functionality as RunAsync and also supports several constructs introduce…
gabog updated
4 years ago
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/…
-
When running generation with `additional_files`, i.e.:
```elixir
config :oapi_generator,
tink: [
reader: [
file: "spec.yaml",
additional_files: ["spec.additional.yaml"]
…
-
when api-docs are generated, there should be enough helpers to provide example output based on the spec (generators).
-
So I wanted to give https://github.com/theforeman/smart_proxy_pulp/pull/40 a go in the quadlet setup I have…
I had to create a `Containerfile`:
```
FROM quay.io/evgeni/foreman-proxy-rpm:3.12
USE…
-
I've made two changes to the docs generator:
1. Fixed an issue with Function Defs linking to the Typedefs page instead.
2. Fixed ScriptBases being defined as Interfaces instead of Classes.
You migh…
-
#### 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…
-
[x] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
LLM is started by ollama, so there's no connection issue and …