Ryan Schlesinger

Results 19 issues of Ryan Schlesinger

I'm not sure if this is a bug in CC2 as of the v1.3.3 update or in this mod. I'm seeing the game get confused and "lose" track of air...

Tire's `update_elasticsearch_index` callback is not fired on destroy because we don't have an instance of the model to use in the sidekiq worker. Would it make sense to serialize the...

I've got preliminary support for the following syntax: ``` FakeWeb.register_uri(:post, "#{Utility.test_domain}/subscriptions.xml") do |request_args| make_subscription request_args end ``` The block is executed each time a request comes in. This allows a...

I just forked to fix a typo that was fixed back in July but still hasn't been deployed to the bookofspeed.com. Please deploy.

I have an 8 relay board from [waveshare](https://www.waveshare.com/product/raspberry-pi/hats/rpi-relay-board-b.htm). It's an active-low board. It's working great with mqtt-io so far. I'm using it to open and close heating valves in my...

enhancement
needs triage

The hack we've been using to pull in mongo 3.6.x has finally broken. Unifi 7.5 and greater supports mongo 4.4. I'm looking at upgrading to it.

The project README suggests setting up debug logging with the following: ``` ruby Tire.configure { logger 'elasticsearch.log', :level => 'debug' } ``` This pull fixes the `Index#bulk` debug output to...

bug

I'm currently using this project via devenv.sh with the following configuration: ```nix # https://devenv.sh/languages/ languages.ruby.enable = true; # Uses bobvanderlinden/nixpkgs-ruby to supply any version of ruby languages.ruby.versionFile = ./.ruby-version; ```...

This preserves the message metadata (Thread-ID) when uploading but allows attachments greater than 5MB.