-
Can we get a backcall operator like in [Livescript ](https://livescript.net/#functions:~:text=Backcalls) and [Glean](https://tour.gleam.run/advanced-features/use/)?
```
do
data
-
I am trying to generate Counterfactual Explanations for a NeuroTreeModel, also trained using `CounterfactualExplanations.jl`. While the model itself seems to work as expected (i.e., it is able to gene…
-
### Component
Python SDK
### Infrahub version
0.12.1
### Current Behavior
`infrahubctl generator` command seems to swallow useful information when you run into some error conditions:
- when yo…
-
We use `errors[].data` field to pass detailed errors to client, like so:
```json
{
"jsonrpc": "2.0",
"error": {
"code": 6000,
"message": "Invalid parameters",
"d…
-
We aim to streamline our testing process by introducing a genesis test data generator. This tool will encapsulate test preconditions within a custom Genesis block, allowing each test to focus solely o…
-
### Component
Python SDK, infrahubctl CLI
### Task Description
Looking at the current transforms we have the below snippet as part of the relevant code. By looking at this we can observe that when …
-
This is a very cool tool, and I was able to get a short demo running on my side. If you're looking for suggestions, I do have a few feature requests.
- Starting location/zoom based on location/exte…
-
Hey there :wave:
Now that Utoipa 5 has landed with OAS 3.1 support, a useful feature would Generic Data Structures using JSON Schema's dynamic referencing feature (`$dynamicRef` and `$dynamicAnch…
-
Take for example the following...
What the author wants to write is:
```scala
package foo.bar
case class PrintThisString(s: String) extends ExtensionGenerator {
def extend(c: Defn.Class):…
-
an immediate use case is to support tests from spikeextractors: https://github.com/SpikeInterface/spikeextractors/blob/master/tests/test_gin_repo.py
- [ ] as a first step we could just copy those "…