Garrett Everding
Garrett Everding
### [READ] Step 1: Are you in the right place? Issues filed here should be about bugs in __the code in this repository__. If you have a general question, need...
Hi, Been looking at NewPipeExtractor and seeing how they get related videos. How hard would it be to add this functionality? I'm open to adding a PR just wondering where...
Hi, Someone committed hardcoded paths to search paths. Master build is broken. https://github.com/ethand91/mediasoup-ios-client/blame/master/mediasoup-client-ios.xcodeproj/project.pbxproj#L583-L584
HI, In production we've observer that calls to `SetRemoteDescription` can block indefinitely. Based on comments from the WebRTC m94 branch this can happen. ``` file: api/peer_connection_interface.h // Sets the remote...
Following the setup Instructions and getting this error: ``` === BUILD TARGET RCTVibration OF PROJECT RCTVibration WITH CONFIGURATION Debug === Check dependencies Write auxiliary files /bin/mkdir -p /Users/geverding/sandbox/github/cabin/iOS/build/Build/Intermediates.noindex/RCTVibration.build/Debug-iphonesimulator/RCTVibration.build/Objects-normal/x86_64 write-file /Users/geverding/sandbox/github/cabin/iOS/build/Build/Intermediates.noindex/RCTVibration.build/Debug-iphonesimulator/RCTVibration.build/Objects-normal/x86_64/RCTVibration.LinkFileList...
Hi, I'm getting a stackoverflow with this enum definition. If i decrease the number of case classes it compiles file. If I increase the stack (Xss) to 1G it compiles...
### Describe the bug ```swift uri = "\(scheme)://\(host)\(relativePath)\(port)" ``` This will generate a url like `wss://apple.com/asdf:55433` which is not valid for a normal target. For most wss connections the uri...
### Describe the bug Some point between 2.17 and 2.23 the format of presigned s3 changed. The new urls have the bucket in the hostname the old version of the...
Hi I'm experimenting with porting the [xdp_synproxy_kern.c ](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next/+/refs/heads/master/tools/testing/selftests/bpf/progs/xdp_synproxy_kern.c)to aya and a couple of helper functions are missing like `bpf_xdp_ct_lookup`, `bpf_skb_ct_lookup`, 'bpf_ct_release'. How hard is it to add support for new...
I've caused psql14 to crash multiple times trying to run pgmetrics with a hash partitioned table with 1024 partitions.