Results 7 issues of Jake Scott

I had to install a couple other packages `sudo apt-get install postgresql-server-dev-all` `sudo apt-get install flex` `sudo apt-get install bison`

Hi @softprops Sorry to keep sending you feature requests :) I should look into contributing myself! I've noticed that the `rusoto_dynamodbstreams` has the same types generated like `AttributeValue` etc. Wondering...

I had to install perl to be able to run `setup-win.bat`. I think it might have been a dependency that curl cmake has here: https://github.com/etodd/curl/blob/master/CMakeLists.txt#L237

Something like this: ``` js $(document).on("justice:metrics", function (event, metrics) { console.log(metrics); $.ajax({ type: "POST", url: "/api/metrics", data: JSON.stringify(metrics), dataType: "application/json", success: function (result) { console.log(result); } }); }); Justice.init({ metrics:...

Given the class ``` public class Note { public Note() { Tags = new List(); } public ObjectId Id { get; set; } public string Title { get; set; }...

Fixes DI for the asp.net sample 1. Closes https://github.com/temporalio/samples-dotnet/issues/47 2. How was this tested: Manually by running the web and worker and hitting http://localhost:5000 3. Any docs updates needed? N/A

### Is your feature request related to a problem? Please describe. Update sample to use DI without awaiting the clientTask.

enhancement