Will Iverson

Results 61 comments of Will Iverson

@rassidm basically yeah, but IMHO it'll be easier than trying to get thymeleaf working honestly. You will have a nice clean tight Spring Boot project with your REST services &...

Honestly for time to market I would say just use SvelteKit with TypeScript, deploy that to Vercel and call it a day. If you put SvelteKit in SPA mode it's...

WRT fly.io vs others for Spring Boot, I think that there are a lot of providers that just offer docker hosting and you can kind of do whatever. Back in...

Pull over and fix from https://github.com/wiverson/htmx-demo Add persistence to the todos

Adding support for Game Controller is going to be a bigger and bigger issue going forward, especially as *Chrome* is listed as a conflicting app with the current system. This...

Oh, and it might be easier to add a checkbox or alternative input selection in the UI to just simply use Game Controller or OpenEMU HID instead of trying to...

Just to add a comment after doing some research - on macOS, if the library asked for in sqlite-net is "sqlite3" macOS will automatically look for a library with libsqlite3.dylib,...

Even more magic - I just checked my macOS Monterey 12.0.1 M1 install, and it's now /usr/lib/sqlite3 alone. Interesting.

Looks to me like code stripping in Unity wiping the constructor. I’m on my phone, try turning your code stripping off.

IIRC I think there were issues switching with Unity and possibly other tools/frameworks? Plus I think there were some packages that used NS specific processing, so it's not just this...