Olesia Subbotina

Results 6 issues of Olesia Subbotina

This code ``` +alias org.eolang.io.stdout +alias org.eolang.txt.sprintf +alias org.eolang.txt.sprintf [] > main stdout > @ sprintf "I am %d years old" 21 ``` should not be executed because of duplicated...

bug

This code worked fine. ![image](https://user-images.githubusercontent.com/57731693/184124034-97d88051-2dca-476c-bba6-be4f133e200c.png) Then I modified the code and replaced `app` with `main`. And I launched `eoc dataize app` (I know I need to have an `app` object...

bug

#1197

Hello! I've already asked a question about retrieving tainted paths, but I want to clarify something here. Could you please tell me, which lines would be present in the most...

There are a few problems that I still haven't solved. For instance, random Execution exceptions (they are the reason for re-launching the program in a cycle). The reason why they...