kanpov

Results 68 comments of kanpov

Yeah, for example to render stuff like: $\frac{1}{2}$. I'm an Obsidian.md user and I use md2pdf to export and print my notes, so it'd be really helpful to have this!

> Any updates? another abandoned fabric pr in the bag

~~rip stale fabric pr number 1996894~~

> Explaining what ASM is would take an hour long lecture, but, basically this library gives mod developers unlimited control over any operation of the game's code. With ASM, mod...

To sum up, ASM and Fabric-ASM are things that are extremely dangerous and have to be used with caution, but there are simply situations where there is no other option.

@Decme here's my attempt Minecraft code is not built for mods. Many things available to Mojang developers are initially not available for modders. If a modder encounters that something he/she...

> Any async tests marked with `#[tokio::test]` are displayed properly in the sidebar, but the checkmark is not displayed after successful run. For me, these tests (specifically they're in `tests`...

It'd also be nice to land support for podman's k8s yaml files (`podman kube play`) as well once podman support is actually finished.

I've tried using Testcontainers with Podman via a simple `ln /run/user/1000/podman/podman.sock /run/user/1000/docker.sock` and so far it works exactly as well as with Docker, so are the issues only related to...