Anton Babichev

Results 9 issues of Anton Babichev

my simple application won't run function Test because of clrjit can't compile method: ![image](https://user-images.githubusercontent.com/45855057/125371261-07740200-e389-11eb-8b2f-b9babc45f2b3.png) ![image](https://user-images.githubusercontent.com/45855057/125371279-10fd6a00-e389-11eb-8855-2e39cf09fe86.png) but if we ask Jitter to precompile method, it will work: ![image](https://user-images.githubusercontent.com/45855057/125371435-65084e80-e389-11eb-8627-6f1724524f7e.png) ![image](https://user-images.githubusercontent.com/45855057/125371453-6f2a4d00-e389-11eb-88ce-70a8e9e9538b.png)

![image](https://user-images.githubusercontent.com/45855057/124455776-9f268e80-dd92-11eb-9110-3be50ea9f4e0.png)

critical

enhancement

cmyui changed sql scheme in v3.2.2 and it's broke api/get_user ![image](https://user-images.githubusercontent.com/45855057/109420376-21690580-79e3-11eb-9bed-a5a672c1f78b.png)

help wanted
postponed

![image](https://user-images.githubusercontent.com/45855057/109036784-03e22600-76db-11eb-86b0-ada4218d37fd.png)

bug
help wanted
admin-related

### What happened? Google GL requests are made without using proxy from .env file ### Steps to Reproduce 1. Use google GL api inside Russia with proxy set in .env...

enhancement

### Contact Details _No response_ ### What features would you like to see added? It would be nice if we can set bing cookies in json file so that we...

enhancement

### Type Other ### Bug description STR: Start multiplayer room with NF and FreeMods: all Expected: all works fine Actual: see screenshot Related to #26180 ### Screenshots or videos ![image](https://github.com/ppy/osu/assets/45855057/11433f96-1841-46a7-9d15-a86cec62d227)...

area:mods

`/conversation/create` is no longer returning `conversationSignature` field. Now it uses `encryptedConversationSignature` from `x-sydney-encryptedconversationsignature` header. Fixes #470, #484