Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
loic-sharma pushed 1 commit to spm_specialize_use_spm_logic loic-sharma/flutter
- Remove unused import e0f6d3c
loic-sharma pushed 1 commit to rodydavis_idx loic-sharma/decorators_study
- Try relaxing the SDK version Attempt to work around this error: > Error: The current Dart SDK version is 3.6.0-334.... 8ffbda9
loic-sharma pushed 1 commit to rodydavis_idx loic-sharma/decorators_study
- Don't analyze the Flutter SDK 7957d02
loic-sharma pushed 1 commit to rodydavis_idx loic-sharma/decorators_study
- Resurrect Rody's IDX patch 6cc1f40
loic-sharma pushed 1 commit to rodydavis_idx loic-sharma/decorators_study
- Resurrect Rody's IDX patch bfe02c0
loic-sharma opened a pull request on loic-sharma/decorators_study
Resurrect Rody's IDX patch
This brings back Rody's patch which was closed by GitHub when I cleaned up the user study's commit: https://github.com/loic-sharma/decorators_study/pull/1loic-sharma created a comment on a pull request on loic-sharma/decorators_study
Fun fact, GitHub's pull request UI breaks if you rebase a repository's first commit. I didn't mean to close this PR, I'll resurrect it!
loic-sharma closed a pull request on loic-sharma/decorators_study
IDX Support
<a href="https://idx.google.com/new?template=https:%2F%2Fgithub.com%2Frodydavis%2Fdecorators_study"> <img height="32" alt="Try in IDX" src="https://cdn.idx.dev/btn/try_dark_32.svg"> </a>loic-sharma created a review comment on a pull request on flutter/website
Yup sounds good
loic-sharma created a review comment on a pull request on loic-sharma/decorators_study
Ah and since we don't have a remote here, branch should just be `decorators` ```suggestion {pkgs, branch ? "decorators", repo ? "https://github.com/loic-sharma/flutter", ...}: { ```
loic-sharma created a review comment on a pull request on loic-sharma/decorators_study
I think should include the branch: ```suggestion git clone -b "${branch}" "${repo}" "$out/flutter/" ```
loic-sharma pushed 1 commit to idx loic-sharma/decorators_study
- Add flutter create IDX template 530b194