Daniel Berger
Daniel Berger
Currently you can edit a root tenant by disabling configuration settings. The problem is that you can then re-enable configuration settings after it has been edited. This will, at a...
### Environment JRuby 9.2.5.0 on a Mac via rbenv: jruby 9.2.5.0 (2.5.0) 2018-12-06 6d5a228 Java HotSpot(TM) 64-Bit Server VM 9.0.4+11 on 9.0.4+11 +jit [darwin-x86_64] Darwin Daniels-iMac.attlocal.net 18.2.0 Darwin Kernel Version...
I see there's a `local-commits` and `count` option, but nothing that gives me the number of commits versus the default branch. This is what I use for that currently: `git...
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-darwin19] rugged 1.1.0 The Rugged::Walker#push method is supposed to accept an oid string or a Rugged::Commit instance according to the docs: https://www.rubydoc.info/gems/rugged/Rugged/Walker#push-instance_method However, we're seeing...
We're seeing what appears to be a segfault in the `check_connection` method, i.e. `rb_git_remote_check_connection`. The error is `check_connection munmap_chunk(): invalid pointer`. Near as I can tell this happens when you...
truffleruby 22.1.0, like ruby 3.0.2, GraalVM CE Native [x86_64-linux] Hit this randomly this morning doing a `bundle install` for a project called memfs (https://github.com/simonc/memfs). I was unable to replicate though....
The following behavior is probably an artifact of the underlying implementation rather than a deliberate design choice, but I thought I would mention it: Given the following layout: ``` foo/a.h...
Ruby 2.5.7 fog-google 1.9.1 Seems like the `gateway_ipv4` alias for `gateway_i_pv4` isn't working: ``` require 'fog/google' require 'fog/compute/google/models/network' n = Fog::Compute::Google::Network.new n.gateway_i_pv4 # nil, ok n.gateway_ipv4 # boom, NoMethodError ```...
I was just thinking about security issues and gem signing again after reading through this https://github.com/rubygems/rubygems/issues/2496. While my suggestion doesn't directly address those issues, it did put an idea into...
Extension version 1.5.3 on VS Code 1.81.1 on Mac. I regularly see these errors when trying to use `` or `` tags while I'm writing using this extension. ``` [Error...