Alexey Dubovskoy

Results 17 comments of Alexey Dubovskoy

Yes, as of now the shopping list is stored in browser's local storage, not on a server. That's an interesting use-case, I don't mind changing CLI to store the shopping...

Cool, that's smart!

@Scoder12 It's a great idea and many people were mentioning it. I'm wondering how you see it can be integrated with the CLI? Something like fetching recipe from the web-page...

@2096779623 could you please check if it helps to start the server with `--host` option? Like `cook server --host`. Thanks!

Thanks for checking. Yeah, that doesn't look great... It suspiciously look like a CORS issue. I'll have a look.

Agree. Currently for the sake of combination of ingredients mentioned multiple times, everything is converted to decimal. I need to think how we can approach it so it keeps the...

Yep, there should be recipes in UI when you run dev setup. They are stored in `./seed` directory of the repo. When `cargo run server ./seed &` runs it uses...

Thanks for reporting, moving this parser.

That's great, thanks for noticing that @Cabalist. Yes, probably we can update documentation and mention this.