Andre Esteve
Andre Esteve
@mourner that's a good idea! I sent https://github.com/mourner/delaunator-rs/pull/23 for the version bump - after that I will create the release and push the new package to crates.io
@mourner - [v1.0.0](https://github.com/mourner/delaunator-rs/releases/tag/v1.0.0) released and updated on crates.io
@pensivebrian - do you know if SQLClient has rolled out AAD support for .net core since? I am trying to find a link to any upstream issue/worktitem associated to that,...
Installing SQL Server on the machine, even if it rejects the login from SqlCompare does seem to stop the Socket Exceptions and short circuit the bug above. Ideally this can...
I have the same requirement. It seems there is a dependency on a win32 assembly. ``` Unhandled exception. System.DllNotFoundException: Unable to load shared library 'advapi32.dll' or one of its dependencies....
I would love to have this as well. @rraallvv I think you should send a pull request!
Hi - could you please share some more details of your use case? * How many sites are you generating? * How many lloyd iterations are you using? Did you...
Cool picture! I love maps. The reason I wrote this library was to generate voronoi based maps! Can you confirm you are getting these numbers compiling for release (i.e. not...
> By the way, which tools to you use to profiling rust code, [flamegraph](https://github.com/flamegraph-rs/flamegraph), or are there other better ones? I haven't used flame-graph, but skimming through it, looks like...
Hi, Thanks for reporting, @OneEyeMaker. My first thought is that this is a precision bug, i.e. the clipping algorithm thinks the site is outside of the box, but when calculating...