Josh Baker

Results 411 comments of Josh Baker

I believe this to be fixed in v1.4.5.

| Platform | Assembly Method | Fallback | |--------------|-----------------------|----------| | Linux | ARM/ARM64/x86_64/rv64 | ucontext | | Mac | ARM64/x86_64 | ucontext | | BSD | ARM64/x86_64 | ucontext |...

@calvin2021y I haven’t tested on those platforms. It may work with minimal tweaking, since both have posix apis that are similar to Mac and Linux.

I'm not sure what you want to achieve by mixing event-based with coroutines. But I suppose it's possible to create an event loop in a separate thread and then feed...

Neco for Windows needs some love for sure. The biggest issue is that neco_wait() is not supported on Windows. This function waits for a file descriptor to be readable or...

Hi, I recommend filing an issue in Tile38 that includes the commands that caused the server to crash. That would make it easier for me to diagnose and fix.

Something looks off about the polygon that h3 is generating. When I run your code I get these points: ``` {145.5581976913369 87.36469532319619} {-163.45686807900947 76.14556732608257} {-131.70883908792965 69.37134141076518} {-100.82187020582201 67.53592431503803} {-66.90449925088507 72.20470505499345}...

A more robust Valid operation would be nice, but it's not something I've gotten around to.

Hi Dean, I appreciate the time you spent on the PR. I've only taken a cursory look and from what I can see there's some performance optimizations, which is totally...