Lukas Rieger
Lukas Rieger
As this seems to be the main thread for symlink discussions, I'd like to add my use case: I am using restic on Android through termux. For convenience, termux creates...
Could it be the warning? 
I think the warning is printed to STDERR, so the check ``String.isNullOrEmpty res.Result.Error`` will fail ... I could just skip lines that start with ``(node:#number#) Warning``? -------- If I don't...
There's also the AKS managed identity which eliminates the need for a manual service principal, though I'm not sure which permissions you need for that: https://docs.microsoft.com/en-us/azure/aks/use-managed-identity
Workaround: ```f# [] type Camera = | [] FirstPerson | [] ArcRotate | [] IsometricTopDown ```
I think Fable does some extra work to track Some None: In the Fable Repl ```f# let someNone = Some None console.log(someNone) ``` 
V3 / Q are the first replaced types to use member fields instead of member properties, so I had to modify FSharp2Fable a little bit. When you have some time,...
after overriding equality, it now fails with this weird error: 
Ok, splitting the file into two so that there actually _is_ a Vector3.js helped a bit, but equality still doesn't work: 
It somehow still accessed the old file that I had split, a ``git clean`` later it now fails with  So some code expects a file ``Vector3.js``, some other code...