toby cabot

Results 10 issues of toby cabot

MasqDaemon was designed to have only one chain since it masquerades all traffic leaving the node. In my use case I want to copy MasqDaemon into my project to manage...

cncf-cla: yes
size/M

We switched to Ruby 2.4 and now we're getting many warnings. They mostly fall into two categories: `/usr/local/bundle/gems/capybara-angular-0.2.6/lib/capybara/angular/dsl.rb:13: warning: instance variable @ignoring_angular not initialized` and `/usr/local/bundle/gems/capybara-angular-0.2.6/lib/capybara/angular.rb:10: warning: instance variable @default_max_wait_time...

Hi Folks, I'd like to change just the status of a specific IP address but am having trouble with the golang client stubs sending too many address parameters. My code...

As of Ansible 2.4, "include:" is deprecated in favor of "include_tasks:" and "import_tasks:". This change removes the DEPRECATION WARNING that recent Ansible versions output as a result. As a side-effect,...

I get this message when using this: ``` [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible-core/2.14/user_guide/playbooks_reuse_includes.html for details. This feature will be removed in version 2.16. Deprecation warnings...

Hugo starting with version 0.123 crashes when docport tries to reference BaseFileName on a virtual page. It used to just warn about it. https://discourse.gohugo.io/t/upgrade-from-0-122-to-0-123/48576 The fix is to range over...

Thank you for this project! Here are a few small tweaks to get the Dockerfile ship-shape.

TracePrint() was replaced by helpers.TracePipeListen(). go.sum might have more changes that absolutely necessary since I did this work after pull #5 . LMK and I'll be happy to rebase this...

It looks like the link to "Releases" in the readme is no longer valid - is there a new place to download jets3t releases? Thanks!

Here are a couple of fixes that we've used to be able to use Ruby to queue jobs and Python to run them. It's a great combo for us because...