Chris Hammond

Results 13 comments of Chris Hammond

+1 on issues streaming to Exoplayer. The same media plays fine with the web player via DirectStream. Server version: 10.8.0 beta 3 (although this happened with beta 2, too) Server...

This is absolutely awesome, thanks so much again @ludwigschwardt! I'm travelling today but we'll give this a test next week and let you know if it plays nicely with Cmd2....

Sorry this has taken a while to test! I moved over to a new laptop for work this week so I didn't have a development environment up and running. I...

Getting this merged in (and consequently deployed to PyPI) would be a huge help for those of us using libraries like Cmd2 under the Homebrew version of Python 3.12. Until...

@ludwigschwardt hey! I'm not sure if you saw this PR above, but @srmainwaring appears to have solved the Python 3.12+ issues. Would you please be able to review and merge...

That's awesome news! Thank you, @ludwigschwardt! Really appreciate your support for this project. This particular issue meant that we had started investigating moving a bunch of Cmd2 code over to...

Great stuff! Thanks so much @ludwigschwardt!

Thank you @sebpretzer! This finally works now after much head-scratching. I upgraded Python via Homebrew as I normally do but for the first time doing an `--uninstall` followed by a...

@jshcodes I think this might be a better question to send your way: we currently grab a token during the `Client` object initialisation here https://github.com/CrowdStrike/caracara/blob/v0.3.0/caracara/client.py#L149 Do we need to call...

This is a really neat trick, and actually close to something I implemented internally for this type of use case. I agree that we should do this. In Caracara, we...