Jose Jimenez

Results 5 issues of Jose Jimenez

I started this fork and pull request in order to update dataTables to the latest version. The version currently included in master has a defect in the responsive extra that...

currently packaged datatables.responsive.js is version 2.0.0. This version has an issue with selecting text. https://datatables.net/forums/discussion/32258/unable-to-select-text-after-expand-on-a-responsive-table. It would be great to have this updated.

fix(agent-base): bump dependencies to bring in changes that close connections from agent-base. Also committed audit fixes.

I am on an m1 mac running Mac OS Sonoma 14.3 with docker desktop version 4.29.0. at a bash shell, when I run ``` docker run -it --rm phusion/passenger-ruby33:3.0.3 bash...

https://github.com/andreibondarev/langchainrb/blob/86b7faf9c21f5402ad1a12ba02978c1716abb6a6/lib/langchain/evals/ragas/faithfulness.rb#L45 this line of code assumes that there is a match. ``` def count_verified_statements(verifications) match = verifications.match(/Final verdict for each statement in order:\s*(.*)/) verdicts = match.captures.first verdicts .split(".") .count {...