> Add .gitattributes file to fix cross-platform line-ending issues
pbryan
OK, the challenge will be testing. I'll see about getting a Windows VM setup so I can prove it works.
monkey
Can't help you there I'm afraid, no Windows machines around. If VM is too cumbersome, we could ask assistance from other people on the channel who are on Win
kellnerd
I have a Windows machine, but my Git for Windows autocrlf option is already set up correctly to avoid CRLF (although I always forget the correct value to achieve this), so I won't be a useful tester.
pbryan
I've got an ISO around here somewhere. Cue rummaging sounds. 😉
However I would expect a "Development" dropdown on the right hand side with the PR listed underneath. Will continue investigating.
BrainzBot
BB-667: Bug when modifying Series relationship in Edition
Deogee joined the channel
Siddhart1o1 joined the channel
Siddhart1o1 has quit
monkey
kellnerd: So it turns out everything was working fine with JIRA-Github integration, but 1. I was just not paying enough attention to the formatting of pull request titles and 2. The 'development' dropdown in JIRA is a separate thing to the "Github Bot" comments on the ticket.In your use-case, are the comments on the ticket good enough? https://usercontent.irccloud-cdn.com/file/NpZZ9...
kellnerd
Yay! Comments are usually enough for me. Only if there are multiple PRs or direct commits to main the development dropdown is good to have.
monkey
OK, will see where we stand on that, as it's a question for the rest of the MeB projects as well
kellnerd
pbryan: I'm just looking into BB-712. Do you have a good real world example of an entity which has an alias with a comma?
Because a simple change of the alias separator would affect all entity types and what looks good for e.g. authors might not for editions.
For author aliases most separators (including comma and middle dot) are probably fine, but for editions/works the alias titles may contain any punctuation that would fit as alias separator (e.g. slashes, dashes, pipes...)
pbryan
I'll see if I can find a good example.
Deogee has quit
kellerd, here are the first 5 examples I've found:
Thanks, so the comma is a problem for elaborate work titles, of course :)
pbryan
Yes, basically anything with a comma conflicts with the delimiter we're using to separate aliases.
I'm sure there are authors with some kind of title or suffix with a comma as well.
kellnerd
I've attached a demo screenshot to the ticket, if monkey agrees and nobody else objects, I will submit a PR.
monkey
It makes a lot of sense with works, for sure. I wasn't originally convinced the author aliases would be an issue, but I can definitely see the value in this improvement
monkey looks at ticket
Middle dot works well. I was thinking of the Catalan "punt volant" (or "flying dot") which is a fatter version of the same, if we want something less subtle
kellnerd
We could also make the separator configurable per entity type if we consider some of them unproblematic and better-looking with a comma.
I'm not attached. It doesn't make much sense in terms of HTML hierarchy, so it's probably like that mainly for styling
Which means, if you're reviewing the styling anyway, it can just be scrapped
kellnerd
Ok, I will try to turn this into something like `<ul class="inline-aliases">` then.
monkey
Sounds good. Thank you !
pbryan
Nice!
pbryan now has WSL installed, so step 1 complete. 🙂
kellnerd
Almost there, I only have to copy the h4 styling from lobes4.
Should I use the Roboto font of h4 as previously (only used for headings) or should I keep the default Sintony font?
"Keep" as in not overwrite it
monkey
Hm.
I don't see much of a reason to use Roboto now that we're moving away from using header tags. I doubt it was on purpose.
But if you think it looks better to have the same font as the main alias just above, we could use Roboto
kellnerd
Ok, I'm experimenting a bit. I guess we definitely want to keep font-size and probably also font-weight (only 300 for headings, while it is 400 elsewhere).
sumit joined the channel
pbryan
Hmm, interesting. If I use git in WSL, everything is great.
If I use git installed in Windows, I get `\r` line endings. So, reproduced at least.
I'm surprised at how well integration WSL is. Not enough to make me want to switch to Windows, but...
kellnerd
Never have used SCSS before, but TIL that I can simply use `@extend h4;` instead of copying properties or finding the names of the appropriate SCSS variables.
monkey
Indeed
pbryan
monkey: Would it be safe to say we want all text files in GH to be Unix style (never have CRs)?
monkey
I… suppose? It's been so long I haven't Windowsed that I don't know what the implications could be
pbryan
If I have my facts straight, it means most good editors on Windows will be fine with it. Notepad will not work well.
I went through the codebase and it looks like the options(in this case Novel , short story , poem....) are gotten from the database and stored in the redux store
I am trying to add "Essay" to the list of work type options
Do i just need to add "Essay" to the database and that will you suffice ?
monkey
Hi Deogee ! Yes unfortunately this can only be aded to the database and I'm the only one with the keys :) Please pick another ticket !
I hadn't seen it was marked as a good first bug, my bad !