OlegAlexander

Results 31 comments of OlegAlexander

Thank you so much, @cannorin! I absolutely love your generic version. I like the name `fanoutN` also, but since I intend to use this function all the time, `juxt` is...

While browsing the F#+ docs, I found a few more Arrow functions that could be genericized as well. Namely, `***` (which I call parallel), `first`, and `second`. `***` can be...

I've come up with an example of `fanout3` and `parallel3`: ```fsharp #r "nuget: FSharpPlus, 1.2.4" open FSharpPlus open FSharpPlus.Operators.Arrows let fanout3 (f1, f2, f3) x = f1 x, f2 x,...

Dear @matlabbe, Thank you for creating RTAB-Map. I'm also struggling with saving the sparse bundle adjustment (SBA) optimization to the database from RTAB-Map standalone or from databaseViewer. As you said,...

Thank you for your quick response. No, only a single camera. The RealSense T265. Is saving the SBA result to the database a planned feature? Could you please explain the...

Hello, I just got this same error in the Scala REPL with the example code from the Tour of Scala: ```scala val salaries = Seq(20_000, 70_000, 40_000) val newSalaries =...

Perhaps the lint for internal functions can be optional for those who want it. But the lint for public APIs should arguably be on by default.

Hello, I'm having the same issue with Potree Viewer 1.8.0 on Windows 11. Using PotreeConverter 2.0, the error message is: ```console ERROR(chunker_countsort_laszip.cpp:248): encountered point outside bounding box. box.min: 416.03942899999998, -27.960518,...

Hi @dsyme, thank you for approving my changes! Sorry it took me so long to complete this task.

That's great! But it seems the API documentation isn't being generated: https://fsprojects.github.io/FSharp.Core.Fluent/reference/index.html