Michael Joyce

Results 14 comments of Michael Joyce

Note, this includes the [Uploading Releases to PyPi](https://github.com/NASA-AMMOS/AIT-Core/wiki/Uploading-Releases-to-PyPi) stuff as well

Working on a patch for dtype extensions support. Will have a PR up shortly for review

Hey @cswoodruff, I'm guessing you're referencing the `match` in the example? Or something else and I'm just overlooking it? There's no "requirement" there beyond overwriting the interface.

> I was referring to the `match` in the example. It just caught me off guard because my virtualenv was running with python3.8 and I tried the example listed in...

I'd propose that if we're going to add something here that we consider pulling some of the log functionality into the config so we could, for example, set the log...

Hey @ThePope55, You need to specify Plugin inputs / outputs as the names of Inbound or Outbound Streams. You probably have the default stream definitions like the below. You'd need...

Hey @JimHofman, replying here with regards to the issue(s) you're running into with the table extension support. Thanks for throwing this branch up so we have something to dig through....

Hmmmm. Commanding _shouldn't_ support ArrayTypes at all by design. It does as a result of poor type checking on the Argument handler and the details of data type handling. See...

@nttoole, when you removed the `when` clauses did you make sure to delete the `pkl` files as a sanity check to ensure that a stale telemetry dictionary wasn't being used?

So the toolkit will write out `*.pkl` files for each of the config dictionary files on bootup. If you look in the directory that `AIT_CONFIG` points to you'll see those...