Justin Bull
Justin Bull
I think I have a working draft solution. Feel free to pull down my draft PR branch https://github.com/DSheirer/sdrtrunk/pull/1091 and give it a go.
A little follow up, I was still able to reproduce with Lograge 0.6.0. I've also discovered log entries I've added myself into the application correctly route to the logstash destination....
Thanks for the quick reply @dansketcher. I've installed GnuPG 1.4 alongside/parallel to GnuPG 2.0.x and ensure its engine is selected by running: ``` ruby GPGME::gpgme_set_engine_info(GPGME::PROTOCOL_OpenPGP, '/path/to/gpg/1.4/binary', nil) crypto = GPGME::Crypto.new...
Forgot to mention that this pattern would apply to the errors section as well: ```ruby # ... Concurrent::Promises.zip(map_of_work).result # => [true, # {:multiply=>6, # :divide=>1, # :add=>5, # :subtract=>1}, #...
@jamie remember `::Promise` and `::Future` are deprecated in favour of `::Promises::Future`: > Promises is a new framework unifying former tools Concurrent::Future, Concurrent::Promise, Concurrent::IVar, Concurrent::Event, Concurrent.dataflow, Delay, and TimerTask of concurrent-ruby....
Hey gang, I have a LR4 and LitterHopper as well as Proxyman Pro and a physical iPhone/iOS device. Happy to contribute but sadly am unable to see any `iothings.site` host....
I was able to dump the GraphQL schema via their introspection endpoint still being enabled in production. Full Schema: [lr4.graphql.txt](https://github.com/user-attachments/files/19902475/lr4.graphql.txt) `UnitDiagnostics` looks particularly useful in general FYI. Here is hopper-pertinent...
and thanks to @jrhe here are some real world examples for `litterHopperDispensed` activity: GraphQL query: ```graphql query GetLitterRobot4Activity { getLitterRobot4Activity( serial: "REDACTED" limit: 100 consumer: "app" activityTypes: ["litterHopperDispensed"] ) {...
Plus more informational, sane defaults 😄