glararan
glararan
Hi, I am using simple program calling to phone to try circut. However results into crash without success call. Note: DIALING is shown in trace. Source code: ``` #include #include...
1. SDK version v2.108 2. In what kind of operation problems appear, and how to reproduce the problem ? I am trying to reimplement arduino based library for Wiegand reader...
While making HttpRequest which worked month ago, now I get `The remote server returned an error: (426) Upgrade Required.` If I disable proxy from handler => no TorSharp request works...
**Operating System**: Windows **DocFX Version Used**: 2.59.0 **Template used**: default **Steps to Reproduce**: 1. Download newest version 2. docfx init -q 3. enable search 4. docfx docfx_project\docfx.json --serve **Expected Behavior**:...
If I get Order using `GetOrderAsync` property `Location` is not loaded -> remains null. Then if you want to `GenerateCertificateAsync `you will get Http exception. Request URI is invalid. `GetOrderAsync`...
Hi, Is there any working example that implements own code? I can see in main/main.c only hap.handle() which is implemented inside HAP folder. So I guess no override code. thanks
Hi, Why is MediaRule sealed? There is no way to access property SelectorText. Will you make it open or I have to fork project? Thanks