MIkE

Results 18 comments of MIkE

> I had the same problem. I solved it with this workaround: > > ``` > @if(@statusBarIsOpen) > { > > @StatusMessage > > } > ``` Beware, that will...

@wilsoncg: Your code helped me a lot to understand this. Thx! I too would wish this was part of the Bolero documentation. I generalized the JSInvokables, so I don't have...

I think that the example is a bit to complicated for the documentation. Why not dumb it down to something like this and a link to TryFSharpOnWasm: ``` javascript initResizeCallback:...

For my project I made an extension: ``` namespace Feliz.Styles type IGridColumnSize = interface end type IGridRowSize = interface end [] type gridColumnSize = static member inline auto : IGridColumnSize...

Uploaded code to verify: https://github.com/MichaelMay81/OpenApiGeneratorTest

Made a TestProject to collect errors regarding DateOnly, which includes this error: https://github.com/MichaelMay81/OpenApiGeneratorTest

We are using JsonProvider for now, but we might switch to SimpleJson and than I would have time to work on this... So for now, sadly no.

I have to parse time series data. The first problem was the lag of exponential float format support (thx for accepting my patch) and the second the lag of error...

There seems to be a bugfix for netStandard as described in #15471, but not in general use. This fix creates an ApiException for status code 0. To me that seems...

> Looks like the PreferredDepthBufferBits aren’t set. I had the same problem on linux and this solved it. Thanks!!!