-
Hi I saw you addded Conditional acsess mode for Video Crypt
I am wondering do you need MTV Sample Data or can you generate your own Data
and this Sky Cards do they self destruct after a while or…
-
賞味期限の通知機能の追加.
Notification Managerあたりを追加する必要がある.
background taskにしないといけない?
-
I am setting up a sports stream using ez wifibroadcast and some raspberrys (and open broadcaster studio). I want to use multiple cams in a network connected via router which is the dhcp server. Grabbi…
-
**Is your feature request related to a problem? Please describe.**
Non-interactive transactions (e.g. Alice -> Bob) seem both plausible and lower-friction than the current `Alice -> Bob -> Alice` wor…
-
Hey folks, thanks for the excellent project. I spent a few days reverse-engineering the base station's firmware to try to figure out how ACK packets were done. The full nitty gritty details are here h…
-
Here is my `menu_item.xml`
```xml
```
Inside `MainActivity.java`
```java
MenuItem item= menu.findItem(R.id.action_notification);
ActionItemBadge.update(…
-
Hi again Pavel, the following is a continuation of a post I made awhile back
https://github.com/pavel-demin/red-pitaya-notes/issues/629
Thanks for your advice, which I followed and I was able t…
-
Hi, I cam across of an issue while running your library inside the broadcast reciever. You can't attach progress bar to the window from outside of the application. So I had to take out whole that part…
-
While I was playing around with creating a store struct for state I noticed that only one signal reciever gets the update (I hadn't really grokked this before). E.g.
let (sender_text, receiver_…
-
Error: Caused by: java.lang.IllegalStateException: Cannot access database on the main thread since it may potentially lock the UI for a long period of time.
After research a Query has to be performed…