-
> logstash:5.3.1
> kafka:kafka_2.11-0.10.1.1
> os:centos 7.2
```
[root@test2 logstash]# cat conf.d/logstash-output-kafka.conf
input {
file {
type => "test-logs"
path => ["/opt/test.log"]
}…
-
Just saw the 6.0.0 release -- nice, thanks!
Curious about this ruby version req change - https://github.com/fnando/browser/commit/e54203b13995b4cc6199b521e430427a95ab4579#diff-53ec28e04e87eace119c0…
-
# Overview
Following error occurred on executing Lambda.
`sam local start-api` is working well.
```
{
"errorMessage": "/usr/lib64/libnssutil3.so: version `NSSUTIL_3.82' not found (require…
fucso updated
9 months ago
-
### Description
Inko's standard library should provide a `std.net.dns` module, which in turn provides types/methods for looking up DNS names and resolving them to IP addresses. Ideally we'd do so w…
-
Example: https://github.com/natalie-lang/natalie/actions/runs/8569056088/job/23484139786
```
FAIL ruby/spec::spec/core/conditionvariable/signal_spec.rb#test_0001_passes all specs (2901.91s)
…
-
## Description
It would be great to replace the usages of Ripper in IRB by Prism.
There are many advantages:
* Prism is faster than Ripper, and the difference is even more visible on TruffleRuby,…
-
Using `RUBY_PLATFORM` under JRuby always returns java therefore
this should never be used to detect the OS under JRuby.
This causes problems under Windows and JRuby because subexec detects JRuby su…
-
Java::JavaUtilConcurrent::ExecutionException: java.lang.Exception: error: unknown option `git-dir=/usr/local/gitrepos/users/srd20.git'
usage: git ls-tree [] [...]
```
-d only show…
-
My project is using:
- Spring boot 2.1.2
- Gradle 4.9
- org.asciidoctor:asciidoctor-gradle-plugin:1.5.9.2
- org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.16
When I am trying to generate pdf:
`u…
-
Apologies if this is the wrong place (perhaps I should open an issue in ruby/ruby for the NEWS.md instead?).
We've found an undocumented breaking change in Regexp.new that was put in place for http…