Vikas Pradhan
Vikas Pradhan
Hello 👋 I’d like to work on this issue (#2543) — I’m a beginner and this will be my first PR. Could you please assign it to me?
Hi, I would like to work on this issue. I will translate all English alt text in README.col.md to Colombian Spanish.
Working on this — replacing the Slack link with the code contributions link in the Turkmen README. PR coming soon. 🚀 Addresses #
fix: replace hyperlinks inside block in README.ec.md Closes #107871
Hey! I took a look at Bunny.net Edge Scripting and here’s an evaluation + a proposed path for integrating it into serverless-dns.
import com.github.javaparser.JavaParser; import com.github.javaparser.ParserConfiguration; import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration; import com.github.javaparser.ast.type.PrimitiveType; import com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter; public class Scratch { public static void main(String[] args) { var config = new ParserConfiguration(); config.setLexicalPreservationEnabled(true); var parser = new...
Hi, I’m also experiencing the same issue on Paper 1.21.10. Nether chunks sometimes fail to load while traveling through the Nether, resulting in a large void area. After re-logging, the...