Aman Karmani

Results 429 comments of Aman Karmani

Replace `require 'memprof/middleware'` with `require 'memprof/tracer'`

There's a backport patch for 5.12 at the same location now: https://aur.archlinux.org/cgit/aur.git/tree/kernel-5.12-backport.patch?h=ntfs3-dkms-git I would like to do the same with 5.10 if anyone is aware of changes or patches needed.

I was able to build for 5.10 by combining the patches from that AUR repo https://github.com/rmnscnce/ntfs3/compare/master...tmm1:fancybits/5.10

I was having similar problems and had to do the following: ``` diff diff --git a/git-bzr b/git-bzr index 327d935..b1c66e4 100755 --- a/git-bzr +++ b/git-bzr @@ -315,6 +315,7 @@ def export_git(branch,...

A redistributable WebView2 runtime will soon be available for Win7 and above: https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution

Isn't `-miphoneos-version-min=13.0.0` also required for catalyst build?

> * x86_64 binaries are built without ASM support, since ASM for x86_64 is actually x86 and that confuses `xcodebuild -create-xcframework` This is due to `yasm` not injecting platform identifiers...

> We are using it in [Channels DVR](https://getchannels.com) to send video data to multiple clients. The clients are connected over http. We explored trying to detect the stalled writes at...

You could read bytes off until the sync, and also use a `io.MultiReader` if you need to send extra buffered bytes down the client. I found that alignment was unnecessary...