Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this package still maintained? #8

Open
stonko1994 opened this issue Feb 7, 2023 · 4 comments
Open

Is this package still maintained? #8

stonko1994 opened this issue Feb 7, 2023 · 4 comments

Comments

@stonko1994
Copy link

@CatchZeng is this repo/package still maintained?

I opened two PRs over a year ago with no response. I love using this package in my own Apps, and I also add some fixes and additional features to it and wanted to give it back to the community. However, it's hard to do so if there is no maintainer.

@stonko1994
Copy link
Author

ping @CatchZeng

@stonko1994
Copy link
Author

I already maintain a custom fork of this, which will be kept up-to-date and will get new features if needed.

@nameHabbo
Copy link

@stonko1994

have you ever experianced an issue with trying to run a ForEach loop into it?

Marquee { HStack{ ForEach(function.lastTen(), id: \.matchRecord.id) {index in HStack { Text("\(function.playerName(for: index.matchRecord.playerId))") Text("VS") Text("\(index.winnerName)") Image(systemName: "trophy.fill") } .padding(.trailing, 50) .font(.system(size: 20)) .foregroundColor(.white) } } } .frame(width: 500, height: 50) .background(Color.mint.opacity(0.8)) .marqueeDuration(duration)
Im trying to create a Marquee of game resutls but the second the edge of the first result hits the far edge it resets the marquee and doesnt show the other 9 or so results in it.

however when I run the marquee without the extrernal HStack it loops fine, but my game results are on top of each other due to the lack of external HStack.

Marquee { ForEach(function.lastTen(), id: \.matchRecord.id) {index in HStack { Text("\(function.playerName(for: index.matchRecord.playerId))") Text("VS") Text("\(index.winnerName)") Image(systemName: "trophy.fill") } .padding(.trailing, 50) .font(.system(size: 20)) .foregroundColor(.white) } } .frame(width: 200, height: 50) .background(Color.mint.opacity(0.8)) .marqueeDuration(duration)

I see you are still active here, would you mind shedding any light if possible?

@stonko1994
Copy link
Author

@nameHabbo answered it in the other issue you opened: #9 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants