Mikhail Lipanin
Mikhail Lipanin
[Error log](https://pastebin.com/gNRSm5E1)
typo
In paper/sections/calculus.tex in Section 3.6 need to add " \rho. " to examples 9, 11, 13 at this line: & \quad \quad \varphi \mapsto \rho.\ff{distance}(\ff{p}).\ff{leq}(\rho.\ff{radius}) \br
[ссылка](https://xsltdev.ru/recipes/primenenie-osey/) ``` Оси preceding:: и following:: могут отбирать очень много узлов, поскольку учитываются все узлы, предшествующие контекстному (или следующие за ним) в порядке документа, исключая предков в случае оси following::...
I have a simple program: ``` [] > app QQ.io.stdout > @ QQ.txt.sprintf "result is %d\n" -1.times 228 ``` I covert it to `xmir` using `Syntax.java`, and I get: ```...
`CheckXSL` transfered to `eo`/`eo-test` module #1008
I fixed all errors in a project, but I got this error: `Execution jcabi-qulic e-check of goal com.qulice:qulice-maven-plugin:0.22.0:check failed.` full log: ``` [INFO] This is not an SVN project [INFO]...
Code samples, that I think, will not work: [first](https://github.com/yegor256/tojos/blob/master/src/main/java/com/yegor256/tojos/Tojos.java#L35-L37) [second](https://github.com/yegor256/tojos/blob/master/src/main/java/com/yegor256/tojos/package-info.java#L30-L32) Rust has very useful [thing](https://doc.rust-lang.org/rustdoc/write-documentation/documentation-tests.html) --- executing code samples in documentation. May be in Java it can be done via...
Describe your PR and link to any relevant issues. Closes #3089 continuation of #2884 In this Pull Request, I've added generation of `PopulateMany...` methods for slice of entities - if...
### What happened? Suppose you have an entity type, and your subgraph adds field to it - some function, that `@requires` other `@external` field in this entity. If you turn...