Major Disorder
Major Disorder
I'd be happy to have a go at this. Did you have any specific approach in mind, or shall I just forge ahead?
Okay. I'm going by [https://github.com/benjamine/jsondiffpatch/blob/master/docs/arrays.md](https://github.com/benjamine/jsondiffpatch/blob/master/docs/arrays.md). It pretty much describes what I had in mind anyway.
I implemented the basic detectmove algorithm. I works fine for arrays of primitive types and strings. I haven't gotten around to implementing [objecthash](https://github.com/benjamine/jsondiffpatch/blob/master/docs/arrays.md#an-example-using-objecthash), so arrays of objects are still returned...
You can find the glee packages here: https://debian.pkgs.org/9/debian-main-amd64/libglee0d1_5.4.0-2_amd64.deb.html https://debian.pkgs.org/9/debian-main-amd64/glee-dev_5.4.0-2_amd64.deb.html You'll also need: https://debian.pkgs.org/9/debian-main-amd64/multiarch-support_2.24-11+deb9u4_amd64.deb.html
That being said, i run into the same error as @The-personified-devil Making all in Client make[1]: Entering directory '/home/dme3tron/Tools/electricsheep/client_generic/Client' g++ -DPACKAGE_NAME=\"electricsheep\" -DPACKAGE_TARNAME=\"electricsheep\" -DPACKAGE_VERSION=\"2.7b33-svn\" -DPACKAGE_STRING=\"electricsheep\ 2.7b33-svn\" -DPACKAGE_BUGREPORT=\"http://code.google.com/p/electricsheep/issues/list\" -DPACKAGE_URL=\"\" -DPACKAGE=\"electricsheep\" -DVERSION=\"2.7b33-svn\" -DSTDC_HEADERS=1...
just realized i forgot to change the type for the `messageSizeThreshold` parameter in `WithMessageSizeThreshold`
> And the build, it's broken > https://ci.appveyor.com/project/raol/amazon-sqs-net-extended-client-lib/builds/29319522 m hmm.. yes, I signed assembly so I could use it in my own project. Should not have committed that i guess....
Addressed in https://github.com/raol/amazon-sqs-net-extended-client-lib/pull/19 among other minor things
Are there any updates on this? In our use case we a have a plugin architecture in which Controllers are loaded ad hoc using ApplicationPartManager. As long as we use...
In the meanwhile I've been trying a few things. Bear in mind I'm not very familiar with the .net core Options pattern, so forgive me if what follows next seems...