Robert Laverty
Robert Laverty
@gadicc Webull provides the best _scrapable_ market data, but they make you work for it. lol Start by exploring the network traffic of `https://app.webull.com/` using your web browser's network debug...
+1 for this merge! :D
Sounds good! can't wait to see this updated.
looking good!
@mihaiqc > Hence an "Auto" switch of some sorts to fix the issue. I second that for sure. My Sony x900f has a manual HDR setting which is nice, but...
@bjrnfrdnnd Install [termshark](https://repology.org/project/termshark/versions) and run: ``` sudo termshark -i=em1 ``` ``` termshark v1.0.0 A wireshark-inspired terminal user interface for tshark. Analyze network traffic interactively from your terminal. See https://github.com/gcla/termshark for...
what if you don't even have this ``` site-packages ``` folder in python3.4?
# FIX: ``` If you can't find /usr/lib/python3/site-packages/, then you should have /usr/lib/python3/dist-packages/ instead. ``` http://askubuntu.com/questions/616267/cannot-use-the-unity-tweak-tool
@georgbachmann Same here. Have you found a solution?
Here's the snippet I'm using: ``` FMDatabase *db = [FMDatabase databaseWithPath:@"/tmp/tmp.db"]; if (![db open]) { NSLog(@"!db open AWW BOO...") [db dealloc]; return; } ``` It logs `AWW BOO...` throws **`fmdb...