Results 348 comments of Dustin Spicuzza
trafficstars

I'm not sure I follow. Why doesn't the existing random playlist functionality meet your needs?

That doesn't answer my question. Why doesn't the existing random playlist functionality do all that already? I don't understand what you're asking for that's different than what we already have.

If GRIP generates the code but doesn't use it, doesn't that mean the end user's code is AGPLv3, not GRIP? ... but still, removing it would be a good idea.

My complaints apply mostly to a low-performance platform such as the RoboRIO -- on a higher performance platform you're less likely to run into problems, but it's very noticeable on...

Thinking about it a bit more, I think that it would be good for a python tab to exist everywhere, but with a common stub even if an example hasn't...

I found that pacman installs are really slow until I applied @k-takata 's workaround. I wonder why it's so slow for it to do lookups on the domain?

FWIW, I like the smallness of this dependency. Just copy a single file to a repo and we're good to go. :)

The Jenkins plugin has an option to retrigger a build based on the contents of comments in the PR. It's a bit more intuitive then having to use GoCD's mechanism...

Support for SHM has been merged into x/sys/unix for Darwin and Linux (https://github.com/golang/sys/commit/969570ce7c6ca8c8b39c959ff71e2c3b33f2fb85), it would be good if someone could add other platforms as well. I would do it but...