Jeff Robbins

Results 6 comments of Jeff Robbins

Apparently AppSync's behavior must have changed since this app was written. Changing the resolver for Mutation.createCanvas to this seems to fix the problem. > #if( $ctx.error ) #if ( $ctx.error.type.equals("DynamoDB:ConditionalCheckFailedException")...

@koubaa unfortunately, subinterpreters still share a single GIL, although work is underway to try to remove that restriction. See [issue40512](https://bugs.python.org/issue40512) for more details. Due to sharing a single GIL, you...

I just installed 32-bit Python 3.8b04 on Windows and then tried ``` pip install -I pywin32-225-cp38-cp38-win32.whl ``` and ended up needing to copy the DLLs from `Python38-32\Lib\site-packages\pywin32_system32` to my embedding...

Oh, my bad, sorry! According to [this kubernetes issue](https://github.com/kubernetes/kubernetes/issues/43363), > > Any LIST query will result in this log line in etcd: ``` etcdserver: avoid queries with large range/delete range!...

sorry, more newbie floundering: C:\Users\jeffr\go>go get github.com/coreos/etcd/cmd/benchmark package github.com/coreos/etcd/cmd/benchmark: cannot find package " github.com/coreos/etcd/cmd/benchmark" in any of: C:\Go\src\github.com\coreos\etcd\cmd\benchmark (from $GOROOT) c:\Users\jeffr\go\src\github.com\coreos\etcd\cmd\benchmark (from $GOPATH) On Thu, Aug 10, 2017 at 3:56...

That failed too. I'm too new at this to be all that helpful, sorry about that. My main interest in zetcd is to run Kafka without Zookeeper. I'm hoping I...