Jannik

Results 46 comments of Jannik

> I wish it would be. Maybe this rate limit is applied only when I use a non-outdated token? It is: ![CleanShot 2022-08-08 at 18 26 46@2x](https://user-images.githubusercontent.com/1032411/183466676-78443531-cfbc-42f5-9157-e82458cf4901.png) Composer is using...

Yep, that is indeed an issue. It frequently happens, if you develop your composer package integrated in another package. So imagine you want to develop your Symfony bundle and test...

This indeed looks like a BC in Composer / we weren't using it correctly the whole time. The `getLoop()` method is around since 2.0 (https://github.com/composer/composer/commit/557fb873ee10c413bbd86d8c820c063c2b871a43), but we unfortunately still need...

@baukevdw apparently I don't understand how to add commits to your PR, so I created a PR in your fork to include into this PR: https://github.com/baukevdw/studio/pull/1 With this we can...

@baukevdw then maybe the Github CLI was just trolling me. 😄 Thank you for your contribution 🙌

I just released `0.16.0` containing this fix.

Hey @scottsb, after reading #52, I think what `studio` should do is to leave the `composer.lock` like it would have been without using `studio`. So while we need to keep...

Yeah, but that would be intended. Because if you have a reference locally, that is not in the upstream repository, and you try to install this somewhere else, it should...

~~The tests should fail as the commands are missing the return type + value.~~  they were added, so tests should be green

That was easy 😅