Jacek Jakubik
Jacek Jakubik
Working example: ``` schema = Dry::Schema.Params { required(:value).value(Types::Hash.schema(key: Types::Integer)) } # output => #["key"]}] rules={:value=>"key?(:value) AND key[value](hash? AND hash? AND set(key?(:key) AND key[key](int?)))"}> schema.call(value: { key: 1 }) # output...
Adding couple pattern matching tests to https://github.com/ruby-formatter/rufo/issues/246 for reviewal (see issue for more info)
When trying to run rufo against code that has pattern matching, rufo results in error ``` ➭ rufo -c /tmp/test.rb You've found a bug! It happened while trying to format...
Hi, Having all latest libraries (glib 2.36.0, pango 1.34.0, rrdtool 1.4.7). I'm trying to generate an rrdgraph using very simple command ``` ruby RRD.graph! tmp.path, :title => "graf", :start =>...
Similiar to https://github.com/open-telemetry/opentelemetry-erlang-contrib/pull/205 empty stack happens in pop_from_tracer_stack function Having not this case handled is causing telemetry handler to detach It originated from opentelemetry_cowboy, Stack: ``` Telemetry handler failed: %{reason:...