Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
Totally agree @katarinabatina. An example would be changing the "Bid" button to "Bid (You will be asked to confirm)", obviously that really ugly, I don't know what the solution is,...
One idea that comes to mind is if instead of "Bid" it said "Next" as you start typing a number.
Another possible work-item is that the auction dictates whether a cc is required, https://trello.com/c/GaTuNQDv/877-auctions-should-dictate-whether-cc-is-required-or-not-for-registration, but I can already see people wanting this "only for people admitted to the room".
I have one of those! 
Someone turn this into a PR? That [fork changes](https://github.com/crazycodeboy/react-native-check-box/compare/master...DavitVosk:master?w=1) are only this: ``` componentWillReceiveProps(nextProps) { if (this.props.isChecked !== nextProps.isChecked) { this.setState({ isChecked: nextProps.isChecked }) } } ``` Doesn't seem to...
I reproduced this in https://github.com/dblock/JenkinsPipelineUnit/tree/fix-434, but I couldn't fix it. Deferring evaluation of these variables looks involved. Could use help. /cc: @nre-ableton ``` com.lesfurets.jenkins.unit.declarative.TestVariableAssignment > test FAILED groovy.lang.MissingPropertyException: No such...
Specifically, the workaround is to add ```groovy test { jacoco { classDumpDir = file("$buildDir/jacoco/classpathdumps") } } ``` and ``` jacocoTestReport { afterEvaluate { classDirectories.from = fileTree("$buildDir/jacoco/classpathdumps") { include '*' }...
@deporcali This was no small feat! What's the "right" way to fix this?
Legit. Would love a PR.
You could try to build a small unit test within this project that reproduces the problem, we can fix it from there.