Andy Muehlhausen

Results 16 issues of Andy Muehlhausen

Using Hugo to generate my static site. All media etc is working on the site, but the htmltest misses broken links on internally linked static media but catches broken immages...

aaand fixed a missing semicolon

fixed errant period on m array

fixed double typo

I can't find the root cause, but when you try to record a second time using StartSpeechRecognitionFromMicrophone(), you seem to send a lingering Start request with the previous request's id,...

Great demo, thanks for sharing it! Looks like they changed the format of the result, and since the parser relies on line numbering, it fails now. The quick fix is...

I'm newish to Swift, but it seems like this library doesn't want to import for me on Linux. Any ideas or obvious issues with this running on Linux?

I'm trying to integrate OSC which uses WebSockets and it's not going great. I think a huge issue for me is that I don't understand webpack, which is making adding...

First feedback: Out of the box, the standard project (index.js) loads the Template instead of the Example. I recommend loading Example by default (which seems to have been the case...

``` ❯ swift run Asteroids Building for debugging... /home/arckex/ecs-demo/Sources/Asteroids/EntityCreator.swift:94:14: error: the compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions .addInstance(Display(renderable:...