cryolithic
cryolithic
Looks like it's trying to access event log? `2021-08-13 03:39:14.9619079, System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. To create the source,...
> Thanks for the tip on #109 , for anyone looking for a quick solution: > (Also allows you to build without Rust nightly) > > ``` > git clone...
I'm seeing the same issue.
Same issue
> > > This should be a hint for all persons who want to use a Raspberry Pi Zero W as HID proxy for a Microsoft Surface Keyboard. > >...
@ferrydeboer do you still have the changes you made? I'd like to use this in 2019 as well.
The method in question acts as a factory (implementation is a bit more complex, but the details shouldn't matter). It accepts a Stream, and creates a StorageProvider to match the...
``` internal static long GetFreeDiskSpace(string path) { foreach (DriveInfo drive in DriveInfo.GetDrives()) { if (path.StartsWith(drive.Name)) return drive.AvailableFreeSpace; } return -1; } ``` you want `path.ToUpper().StartsWith`
@pizzaboxer I was getting the error, this resolved it for me. If you're referring to user dawomp in discord, his log has the path to his user dir as a...
 Likely when he moved his user directories, he typed lower case here