Scott Doxey

Results 18 issues of Scott Doxey

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

If you are having issues running doxdox on Windows due to permissions, see the following link for more information. https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.2 To get doxdox working, run the following command from Windows...

This repository is undergoing a massive rewrite. Things will be missing, broken, or incomplete as development continues.

```csharp using System.Threading.Tasks; public static class ThreadUtilities { public static void RunOnMainThread(this Task task) { Task.Delay(0).ContinueWith(async _ => await task, TaskScheduler.FromCurrentSynchronizationContext()); } } ```

enhancement

```csharp using System; using System.Diagnostics; using System.Threading; public abstract class CancellableProgressReport { internal readonly CancellationTokenSource _cancellationTokenSource; internal readonly CancellationToken _cancellationToken; internal readonly IProgress _progress; internal readonly Stopwatch _stopwatch; public int...

enhancement

```json "samples": [ { "displayName": "Example XR Management implementation", "description": "Example code showing how to implement various portions of the XR Management API.", "path": "Samples~" } ] ```

enhancement

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=handlebars&from_version=4.7.6&to_version=4.7.7&pr_id=474c1a66-4c93-4e37-8cef-cd3dd01d6f3f&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...