bitsofinfo
bitsofinfo
anyone else doing anything that pickles FugueWorkflowResult ? I'm executing some sql flows over secondary python processes, and running into an error like ``` return _ForkingPickler.loads(buf.getbuffer()) TypeError: FugueWorkflowResult.__init__() missing 1...
Anyone else getting this? This just started yesterday evening and still getting it. The repository does exist and this flow used to work fine earlier in the day. ``` ......
### Summary Sample: https://github.com/bitsofinfo/spring-boot-data-pre-authorize-issue spring-security 4.1.3, spring-boot 4.1, latest spring-data-jpa/rest libraries I have a custom repository interface that extends from other interfaces that ultimately extend from `PagingAndSortingRepository` with an annotated...
fixes SNS -> subscribed SQS queue issue as described in #134
using 0.76.0 My code is sending a message to SNS like this: ``` sns = boto3.client(service_name='sns', endpoint_url=http://localhost:4002) message = { "my_event": { "x": "something" } } # publish it response...
There are several things that can be done to make this more of a generic "shell agnostic" wrapper around stateless-process-command-proxy 1. Support configurable function in constructor to handle argument sanitization...
Adds `TableFormat` support for : https://github.com/JakeWharton/flip-tables/issues/14 * DefaultTableFormat * AsciiTableFormat
So right now all the `dividers` are special chars like `"╚═══╝"`. This really needs to be customizable so people can choose to use more basic ascii chars that won't break...
I don't see how I can get this to return a 503 (fail) + a custom detail as to why a particular check failed. Seems that if I return any...
``` 2016-07-01 10:45:41.741 ERROR 17730 --- [nio-8080-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is com.netflix.hystrix.exception.HystrixRuntimeException: audit failed and...