Marco Iamonte
Marco Iamonte
> @briosheje I want to figure out a more complete styling solution for Fresh 1.1. The current twind support is pretty hacked on there, and not how I envision the...
> I'm having trouble figuring out how to get css in the head. Does anyone have an example repo to look at? Thanks! Just check @About7Sharks post above, I've done...
> I don't recommend installing as an administrator, because that means you'll need admin access for most operations. The setup instructions for Windows should work without admin privileges. (I don't...
> Ahh I didn't realize `choco` was prominently featured on the main page as a suggested way of setting up on Windows. If it does require admin privilege then maybe...
Can confirm that in macosx it's working well, while in windows this error is thrown indeed.
@Cyril-Figgis thanks, I'm wondering, though, how it's irrelevant on iOS while it crashes on windows. Sounds interesting :)
@lini Thanks for the infos. I can confirm that I'm still having feedbacks from some users having issues with the save picture module. The amount of feedbacks, however, after the...
I'm having the exact same scenario with `male`, `female` and `other`. Example: ``` "question_3": { "label": "Gender", "options": { "gender_female": "women", "gender_male": "man", "gender_other": "other" } } ``` produces: ```...
@Floul sounds like these are all reserved words: https://github.com/aissat/easy_localization/blob/develop/bin/generate.dart#L9 Although in the documentation there is an example using `male` as a key. I'm feeling confused, but that's why.
> In this case I think it would be nice to see a list of the reserved names. The list is in the provided link above (in my previous answer)....