José Simões

Results 279 comments of José Simões
trafficstars

On a quick look at your code above this line `if (ackResponse != ackFrame)` will always fail because you're "comparing" if one array (object) is equal to _another_ array (object)....

Confirmed the issue. Something wrong it's happening in the execution engine that takes a wrong exit path.

.NET Fiddle test app running on full .NET [here](https://dotnetfiddle.net/2VskfP). Update from original report so it's not using ~generics~ static functions: ```chsarp using System; using System.Threading; namespace NFAppToTestAnything { public class...

@aromaa you are correct, there are no generics here. Just static functions. I was rushed on my conclusion by looking at the function names the compiler assigns when using this...

From the project system side it's hard to handle. But this is something that an analyser could easily pick up and suggest the fix. One more to add to the...

> Just wondering if the solution is in this commit... [nanoframework/nanoFramework.IoT.Device@150c4d2](https://github.com/nanoframework/nanoFramework.IoT.Device/commit/150c4d2ec3581f49b955eec0936452b83e76a1cd) Nope. Debounce of GPIO pins it's carried in native code...

@networkfusion this is hard to accomplish that's why it is the _mess_ that you see there. This is serving: 1. local build with toolchain in VS Code 2. local build...

The network interface dialog (and underlying code and logic) must be updated to support more than one network interface.

~~I'm having the same issue. If a action yaml it's changed upstream the update will fail with that message that workflow permission is required for the app.~~ I've followed the...

@m-roberts on the above: I've removed the token on the `Fork-Sync-With-Upstream-action` action config. Take a look at how it ended up working for me: https://github.com/OrgPal/nf-interpreter/blob/orgpal-mesh/.github/workflows/merge-upstream.yml