So there's a separate Handler[whatever] in the Handler folder
2021-08-04 21651, 2021
bitmap
heh...did you convert the handler files to Flow yet?
2021-08-04 21604, 2021
reosarevok
No
2021-08-04 21613, 2021
reosarevok
Haven't touched those
2021-08-04 21621, 2021
reosarevok
Maybe I should do those before Main? Dunno
2021-08-04 21608, 2021
bitmap
everything is circular so it might not matter where you start :P
2021-08-04 21632, 2021
reosarevok
Heh
2021-08-04 21641, 2021
reosarevok
Well, the current stuff up until Main can at least be done in one go
2021-08-04 21611, 2021
reosarevok
Maybe the next step can be trying to separate Input/Output from Main and import it separately, then?
2021-08-04 21621, 2021
reosarevok
And then worry about the rest of Main
2021-08-04 21614, 2021
reosarevok
Of course, importing from Main without flow is not safe etc :p
2021-08-04 21616, 2021
CatQuest linking some casual bossanova to listen to while working https://archive.org/details/lp_new-beat-bossa-nova-means-the-samba-swings_zoot-sims-and-his-orchestra_0/disc1/02.05.+No+Juegues+Con+El+Amor+%3D+Don't+Fool+With+Love.mp3
2021-08-04 21605, 2021
bitmap
reosarevok: sounds good to me
2021-08-04 21607, 2021
peterhil has quit
2021-08-04 21620, 2021
samthursfield5 has quit
2021-08-04 21659, 2021
samthursfield5 joined the channel
2021-08-04 21651, 2021
reosarevok
bitmap: so should Input actually export a new GuessCaseInput or should each page that uses it do that or?
2021-08-04 21638, 2021
bitmap
it should export a new instance
2021-08-04 21611, 2021
bitmap
we never actually create more than one
2021-08-04 21616, 2021
reosarevok
As in export default new GuessCaseInput(); ?
2021-08-04 21620, 2021
bitmap
yeah
2021-08-04 21640, 2021
CatQuest
ack why don't we have release-label label credits
2021-08-04 21649, 2021
CatQuest
it's even more glaring now that relationshis can have the m
Well, that looks like a good place where to leave this (no longer as WIP) then :) for now.
2021-08-04 21653, 2021
reosarevok
Oh, but flow hates this, of course
2021-08-04 21607, 2021
CatQuest
wait flow like the js thing?
2021-08-04 21628, 2021
MRiddickW has quit
2021-08-04 21658, 2021
yvanzo
More seriously, tests in dev setup not as straightforward as I thought: Some services (like db) can be shared because there are separate (database) definitions for tests, but some other cannot (like search) and need separate instances. So I'm striving to allow using local clones of our own services. Will discuss that another time, just a note about WIP.
MBS-11844: The "Add another relationship" button doesn't include attributes when used under two or more relationships
2021-08-04 21605, 2021
reosarevok
(if you have a ticket for that yet, if not maybe add one :D )
2021-08-04 21618, 2021
bitmap
sure. I'll add a ticket
2021-08-04 21631, 2021
lucifer
yvanzo: can you point to me where its described? i couldn't find how to do this one using cli.
2021-08-04 21650, 2021
reosarevok
Thanks!
2021-08-04 21609, 2021
yvanzo
lucifer: rabbitmqctl eval application:set_env
2021-08-04 21634, 2021
lucifer
ah! i see. thanks!! :D
2021-08-04 21658, 2021
yvanzo
lucifer: you can test it (with get_env) on rabbitmq-clash first.
2021-08-04 21643, 2021
lucifer
yes makes sense. i'll also first test on a local instance of rabbitmq.
2021-08-04 21624, 2021
lucifer
yvanzo: I tested all of these but each one return undefined. i haven't yet used `set_env` but i think the value by docker run should at least show up, right? https://www.irccloud.com/pastebin/ZPvUyDZR/