Adam Klein

Results 88 comments of Adam Klein

@fideloper @tylodo when I set the php_version = 5.5 it doesn't stick when going through the bash logic in your php.sh script. Wonder what's going on there.....

@fideloper @tylodo it looks like I was using the 1.2.0 tag, I am going to try master. Sorry!

Thanks Chris! After you mentioned about the Swype keyboard I went to install it and it rocks! Thanks thanks for the updates you have been doing. I was wondering I...

@fideloper @exuperok I recently encountered this error and i have included that the entire RVM system install gets botched because I was trying to install a key behind my companies...

Hello anyone in this thread @sandy0110 @jgeo23 can you please show exactly how you specify the `MARS_Connection=Yes` in the python connection for the magic function, nothing I am doing seems...

Hi all, I went ahead and put these lines in ``` connection_string = "mssql+pyodbc://{user}:{password}@host/db?driver=SQL+Server+Native+Client+11.0&Mars_Connection=Yes".format(user='someuser', password='somepassword') %sql $connection_string %sql select * from MY..SOMETABLE where 0=0 and SomeField= 'foobar' ``` And I...

@thistleknot I am getting the same error - were you able to resolve this issue?

@thistleknot I just tried this but I keep running into this error and I do not understand how to work around the issue: https://github.com/ggerganov/llama.cpp/issues/3398#issue-1919143756 It seems the `llama.cpp` library is...

@marella can you please help me understand how to get the fixes made in the `llama.cpp` repo to get updated here. It seems there is a PR that is fixed...