Eric Feliksik

Results 8 issues of Eric Feliksik

How does the opentracing part of this repo relate to https://github.com/grpc-ecosystem/grpc-opentracing/tree/master/go/otgrpc (otgrpc)? It look like both package build middleware, using https://github.com/opentracing/opentracing-go Are they alternative implementations? Are you in touch with...

question

I would like to have a `let lowercase : Text -> Text`. Based on https://github.com/dhall-lang/dhall-lang/issues/164 I understand that Dhall aims to promote static typing instead of string comparisons , and...

addresses #34 Note I didn't even test this. Feel free not to merge it. Maybe I'd have time for a more serious contribution later.

I am trying to run letmegrpc but the generated code is incorrect: ``` letmegrpc --addr=localhost:3149 --port=8080 listdates.proto 2017/03/10 11:00:35 # tmpprotos ../../listdates.letmegrpc.go:54: conn declared and not used ``` Unfortunately there...

I experience the same problem as in #7374: The @SpyBean on the class is not reset between test cases. I create a small (minimal?) version to reproduce, as suggested in...

status: waiting-for-triage
for: team-meeting

For simplicity, I will take the example from https://mobx-keystone.js.org/class-models/#inheritance: ``` @model("MyApp/Point") class Point extends Model({ x: prop(), y: prop(), }) { get sum() { return this.x + this.y } }...

🍗 enhancement
🎈 released
📑 merged to master

When I update a page title in asciidoc, a new confluence page (with new id) is created, instead of renaming the existing one. This is acknowledged [here](https://github.com/confluence-publisher/confluence-publisher/issues/369#issuecomment-1144036945). The disadvantage is...

The following breaks syntax highlighting: ``` = bug == Header 1 :x: foo .check version on Windows [source, subs="attributes"] ---- {x} ---- == Highlighting is still ok // syntax highlighting...

🐞 bug
💄 area/syntax-highlighting