Josh Buker

Results 164 comments of Josh Buker

Oh, one aspect of this that actually would be directly relevant to #51 is including versioning in said schema reference. This is valuable for any other schemas that would like...

Perhaps the following? - https://osv.dev/schema.json - Defaults to latest if no version is supplied - https://osv.dev/schema.json/1.0.0 - Allows explicitly requesting a specific version (semver) - https://osv.dev/schema.json/latest - Functionally equivalent to...

Relates to #51, which would allow this type of discovery/determination when looking at individual IDs / entries. What the schema_format field wouldn't cover is some sort of organic list of...

For use-cases like the GSD where we are potentially embedding multiple formats within the same json file as a part of different namespaces, it's critical for the parser to be...

Hmm, that's definitely worth considering, and could help in scenarios where a format doesn't expose an easy way to parse identification itself (including scenarios where it's XML or some other...

Hey @oliverchang, updated this PR per some of your feedback. Mind taking another look?

JWT support will indeed be added to Sorcery v1, see Sorcery/sorcery-rework#9 for further discussion.

@waynevanson pinging to get eyes on this issue.

@waynevanson @David-Desmaisons if I wanted to create a PR to fix this issue, where in the code should I be looking? I'm assuming it would be related to the dragging...

@David-Desmaisons this is an issue on the Sortable.js repo, not the Vue Draggable repo..