[listenbrainz-server] 14dependabot[bot] opened pull request #1973 (03masterā¦dependabot/npm_and_yarn/cross-fetch-3.1.5): Bump cross-fetch from 3.0.5 to 3.1.5 https://github.com/metabrainz/listenbrainz-serv...
akshaaatt: I don't know if there's a downside to having logo-specific guidelines in the logo folder readme as well?
My concern is that people will link directly to the logo folder
And if they're looking for logos they wont stop to read the readme for the Design System, especially if it's way down the list
reosarevok
Maybe add a file, but it is a "see X"?
(as in, a link to the main guidelines' logo section)
aerozol
My preference would probably be: split up the readme's in a very practical manner, give people a PDF if we want them to read the whole lot
Good that you're here Reo! I have some time, I was just going to ask how the paste-a-date stuff is going
I was just going through the ten related tickets to see if I could find where you were in there :D
yellowhatpro
akshaaatt: what's your opinion on using constraintlayout in compose??
I tried using it in profile-feature, but I feel it adds extra lines of code, while I am able to simply achieve the same task using compose in-built features.
So I was thinking of removing any kind of constraint layout in compose
Also regarding configuration changes from landscape to portrait, I was thinking of keeping stuff simple as per now, and using simple LazyColumns
We can also use Window Size classes as mentioned in :
Or the easier method is providing me access aerozol as lucifer shared
aerozol
Ooh thanks all! I'm in bed now but I'll give it a shot in the morning!
alastairp: finally language I can UNDERSTAND yay
lucifer
mayhem: lol lfm support. noice ;D
trolley has quit
trolley joined the channel
alastairp
atj: hi, if you have time I wouldn't mind picking your mind about a sysadmin/site performance issue that I'm having on freesound, another site that I run. we're having periodic outages and I'm unsure about what to try and measure/change next
atj
alastairp: sure, what's the stack?
PM me if you want
hackerman has quit
CatQuest
[19:47] <lucifer> yup lots of fun stuff possible with it.
dude. remember ho we where going to let people import their lastfm tag radios?
now is the time to try to let people do that (i had so many things tagged wich i'd *love* to be able to import into lb now)
... maybe that was iliekcomputers actually
lucifer
CatQuest: i am not sure what is lfm tag radios but will look into it.
i had started work on imported loved tracks from lfm last year but it had some dependencies which were only recently resolved. work on that feature can too be restarted soon.
reosarevok
aerozol: I wasn't here anymore :D
But: a basic "paste and it gets copied" bit is done, I haven't implemented the "this could be several dates, pick one" bit yet though
Not sure what's the best way (and whether the way the script does it is good or not)
hackerman joined the channel
akshaaatt
yellowhatpro: I believe it might be worthwhile for you to cleanup the commits in your profile feature PR.
hackerman3 joined the channel
Ah, i see. Since we made a new branch, that branch is not updated to master yet, hence the extra commits.
yellowhatpro
Hello akshaaatt, what should I do??
akshaaatt
Great! I fixed it yellowhatpro
The PR looks much better now
hackerman has quit
yellowhatpro
Ohh I see some changes in the lines of codes
What did you do sir. I mean how is it done??
akshaaatt
Also yellowhatpro, the new assets which you've added, `ic_downvote`, etc were they picked directly from the musicbrainz website?
Else we might have to provide credit to the makers
yellowhatpro
ohh wait let me check once
hackerman3 has quit
No actually I took it from android studio vector assets
ic_editor_image was taken from mb site
yeah the rest 2 from android studio vector assets
PrathameshG[m] uploaded an image: (32KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/FTrtombgczGdCORXYCZjBTDf/image.png >
PrathameshG[m]
^ I was trying to add a book on BookBrainz, and I couldn't find a way to add an ISBN identifier
Can someone kindly help me with it?
reosarevok
monkey: ^
(or CatQuest)
CatQuest
reosarevok: the way the script does it is good. really
PrathameshG[m]: hey!
what type of entity are you on?
ISB can only b added to "edition" type entity
ISBN*
PrathameshG[m]
CatQuest: Hello, I've been trying to add a new book to an artist's profile
Ooh right
I'll check it out
CatQuest
yes. but are yo uadding a work or an edition
work can not have isbn :)
PrathameshG[m]
TBH I am not clear with the difference between the 2
lucifer: This ISE has been reported by a third-party player; submitting love/hate feedback using MBID seems to work all right, but retrieving using only the MBID = ISE: LB-1099
i have a fix in mind, fetch data from MB. will work on that
meanwhile, i'll update the code to ignore such items.
monkey
Right, complicated edge case. The player in question has access to MBIDs and they rightfully use that; but there's no telling the MBID exists in the mapping at the time of feedback submission
lucifer
indeed
monkey
What I don't get is the relation between love/hate feedback and the mapping
lucifer
the love/hate feedback only stores the mbid, not the track or artist name. to get that it has to lookup the mbid in the mapping
monkey
Ahhh, I see.
lucifer
monkey: that error linked above is a warning for us to know that this case is being triggered and we need to fix it. but the issue is something else, https://sentry.metabrainz.org/organizations/met...
it says msid `fe035e8a-7ebc-4532-b418-0fc47ed27598` but its actually a mbid.
i am not sure if this issue was on player side or LB side, regardless LB shouldn't ISE.
monkey
There's also another MBID in that sentry error (in breadcrumbs): Couldn't find data for item in mapping and item doesn't have msid: recording_msid=None recording_mbid='7187a276-bde8-4587-9a35-8f13ada3f7e3'
lucifer
yup that's a coincidence i think.
that error is only logged as a warning, shouldn't cause an ISE.