l.h. riley
l.h. riley
Thanks for this @vssdeo! Looking forward to trying it out 🍻
🧟 Since it seems that [Delta](https://zepworks.com/deepdiff/current/delta.html) is now implemented here in the future, and this issue is still open: I'm trying to understand how to get similarity out of Delta,...
@seperman that's a good question. I guess that I would expect a `dict` like object that goes as deep as the detected change. Given: ``` t1 = {"key": {"a": {"key2":...
Any updates on this work? It would be great to see this feature merged. 🥇
Adding a bit more context since there appear to be some actual assertion errors when I am trying this on KDE Plasma 6.0 (kde-neon running python on brew for linux):...
Linking this comment (https://github.com/ValveSoftware/steam-for-linux/issues/8555#issuecomment-1153257121), as this seems to be an issue with the Nvidia drivers when `PrefersNonDefaultGPU=true`.
@EuleMitKeule would it be possible to convert your example into something native to typer and submit it as a PR so we can all benefit from global arguments? In the...
@EuleMitKeule Global / common options are pretty common in big CLIs and clearly have their uses, so I assume that you would mean it is an anti-pattern for `typer` to...
Thanks for the clarification @EuleMitKeule. Also, I just took a look at your example repo. Much appreciated :chefskiss:
@jillianwilson I'm not sure that this is a valid example: > ``` > apiVersion: onepassword.com/v1 > kind: OnePasswordItem > metadata: > name: testing-secrets #this name will also be used for...