Results 57 comments of hsdk123

This is absolutely great!! Thank you!! Looking forward to the `magnum-player` example as well!

This is like an early Christmas present! Thanks, will definitely ask questions as I implement this, thank you for all the work!

Laurent's just mentioned this in the last post, but it would be great to have this considered along with the new audio implementation :+1:

> @hsdk123 Can you try @nmoinvaz 's suggestion? Confirming working for us!

Is it possible to set `ALSOFT_LOGLEVEL` through a function instead of an env variable?

This is sadly a client PC and it doesn't seem they have the option to change environment variables. I handed them a debug version of the application and this seems...

> bit tricky since logging initializes at the start of library initialization prior to config loading, and logs the config loading process (so getting the logging parameters from the the...

I'm having the same issue, for example using `[]string{".tmpl", ".html}` - which is what's outlined in the repo example. If I didn't find this issue thread, I wouldn't have even...

@yosssi Thanks for the help offer - while I was trying to create a minimal code sample, I realised that for some reason templates started to work again with `[]string{".tmpl",...