Kelg Snud

Results 7 comments of Kelg Snud

Hi guys, I'd like to bump up this issue. The same situation: my jlink probes have leading zeroes in their id's, e.g. ``` $ dmesg ... [38141.592962] usb 1-1.2: Product:...

@flit I'm doing it programmatically (on linux). Take a probe from the list obtained via API and use in another API call. Roughly: ``` probes = ConnectHelper.get_all_connected_probes() with ConnectHelper.session_with_chosen_probe(unique_id =...

> I solved it by changing `@import "@material/ripple/mixins";` to `@import "@material/ripple/mdc-ripple";` Hi, thanks for the tip. Why does it work?

I had the same issue. The reason we see padding is that the heart symbol is not printed. So I just tried to pull the recent commits and it fixed...

@jiemojiemo Maybe this will help https://blogs.msdn.microsoft.com/pythonengineering/2016/04/11/unable-to-find-vcvarsall-bat/ Anyway, as the manual tells, Ubuntu is strongly preferred over other OS.

Hi all, just a small note, that this nasty issue is still reproducible.

As a workaround, assuming you don't need to mess around with resources, when decompiling use -r option: `apktool d -r some.apk` It won't touch them and leave in raw state.