ThatIsAPseudo
ThatIsAPseudo
Check whether the file is minified or not. Mine was on a single line and it did not work, I beautified it and the error disappeared. Edit: it looks like...
From [here](https://github.com/kamaravichow/safe-dot-android/blob/862fb3b394255199ca96db4061692eeb55713e0d/app/src/main/java/com/aravi/dotpro/service/DotService.java#L300) and [here](https://github.com/kamaravichow/safe-dot-android/blob/862fb3b394255199ca96db4061692eeb55713e0d/app/src/main/java/com/aravi/dotpro/service/DotService.java#L465) it looks like the app accessing the microphone/camera triggers an `AccessibilityEvent` from which the `PackageName` of the app can be obtained through the method `accessibilityEvent.getPackageName()`.
Yes that's what I'm thinking of DNS66 has this feature where you can select which rules you want to activate  Edit: added img
Yes that information would be missing, though the main reason why I use TC is that it does pretty much the same ad/tracking blocking as DNS66, but with a connection...
I'd suggest adding a note to the Privacy notice on the `Readme`, so that users understand why the app, which isn't supposed to transfer data, may trigger network usage warning....
It doesn't work with Soundflower, i still have the launch screen and nothing else.
Just a quick idea, with Sci-hub's slogan : "To remove all barriers in the way of science" 
Is there any news concerning this issue ? I'm using ledger along a custom web interface, and I'm trying to get the list of all pre-declared accounts through the `balance`...
Since the conda package is still not available, the relevant section in the Readme should be removed as it can't be installed as of now.
A better implementation of the `unionDFs` snippet : ```javascript DataFrame.prototype.merge = function(df2, fill = null) { // Merge two dataframes with different columns const aCols = df2.listColumns(); const bCols =...