Got a merge conflict! when i tried to resolve! i'm getting this These conflicts are too complex to resolve in the web editor. i tried update branch to resolve locally but cant able to bring! any suggestion how to resolve this?
2025-07-09 19025, 2025
Kladky joined the channel
2025-07-09 19052, 2025
d4rkie_ joined the channel
2025-07-09 19034, 2025
d4rk-ph0enix has quit
2025-07-09 19027, 2025
d4rk-ph0enix joined the channel
2025-07-09 19027, 2025
d4rkie_ has quit
2025-07-09 19026, 2025
pite has quit
2025-07-09 19053, 2025
lucifer[m]
m.amanullah7: update the master branch locally and then merge it in your branch.
2025-07-09 19035, 2025
lucifer[m]
you need to do it through git cli or your ide instead of github ui basically.
2025-07-09 19040, 2025
__BrainzGit
[metabrainz.org] 14fettuccinae opened pull request #519 (03metabrainz-notifications…mail-sender): Send notifications immediately to users with digest disabled https://github.com/metabrainz/metabrainz.org/pull…
2025-07-09 19048, 2025
d4rk-ph0enix has quit
2025-07-09 19027, 2025
d4rk-ph0enix joined the channel
2025-07-09 19002, 2025
d4rk-ph0enix has quit
2025-07-09 19005, 2025
d4rk-ph0enix joined the channel
2025-07-09 19047, 2025
d4rk-ph0enix has quit
2025-07-09 19054, 2025
d4rk-ph0enix joined the channel
2025-07-09 19003, 2025
lusciouslover joined the channel
2025-07-09 19008, 2025
d4rkie has quit
2025-07-09 19033, 2025
d4rkie joined the channel
2025-07-09 19001, 2025
rozlav82 has quit
2025-07-09 19059, 2025
d4rkie has quit
2025-07-09 19024, 2025
d4rkie joined the channel
2025-07-09 19011, 2025
petitminion joined the channel
2025-07-09 19044, 2025
rozlav82 joined the channel
2025-07-09 19035, 2025
petitminion has quit
2025-07-09 19028, 2025
SothoTalKer_ joined the channel
2025-07-09 19034, 2025
SothoTalKer has quit
2025-07-09 19045, 2025
lusciouslover has quit
2025-07-09 19039, 2025
suvid[m]
Hi monkey
2025-07-09 19039, 2025
suvid[m]
Where should I include the media queries to keep 2 fields per row in the importer UI?
2025-07-09 19042, 2025
monkey[m]
Hm, can you please send me the HTML markup copied from the rendered page?
2025-07-09 19008, 2025
monkey[m]
I think there should be a css utility class from bootstrap that could solve this, but I'll need to try a couple of things
2025-07-09 19033, 2025
monkey[m]
From the top of my head, possibly adding a min-width to the fields could do the trick
2025-07-09 19008, 2025
suvid[m]
Also, for the import status, I was considering something like this yellow box
2025-07-09 19012, 2025
suvid[m] uploaded an image: (29KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/BwEdzKYqZUMEfYsITGWBNacd/image.png >
2025-07-09 19045, 2025
suvid[m]
monkey[m]: ohh right lemme add min-width in `em` and try
2025-07-09 19009, 2025
suvid[m]
suvid[m]: without the cross button
2025-07-09 19022, 2025
monkey[m]
For the import status, there is already an existing component ImportStatus you can use
I would try as much as possible to do the sane as these 'latest-import' endpoints
2025-07-09 19014, 2025
monkey[m]
Or maybe even reuse the existing backend endpoints if possible?
2025-07-09 19054, 2025
monkey[m]
Not sure how feasible that is, but if possible that's the easiest and cleanest path
2025-07-09 19037, 2025
suvid[m] uploaded an image: (22KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/QWnSjhDHXeDALaeYDPHnGbFy/image.png >
2025-07-09 19041, 2025
suvid[m]
How does it looks monkey ?
2025-07-09 19045, 2025
suvid[m]
after min-width style
2025-07-09 19052, 2025
suvid[m]
formobile view
2025-07-09 19053, 2025
suvid[m]
* for mobile view
2025-07-09 19004, 2025
monkey[m]
Great for the mobile view! much better 👍️
2025-07-09 19011, 2025
suvid[m]
thanks
2025-07-09 19036, 2025
monkey[m]
I wonder how much this specific tool will be used on mobile, but hey, you never know :D
2025-07-09 19052, 2025
suvid[m]
yea that's exactly what i was also wondering lol
2025-07-09 19050, 2025
suvid[m]
Hi monkey... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/CkhZOkxaLNwjqmozCZeXufRZ>)
2025-07-09 19057, 2025
suvid[m]
I kinda need some help in it
2025-07-09 19052, 2025
monkey[m]
Sure, let's do that.
2025-07-09 19052, 2025
monkey[m]
What's the error?
2025-07-09 19044, 2025
suvid[m]
Uncaught (in promise) Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/NWnMrLrLQXQcmufjEfRefxyz>)
2025-07-09 19047, 2025
suvid[m]
something like this
2025-07-09 19018, 2025
pite joined the channel
2025-07-09 19008, 2025
sihren[m] joined the channel
2025-07-09 19008, 2025
sihren[m]
I have completed a test setup and have the docker container running locally. I have an Express server running in a different container that I would like to use to query the MB database. But here I'm a bit stuck. Is someone willing to help me understand how I take the next steps?
2025-07-09 19008, 2025
Maxr1998 joined the channel
2025-07-09 19049, 2025
Maxr1998_ has quit
2025-07-09 19044, 2025
ansh[m]
monkey: After pulling the master branch, I'm getting the following error:... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/kEbPYjXNoPBJlpKeocPerWTr>)
2025-07-09 19008, 2025
monkey[m]
I think you need to rebuild the static_builder image, then restart containers
2025-07-09 19047, 2025
__BrainzGit
[musicbrainz-server] 14mwiencek merged pull request #3587 (03master…mbs-14081): MBS-14081: Log out accounts from Discourse after they've been marked as spam https://github.com/metabrainz/musicbrainz-server/…
<monkey[m]> "I think you need to rebuild..." <- It worked. But now I've run into a new issue... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/nMkIdostMmSmtROWYODWHamX>)
2025-07-09 19015, 2025
ansh[m]
the CSS Files are not loading
2025-07-09 19040, 2025
monkey[m]
Hm, sometimes I have to restart the lb_web container as well because it does not detect changes in the manifest.json file.
2025-07-09 19053, 2025
monkey[m]
You can check if the two css files are there in the manifest file first
2025-07-09 19030, 2025
ansh[m]
Hmm, manually restarting the container worked
2025-07-09 19033, 2025
ansh[m]
Thanks!
2025-07-09 19026, 2025
lucifer[m]
ansh, monkey: when new frontend files are added to manifest in LB, the web container needs to restarted once after static builder has generated the new files for it to be able to serve them.
2025-07-09 19007, 2025
monkey[m]
Yeah, I had looked into watching file and reloading the manifest automatically, but it was more complicated than I wished
2025-07-09 19056, 2025
lucifer[m]
it should be simple methinks, currently LB loads it into memory on app startup you can instead always load it from disk during development.
2025-07-09 19017, 2025
d4rkie has quit
2025-07-09 19041, 2025
d4rkie joined the channel
2025-07-09 19046, 2025
leftmostcat[m]
Anyone know the current state of the dev branch of isrcsubmit? It hasn't been touched in a while and it's not clear what's changed from the stable version.
I will also try to incorporate the import status component also soon
2025-07-09 19025, 2025
suvid[m]
lucifer: For the backend part, how can I go about incorporating submit listens
2025-07-09 19025, 2025
suvid[m]
That is the last stage and I'm kinda stuck on it
2025-07-09 19025, 2025
suvid[m]
any nudges would be really helpful :)
2025-07-09 19005, 2025
Zhele has quit
2025-07-09 19031, 2025
Zhele joined the channel
2025-07-09 19031, 2025
lusciouslover joined the channel
2025-07-09 19022, 2025
sihren[m]
I've made some progress - it looks like I'm connected to the database. However, when I run `mbdbPool.query('SELECT gid FROM release ORDER BY RANDOM() LIMIT 1')` I get back `{"message":"relation \"release\" does not exist"}`.
2025-07-09 19059, 2025
bitmap[m]
does musicbrainz.release work? if you're connecting as the musicbrainz user then there should be a default search_path set
2025-07-09 19001, 2025
Kladky has quit
2025-07-09 19055, 2025
sihren[m] uploaded an image: (7KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/NQvNkzJcNXCrlnpGzIFJcArS/image.png >
2025-07-09 19056, 2025
sihren[m]
Well, I just checked and the schemas seem to be missing?
2025-07-09 19043, 2025
sihren[m] uploaded an image: (18KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/flkfaRhLLRwXCesWbptUCHXg/image.png >
2025-07-09 19043, 2025
sihren[m]
But the dump import script thinks they're there:
2025-07-09 19035, 2025
bitmap[m]
I think musicbrainz_db is the correct DB name?
2025-07-09 19057, 2025
bitmap[m]
looks like you're connected to musicbrainz there
2025-07-09 19010, 2025
sihren[m]
Ahhhhhhh
2025-07-09 19008, 2025
aerozol[m]1 joined the channel
2025-07-09 19008, 2025
aerozol[m]1
Hey mayhem, can’t remember if I tagged you, but I think you were on holiday anyway! A user on BlueSky messaged us that “Music Story” uses MBID’s (at least): https://music-story.com/metadata/ uses
2025-07-09 19017, 2025
aerozol[m]1
Just in case they’re someone who should be chased down for the supporter list
2025-07-09 19021, 2025
aerozol[m]1
What do we have to do wrestle ansh free from LB for a week or two, and get a nice search for MB! Matching the LB one
2025-07-09 19005, 2025
aerozol[m]1
(which I believe isn’t that complex, just displays everything in different tabs from a single search for a nicer flow - maybe it’s harder than it looks though?)
2025-07-09 19055, 2025
sihren[m] uploaded an image: (26KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/epjPldzchQpNMzqggsMKaZyF/image.png >
2025-07-09 19056, 2025
sihren[m]
When I run things in the provided container, I do indeed get a database called musicbrainz_db. But when I try to run the project using extends in a parent project I get an empty database called musicbrainz:
2025-07-09 19003, 2025
bitmap[m]
I think it's created automatically by the postgres Dockerfile we're using, but it's unused
2025-07-09 19032, 2025
sihren[m]
Thanks, it looks like I have it working now. Lots of order of operations to get right!
2025-07-09 19057, 2025
sihren[m]
Thanks, it looks like I have it working now. Lots of order of operations to get right!