From support@: "This is an awesome project. I use it for educational purposes in my research on software architecture. I just downloaded the server and it worked perfectly out of the box." :)
yvanzo: duh I'm an idiot, thanks for finding what I forgot
Other than that it's fine? If so I'll change those and merge
yvanzo
reosarevok: yup, about TODO notes, I made only one comment but it applies to all
reosarevok
Fair enough
yvanzo
If the TT tag ends by the end of the line, the comment has to be put before the ending mark, e.g. [% Be.hungry() # TODO: eat %]
reosarevok
Yup. Done, should be fine now, feel free to make sure
yvanzo
About Songkick, the only way to avoid duplicates would be to remove the slug from the end of the URL. Would that be alright?
reosarevok: any reason to put comment on pager? # is just for the rest of the line, not for the rest of the tag (except if the whole tag is a comment).
reosarevok
Because it makes it more visible
And the whole thing is converted as one anyway
yvanzo
You can put it on its own line if you prefer, just avoid adding tag markers if possible [% %]
reosarevok
Otherwise you need to scroll to see it, so it's easier to miss
So I'd just leave it on the pager line unless that causes problems
Removing the slug is fine if just the ID works anyway
yvanzo: want me to move the comments or can they stay where they are? :)
(I'm fine with either, just let me know)
Actually nevermind, I'm already having to edit the stuff again because I was stupid, so I might as well move them
Freso_ joined the channel
yvanzo
reosarevok: found a fatal typo, made a comment about that comments ;)
Hi reosarevok yvanzo bitmap, Could you check the PR please, currently the forms only work for edit... Will make some changes so it can work for create too. Till then please review the edit form
I'm having problem with Flow Types.. If anyone can help me, it would be great
problem is in form.js in admin attributes
reosarevok
What's the specific problem?
Cyna
Im having problem with types on Script and Language as they are confusing each other
reosarevok
Confusing each other?
Cyna
Elements in Language are comparing their types in Script
and vice versa
reosarevok
Oh. You'll probably need bitmap or yvanzo for that, I struggled with something similar recently IIRC
Quickly looking at your form component: I'd expect it'd be simpler to follow if you created three extra components (in the same file) for each form, and just called them from your case, rather than having all forms there
reosarevok was porting a similar form recently, did it like that: https://github.com/metabrainz/musicbrainz-server/pull/1047/files#diff-3ca82e486fb132e9671b65b1971c037bR29
Also, do not hardcode the entityOptions
Do the same as with the other, with options_entity_type
So $form->options_entity_type (no need to pass a model to this one)