Jon Alm Eriksen

Results 15 comments of Jon Alm Eriksen

Thanks for the encouragement @quinnj. I made a new [`FlatBuffer.jl` issue here](https://github.com/JuliaData/FlatBuffers.jl/issues/61), with links to updated code.

I will to find time for that within a couple of days. But before I do so, should we reconsider the name of the primitive type, i.e. something other than...

On second thought that `T` idea brakes down (without careful handleing) for enums containing `T` fields, which I guess are way more likely than `_`. edit: I changed it to...

@quinnj Took me some time to update all usages of the enums in the package, but I got all tests to pass now.

@quinnj Is there something blocking getting this into main?

Dear @tpapp, the closest I get in the stan manual is the chapter on [Unit Vectors](https://mc-stan.org/docs/2_18/reference-manual/unit-vector-section.html) but I don't understand how that explains the implementation of https://github.com/tpapp/TransformVariables.jl/blob/1094d9d4857bb2f749bac31d2eef4c114f99feb2/src/special_arrays.jl#L51 The specific issue...

Ah, so the background color is transparent on top of a white background. Sorry, I'm a bit slow. In any case, why is the white (non-transparent) background needed?

Thanks for the bug report @evetion! I added a test to the branch, using an array of doubles, which currently fails with the same error message that you describe. May...