Hugo

Results 1451 comments of Hugo
trafficstars

The same udev rule presents a security issue too: all members of the `plugdev` group are granted the widest possible permission on all keyboards and mice. This includes being able...

Sorry, haven't had a change to look into it. I don't have zk-nvim set up right now, but I'll likely install it in future since I want some of its...

I figured it out. I had zk set up as an LSP via nvim_lspconfig, so two instances are initialised: - One via zk-nvim - Another via nvim_lspconfig

El error con Python 3.8 no está relacionado a tus cambios y podés ignorarlo: https://github.com/WhyNotHugo/django-afip/issues/222

Do I understand correctly that every script would run for every event received by every process subscribed to events?

> Would it make sense to offer both, i.e., the current resolver and, say, a SharedResolver that keeps the resolver behind an arc? I don't see the value in it....

Rebased and resolved conflicts.

Creo que esto podría funcionar: ```py for receipt in Receipt.objects.filter( receipt_number__isnull=False, validation__isnull=True, ): receipt.revalidate() ```