Jack Coy
Jack Coy
Also using Vercel, also hoping to reduce notification spam to what we actually will care about. Specifically for us, we just want it for two branches, but not all the...
I think it might make sense to be able to 'promote' a song to the top of the queue. If more than 1 song is promoted it could go into...
> @Jackman3005 keeping a list of "promoted" tracks adds too much complexity. Simply moving a track to the top accomplishes the same thing, although the playing track won't be seconded...
We too are in this situation. I have opened a support ticket citing this issue. I will report back with their response.
@lew Clever workaround. It would be nice to get some direction as to why the `checkAndAddNull` function is filtering to only include string types. I don't quite know what the...
Hey, can we move this forward? The solution seems good, what's the hold up?
I wouldn't mind helping with a PR here, but I think I need someone to explain what they think the problem is and where I'd have to make a fix....
Hey Jordan, no I have not yet, sorry. I got caught up in other things and have left this rule out from my linting for now.
Also, I saw someone else mention a similar(?) [lint rule that works with Typescript](https://www.npmjs.com/package/eslint-plugin-jsx-expressions) which would solve issues where this rule was adding `!!` to boolean variables (I'm lead to...
Typescript support is incredibly minimal. It would be really nice if we had types for things that are already well documented. Like [traits](https://segment.com/docs/connections/spec/identify/#traits) and [context](https://segment.com/docs/connections/spec/common/#context) for starters. Is there a...