-
Hi,
Has the work on introspection started yet? I would like to help if you can give me some pointers. I want to use this with elm-graphql, but it requires introspection to generate type-safe bindings…
-
## Description:
Implement core LLM functionality and API integration
## References:
[LLM Integration Guide](docs/llm/integration.md)
## Tasks:
- [x] Select appropriate LLM API
- [ ] Implement core t…
-
Resiliency tests are currently tedious to develop because of the lack of introspection tooling. CBOR response messages need to be parsed manually using tools such as `grep`, `awk`, `sed`, and the like…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Are…
-
Is there a way to disable public introspection when mounting the schema using mount_graphql_devise_for ?
I've tried this way but its still enabled:
```
mount_graphql_devise_for(
User,
{…
-
Hi, I am wondering if you have thought about introspecting tables so that their columns can be displayed in the tree. See https://www.jetbrains.com/help/pycharm/database-tool-window.html for an exampl…
-
We want to support deep introspection into user containers. How to do this currently requires brainstorming and investigation.
Probably, in order to support this, `bpftrace` is a good candidate. We…
-
### Version
_No response_
### Is your feature request related to a problem? Please describe.
When using the Auth feature in gloo, we configure an authconfig with the introspection URL, the ask here…
-
It would be great if running task could somehow find some information about itself. For now, at least, its ObjectID. So when I run `fun.remote()` I get ObjectID to the caller. But callee does not have…
mitar updated
3 years ago
-
In workchains we have the `define` method, which states the inputs, outputs, and logic flow (aka outline), and you can document it with https://github.com/aiidateam/aiida-core/blob/dca50f47a340ffa1430…