Andrei Mironov (footballer, born 1997)
Andrei Sergeyevich Mironov (Russian: Андрей Сергеевич Миронов; born 4 January 1997) is a Russian football player. He plays as a defensive midfielder for Latvian club BFC Daugavpils.
Personal information | |||
---|---|---|---|
Full name | Andrei Sergeyevich Mironov | ||
Date of birth | 4 January 1997 | ||
Place of birth | Kazan, Russia | ||
Height | 1.81 m (5 ft 11 1⁄2 in) | ||
Playing position(s) | Midfielder | ||
Club information | |||
Current team | Daugavpils | ||
Number | 17 | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2014–2016 | FC Rubin Kazan | 0 | (0) |
2014–2015 | → FC Rubin-2 Kazan | 2 | (0) |
2017–2018 | FC Orenburg | 0 | (0) |
2017–2018 | → FC Orenburg-2 | 19 | (0) |
2018–2019 | FC Torpedo Moscow | 11 | (0) |
2019– | Daugavpils | 3 | (0) |
National team | |||
2012 | Russia U-15 | 2 | (0) |
2014 | Russia U-17 | 6 | (0) |
2015 | Russia U-18 | 10 | (0) |
2015–2016 | Russia U-19 | 6 | (1) |
* Senior club appearances and goals counted for the domestic league only and correct as of 16:33, 11 February 2020 (UTC) |
Club career
He made his professional debut in the Russian Professional Football League for FC Rubin-2 Kazan on 18 July 2014 in a game against FC Syzran-2003 Syzran.[1]
He played his first game for the main squad of FC Rubin Kazan on 24 September 2015 in a Russian Cup game against FC SKA-Energiya Khabarovsk which his team lost 0–2.[2]
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
References
- "Career Summary". Russian Professional Football League. 3 October 2014.
- "SKA-Energiya-Rubin game report" (in Russian). Russian National Football League. 24 September 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.