-
I'm not sure whether this grammar is valid: https://github.com/objectionary/eo-phi-normalizer/blob/master/eo-phi-normalizer/grammar/EO/Phi/Syntax.cf How can I make sure it is? Do you have a list of te…
-
Here is what is happening:
1. I run `eo:register` with a single `foo.eo` file, that refers to `bar` object
2. The `foreign.json` gets a new record about `foo`
3. I run `eo:pull` and `foreign.json…
-
Now, gdalinfo is called on output assets in the driver. In case of gtiff output on S3, the assets where written on an executor, and need to get downloaded again in the driver.
In case of fusemount it…
-
@Pratichhya raised question what "target_dimension" in "aggregate_spatial" is for, it doesn't seem to do anything.
background info:
- https://github.com/Open-EO/openeo-processes/issues/366
- http…
-
Let's move Rust-related functionality to a separate plugin (eo-rust-maven-plugin maybe) and a new JAR dependency (eo-rust).
-
It would be very helpful if you explain the entire tree of the directory in this file: https://github.com/objectionary/eo-phi-normalizer/blob/master/eo-phi-normalizer/README.md As it looks now, the ar…
-
Try this:
```
$ cat bar.phi
{⟦ m ↦ ⟦ x ↦ ⟦ t ↦ ∅ ⟧ (t ↦ ξ.k), k ↦ ⟦ λ ⤍ Fn ⟧ ⟧.x.t.p ⟧}
$ eo-phi-normalizer rewrite -s bar.phi
{
⟦
m ↦ ⟦
t ↦ ∅
⟧
(
t ↦ ⟦
…
-
Hi,
I'm connected via usb to a FGW14-USB (mode 5) and I can see the port COM5 and if I connect with a serial monitor I can see packets getting received.
In eo_man I try to detect serial ports and …
-
This is because, -O expects the original geodivs to be stored. Earlier, this caused -O to not work at all, as the original geodivs were stored after the input map was written, and thus, the input map …
-
I see this in the log:
```
$ eo-phi-normalizer rewrite --rules 0.yml Foo.phi --single -o Bar.phi
eo-phi-normalizer: syntax error at line 1, column 1 due to lexer error
on input
?.org.eolang.byt…