Arthit Suriyawongkul
Arthit Suriyawongkul
Should this line: https://github.com/spdx/spdx-spec/blob/f148837fa65ea5ce88c65531480404453c15fd26/.github/workflows/publish_v3.yml#L52 be written like this instead?: ```yaml run: mike deploy v3.0 latest -b gh-pages -p ``` to make `latest` an alias for `v3.0` This will effectively changes...
Also in Conformance: - https://github.com/spdx/spdx-spec/blob/a9c2e6fbcca28ca31380f4c9035215b1e782d5a2/docs/conformance.md?plain=1#L3 -- Some other from spdx-3-model repo: - https://github.com/spdx/spdx-3-model/blob/802137f6a3156d831cffe0f51b62e11c0de0eb50/model/Core/Classes/NamespaceMap.md?plain=1#L17C1-L22C69 - https://github.com/spdx/spdx-3-model/blob/802137f6a3156d831cffe0f51b62e11c0de0eb50/serialization/json-ld.md?plain=1#L37-L40 Few of them are in the form of `TBD`: - https://github.com/spdx/spdx-3-model/blob/802137f6a3156d831cffe0f51b62e11c0de0eb50/serialization/lite.md?plain=1#L25 - https://github.com/spdx/spdx-3-model/blob/802137f6a3156d831cffe0f51b62e11c0de0eb50/serialization/json_ld/examples/sbom1.json#L13 (not sure...
@goneall I closed #924 after I messed up with rebase during an attempt to do DCO. Please review this PR instead. Apology for any inconvenience. Thank you.
Check on my browsers (Chrome, Firefox, and Safari), it does have the version selection dropdown on the navigation list in the left pane. (The HTML, generated by `mike` & `mkdocs`,...
Inspecting the HTML: - The `ul` element for the "model" always got `current` value in its `class` property. - Also, the `a` element for the "Core" always got `current` value...
The purpose of country list is to check if a URL is blocked in that country or not. It is possible that a country X will block a website from...
> @bact there was a brief discussion about this topic on a [video conference hosted by OONI](https://youtu.be/XKWGS2VvEAs?t=1392) that recommends to delete these type of links. I only used it as...
I think it is now https://aif360.res.ibm.com/
ตอนนี้ในเวอร์ชัน Python มันใช้ | เพื่อ early return ไม่แน่ใจว่าของ Rust มันไล่ลำดับ regex ยังไง
How we are going to communicate about these "alternatives"? (Like, when to use which source) 1. https://spdx.org/rdf/3.0.0/spdx-model.ttl (official) 2. https://spdx.github.io/spdx-3-model/model.ttl - Same file as (?) https://github.com/spdx/spdx-3-model/blob/gh-pages/model.ttl (`gh-pages` branch is suggested...