Josh Buker

Results 164 comments of Josh Buker

> Cheers @bajo and @joshbuker - sorry this took so long to come around to. Given it was a breaking change it made sense to include it with the other...

Per our Discord conversation, using `sudo systemctl restart docker` on the worker node is confirmed as a workaround for the issue. After rebooting the service, the error goes away and...

For anyone who finds this, it looks like this library might be viable alternative: https://drag-and-drop.formkit.com/

That is weird; a loading race condition or something to do with production preloading, perhaps? I like @lorenzk's suggestion as a solution for the v0 codebase; if someone would be...

10 months... Yikes, my bad. Yeah, adding this to my priority task list.

Thanks for your patience :heart: Depressingly, even my priority task list is hilariously backlogged.

@oliverchang Bumping this as it affects GSD process for revoking duplicate IDs as the data gets normalized ([How should duplicate IDs be handled?](https://github.com/cloudsecurityalliance/gsd-tools/discussions/194)) This wouldn't be a backward compatible change,...

https://github.com/cloudsecurityalliance/gsd-tools/pull/197

The primary one of relevance is DUPLICATED_BY / DUPLICATE_OF, which is relevant for machines and humans, see: https://github.com/cloudsecurityalliance/gsd-tools/discussions/194 for context. Presumably aliases are for...well, aliases. IDs that are referring to...

Was chatting with @kurtseifried while working on https://data.gsd.id and for relationships, would be valuable to have: ```json { "id": string (required) "type": string (required) "canonical_url": string (optional) "reference_urls": Array[string] (optional)...