Sebastian Fey

Results 117 comments of Sebastian Fey

This was one idea of multiple possibilities. Nothing was fixed yet - some prototyping will be required. This also does not contain things like ingredients, etc. from the mockup. We...

What might work in your case is something like ``` Container.Bind().To().AsSingle(); Container.Decorate().With(); Container.Bind().FromMethod(ctx => (ctx.Container.Resolve() as B)); ``` However, I'm not sure how you would proceed if you added another...

> Question for you, @seyfeb: Do you think it is a required/good practice to create a common CHANGELOG (i.e. the CHANGELOG.md in the `master` branch) for **all** releases created (also...

I could also create a PR, if this would help you out, @mostmand ?

I don't know your intention @mostmand, so I took the liberty to create a PR with an MIT license [here](https://github.com/mostmand/Cloneable/pull/12). Hope this helps!

For reference: I'm looking for something like this ComboBox https://vuetifyjs.com/en/components/combobox/#multiple-combobox where you can type some unknown value and on tab or enter the types value is used.

It might be also possible to use `MudChipField` but this is missing the autocompletion functionality.

It seems like, maybe all, at least some muscles became available. Maybe the issue was due to some caching? At least the user experience would be improved if the muscles...

Another update: Some newly created muscles appeared but other (initially present) muscles disappeared from the exercise creation dropdown: I am not able to select trapezius and triceps muscles anymore.

Closing this as a duplicate of #2101, please discuss further in the other issue!