Stephen Demjanenko

Results 19 comments of Stephen Demjanenko

One note on this typing, I've found that `batchGet` returns a `Responses` key normally, but when `parse: true` is set as an option, it returns an array of initialized models....

Would it make sense to allow `stream.sync` to be configurable: https://github.com/bdurand/lumberjack/blob/master/lib/lumberjack/device/writer.rb#L62

Im hitting this issue as well. What I've noticed is that the code that is generated that is problematic looks like ``` case "...fieldName": ... directive0 := func { return...

I just encountered something really similar when upgrading from 0.17.38 to 0.17.39. I had to back out the upgrade because I didn't have time to debug.

I've been running into this issue off and on since installing the Rippling MDM agent and changing my Mac password. Today it came to a head. I think I found...

@masseelch is your example using the `hoge` as a join table? Do you have a `StorageKey` example where it is a One-to-One (or One-to-Many) relationship where table 1 has a...

Instead of having the CLI script call `sys.exist(main())`, propagating anything `main()` returns as the exit code, it may be easier to maintain if `sys.exit` is called with a non-zero code...

What remains to get this over the finish line? Do we just need to get the conflicts resolved?

The issue appears to be `sys.exit(main())` in the CLI script that `pip` creates. If I add this to `problog-cli.py` in this repo, then I can reproduce with `python ./problog-cli.py sample...

> This is a separate installation from the AWS-CLI tool, so you need to have both installed. I'm unsure how this can be done on Terraform Cloud. That is why...