Florian Apolloner
Florian Apolloner
Both packages are years old and I think consul_kv would be better off with a rewrite to not require that library. urllib should be enough to make the http requests...
Hi, I am on 0.71.1 and still have problems. I will try 0.72 and report back.
@skotopes I just tested against 0.72 and I cannot emulate test.nfc after reading a "MIFARE DESFire EV1 (MF3ICDH41)" chip. After a reboot I can emulate test.nfc just fine again. and...
The chip that I read out looks like this: ``` Filetype: Flipper NFC device Version: 2 # Nfc device type can be UID, Mifare Ultralight, Mifare Classic, Bank card Device...
Ah yes, a checkbox there would do. There is another instance though where such a checkbox would probably be useful, namely when creating an integration/channel it is assigned to all...
FWIW, one should differentiate between the management tool and the build backend. For instance it is perfectly feasible to use PDM to manage the lockfile etc and `hatchling` (the build...
I disagree on `b)`. Standards compliance makes it easier to integrate with 3rd party tooling without having to write extra code to support what tool XYZ is doing and makes...
Well, in that sense `hatchling` + `pip-tools` is certainly the least invasive change. To that end it is probably a question how the workflows around should look like. Ie is...
> though trying to read up on it I'm still somewhat confused. I do think there's something to gain from going with a somewhat common setup, be that PDM+hatchling or...
There is also a new article about some experiences with Hatch: https://andrich.me/2023/08/switching-to-hatch/