-
Hello,
I hope that you are well,
In my rails controller i return a zip file witch i generate like this :
```ruby
buffer = Zip::OutputStream.write_buffer do |stream|
table.all.each do |…
-
Update the MetricStream class to more closely match the specification: https://opentelemetry.io/docs/specs/otel/metrics/sdk/#stream-configuration
Originally from: https://github.com/open-telemetry…
-
Didn't know how to get in touch with you, so I'm asking here:
Would you like to try to merge your code (maybe a plugin) into rubyfpv gs https://github.com/PetruSoroaga/RubyFPV/tree/main
So we (the t…
-
When receiving a response with a header that is folded over multiple lines, the following error is returned:
```
Protocol::HTTP1::BadHeader: Could not parse header
```
I first noticed this iss…
-
Idea: Make returning a Result easier. Does it make sense to have `PrintResult` where T is a user provided type and the state is one of our structs and E is an error.
-
**Is your feature request related to a problem? Please describe.**
We would like to use Data Streams Monitoring for our different Ruby apps, but we noticed it is not listed in the supported languages…
-
```ruby
ollama.chat(model: 'llama3.1', stream: true, messages:, &Print)
```
-
### Checks
- [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure)
- [X] I have tho…
-
**Describe the bug**
After upgrading from mise-2024.10.12 to mise-2024.10.13, typing "mise run " and then pressing [TAB] (using bash completions) results in the following output:
```
$ mise run E…
-
`SSLSocket` error conditions are not consistent with `IO`.
1. `io.close` followed by `io.read` can result in `EBADF` rather than `IOError`.
2. Without `sync_close`, `io.close` followed by `io.read…