Lukas Rieger
Lukas Rieger
Hi, I'm trying to update my npm dependencies, but with the latest versions of Babel and ATS I'm getting an error: ``` ERROR in ./src/Client/ts/IsometricCameraKeyboardMoveInput.ts Module build failed (from ./node_modules/awesome-typescript-loader/dist/entry.js):...
Clarify that you need to be a Service running under the LocalSystem account. I have a service running under a domain account (because it needs to access domain resources) and...
ref https://github.com/kopia/kopia/issues/732 I got a panic in Kopia, which uses go-keyring: ``` > "kopia.exe" snapshot create --description "abcdefg" "C:\some\path" panic: runtime error: invalid memory address or nil pointer dereference [signal...
The new long path support for Windows 10 CU had to be backed out again, because it failed on lower windows versions. https://github.com/fsprojects/Paket/pull/1944 Another option would be to use libraries...
This should be finished, but I need to do some manual tests. Let's run CI. -------------------------------- ### What This allows users to opt-in to support between .NET Fx 4.6.1 and...
The biggest differentiator of Expecto is in data driven parametrized tests, where you can easily compose and generate tests without any of the awkward stuff of [x/n]unit. (``[]`` 😱 )....
It would be nice if I could specify why a test is skipped (pending). Maybe I'm waiting on a specific bugfix (issue tracker url), maybe the test is WIP, maybe...
If a device with an old API level is connected, nudge the user to update it. see https://github.com/GlasgowEmbedded/glasgow/issues/241, https://github.com/GlasgowEmbedded/glasgow/issues/239 apparently both attie and me saw the message and just ignored...
If I plug my glasgow in the first command errors out: 1) plug in 2) run ``glasgow list`` (and I get a bling from windows as if a device was...
I'd like to add a restore mode which, like ``--skip-existing`` works incremental, but also **deletes** extra files. 1) is this a functionality you'd like to support? 2) if yes, should...