biemster

Results 124 comments of biemster

Looking at the code it seems to completely disregard the extra_tag_files in get_alternate_tags_paths() when the "(tags_file)_search_paths" file is not found. I've done a quick hack to make it work in...

Your dirty fix is a lot cleaner than mine :). I just removed `ctagsplugin.py:241 "if os.path.exists(tags_paths):"` so it always uses the locations given in extra_tag_files.

To the best of my knowledge it requires root rights to change the Bluetooth MAC on android, please correct me if I'm wrong because I would like this too.

For me the first bytes of the pubkey are shown as XX:XX:XX in the cloned advertisement, is there an option I'm missing?

To my understanding reporting beacons need 1) A signed in iDevice. This is also required for obtaining one's own reports, which is not yet reversed enough to do on non-Apple...

I'm not an expert here but it was my belief that EC2 does not support nested virtualization (VM in VM), so this does not work. But if I'm wrong, please...

It seems that leaving those fields out will result in a lot less reports (I only get 40 now, otherwise I would get max 2000). So the fields are not...

So I started with the go ahead, it's living here: https://github.com/biemster/pico-I2S and it's basically a copy and C++ to C port of the pico-arduino code: https://github.com/earlephilhower/arduino-pico/tree/master/libraries/I2S/src and has an example...

Hm yeah that was a short adventure, I've solved my issue by reusing the MicroPython code just like @giampiero7 did: https://github.com/biemster/pico-serialmic

Also there is pypush now: https://github.com/beeper/pypush