chaslain
chaslain
> Would you please provide some code to reproduce it? create a model class with the following code contained: ```php public $this_is_an_array = []; public function rules() { return [...
> Alright. Looks like a bug. What you expect sounds like correct behavior. > > Any idea about the fix? Well, I'm not intimately familiar with the "under the hood"...
Has this still never been addressed?
Same error if using provided method of loading from file instead.
@obv-mikhail I have tried both scan codes and vk codes for the LAlt, as both decimal and hex numbers (number is 0x38 scan.) I cannot get OtherKey to work for...
@rittneje ``` SELECT rank, elo FROM ( SELECT RANK() OVER (ORDER BY elo) rank, elo, tg_id FROM user ) x WHERE tg_id = 1846306122; ``` This is the query. The...
If it helps, I can provide the binaries, both compiled from identical source code and go mod projects, exhibiting the different outcomes, but they come with a lot of setup...
@levlam I have rewritten the bot to edit the message in the http response, but when mutliple users are simultaneously using the bot, I still sometimes get drops, only now...
@levlam does this include editing messages? I saw this FAQ but it does not mention that, and I'm still surprised to be running into limits like this.
@levlam in that case, my thought is this: If I receive an inline query, and send back an edit for that same message, there is no way to abuse the...