Florian Verdonck
Florian Verdonck
> following release Would that be minor or major?
What tests are you running there? Is that only using graph-based checking or all settings?
Could you try and just run it with `graph checking`. I'm wondering if that really is the culprit.
@64J0 are you also on board with moving https://github.com/mrtz-j/Giraffe.OpenApi to https://github.com/giraffe-fsharp?
Well @mrtz-j would need to transfer it (via https://github.com/mrtz-j/Giraffe.OpenApi/transfer) to `giraffe-fsharp`. Once that happens I believe some administrator in that organization would need to accept and that would move it....
Did you try 
Ok, I see. Could you add me as administrator to the repo? I believe I'm admin in the giraffe-org
@mrtz-j thanks for the invite, I need to be admin on that repo as well to transfer it.
I'm hitting the limitations of `@unboxed` again for https://github.com/rescript-lang/experimental-rescript-webapi/pull/7/files#r1839785692 Modelling https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fillStyle It should be something like ```res @unboxed type fillStyle = | String(string) | Gradient(canvasGradient) | Pattern(canvasPattern) ``` It would...
@mediremi could you try this one out please?