Andrea Lazzarotto
Andrea Lazzarotto
It seems that `cordova-res` is generating the wrong XML inside `mipmap-anydpi-v26`... This is the XML generated by the tool: ``` ``` Here's the one generated by Android Studio: ``` ```...
Yay! 😄 I confirm geojson-polyline seems to work very well, but it might be a bit hard to understand. For those who do not want spending a lot of time...
As a very quick fix, see #42.
Can you please try to replace this block: https://github.com/Lazza/RecuperaBit/blob/728e978e459463e259bacca18d8a13a66241f309/recuperabit/fs/ntfs.py#L291-L294 With this code? ```python candidates = [ (f['content']['namespace'], f['content']['name'] + ads_suffix) for f in filtered ] print(candidates) name = best_name(candidates) ```...
Good to know. 👍 > the author seems to have ignored the PRs Being a FLOSS developer myself I understand. Sometimes life and contingencies must be prioritized over development. 😅
In order to build Sleuthkit from source correctly, **you need to edit the formula first:** brew edit sleuthkit Then change the `JAVA_HOME`: def install #ENV["JAVA_HOME"] = Formula["openjdk"].opt_libexec/"openjdk.jdk/Contents/Home" ENV["JAVA_HOME"] = "/Library/Java/JavaVirtualMachines/liberica-jdk-8-full.jdk/Contents/Home"...
You need to run it with `liberica-jdk8-full`, not `liberica-jdk8`. Also see this: https://github.com/sleuthkit/autopsy/issues/5804
> found the issue in install osx file is the wrong command for brew Yes, this is why I proposed #5803. 😄
@xeen3d I run it as a normal user. I would personally not use it on real disks... and if I needed that, I would use `xmount` as root to create...
@x1024 did you delete the repo? It seems my Carthage instance is not pulling your fork anymore. Do you have a copy of your modifications by any chance? Thank you!