It shows that my account has been flagged by someone, what have i done wrong?
2019-11-23 32743, 2019
sbvkrishna joined the channel
2019-11-23 32741, 2019
sbvkrishna
adiiiiiiiiiiiiii: I'm not sure and never saw this happen before. If the problem persists, you can contact github support at https://support.github.com/contact .
2019-11-23 32740, 2019
adiiiiiiiiiiiiii
I have contacted GitHub support. This is the first time this is happening to me as well. I searched on what could have caused the problem and it say its possibly due to an error in their spam detection engine
bitmap, yvanzo : did anything changed recently related to emails sent by MB? Content and/or rate?
2019-11-23 32756, 2019
Mr_Monkey
adiiiiiiiiiiiiii: That's weird and annoying! Hope you get your account back soon !
2019-11-23 32730, 2019
adiiiiiiiiiiiiii
Mr_Monkey: Thank you. I too wish for the same :-)
2019-11-23 32711, 2019
sbvkrishna has quit
2019-11-23 32738, 2019
chaban has quit
2019-11-23 32735, 2019
chaban joined the channel
2019-11-23 32747, 2019
D4RK-PH0ENiX has quit
2019-11-23 32735, 2019
D4RK-PH0ENiX joined the channel
2019-11-23 32727, 2019
yvanzo
zas (cc bitmap): not that I know of.
2019-11-23 32728, 2019
reosarevok
I don't know either, haven't reviewed anything related to that recently so if so it's probably not intentional
2019-11-23 32731, 2019
adiiiiiiiiiiiiii has quit
2019-11-23 32708, 2019
mfarberbrodsky joined the channel
2019-11-23 32758, 2019
mfarberbrodsky
Hello! I'm Maya, a 16 year old student very excited to participate in Google Code-In this year. Looking at some organizations that interest me at the moment, just wanted to say hello :)
2019-11-23 32724, 2019
reosarevok
Hi!
2019-11-23 32739, 2019
reosarevok
If you have any doubts or questions or whatnot, just ask!
I think it would be a nice idea to merge this first and write tests for it with #60. If I write tests, I am sure almost all of them will change when I will write tests for #60. It is kind of the base PR. Do you feel fine about it ?
2019-11-23 32712, 2019
pristine__
iliekcomputers: ^
2019-11-23 32738, 2019
MusicbrainzB0T1 has quit
2019-11-23 32717, 2019
yokel has quit
2019-11-23 32706, 2019
yokel joined the channel
2019-11-23 32703, 2019
iliekcomputers
Merging a PR with 250 additions without tests is not something I would like, to be honest. But if it makes things easier for you, go ahead.
2019-11-23 32706, 2019
sbvkrishna joined the channel
2019-11-23 32704, 2019
kahu joined the channel
2019-11-23 32730, 2019
CatQuest
hey hipcats, whatsa' cookin'?
2019-11-23 32702, 2019
sbvkrishna has quit
2019-11-23 32703, 2019
kepstin
that moved placement of the enter edit button on the release editor keeps tripping me up
2019-11-23 32733, 2019
kepstin
I click next, next, next, and then the button to finish is over on the other side
2019-11-23 32734, 2019
kepstin
it's really weird because the "finish" button is on the far right, but then the enter edit button is on the left
2019-11-23 32702, 2019
CatQuest
i propose putting the "enter" button directly after the edit note field. that way it'll be on the right where people expect it, but also right after it the way keyboard users want it
2019-11-23 32731, 2019
SothoTalKer
better thing would be to enumerate all buttons so they can placed arbitrarily on the page :D
2019-11-23 32738, 2019
SothoTalKer
but that is likely not possible
2019-11-23 32717, 2019
kepstin
yeah, tab order doesn't have to match visual order... but it is a lot of work to keep it consistent when building pages out of components.
2019-11-23 32749, 2019
SothoTalKer
also depends on the framework that is used... and what they currently use does not seem to support it :D