Ben Rexin

Results 20 issues of Ben Rexin

This is the "hardcoded" solution for Issue #130

Running a transaction as described by https://github.com/neo4jrb/neo4j-core/wiki/Transaction seems to be broken. ### Code example (inline, gist, or repo) ``` # session already open Neo4j::Transaction.run do end ``` will result in...

### Description It would be kind of helpful/useful to get access to provider information using a data object (eg. used host), so it would be possible to fetch this information...

enhancement
stale

Given a KUBECONFIG that contains more then one context, it seems impossible to switch the current-context when using this gem. Is this intended?

### Description `colima clone default k8s` is unbelievable slow. I'm running it after creating it via `colima start --memory 4 --vm-type vz --vz-rosetta --kubernetes --runtime containerd` running it for a...

Please release at least version 0.5.1 to rubygems, so that https://github.com/uib/ruby-augeas/commit/497b2f628e3573ac7bf8d90c6a1bf08305f1d1e5 is included. :) Thankfully a Mac-User.

As described in https://www.rfc-editor.org/rfc/rfc6761#section-6.3, anything "ending" with .localhost is considered localhost, so we can use http://$label.onruby.localhost:3000 for development purposes without changing /etc/hosts at all. unless we want to develop with...

based upon https://github.com/rubyredrick/ri_cal/pull/22#issuecomment-1001147689 i assume phoet intended to replace the quite outdated ri_cal with icalendar a while ago. so doing it now :)

### Issue Description Using ``` # config/initializers/sentry.rb Sentry.init do |config| config.dsn = 'https://…' unless Rails.env.test? config.breadcrumbs_logger = [:active_support_logger, :http_logger] # Set traces_sample_rate to 1.0 to capture 100% # of transactions...

Type: Bug
sentry-rails