Ilia Burakov

Results 12 comments of Ilia Burakov

Hi @Saik19922. I used a debugger (x96dbg) to get passwords and [RadStudioFileTracker](https://gist.github.com/magicxor/eb8c31a2d083389f92591960c3c7c1ff) to get correspondence between installed IDE files and 7zips content. You can also hook `DeleteFileW` from `kernel32.dll` with...

Hi @goulu. I don't think there is a way to significantly reduce image size. But you could try `10.4-delphi-net4.8-ltsc2019` or `xe8upd1-delphi-net3.5-ltsc2019` which are smaller.

Nothing except that I have shown above (it's debug log fragments). My code looks like this: ``` def message_loop(options, sender): while not stopped: try: msg = (yield) #

@luckydonald you can successfully send markdown from http://web.telegram.org/ or Android client.

![image](https://github.com/microsoft/winget-cli/assets/8275793/4aaf301c-f551-46e4-82b5-61376f4ed9dd) This looks very, very wrong

Related issues/duplicates: https://github.com/RicoSuter/NSwag/issues/1193 https://github.com/RicoSuter/NSwag/issues/3301 https://github.com/RicoSuter/NSwag/issues/3486

There is a software `swagger-typescript-api` that creates more convenient signatures for complex DTOs in GET requests: ![image](https://user-images.githubusercontent.com/8275793/207669864-dc848d86-d39a-4359-aa3a-fc4272991546.png) Maybe we could use it as a reference to implement a similar feature...

@fzaninotto it seems that I have managed to reproduce this bug. Please check the following [CodeSandbox](https://codesandbox.io/p/github/magicxor/react-admin-repro-AutocompleteArrayInput-clearing-input-bug/draft/elegant-swartz?file=%2FREADME.md&workspace=%257B%2522activeFileId%2522%253A%2522clar358td0000l2hg21ptgzm2%2522%252C%2522openFiles%2522%253A%255B%2522%252FREADME.md%2522%255D%252C%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522gitSidebarPanel%2522%253A%2522COMMIT%2522%252C%2522sidekickItems%2522%253A%255B%257B%2522type%2522%253A%2522PREVIEW%2522%252C%2522taskId%2522%253A%2522start%2522%252C%2522port%2522%253A3000%252C%2522key%2522%253A%2522clar36ujl007s2a69175w52qb%2522%252C%2522isMinimized%2522%253Afalse%252C%2522path%2522%253A%2522%252F%2523%252Fuser%252F112%2522%257D%252C%257B%2522type%2522%253A%2522TASK_LOG%2522%252C%2522taskId%2522%253A%2522start%2522%252C%2522key%2522%253A%2522clar36r8h005r2a695rctdm7q%2522%252C%2522isMinimized%2522%253Atrue%257D%255D%257D) or the [repo](https://github.com/magicxor/react-admin-repro-AutocompleteArrayInput-clearing-input-bug). Steps to reproduce the bug: 1) Open users -> `user #112`...

Hi @slax57 Thank you for your reply, but I'm afraid that the issue is still here. I have updated and simplified the repro of #8181 ([github](https://github.com/magicxor/react-admin-repro-AutocompleteArrayInput-clearing-input-bug), [codesandbox](https://codesandbox.io/p/github/magicxor/react-admin-repro-AutocompleteArrayInput-clearing-input-bug/draft/red-rgb?file=%2Fsrc%2FUserAchievements.tsx&workspace=%257B%2522activeFileId%2522%253A%2522clbq5zgl0000a7oen71xchb6c%2522%252C%2522openFiles%2522%253A%255B%255D%252C%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522gitSidebarPanel%2522%253A%2522COMMIT%2522%252C%2522spaces%2522%253A%257B%2522clbq5zjts00872a6aoybr9vay%2522%253A%257B%2522key%2522%253A%2522clbq5zjts00872a6aoybr9vay%2522%252C%2522name%2522%253A%2522Default%2522%252C%2522devtools%2522%253A%255B%257B%2522key%2522%253A%2522clbq5zjtt00882a6ayg0qh91c%2522%252C%2522type%2522%253A%2522PROJECT_SETUP%2522%252C%2522isMinimized%2522%253Afalse%257D%255D%257D%257D%252C%2522currentSpace%2522%253A%2522clbq5zjts00872a6aoybr9vay%2522%252C%2522spacesOrder%2522%253A%255B%2522clbq5zjts00872a6aoybr9vay%2522%255D%257D)) and the repro...

@slax57 > Do you think you could provide a sandbox based on the [simple example](https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple)? Sure. Please take a look: https://codesandbox.io/s/stupefied-cray-7n3gbo?file=/src/index.tsx Basically, my API returns a post: ```tsx { id:...