Thad Guidry

Results 421 comments of Thad Guidry

Yes, the dev mailing list for announcements and general tracking. Let me compose a continuation there...

We should hone in on terms like "manage" or "settings" for the various buttons or features of the application. I.E. "Manage Schema" or "Schema Settings" or alternatively iconography for any...

@tfmorris I've never liked this extra effort and didn't think in OpenRefine (without any commercial bent connected to it, unlike Linux Foundation or Oracle projects, etc.) that a DCO would...

@tfmorris Hmm, a bit like Snowflake ids, I like it. Incidentally, we use TSIDs in DB2Rest. There's a thread-safe Java library: https://github.com/vladmihalcea/hypersistence-tsid Which also adds a node part that's adjustable....

@tfmorris Gotcha, agree. Btw, in the first paragraph of the README says that it's not a "ripoff", it's a "fork" that's maintained because the original repo is no longer wanting...

This seems to be a possible bug in the Releases API where for some reason, the `assets:` object is returning an empty array? Weird! We have a check on that...

@shihyuho It's used to basically ensure that we can get Active Releases (those with Assets?) in order to get their Download Counts to filter against the parameter input `keep_min_download_counts` -...

Hmm, actually maybe our code needs to be improved in that section to iterate through release ids, build a map using the [List Release Assets](https://docs.github.com/en/rest/releases/assets?apiVersion=2022-11-28#list-release-assets) instead? But then why does...

Are you sure you have some releases that have the string `Pre-Release` somewhere in their tags? Example: Release Title = myAwesomeApp-v3.2 Release Git Tag = v3.2_Pre-Release

Also, if you are looking to delete categorical "Pre-releases" https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository > Optionally, to notify users that the release is not ready for production and may be unstable, select **This is...