key88sf

Results 11 issues of key88sf

I'm getting the following error in the chrome console when connecting with the latest Chrome browser: ``` One or more reserved bits are on: reserved1 = 1, reserved2 = 0,...

cramp (>= 0) ruby depends on activesupport (= 3.0.pre) ruby er.... any plans to upgrade to support 4.x ?

Currently there seem to be a few problems when using Jelly with Rails 3: - rails generate jelly is unrecognized during install (had to copy the files manually) - I...

Now that AWS is moving to OpenSearch, will elasticesearch-rails still be compatible with this? If so, is it easy to figure out which version of the gem is needed for...

stale

## What I tried to do In a HAML partial, calling `t(nil, scope: "my.scope", default: "No value")` ## What I expected to happen Should result in the value of "No...

Hi - would be nice to also document the new `read_timeout` config parameter.

Hello - is there any way for the model to also return a [0,1] confidence score when generating an image caption?

# Forma 36 bug report ## Summary When using a form textinput along with a button inside a Stack that is align=center, if the textinput has help text then the...

bug
stale

**Is your feature request related to a problem? Please describe.** When OpenAI returns an error, there is always a stdout log message written by the gem. https://github.com/alexrudall/ruby-openai/blob/7666e3084bcc6c10e0fd350224db874d07bbfd55/lib/openai.rb#L30 There doesn't seem...

Ruby 3.04: ``` 3.0.4 :001 > RRR = ImmutableStruct.new(:source_type, :text, :score, :data, :error_message) => RRR 3.0.4 :002 > x1 = RRR.new(text: "Hello") => # 3.0.4 :003 > x2 = x1.merge(score:...