Max Petrov

Results 165 comments of Max Petrov

@volodya-lombrozo please pick this up.

@yegor256 What do we have `Q` in `Q.org.eolang` for?

@yegor256 this can be closed

@yegor256 I believe it can be closed

@ivan-egorov42 What is the exact exception? What are the steps to reproduce?

@yasamprom please have a look. I think it can be something like this: ``` // use factory which would construct appropriate Footprint based on params Footprint footprint = Footprints.cached().withHash(hash).withVersion(version).build(); or...

@dours What is the result of dataization? Is the snippet above valid? I don't get what would be the result of dataization for: ``` [value] > wrapper ``` It has...

If we remove first statement in `seq` the snippet works fine. It also works fine if replace `wrapper` with plain data. It is still not clear why it fails. Need...

After further analysis - the issue is in internal caching. In the initial example after first `c` within `seq` the `c.@` is calculated which becomes `mycage.@=value.value=0`. And it's cached. Next...