Thomas Koppensteiner

Results 20 issues of Thomas Koppensteiner

Please support `JRuby-9.2.x.x`. The `Net::HTTP` [call](https://github.com/elecnix/ruby-geonames/blob/master/lib/web_service.rb#L266-L270) made in ```ruby def WebService.make_request(path_and_query, *args) url = Geonames.base_url + path_and_query url += "&username=#{Geonames.username}" if Geonames.username url += "&password=#{Geonames.password}" if Geonames.password url += "&radius=#{Geonames.radius}"...

**User story.** As an API designer, I can use square brackets in URI strings so that the validation is still valid. **Is your feature request related to a problem?** I...

t/bug
triaged
p/documented

I'm running [community edition of neo4j in docker](https://hub.docker.com/_/neo4j/) (version 3.2.2). To persist the configuration I'm mounting a host folder to `/var/lib/neo4j/conf`. The first start is fine and prints out: ```...

> Passing 'script' command to redis as is; administrative commands cannot be effectively namespaced and should be called on the redis connection directly; passthrough has been deprecated and will be...

This PR adds the `Sidekiq::Undertaker` plugin. It addresses #20494 It can easily be removed, if you don't like it. Adding the plugin doesn't lead to a performance degreace of Sidekiq.

### Pitch [Sidekiq::Undertaker](https://github.com/ThomasKoppensteiner/sidekiq-undertaker) plugin allows exploring, reviving (retrying) or burying (deleting) dead Sidekiq jobs. For easy exploring the dead-jobs queue is broken down into time windows (buckets) of hours, days...

suggestion

[Trezor](https://trezor.io/) and [Trezor Suite](https://github.com/trezor/trezor-suite) allow to create multiple Cardano accounts within one Cardano wallet on Trezor. Please add the support for multiple accounts per wallet to Yoroi.

**Describe the bug** The "Flow" button as shown in this [Blog post](https://medium.com/the-graphical-terminal/visualizing-ci-cd-in-a-terminal-cf49c4d211cb) is not available. Was the "Flow View" feature removed? **Steps to reproduce the behavior** 1. `kubectl get pipelineruns`...

lifecycle/rotten

Add JRuby-9.4.x.x to the CI test matrix

The [wiki explains](https://github.com/veny/orientdb4r/wiki/Samples-Document-CRUD#delete), that during `delete_document` an error is raised, if no document exists to the given `rid`. This is because the `response` from [here](https://github.com/veny/orientdb4r/blob/master/lib/orientdb4r/rest/client.rb#L403) is always `""`. It doesn't...