Pedro Jacques
Pedro Jacques
Hello, I was trying to have subsections that are actually hyperlinks to other documents but the ToC generates my subsections with nested looking hyperlinks that are not working. Steps to...
The Python scripts in project contain references to a deprecated format. https://github.com/microsoft/codeql-container/blob/073695d07151238cd9e23f74c3a7f47b468b0388/scripts/unix/analyze_security.sh#L61 **Error**: ``` A fatal error occurred: Support for SARIF v2.0.0 (Committee Specification Draft 1) was removed in v2.8.2...
**Bug Description** Rift Explorer fails to start **Problem Description** After running `yarn dev` it crashes with the following stack: ``` yarn run v1.22.19 $ tsc -p app && concurrently "cross-env...
Hello, I have the idea of writing an app to present a more detailed end-of-game summary of damage by abilities per game to the user. To accomplish, I would need...
Looks like https://docs.aws.amazon.com/transcribe/latest/dg/diarization.html is required. Code is looking to iterate over the `speaker_labels` key. ``` "speaker_labels": { "channel_label": "ch_0", "speakers": 2, "segments": [ { ``` If the JSONs were produced...
The Issue: the NPM `pkg` utility is no longer maintained. I struggled finding ways to "package" inside an offline (air-gapped) environment. By default `pkg` reaches out to the internet (npm...