#metabrainz

/

      • code_master5
        Mr_Monkey: `rating.a188dadbe03f7e719a0e.js` ? why do we have contenthash here? I'm running `npm run dev` in `docker-compose.dev.yml`!
      • 2019-04-09 09949, 2019

      • Mr_Monkey
        code_master5: And if I stop docker containers and start them again, the hash of the js files does not change (no content change) and the manifest file already exists from the previous run, so now everything seems to be working
      • 2019-04-09 09927, 2019

      • Mr_Monkey
        code_master5: I was wondering, but as far as I can tell you don't use that `isProd` variable, and always output with hash
      • 2019-04-09 09938, 2019

      • ruaok
        why are you not comfortable with the cache?
      • 2019-04-09 09947, 2019

      • ruaok
        pristine__: ^^
      • 2019-04-09 09916, 2019

      • code_master5
        Mr_Monkey: Ah! I see.. I did that locally but I did not commit that.. wait..
      • 2019-04-09 09903, 2019

      • aliamo joined the channel
      • 2019-04-09 09908, 2019

      • yvanzo
        Cyna: did that help?
      • 2019-04-09 09912, 2019

      • pristine__
        I have not read much about using cache in spark. As in, how to use it and when to use it.
      • 2019-04-09 09919, 2019

      • baniket has quit
      • 2019-04-09 09937, 2019

      • ruaok
        I certainly have no clue. sounds like it might be good to read more about it and share your findings.
      • 2019-04-09 09918, 2019

      • Cyna
        I had a different query actually
      • 2019-04-09 09945, 2019

      • yvanzo
        Cyna: I will try to clarify: the old data will be provided through component properties, the new data is user input.
      • 2019-04-09 09946, 2019

      • pristine__
        There is something called 'persist' which is similar to 'cache'. Cache releases memory using algorithms like LRU while with persist we have to use 'unpersist' to release memory.
      • 2019-04-09 09953, 2019

      • Cyna
        As the recent components I created, I got the data from the controller using c->stack
      • 2019-04-09 09900, 2019

      • pristine__
        I like have to read more though :)
      • 2019-04-09 09919, 2019

      • yvanzo
        Cyna: not really, most of the data is stashed in component_props
      • 2019-04-09 09929, 2019

      • aliamo has quit
      • 2019-04-09 09943, 2019

      • Cyna
        Hmm... havent converted any file with that
      • 2019-04-09 09959, 2019

      • yvanzo
        Cyna: See your commit for example: https://github.com/metabrainz/musicbrainz-server/…
      • 2019-04-09 09904, 2019

      • ruaok
        yep, I do understand persist. the real question comes from sorting out when and if the cache needs to be invalidated.
      • 2019-04-09 09920, 2019

      • ruaok
        relying on an out of date cache can lead to vexing problems.
      • 2019-04-09 09926, 2019

      • Cyna
        ohh yea
      • 2019-04-09 09928, 2019

      • yvanzo
      • 2019-04-09 09905, 2019

      • yvanzo
        That was for the Perl back-end
      • 2019-04-09 09926, 2019

      • yvanzo
        And for the ReactJS rendering, here it is: https://github.com/metabrainz/musicbrainz-server/…
      • 2019-04-09 09917, 2019

      • alastairp
        code_master5: one solution is to build the static files (and manifest file) once in the Dockerfile
      • 2019-04-09 09941, 2019

      • alastairp
        then the static builder container will override it as it runs, but at least the first time that flask starts up it will see the manifest file
      • 2019-04-09 09917, 2019

      • Cyna
        yvanzo: could you help me figuring out a way to use my to be created preview component for release ?
      • 2019-04-09 09951, 2019

      • Cyna
        I've almost completed my proposal remake and am stuck at this
      • 2019-04-09 09924, 2019

      • yvanzo
        I did not get the question, missing words after “my”? :)
      • 2019-04-09 09953, 2019

      • Cyna
        I figures out that the edit tab gives subtabs that are rendered using the files in /root/release/edit/
      • 2019-04-09 09910, 2019

      • Cyna
        I forgot to put the to be create in brackets
      • 2019-04-09 09926, 2019

      • yvanzo
        ok
      • 2019-04-09 09938, 2019

      • Cyna
        could you help me figuring out a way to use my preview component (to be created) for release ?
      • 2019-04-09 09909, 2019

      • Cyna
        figured*
      • 2019-04-09 09935, 2019

      • Gazooo has quit
      • 2019-04-09 09904, 2019

      • Gazooo joined the channel
      • 2019-04-09 09914, 2019

      • baniket joined the channel
      • 2019-04-09 09924, 2019

      • amCap1712 has quit
      • 2019-04-09 09954, 2019

      • yvanzo
        Cyna: using React.embed there is an example at https://github.com/metabrainz/musicbrainz-server/…
      • 2019-04-09 09939, 2019

      • yvanzo
        And there are plenty of real uses in the source code: https://github.com/metabrainz/musicbrainz-server/…
      • 2019-04-09 09916, 2019

      • aliamo joined the channel
      • 2019-04-09 09942, 2019

      • aliamo has quit
      • 2019-04-09 09904, 2019

      • luks has quit
      • 2019-04-09 09904, 2019

      • luks joined the channel
      • 2019-04-09 09942, 2019

      • aliamo joined the channel
      • 2019-04-09 09921, 2019

      • Cyna
        I know how to make it work the problem is that the changes here are made using difference forms at different tabs
      • 2019-04-09 09940, 2019

      • Cyna
        If the approach was section based, the state management would be simple
      • 2019-04-09 09901, 2019

      • Lotheric has quit
      • 2019-04-09 09943, 2019

      • Lotheric joined the channel
      • 2019-04-09 09931, 2019

      • aliamo has quit
      • 2019-04-09 09941, 2019

      • Gazooo has quit
      • 2019-04-09 09957, 2019

      • Gazooo joined the channel
      • 2019-04-09 09957, 2019

      • Gazooo has quit
      • 2019-04-09 09916, 2019

      • Gazooo joined the channel
      • 2019-04-09 09948, 2019

      • Cyna
        Using global hooks will be able to solve my problem I guess, yvanzo What do you think of it
      • 2019-04-09 09956, 2019

      • Gazooo has quit
      • 2019-04-09 09926, 2019

      • Gazooo joined the channel
      • 2019-04-09 09914, 2019

      • travis-ci joined the channel
      • 2019-04-09 09914, 2019

      • travis-ci
        Project bookbrainz-site build #2111: passed in 4 min 59 sec: https://travis-ci.org/bookbrainz/bookbrainz-site/…
      • 2019-04-09 09914, 2019

      • travis-ci has left the channel
      • 2019-04-09 09937, 2019

      • Gazooo has quit
      • 2019-04-09 09909, 2019

      • Gazooo joined the channel
      • 2019-04-09 09910, 2019

      • Cyna
        yvanzo: could you look at my proposal please
      • 2019-04-09 09932, 2019

      • aliamo joined the channel
      • 2019-04-09 09909, 2019

      • Cyna
        bitmap: I've made the addition and changes you've recommended. thanks for reviewing. If possible please have another look at my proposal
      • 2019-04-09 09945, 2019

      • yvanzo
        Cyna: I would tend to favor hooks indeed, even though I did not investigated it completely
      • 2019-04-09 09919, 2019

      • Cyna
        Im planning on using them too and have mentioned the implementation on my proposal
      • 2019-04-09 09931, 2019

      • aliamo has quit
      • 2019-04-09 09946, 2019

      • letaiv has quit
      • 2019-04-09 09904, 2019

      • letaiv joined the channel
      • 2019-04-09 09906, 2019

      • Gazooo has quit
      • 2019-04-09 09935, 2019

      • spellew joined the channel
      • 2019-04-09 09936, 2019

      • Gazooo joined the channel
      • 2019-04-09 09918, 2019

      • aidanlw17 joined the channel
      • 2019-04-09 09924, 2019

      • spellew
        Should there be an email notification about the final GSoC draft submission?
      • 2019-04-09 09923, 2019

      • baniket
        spellew: heyy!! I didn't get one although I'm pretty sure i have successfully submitted my proposal
      • 2019-04-09 09915, 2019

      • spellew
        Oh alright
      • 2019-04-09 09927, 2019

      • letaiv
        no email notification, only the message "Nice work! You have submitted a proposal." in your dashboard
      • 2019-04-09 09935, 2019

      • yvanzo
        Cyna: made a comment
      • 2019-04-09 09930, 2019

      • akhilesh joined the channel
      • 2019-04-09 09921, 2019

      • yvanzo
        bitmap: maybe you can check that again? (two hours left)
      • 2019-04-09 09932, 2019

      • bitmap
        yeah, I'll check
      • 2019-04-09 09945, 2019

      • akhilesh
        Mr_Monkey: Did you get my final submission of proposal via GSoC website?
      • 2019-04-09 09936, 2019

      • Mr_Monkey
        Hi akhilesh, I can't read the final submission until tomorrow, but it is submitted and I've been following the changes on the draft proposal
      • 2019-04-09 09902, 2019

      • Mr_Monkey
        Clarification: final propositions are locked until the submission deadline
      • 2019-04-09 09934, 2019

      • akhilesh
        Mr_Monkey: thanks for clarification.
      • 2019-04-09 09926, 2019

      • Mr_Monkey
        spellew, letaiv, baniket: I can confirm your final proposals are submitted
      • 2019-04-09 09900, 2019

      • spellew
        Mr_Monkey: Thank you
      • 2019-04-09 09916, 2019

      • baniket
        Mr_Monkey: Thanks for the confirmation :)
      • 2019-04-09 09933, 2019

      • Mr_Monkey
        No problem, I can imagine it is stressful :)
      • 2019-04-09 09923, 2019

      • letaiv has quit
      • 2019-04-09 09930, 2019

      • alastairp
        Mr_Monkey: czech your privilege is amazing
      • 2019-04-09 09944, 2019

      • alastairp
        a bit too fizzy... less sugar next time, but I love it
      • 2019-04-09 09946, 2019

      • alastairp
        make another one?
      • 2019-04-09 09940, 2019

      • Mr_Monkey
        alastairp: Yep, I love it too, very happy with how it turned out, and glad the lagering worked. I agree it could be sharper (i noted some butteriness. More diacetylic rest?), and have a more wheaty/grain flavour ideally, but not sure how to go about that.
      • 2019-04-09 09922, 2019

      • Mr_Monkey
        Also, we should do a side-by-side comparison with the real thing.
      • 2019-04-09 09916, 2019

      • alastairp
        did we boil it with the lid off all the time?
      • 2019-04-09 09936, 2019

      • alastairp
        but yeah, I think I only rested it 1.5 days... barely enough time for it to warm up I bet, try 3 or 4 next time
      • 2019-04-09 09920, 2019

      • alastairp
        I almost want to make a double batch
      • 2019-04-09 09936, 2019

      • Cyna
        yvanzo: please have another look at my proposal, sorry for troubling you soo much 😅
      • 2019-04-09 09908, 2019

      • Cyna
        I've made changes in the timeline and responded to your comment
      • 2019-04-09 09959, 2019

      • Mr_Monkey
        alastairp: Speaking of, a friend who brews has an extra bucket he can lend. Useful if we want to do a double batch, but doesn't solve the issue of mash/boil capacity
      • 2019-04-09 09938, 2019

      • Mr_Monkey
        So…time to get that electric boiler?
      • 2019-04-09 09934, 2019

      • alastairp
        yes yes yes
      • 2019-04-09 09904, 2019

      • Dharti joined the channel
      • 2019-04-09 09905, 2019

      • Dharti
        hello
      • 2019-04-09 09923, 2019

      • Mr_Monkey
        Hi Dharti
      • 2019-04-09 09944, 2019

      • Dharti
        I know I'm late for GSoC projects proposal
      • 2019-04-09 09921, 2019

      • Dharti
        but is there any chance I can contribute over summer and earn credits for it. So basically just learn and add it as an experience of it in resume ??
      • 2019-04-09 09916, 2019

      • Dharti
        Can anyone help me with it?
      • 2019-04-09 09941, 2019

      • Gazooo has quit
      • 2019-04-09 09910, 2019

      • Gazooo joined the channel
      • 2019-04-09 09950, 2019

      • Dharti has left the channel
      • 2019-04-09 09919, 2019

      • anshuman73
        Dharti: you can always contribute in your free time and maybe mention the contributions somewhere in your resume / cover letters!
      • 2019-04-09 09953, 2019

      • ruaok
        wow. that lightning strike was close.
      • 2019-04-09 09953, 2019

      • Cyna
        guys can anyone tell me how do I create a PDF for my proposal ?
      • 2019-04-09 09935, 2019

      • spellew
        Cyna: Print it as a PDF
      • 2019-04-09 09908, 2019

      • Cyna
        I dont see a print option in the forum
      • 2019-04-09 09929, 2019

      • spellew
        Copy it to a Google Doc, at least that's what I did
      • 2019-04-09 09922, 2019

      • Cyna
        its markdown
      • 2019-04-09 09941, 2019

      • Cyna
        and the image path only work on the forum
      • 2019-04-09 09951, 2019

      • aliamo joined the channel
      • 2019-04-09 09913, 2019

      • spellew
        Try copying the parsed markdown, like not from the editor?
      • 2019-04-09 09911, 2019

      • Cyna
        I guess it did the job
      • 2019-04-09 09914, 2019

      • Cyna
        thanks spellew
      • 2019-04-09 09939, 2019

      • baniket
        Cyna: Copying it from the forum? I had to do the same, copy everything to google docs, manually add your images and download as pdf. That's what I did
      • 2019-04-09 09925, 2019

      • spellew
        Cyna: No problem :)
      • 2019-04-09 09930, 2019

      • spellew
        It autolinked the images for me
      • 2019-04-09 09912, 2019

      • Cyna
        It basically copied the image data
      • 2019-04-09 09907, 2019

      • Gazooo has quit
      • 2019-04-09 09938, 2019

      • Gazooo joined the channel
      • 2019-04-09 09950, 2019

      • BrainzGit
        [bookbrainz-site] MonkeyDo merged pull request #261 (master…master): fix(editor): Added link and entity type in the search entity while ad… https://github.com/bookbrainz/bookbrainz-site/pul…
      • 2019-04-09 09917, 2019

      • travis-ci joined the channel
      • 2019-04-09 09917, 2019

      • travis-ci
        Project bookbrainz-site build #2114: passed in 4 min 31 sec: https://travis-ci.org/bookbrainz/bookbrainz-site/…
      • 2019-04-09 09917, 2019

      • travis-ci has left the channel
      • 2019-04-09 09936, 2019

      • aliamo_ joined the channel
      • 2019-04-09 09936, 2019

      • aliamo has quit
      • 2019-04-09 09909, 2019

      • anshuman73
        Mr_Monkey: can you help confirm submission of my proposal too?
      • 2019-04-09 09933, 2019

      • aliamo_ has quit
      • 2019-04-09 09941, 2019

      • ruaok
        anshuman73: confirmed
      • 2019-04-09 09911, 2019

      • anshuman73
        ruaok: thanks!
      • 2019-04-09 09949, 2019

      • aidanlw17
        I've also submitted my proposal - can this please be confirmed?
      • 2019-04-09 09930, 2019

      • ruaok
        yep. got it.
      • 2019-04-09 09936, 2019

      • ruaok
        that was close!
      • 2019-04-09 09924, 2019

      • aliamo joined the channel
      • 2019-04-09 09928, 2019

      • aidanlw17
        Risky business. Thanks for confirming!!
      • 2019-04-09 09909, 2019

      • aidanlw17
        ruaok: last minute decision to add a table of contents!
      • 2019-04-09 09925, 2019

      • code_master5
        anshuman73: Hey you submitted proposal for CB?