Paul Xue

Results 17 comments of Paul Xue

@jakewarren I have a starter solution to parse / honour `~/.ssh/config` in https://github.com/pressly/sup/pull/105 . shouldn't be too much of an extension to handle different keys as well

for future googlers: until sup migrates to go mod you can compile sup with vendored version of /x/crypto/ssh by turning go mod off with: `GO111MODULE=off go get -u github.com/pressly/sup/cmd/sup` for...

Are there anyway to filter by link_flair_text? using `q=flair:xxx` does not seem to return expected result

Can we get this merged in? @huydq189 @evanfarrar

> > Can we get this merged in? @huydq189 @evanfarrar > > While waiting for this pull request to be merged, you can temporarily go get my fork at [github.com/huydq189/goheif](https://github.com/huydq189/goheif)...

@FuzzOli87 did you ever figure this out? Seems like prettier-eslint is reading the file from stdin and it's having some issue loading up the eslintrc usually read from the file...

+1 on cocopods, right now we have to manually adds Stripe pods header path to RNP, i'm looking for a packaged solution. maybe add stripe as a pod dependency? @Andreyco...

@olivierlesnicki you can manually link the pod header files like in this [commit here](https://github.com/localyyz/react-native-payments/commit/b30b3f9d3bc6a60fedf474331adc9db96b5f3e30#diff-510586539b8fbbf173424d44f43202a5)

@olivierlesnicki circling back, no need for the manual linking. the correct way is to include React subspec in the podfile. full example uploaded here https://gist.github.com/pxue/052017f38a8f7182cefe1a2e1696912b

> We should probably use actor for this, and do a $ne in the mongo query when fetching subscriber for a group. Should we allow to opt out of this...