Results 101 comments of andreoss

@yegor256 How should this be represented by `XeListener` ? ``` ((1.bar 2).foo (3.bar 4)) ``` As I understand, it should end up exactly the same as ``` foo. bar. 1...

@yegor256 To get https://github.com/cqfn/eo/issues/415#issuecomment-1002871532 this structure it's enough to generate aliases inside `XeListener`. But this won't work with `((1.bar 2).foo (3.bar 4))`, because objects will/should be rearranged by `wrap-methods`. Doing...

@yegor256 Clarified my question a little bit, > @andreoss `(foo x)` goes to: > > ``` > > > > ``` This is produced by `XeListener` alone, > > while...

@yegor256 Are sure it's possible to have two domains (eolang.org and plugin.eolang.org) inside one repo and `gh-pages` branch? It seems CNAME only allows domain aliases which will point to the...

@monomonedula It's not possible to use `Expires` header for relative expiration time (which seems to be an intent here) . `Cache-Control` should be used instead https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control#expiration And the main use...

@yegor256 Yes, it can be closed now

@baudoliver7 The tests are failing