Anthony
Anthony
The plan I mentioned above is still valid, we just haven't had the bandwidth to take on this work in our roadmap. This code pattern is definitely not ideal, technically...
Yeah, seems related a bit. Definitely related in that the exception is not reported back to the user. If we do anything here specifically, it could be a command/build failure...
Re invoice by email, what I tend to do is: If a user wants a PO first, I create a Stripe quote. Not sure if we want to document this...
It's a nicer workflow, and avoids the invoice going to unpaid/noncollectable, and doesn't count towards our revenue. This is specific to users asking for a quote or PO for approval.
That is a great way to ensure the issue doesn't immediately pop up on us. I'd agree that's our first step, though we also don't want to linger around with...
I could take this issue as one of my doc sprints. Though JS support isn't our core focus, I think this does a good job of showing some advanced usage...
I didn't realize sphinx exposed a tag element in the conf.py, that is a better ux. We should document this usage
@stsewd what is the need to be able to see the tags? I don't think we need read access to them, just need to guide users to add them and...
Yup +1 on a guide for this. They have access to the version, but most folks don't automate this or keep it up to date. I feel like we could...
> I don't think it will be a problem since these templates are small and I don't think they will take too much time to render that could produce a...