Rob Chartier

Results 8 comments of Rob Chartier

Ha, I didnt. My bad. Will dig in. Cheers! On Wed, Mar 1, 2017 at 3:42 PM, Juliën Hanssens wrote: > This might be interesting. Have you taken a look...

Can you create a shortcut, set that to run as administrator, and put that in your startup programs?

Yes, this stuff is definitely a work in progress! The whole Channel/Communication setup needs to be ironed out completely and tested fully....

This should do it... ``` protected byte[] GetBytes(SerialPort port) { byte[] buffer = new byte[port.BytesToRead]; port.Read(buffer, 0, buffer.Length); return buffer; } ``` seems simple enough.. what do you think?

Agreed. This would help when we want to host ollama separately.

It is a sample github workflow (see here for more info: https://www.geeksforgeeks.org/github-workflows/) This workflow: https://github.com/DrewThomasson/ebook2audiobook/blob/df25f971cb884dc3af3d36508d9bd314bb0c9dcc/.github/workflows/docker_build_workflow.yml GitHub workflows are a way to automate tasks for your project directly on GitHub. Think...

It would be considerd a proof of concept. A fun project I threw together. Are you able to share your command which you used to run the container? specifically the...