Gert van Valkenhoef

Results 20 comments of Gert van Valkenhoef

Your `calc.base.se` is definitely generic. I'm not 100% sure about your approximate method but that also doesn't look like its specific to the scale. So yes, it should work for...

No, this is not supported out of the box. You should be able to calculate it using the posteriors. This would be a good addition so tagging as a possible...

This would be great actually, its on our roadmap, at least I think you mean _input_? It should be pretty straightforward. My preference would be for it to be a...

I have started a branch for this, some work remains (e.g. starting values), but it seems to work. https://github.com/gertvv/gemtc/tree/feature/smd If you have a good smallish example dataset, that would help....

Number of studies per comparison was added to the network plot in 0.6-2. Scaling of vertices is to be added later.

Note: we ran into this while implementing a timed reconnect. So we remove the pollers, close the socket, and set a time-out with a reconnect handler. So the ZLoop is...

This is awesome! As an outsider, the wording on variant types is confusing: > Component `variant` types are matched against a reference to a `struct` type with no fields. However...

> > However the example defines a `(struct (field i32))` which looks like a tagged union, [...] > > Ah I just forgot to update the example. There shouldn't be...

I didn't have my original example any longer, but I was able to implement the "reverse" part of the jco [string-reverse-upper](https://github.com/bytecodealliance/jco/tree/main/examples/components/string-reverse-upper) example in WAT using GC arrays and compose it...

Is there a version of the table posted by @oovm above that reflects the current thinking on this? I'm vaguely considering building a shim generator to map from the linear...