Todd

Results 111 comments of Todd

It would be good to update the docs on the main README.md... it points here: https://github.com/axa-group/nlp.js/blob/master/docs/v3/ner-manager.md From the main table of contents right after listing all the advantages of version...

It appears to be the master lock is not needed for handling only delayed jobs. It also seems like it would be very easy to refactor this into two main...

brew install llvm rvm install rbx -- --llvm-config /usr/local/opt/llvm/bin/llvm-config

Would love to ensure we preserve the simplicity of this project to avoid needing to compile code to run it. Part of the usefulness in this project is that it...

Added a work around for this to call on_redirect when we finish and redirect_count is greater than 0.

@decal reading the libcurl docs on this it looks like it's for setting OPTIONS request headers see: https://curl.se/libcurl/c/CURLOPT_REQUEST_TARGET.html ``` curl = curl_easy_init(); if(curl) { curl_easy_setopt(curl, CURLOPT_URL, "https://example.com/*"); curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "OPTIONS");...

8 years later and this return issue is resolved :)

``` ruby --version ruby 3.2.0 (2022-12-25 revision a528908271) [x86_64-darwin22] ~/work/curb (master)> ruby tests/bug_crash_on_progress.rb Loaded suite tests/bug_crash_on_progress Started we're in the progress callback .. Finished in 0.005361 seconds. ---------------------------------------------------------------------------------------------------------------------------------------------------- 2 tests,...

what was wrong with https://github.com/activemerchant/active_merchant/pull/2422 ?