Angular-Angel
Angular-Angel
Hmm. I've been thinking about this, and I think it would be really helpful. Also maybe look at the functionality for forums and listings? Depending on how things are implemented...
...Is that how it worked in previous versions? I could swear in an older version I had it connecting to cauldrons just fine. :/
Also, crates don't break any faster when you use an axe. At least, not a stone one.
I think it makes sense to show all replies, though probably prioritize the ones in the user's language. If they think some of the other ones are worth dealing with,...
Had the same problem: ```4-3.7/src/libImaging/Jpeg2KEncode.o src/libImaging/Jpeg2KEncode.c: In function ‘j2k_encode_entry’: src/libImaging/Jpeg2KEncode.c:345:9: warning: ‘bpp’ is deprecated: Use prec instead [-Wdeprecated-declarations] 345 | image_params[n].bpp = bpp; | ^~~~~~~~~~~~ In file included from src/libImaging/Jpeg2K.h:11,...
Well, I tried again, trying both the 'add `--no-cache-dir`' and and the 'using `pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117`' solutions, and neither worked for me. I'll keep poking at it,...
Mmm, I think a plug in system could be really useful. It'd mean that many existing features could be moved to plug-ins, for people who don't appreciate them, and thereby...
I've been working on a navigation solution for my game using one region per chunk, and I think it's workable. There are some difficulties - in particular, you have to...
I tried out Zylanns current experiment, and it works great! Other than the lag spikes on generating new chunks, anyway. Oh, no sync errors for me, either. No idea what...
I too am having this error. Anyone know if there's been any progreem towards a solution, or at least a work around? :/