Nemanja Nedeljković
Nemanja Nedeljković
#6994 while closed deffinitly is a bug and needs to be fixed. At this point, there is no way to rewrite url to move something from query to path.
That is due to limitation of NFC chipset used in flipper
As I said, lib and chip is not designed for anything other than reading of NFC-V... Anything else is usage of chip outside of spec and hack
I have to correct myself. Apparently, there is raw mode which can be used to interact with ISO15693 cards. Thanks to @bettse for correcting me
PR is not draft anymore. It is pending review now Maybe time to merge? https://github.com/flipperdevices/flipperzero-firmware/pull/2316
The way I use it, it is persistant state machine. I do save it to DB after each change, and load it from DB, every time I want to apply...
I am working on generic-init with support for encrypted lvm right now. :) Edit: This is my progress so far: https://github.com/nemanjan00/heads/tree/luks-lvm I am able to mount boot partition, to find...
First of all, I want to get working PoC... :D So far, I was unable to boot OS on encrypted LVM...
You could make user dir more permissive, and do something like this: ``` docker run --user 1337:1000 -ti -eTERM=xterm-256color -eHOME=/work -v$(pwd):/work/project nemanjan00/dev zsh -ic "cd project ; tmux" ```
There is no manifest in qemu repo. Looks like they made a misstake in docs