Kevin
Kevin
@zkelo Reading the regex that previously resolved this it's: "match": "Mozilla\/5.0 (#PLATFORM#Trident\/7.0*", And what I see different in what you posted is that your user agent string is including WOW64;...
Also experienced this, it seems to looking at the variable name rather than type You can hack around if it you edit line 39 to add some if conditions to...
Another way this can happen is if the orderer container tries to start before the certificate authority container, you want to make sure that orderer.example.com has something like: depends_on: ca.example.com...
@miller-time Thanks for taking a look and agreed with your thoughts! Going with level 99 was definitely a kludge and better options make sense. I will pull in your change...
@miller-time apologies for the delay, I was able to take your advice and implement the changes and found success in running it. I pulled your changes in here and also...
@miller-time Ahh I see, yes that makes sense regarding using floor vs. player level and thus negating the need for the flag. I'll update as per that and then run...
@miller-time I created https://github.com/miller-time/rust-warrior/pull/13 as a potential implementation to consider for this, limited and naive as though it may be.
Yeah once we have #3 in this should be pretty straight-forward as a wraparound. There's PHP and Ruby versions of this already available that I can point people to, not...
@mscoutermarsh Yep, so for instance: http://api.kivaws.org/v1/loans/search.json?country_code=us Not everything is implemented though. I have some code in PHP for doing country to country_code conversion but there is probably a js library...
Alright, so long time since I updated, what basically happened is another engineer here started developing a javascript front end for our API and is going to release it as...