Nick Kocharhook

Results 181 comments of Nick Kocharhook

Let's hold off, we have no shortage of work ATM. Still hoping we'll get some of this from Oregon SoS, maybe for $0.

That would be great! I use dark mode and would love to see it for this game as well.

New code works as expected. Thanks for the quick fix!

@hryanjones any chance of getting this change deployed? The EC2 link doesn't work anymore (did you mean to keep the instance on?), but the main website still has the problem....

Here's a screen recording of the behavior. I'm on iOS 15.2.1. Unfortunately, the microphone stops recording when sound is sent to the text to speech engine. Hopefully you can still...

Thanks for the quick reply. There is indeed a .prj file in my case. Can you point me to another library which can parse the prj file? I'm hoping to...

That's a huge help, thank you! I'll have a look at modifying your code for my purpose.

I haven't done anything for this, unfortunately. I still think it's a great idea, but I don't need it enough for my current project to put in the work.

I am also using sqlx and getting the above error. Has anyone identified a workaround, besides switching from `query!()` to `sqlx::query()`? As it stands, I can use the macro fine...

I actually misunderstood the issue here. The Postgres driver for sqlx requires named prepared statements for nearly all queries, whether they are executed with the `query!()` macro or directly via...