James Addison
James Addison
> > Note: we should be careful to comply with software licensing here; mealie is AGPLv3 licensed, so if we borrow that code, we'll want to provide fixes and improvements...
I'm about to read some of this document that looks like a good resource: https://softwarefreedom.org/resources/2008/foss-primer.html Odd though it might seem, I think we might be on stronger grounds if we...
From my understanding of licensing and contributions, and trying to imagine the point of view of a software licensing attorney, it seems fairly clear (unless you have a prior /...
Yep, certainly can - if you could open a pull request with the changes then we can shepherd it from there (I'd add whatever settings/config approach I think is appropriate,...
There could be a few ways in which this behaviour is odd/broken at the moment - here's one example (from exploratory extension of the existing test cases): ```pycon >>> import...
(also to note: `number_to_words` isn't currently in use for any OpenCulinary/RecipeRadar-related software. The thinking behind reporting and addressing these kind of issues is that making the libraries we use better...
Short-term, I think it may make sense to deprecate and/or remove the `comma` parameter to the `number_to_words` method. It's a breaking change to the interface, but the functionality hasn't been...
Moving this pull request into a 'draft' status; option groups (nested results) need to be handled too.
> Moving this pull request into a 'draft' status; option groups (nested results) need to be handled too. From testing locally: option groups _do not_ result in the creation of...
Thanks @kevin-brown - how would you like to co-ordinate the creation of that test file? (should I attempt to create it here, or would you prefer to do that separately...