Nicholas Camus
Nicholas Camus
Using the Cmake instructions here https://openvslam-community.readthedocs.io/en/latest/installation.html#subsection-common-linux-macos. Tried on the master branch as well as 9b41a4e https://openvslam.readthedocs.io/en/master/installation.html Also replaced all instances of # with in order to get to this step....
[mongodb-replica-set-centos](https://github.com/Azure/azure-quickstart-templates/tree/master/application-workloads/mongo/mongodb-replica-set-centos) ### Issue Details When I run the commands to deploy the replica set ```powershell az group create --name --location # Use this command when you need to create a...
Firstly, thanks for your cracking work and open sourcing this repo - I feel like I am definitely standing on the shoulders of giants! The problem case I have is...
I have the following code to spin up a workerpool. ```TypeScript const pool = Pool( () => spawn(new Worker('../workers/createCubeMapFaceWorker')), this.#cubeMapWorkerCount > Constants.FacePositions.length // Only makes sense to spin-up 6 -...
Hi Luke, I am attempting to add a new reference to the `ICompletion` provider via ``` editor.CompletionEngine.AddReferences(new Assembly[] { typeof(MathNet.Numerics.LinearAlgebra.Matrix).Assembly }); ``` where the `editor.ComletionEngine` is ``` ICompletion CompletionEngine; ```...
Hi Luke, In `OverrideCompletionData.cs` you use `var syntaxTree = new CSharpParser().Parse(document);` (as one of a handful of examples) where `document` here is of type `ICSharpCode.AvalonEdit.Document.TextDocument`. The `Parse(...)` method expects a...
I love the library, however, I am finding that the `FileChanged` event is being fired multiple times for single save operations. This is normal for the Microsoft `FileSystemWatcher` but I...
When I have set the watcher to watch the C:\ drive, it simply does not react to file changes in the C:\ directory itself, ie. "C:\someFile.txt" is changed and saved...
**Describe the bug** When I run the csharptojs command having followed the installation steps, I get the error The framework 'Microsoft.NETCore.App', version '2.2.0' (x64) was not found. - The following...