Josh Loecker
Josh Loecker
I'm also getting these errors on MacOS 12.6 Full logs are here: https://pastebin.com/FNKuF2pA
I'm getting the same errors. Here are the commands I ran: ```bash # Checkout repo git clone https://github.com/Amulet-Team/Amulet-Map-Editor gh pr checkout 803 # As noted here: https://cli.github.com/manual/gh_pr_checkout # Create &...
I was able to install and run these changes! 😄
If the above isn't possible, I can simply switch the order of my tags. Instead of `vX.Y.Z-BRANCH`, I can do `BRANCH-X.Y.Z` and use the following regex: `^\w+-\d+\.\d+`. This will let...
I'm also getting these errors when installing version 1.1.4 of [`pytest-localftpserver`](https://github.com/oz123/pytest-localftpserver). ```bash pytest --version Traceback (most recent call last): File "/Users/joshl/miniconda3/envs/madrid_tests/bin/pytest", line 11, in sys.exit(console_main()) File "/Users/joshl/miniconda3/envs/madrid_tests/lib/python3.10/site-packages/_pytest/config/__init__.py", line 187, in...
# Introduction I would like to start this process ([initial work here](https://github.com/JoshLoecker/smk-simple-slurm)), but I have a question about how to implement the changes required. I'm going to be using `README.md`...
That sounds great! I will update my fork to reflect this
Yes, I can take a look at it!
I'm also having these issues Purpur server version 1.20.6 Geyser running in standalone mode, version 2.3.1 MCXboxBroadcast build 19 (released on Apr 21, 2024) in extension mode lastSessionResponse.json: https://pastebin.com/F86WWj2d currentSessionResponse.json...
I'm not sure how to integrate a docker build process into this project but I have a very simple `Dockerfile` and `docker-compose.yaml` that can be used ```Dockerfile FROM eclipse-temurin:21 as...