Nikola Maruszewski

Results 20 comments of Nikola Maruszewski

Which mod would you like? I think the problem lies in [`lines.get(i+2)`](https://github.com/cominixo/BetterF3/blob/7ea4ebf7aabd5387d35948b5b5b86017aabb97af/common/src/main/java/me/cominixo/betterf3/modules/EntityModule.java#L76). The length of `SpawnGroup().values` must be increasing from the constructor to the update, although I'm not sure why.

Do the type hints work with the [vanilla SQLAlchemy `AsyncSession`](https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html)? The [one here](https://github.com/tiangolo/sqlmodel/blob/02da85c9ec39b0ebb7ff91de3045e0aea28dc998/sqlmodel/ext/asyncio/session.py#L17) is just a subclass of that one.

I had to use `M-x eshell`, but yes, it does work. ![image](https://user-images.githubusercontent.com/76668284/183257825-46b24c8b-f1b4-47f7-b7a9-48b25f14b1c9.png)

I'm having the same issue, except without any datapacks [crash-2022-06-08_10.17.31-client.txt](https://github.com/AOCAWOL/BYG/files/8863005/crash-2022-06-08_10.17.31-client.txt)

+1 Maintaining volumes is a really important feature; thank you for the great work!

There are two ways that you could do this: 1. Symlink/Junction the pax project directories to the MC instance ones, with the `.minecraft` folder location specified in a config file...

I think I might want to give a crack at this. Which do you think would be better, making this part of starlite or placing the tree code in a...

> I think I might want to give a crack at this. > > Which do you think would be better, making this part of starlite or placing the tree...

I just found this same bug today. Was there a PR opened to fix it?