Alexis D

Results 4 issues of Alexis D

This PR upgrades the script to work with TensorFlow 2. Main goal was to be able to run it on Google colab, which has the new version. - Used TensorFlow...

Trying to debug a memory leak in a Rails app, i could not get the gem installed. This is my simple Gemfile: ``` source 'https://rubygems.org' gem "gdb.rb" ``` I'm using...

Add the preference feature described here: http://www.elastic.co/guide/en/elasticsearch/reference/1.4/search-request-preference.html Note that 2 unit tests fail. ``` bash bundle exec rake test:unit ``` ``` ERROR (0:00:02.419) test_: Collection with ActiveModel::Serializers should be serializable....

This Pull Request handles gracefully errors that can happen while using OpenAI API compatible backends, such as *predibase* and *replicate*. It also fixes some consistently failing unit tests. ## Case...