Radon8472

Results 10 comments of Radon8472

Auth for the new changed github api has the same issue, you need to provide a `Authorization: token YOUR_TOKEN` header, what currently seems to be impossible via auth.json

> @Radon8472 this should be possible via the github-oauth config option tho. If you have auth configured there it shuold be picked up automatically by all composer code. I dont...

I recommend to add an option that users can choose - [ ] Download Browser files First and maybe what I would like to prefer: - [ ] Download small...

@williamyiu Is the answer okay for you, or is there anything todo for this issue?

Unfortunally the repo is a companies project so I cant make it public, but I could post my satis.json and yust replace the projects-name with dummy values. ```json { "name":...

You yust need a nearly empty project that contains a composer.json like this: ```json { "name": "demo/repo", "keywords": [], "version": "1.0.0", "authors": [ { }, ], "require": { }, "extra":...

I think you dont need to keep an item. Yust lock the drawer, and it will remember the item that was stored there.

@Koponya Your PR looks good, I will check this and pull it in my forked repo. Did you already test if the encoder/decoder works with the latest version of the...

> @Radon8472 I tested it, but I forgot the "write section". I added that. So its tested and full now. Great. Could you update the testdata in the nbt files...