bmitc

Results 66 comments of bmitc
trafficstars

Thanks for mentioning `SKSurface`. That seems to be the culprit. Although, like you say, I think maybe there might be some better checks internally, as there is often not even...

Yes, I know. I didn't say named constructors should be avoided. In F#, the `new` keyword is optional and is idiomatically not used when using object constructors. The warning I...

Apologies for equating named constructors with object constructors. I wasn't aware that "named constructors" were a specific thing. In my opinion, it's a poor name to mean something different than...

I was also not able to build Skia locally by following the instructions in the README the last time I tried, which was earlier this year. It is surprising that...

I came here to report this same issue. It didn't exist on the previous version of Racket I had installed, which was Racket 8.3. Although, I probably wouldn't describe it...

I have now tested this issue with Racket 8.6 on Windows 11 (same information as in my comment above), and it looks to be fixed. (Also fixed according to the...

> I strongly object to `=` for binding. You likely know how many issues this has caused in many other languages. I'm not for or against `=` in Rhombus, but...

That's exactly how F# does it as well. There's no confusion. Also, Metaxal first mentioned `=` in the context of binding and last mentioned it in the context of assignment....

> Out of curiosity, I made a table of what names different languages use for filtering functionality. I'm quite surprised that Racket is the only language I could find that...

Hi @warrd! Did you ever figure this out? I am using my own bindings to GLFW in F# and SkiaSharp for rendering, and I am seeing a very similar issue....