@ztxone I again messed up. I realized what I was doing wrong. I forgot fork your PR and fetch locally and make changes directly in your PR. But I now know what I was doing wrong.
I fixe the issue you were having. There is a 'bug' in the type that you were using.
I replaced it with a custom type. But that is what was throwing you off.
I pulled your changes into this branch.
Also just a note. Every time you start a new branch, make sure you pull all the data from main branch so you are always working from the most recent code.
@ztxone I again messed up. I realized what I was doing wrong. I forgot fork your PR and fetch locally and make changes directly in your PR. But I now know what I was doing wrong.
I fixe the issue you were having. There is a 'bug' in the type that you were using.
I replaced it with a custom type. But that is what was throwing you off.
I pulled your changes into this branch.
Also just a note. Every time you start a new branch, make sure you pull all the data from main branch so you are always working from the most recent code.
This is something I am learning to.
Your design looks great. Awesome job as always.