Joey

Results 7 issues of Joey

Hi. I tried to use this and a few variations of it, but was unable to get it to work. Here's the relevant stuff: /etc/initcpio/hooks/encrypt-tpm ``` #!/usr/bin/ash run_hook() { echo...

Apologies if this is not the correct process for submitting a pull request. I was having the following issue when trying to learn the drone CLI: ![Screenshot of Atoi error](https://tmg.pw/uuSiAGOa3)...

The `Chat` type is defined to have a `Vec` as a member (indirectly, through `BaseChatComponent` type) because originally I thought the indirection was necessary in ` Vec` type. As it...

Current Goals: * [ ] Fix chat boxing: #3 * [ ] Make a nicer README.md #5

Change the README.md to be more useful: * [x] Add docs.rs and crates.io badges (version, downloads) * [ ] Show an example of using the pre-defined protocol implementations with [craftio-rs](https://github.com/Twister915/craftio-rs)

### Problem I would like to build a tool that submits text and images to the OpenAI endpoints, so that I can implement some content moderation. The Vision API is...

enhancement