-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Argument Exception in Integration-Test for windows #186
Comments
This looks like a use of Seq.head in NOnion (instead of Seq.tryHead). Let's find it there. |
I just saw this. We have this in the TorGuard 🤔 |
Let's fix it then. This should have been caught by FSharpLint so we need to file an FSharpLint bug as well. |
Sure, I'll create a PR now. |
Is it that easy to fix? I'm guessing you need to pick Afshin's brain to know what to do when there's no head. |
Nope, I'm pretty much stcuk. I was playing with code and different solutions in the last hour. |
ping afshin in telegram man, he might reply
…On Fri, Nov 11, 2022, 21:22 parham saremi ***@***.***> wrote:
Sure, I'll create a PR now.
Is it that easy to fix? I'm guessing you need to pick Afshin's brain to
know what to do when there's no head.
Nope, I'm pretty much stcuk. I was playing with code and different
solutions in the last hour.
—
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQ4J2IKILNQ4E5MJHW6OLWHZCC5ANCNFSM6AAAAAAR5RHXDM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This fix is necessary for fixing [1]. [1] nblockchain/geewallet#186
This fix is necessary for fixing [1]. [1] nblockchain/geewallet#186
Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
We have to use new for instanciating TorServiceHost since in the new version of NOnion this type is IDisposable. Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
We have to use new for instanciating TorServiceHost since in the new version of NOnion this type is IDisposable. Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
We have to use new for instanciating TorServiceHost since in the new version of NOnion this type is IDisposable. Fixes nblockchain#181 Fixes nblockchain#184 Fixes nblockchain#186
Link of the GIthubCI: https://github.com/parhamsaremi/geewallet/actions/runs/3444631179/jobs/5747438329
The text was updated successfully, but these errors were encountered: