Henry J Schmale

Results 10 issues of Henry J Schmale

Data where tasks are not assigned are now accepted. The data I was working on was very dirty. Fixed it with exception blocks. I hope this is acceptable.

The datatable should be able to support excluding a tag from the listing. This would allow more interesting things to float to the top and find some unique blogs. Also...

Does this library support single table design for dynamodb? I've read a couple blog posts and now I'm intrigued about it. It's where you store items of different types in...

I'm using this package in typescript project so I created some typescript definitions. I'm not quite sure how they all fit together, but this is what I added to my...

I've been having some issues with downloading the databases from dynamodb after making changes to them. The donutdb cli command wants you to specify a database name and will try...

I have a schedule that seems to be miss-reported in the cli `describe-schedule-usage`. It should run all day every 3rd Tuesday of the month, and from 5am to 7pm the...

bug
triaged

Hi, I'm curious exactly what the various debug modes display. I've seen 4 modes, but I'm not sure what they mean at all. Working on taking this into an IDE...

I've been reading through the docs, and your article I cannot figure out what should be included in some of the values listed below: How did you decide to use...

The command line markdown was not proper code highlighting syntax, so I fixed it. I also changed from using backticks to using `$()` which is a bit of a bashism,...

I'm trying to make it render some nice looking plots using this library. However I'm having issues getting the title to render right using the `chart.PieChart{}` interface. The title renders...