William

Results 26 comments of William

the command to decompile for windows: `ildasm Fiddler.WebUi.dll /out=Fiddler.WebUi.il`

To compile il files for windows: `ilasm Fiddler.WebUi.il /dll /fold /nologo /noautoinherit`

ilsam path to add to environment variables: `C:\Windows\Microsoft.NET\Framework\v4.0.30319` You can also open the visual studio command prompt and do it from there

Yes, I have tried all of them, but they end up in errors or the program freeze.. Also, is there a way to run this on windows with mingw or...

I don't have pn532, I have the acr122u (I believe it is a cloned version because I got it for cheap, but it works) I installed your program on a...

Well, I haven't been able to run it on windows. I don't understand what output of `nfc-pool` or `nfc-list` you refer to. Here is the issue with this VISA card:...

For windows, to install libnfc I have to install cmake (https://github.com/nfc-tools/libnfc/blob/master/README-Windows.md). It is looking long to me. I still don't know how to use nfc-pool and nfc-list on my raspberry...

I have tried like this ``` - name: Create a Release if: github.event_name == 'push' && github.ref == 'refs/heads/main' run: | export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} npx semantic-release ``` and like...

It happens me exactly this issue. Signal downgrade a lot the quality when I sent video and photos from my phone to other people phones. I am super confused.

I have the same exact issue, you look at documentation in 4.6 ![image](https://user-images.githubusercontent.com/82284393/227503224-dc212d80-13e6-431c-833e-e5549a1515ca.png) and you look documentation in 1.3 ![image](https://user-images.githubusercontent.com/82284393/227503479-ed749663-3b0e-4830-9908-c446f6860eeb.png) and it is much more confusing now in 4.6 than...