-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2122S1/pe/master/files/ea48736e-687a-400b-a661-399d35e9488e.png)
Some users may need to track ingredients that have more than one word, per…
-
Steps to reproduce:
1. enter command `add-i in/1234 iq/12345 iu/12345`
Expected:
It is unlikely for users to add ingredients with numeric units or numeric names. There could be a warning that users a…
-
# usps
## URLs
## Actions
### register-organization
#### Prompt
Register a organization to do business with the USPS. https://developer.usps.com/api/57#tag/Resources/operation/post-organization…
-
![recipe-it - db design](https://cloud.githubusercontent.com/assets/15648358/26186865/afb36f90-3b8c-11e7-8dc8-562dc2515627.png)
![show tables](https://cloud.githubusercontent.com/assets/15648358/2618…
-
Add onions and corresponding instructions to the following sections:
- Ingredients
- Instructions
-
## Use case
Ideally users could spot errors in the ingredients and submit corrections or even completely new ones.
## Proposal
Take a look at the Open Food Facts package, and if this is not p…
-
### What
- If the Nutri-Score printed on a product package (in the labels field on OFF) is different from the Nutri-Score computed (both the 2021 and the 2023 versions), we could add a sub knowledg…
-
1. Open the dialogue with Thumbnail and info inputs
-> Save the recipe information (get ID back)
-> Upload imgae
-> Next step
2. Add recipe ingredients and method screen
-> Call get ingredi…
-
https://github.com/schollz/ingredients/blob/230d0d4919702949824b6abf34fac44fbb768a8d/ingredients.go#L395
-
```
enum E ;
role R {
has $.e = one;
method m() {
say $!e === one; # False
}
}
R.new.m;
```
The above prints `False`, but should print `True`.
As far as I golfed, the …