-
Hi
I'm trying to use blather in jruby 1.7.3
``` ruby
setup 'username', 'password', 'talk.google.com', 5222
```
When I trying a connection to google there is a delay in
``` bash
DEBUG -- : RECEIVI…
-
Llama2 is available in replicate; you can even [fine tune your own version](https://replicate.com/blog/fine-tune-llama-2) there…
Streaming support is the killer feature to make LLMs come alive in …
-
Hi, had this issue with 2.1.0 and S3 when using european characters (São Paulo, for example) which I was able to fix by forcing the encoding in RightAWSParser.
A message with the S3 name was passed …
-
# Description
Languages like Python and Ruby have the ability to add conditionals to the end of statements, like:
`return if arg.nil?`
Add this into control_structures.json file
-
**Describe the bug**
```
channel.query_members(
filter_conditions: { id: { "$in" => [user_id] } }
)
```
always returns all members when using the Ruby client.
In this case `user_id = Secu…
-
### Describe the usage question you have. Please include as many useful details as possible.
Among the simple HTTP GET client examples in [`arrow-experiments/http/get_simple`](https://github.com…
-
I am getting some encoding problems in REXML. Any idea on how to force the encodings to either UTF-8 or ASCII-8Bit?
Marius
mseritan@de-co-de.com
REXML::ParseException
#
/Users/myself/.rvm/rubies…
-
Take this benchmark:
```crystal
require "benchmark"
require "compress/zlib"
string = "The quick brown fox jumps over the lazy dog"
n = 100_000
Benchmark.bm do |bm|
bm.report("deflating"…
-
Command `t stream timeline -l` results in a single set of results, then
```
/usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/json/common.rb:156:in `parse': 765: unexpected token at 'The Site Streams an…
-
The main file in this gem is `lib/stream-chat.rb`. The gemspec is named `stream-chat.gemspec`.
The "-ruby" part of the name is redundant in a Ruby gem name. With all that in mind, the gem should ha…