Bartosz Skrzypczak

Results 110 comments of Bartosz Skrzypczak

This definitely helps, thanks for that. I think the part that xcode adds that actually matters is ``` LSMinimumSystemVersion 10.13 ``` I would definitely be using xcode if I actually...

I have no idea what it is and I'm not comfortable releasing dmg I didn't make myself to the public for use, specifically because it contains that weird binary. So...

There is a compatibility mod for dynamic trees already, but I'm not sure if it still works with latest versions and how it interacts with this mod

It should work with the [existing addon](https://github.com/OpenCubicChunks/CubicDynamicTreesAddon) if you post the right decoration event and respect cancelling it

Is there any way to restore such broken backup? I had no idea it could be broken and this is the only backup I have before unlocking bootloader and installing...

[Overpass API](https://overpass.kumi.systems/api/interpreter) SLL certificate has expired. As a temporary workaround, set your system date to 15th may.

> Furthermore, Wayland only supports GLES/EGL which makes it incompatible with most mods already. Contrary to what quick Google search says, egl on desktop allows using opengl API just fine...

I'm going to implement new experimental biome generator (Currently this biome generator is part of Minecraft mod I'm working on, still unfinished). It will allow all MInecraft biomes to be...

Looks like bukkit/spigot API change broke my plugin. This is the first time since forever where I see bukkit API introducing a breaking change. The fix is probably very simple,...

NTFS supports all characters except `\0` and `/`, it's windows itself that doesn't really support `?`. It's also a valid character inside filenames in zip files (and jar files are...