bigc

Results 30 comments of bigc

> provided the binary size is small you could force add this to the repo as part of the test. Or you could compute it in the test (or a...

The "action" can be dealing. Chance nodes only happen during dealing, so the action can be dealing, and we can apply the action ('flop deal', 'preflop deal', etc) to the...

Thanks for the offer. Do you think this would add value to pyopencl?

Hey @kif , I don't fully understand the opencl ecosystem yet, so forgive me I might not see your issue. But, why don't you build pocl from source? https://github.com/pocl/pocl

> FYI, you can easily make your own calls into the API from within `gspread`. Given a worksheet reference, i.e. `wks = sh.sheet1` or somesuch: > > ``` > body...

Also had this issue with (maybe there is something out of the box that does this?) ``` import json from langchain.prompts import ChatPromptTemplate def convert_openai_to_chat_template(input_data): chat = [(item["role"], item["content"]) for...

> @sniperwrb > > Cloned your distro and it seemed to work fine. Ran the setup.py no apparent issues. > > Not sure why I am still getting the syntax...

Fixed it [here](https://github.com/sniperwrb/python-midi/pull/1), and I added the changes to [my repo](https://github.com/big-c-note/python-midi) as well if you want to fork it.

``` error: command 'cmake' failed: No such file or directory: 'cmake' ``` Looks like you need cmake