Harsha Goli

Results 20 issues of Harsha Goli

Converts errors likely to be thrown from string based errors to error classes with returned grpc error codes. Addresses https://github.com/lightningnetwork/lnd/issues/5411 #### Pull Request Checklist - [x] If this is your...

up for grabs
P3

This PR tackles https://github.com/lightningnetwork/lnd/issues/5088 To check for disabled channel status, we append the disabled info to `ForwardingPolicy` on the ChannelLink config and perform a check when performing an HTLC forward....

htlcswitch

When building the app on iOS device, build always fails with this error. ``` Undefined symbols for architecture arm64: "_OBJC_CLASS_$_TSBackgroundFetch", referenced from: objc-class-ref in libRNBackgroundFetch.a(RNBackgroundFetch.o) ld: symbol(s) not found for...

Hey guys, Set up react-native-background-task and following all the instructions but running into some weird errors for iOS with Xcode 9 >clang: error: no such file or directory: '/Users/harshagoli/Projects/Hail-react-native/ios/node_modules/react-native-background-fetch/ios/RNBackgroundFetch/RNBackgroundFetch+AppDelegate.m' clang:...

I assumed you could persist and run multiple tasks, but it's seeming more and more like I should use something like [react-native-queue](https://github.com/billmalarky/react-native-queue) to accomplish this within a single define

Installed this project and attempted to use for a simple reactjs app, however I get `Module not found: Error: Can't resolve 'fs'` Some logs below ``` webpack is watching the...

bug
dependencies
need more info

Transparency blurs are really cool, how can I get my terminator client to add a variable blur so I can't quite make out the background?

enhancement
help wanted

Hey @mccwdev, not sure if you're aware but [dash is undergoing a planned upgrade soon via hardfork](https://blog.dash.org/dash-core-v0-13-0-release-preparation-9d0f65f030f8). I say not sure if you're aware because this seems to be flying...

enhancement

[In bitcoind 0.21.0](https://github.com/bitcoin/bitcoin/blob/7fcf53f7b4524572d1d0c9a5fdc388e87eb02416/doc/release-notes/release-notes-0.21.0.md#L721), the `generateblocks` rpc command was introduced. [Some documentation can be found here](https://developer.bitcoin.org/reference/rpc/generateblock.html). While this command isn't useful for mainnet nodes, it can be very useful for local...

In this commit we fix the flakes in TestAutoLoopInEnabled by removing the expectation that quotes are returned in a particular order. Reviewers, this is a draft and not mergable code....