Adam
Adam
First issue: ``` CANNOT RUN WITH NODE 14.17.5 Electron Packager requires Node 4.0 or above. ``` OK cool, this is fixed in https://github.com/electron/electron-packager/issues/863. I will save anyone who stumbles upon...
This builds zstd from source instead of including it as a binary, but is probably not ready to accept as a PR
Library name: liquid-sdr Library description: "a free and open-source signal processing library for software-defined radios written in C. Its purpose is to provide a set of extensible DSP modules that...
This is https://github.com/DapperLib/Dapper/pull/471 (thanks @pzavolinsky), fixed to work with current `main` and with a test added.
  ``` Location is not available E:\root\data is not accessible The process cannot access the file because it is being used by another process. ``` E: is a btrfs...
``` PS C:\git\xcyclopedia\script> .\Get-Xcyclopedia.ps1 -target_path "C:\users\Adam\OneDrive\bin" Transcript stopped, output file is C:\temp\strontic-xcyclopedia\2021-11-27T13-28-19-job.txt Transcript started, output file is c:\temp\strontic-xcyclopedia\2021-11-27T13-29-50-job.txt Starting directory listing... --> Starting directory listing... C:\Windows\system32 (recursive) --> Starting directory...
I'm using Python 3.10.4 and warcio 1.7.4 Using a piece of code based on https://github.com/webrecorder/warcio#writing-warc-records, I'm getting ``` for record in ArchiveIterator(writer.get_stream()): AttributeError: 'WARCWriter' object has no attribute 'get_stream'. Did...
Hi @morrownr, thanks for all your work collating these drivers and all this info. I'm wondering if you'd be open to changing / accepting PRs to change the layout of...
Could not mkdir /sys/fs/cgroup/memory/cgmemtime: No such file or directory - I'm assuming this means that many years later, this program is no longer compatible with the cgroups implementation in kernel...
I'm lost in the weeds with dependency injection here. ```csharp using System.CommandLine; using System.CommandLine.Builder; using System.CommandLine.Hosting; using System.CommandLine.Invocation; using System.CommandLine.Parsing; namespace Test2 { internal class Program { static void Main(string[]...