David Marceau

Results 53 issues of David Marceau

I had a build error with centos 7 because the default cmake package is an older version. The steps below help to get crabz built and installed successfully on centos...

this_is_a_solution

Rather than using outside find rsync parallel tar binaries being called from within crush, I would recommend integrating rustified versions of these within crush as first-class reserved words. The rustified...

The current defacto capability standards out there for preserving file metadata(user/group ownership, datetime of creation, modification and such) and directory metadata are tar and rsync. I would recommend vach: -...

``` cat /etc/os-release NAME="Pop!_OS" VERSION="20.10" ID=pop ID_LIKE="ubuntu debian" PRETTY_NAME="Pop!_OS 20.10" VERSION_ID="20.10" HOME_URL="https://pop.system76.com" SUPPORT_URL="https://support.system76.com" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=groovy UBUNTU_CODENAME=groovy LOGO=distributor-logo-pop-os $ lspci|grep VGA 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]...

Your file copy is sound, but I didn't see any switches to adjust the number of threads you copy files with in parallel. My change request is that you provide...

Are there any plans to provide string or byte array handling capability from within emu kernels? I believe it would be feasible if there was more support for integer types...

I read about gpufs. It has a capability to access files from within gpu kernel functions. Are there any plans to provide file io apis from within emu's gpu kernel...

Android-x86 7.1-r1 live and installation iso (64-bit) ``` http://www.android-x86.org https://osdn.net/projects/android-x86/downloads/67834/android-x86_64-7.1-r1.iso ``` I was getting build errors for the androidextras from within the internal directory so I decided to move them...

When will TLS 1.3 support with tarpc come back?

I was looking into the context structure passed within the service. ``` theContext: ``` How does one retrieve the client connection information from within the service? i.e. remote ip address...