skzk

Results 17 comments of skzk

Same problem here but with a class named `prn.class`. Guess I'm just going to boot into Linux for this

Yeah, that was on master. netstandard works fine

Probably. I don't know anything about Mac though so someone else is going to have to check that

Nah I just meant the bounds tag at the top of an XML file. Obviously I could just read it with an XmlReader, but I was wondering if OsmSharp is...

With the `--models_dir` param, just like his stylegan2 implementation: https://github.com/lucidrains/stylegan2-pytorch

So basically, a region file is not an NBT file, but does store chunk data as NBT. https://wiki.vg/Map_Format#.5Bregion.5D.mca https://wiki.vg/Region_Files fNbt doesn't seem to have implemented this format.

Sure: https://github.com/sk-zk/EzNbt I haven't touched it in two years though so if there have been any changes to the format it's probably broken

Does Git support files with an uncountably infinite amount of lines yet?

Are you on Python 3.12? pyfrpc hasn't been updated to support it yet (because `distutils` was removed in that version). It's only used for Mapy.cz anyway, so if you don't...

I've been able to reproduce the initial build error in miniconda, but installing `cython` fixed it in my case, so I don't know why the build still fails on your...