-
In #212 we introduced the `TableDecoder` among other decoders. This is a lookup-table decoder for ECC. Currently, it supports tables of up-to-one error. It would be valuable to have a more general con…
-
### Discussed in https://github.com/Universite-Gustave-Eiffel/NoiseModelling/discussions/650
Originally posted by **eliserd** March 15, 2024
Hello,
I seem to be unable to get a second (or hig…
-
Thank you for sharing your work, it's very interesting! The new version using JAX is indeed much faster, but I'm not very familiar with it (I use PyTorch more). Recently, when solving a PDE, I encount…
-
### Gloo Edge Product
Open Source
### Gloo Edge Version
1.16.x
### Is your feature request related to a problem? Please describe.
DNS resolution settings can matter at 2 levels.
1. to …
-
The translator works on recursive functions that recurse as an argument to `MAP` (and maybe some other simple functions), but in general recursion as an argument to a higher-order function makes the t…
xrchz updated
2 weeks ago
-
NativeScript supports marshalling Java bytecode generated by Kotlin. But Kotlin has a way to specify that a function takes another function in a much better way than Java.
Like this:
```kotlin
…
-
Today, the `purry` function that's exported from this library behaves more like an internal wrapper function. It's untyped and requires a developer to contain it inside of a wrapper function with type…
-
segfaults:
```nim
type
Behavior = proc(): Effect
Effect = proc(behavior: Behavior): Behavior
```
works if I wrap `Effect` in an object:
```nim
type
Behavior = proc(): Effect
…
-
I'm trying to use the higher-order elements functionality but I'm getting all kind of strange errors (floating point errors, index out-of-range, etc.). There is no example for how to use this, can you…
-
Currently this tests the default location against all variations; it should order the variations and check higher order interpolations.
https://github.com/fonttools/fonttools/blob/b90ac3c29f6030ec7…