-
Hi, I'm trying to call a custom GAS function using the serverFunctions, but I'm getting a 400 response error from google sheets
-
Hi everyone.
We're considering an experiment of measuring the temperature (and hopefully the velocity) of water right after it passes through the core of a research nuclear reactor by using a circu…
-
It is possible to define a circular typedef in VDL that does not have a legal equivalent in Swift.
For example this legal typedef in VDL:
`type RetA []RetA`
is equivalent to this _illegal_ typealia…
-
Hello! You are planning a transition to a new Serialization context with IBufferWritter and DeserializationContext with ReadOnlySequence for zero-allocation ?
-
**Is your feature request related to a problem? Please describe.**
The current state of the GoF Module is such that it takes a Data object wrapping a numpy array as input. For the module to match the…
-
Hi @tonton81,
I would like to report a suspected error. I am experiencing data loss in the sent data. A message does not specifically disappear, but rather becomes damaged. Example code, I can't se…
megax updated
3 months ago
-
When instantiating an ROCrate object if a json structure is passed in can the index method be triggered automatically?
```
let json = { crate json ld }
let crate = new ROCrate(json)
crate.index(…
-
### Describe the project you are working on
I'm working on a game with many characters where the data about their personal lives is stored in resources which need to be accessed from a variety of .ts…
-
```
import arrays as arr
fun test(xs :: Array):
xs.get-now(1)
end
```
fails with
```
The type checker rejected your program because it found a Any but it expected a a polymorphic type
…
-
signal.correlate2d apparently uses a brute-force element-by-element convolution, whose computational cost goes with the square of the number of image pixels. I found that it doesn't complete even aft…