Esteban Roncancio

Results 16 comments of Esteban Roncancio

@gusantor and anyone wondering about this, you don't have to override the `post` method, just the `create_object` method. so in you example, in the view that extends `Select2QuerySetView` you would...

@Mardaneus86 any thoughts on this PR? would you please accept it or reject it

sorry this took so long. @Mardaneus86 now there are no conflicts

UI: appear on the screen after you add player on an sbc. An input box that lets you put a rating. or maybe two for max and min. Implementation: A...

i see that this expected behavior of #118 but im taking maybe we can do better. what if we pass the item to the find() function here: https://github.com/Mardaneus86/futwebapp-tampermonkey/blob/master/fut/transferMarket.js#L229 and then...

can't we search for Special Cards instead of gold rating? UCL cards are the cheapest special version card that there are.

#118 claims this is not true, but i just looked in the web app and special card filter does return the UCL card. maybe there used to be a bug...

i can try commenting out: if (item.rareflag === 47) { // 47 = Champions // if it is a Champions card, this is seen as a gold card // Can...