Kevin McCormack

Results 114 comments of Kevin McCormack

@jbernard I would also love to see an updated version pushed to PyPi! I'm looking for syncing nested files like `~/.config/Code - OSS/User/settings.json` Otherwise I might have to switch myself...

Any progress on this front?

I added this terrible hack to my local install of warbler after line 44. It downloads and saves a copy of `bundler.gemspec` from github for the current Bundler version the...

Ah so we have to pull in Ruby source to ruby directory here?

I pulled in ruby from https://github.com/ruby/ruby/releases/tag/v3_1_2 Not sure if this is what you're looking for ``` ➤ grep -rE 'Hack (start|end)' . ./vendor/gdbm/src/gdbmopen.c:// --------- [Enclose.IO Hack start] --------- ./vendor/gdbm/src/gdbmopen.c:// ---------...

Does that come from the compilation? `bundle exec rake` is failing for me ``` /usr/bin/ld: ./libgdbmapp.a(parseopt.o):/tmp/rubyc/gdbm/src/parseopt.c:256: multiple definition of `parseopt_program_args'; gdbm_load.o:/tmp/rubyc/gdbm/src/gdbm_load.c:33: first defined here /usr/bin/ld: ./libgdbmapp.a(parseopt.o):/tmp/rubyc/gdbm/src/parseopt.c:255: multiple definition of `parseopt_program_doc';...

I ran into this problem as well. I think the issue lies with using the last released version which at the moment dates back to 2017 and even mentions Bundler...

@amuta could you please update this from the latest master branch when you have a moment?

@amuta This should be refactored but for now we could up the limit to 117 in https://github.com/ruby-ldap/ruby-net-ldap/blob/626c312b49339eb71b1013ca35e406905e6ca1b1/.rubocop_todo.yml#L207-L209 I don't have access to any Active Directory to test this myself and...

Could you share the code you used and what LDAP server you are connecting to?