beelze
beelze
Well, I know about amazing WE limitations which [after all] prohibits closing or navigating in special/mozilla pages, but here's another one case – [raw github pages](https://raw.githubusercontent.com/fate0/proxylist/master/README.md). Yet another Mozilla's paranoia...
At first, thank for the great and inspiring package! But let me explain my question: ``` def before(instance, attrib, new_value): print(f'before: {attrib.name}={new_value!r}') return new_value def after(instance, attrib, new_value): print(f'after: {attrib.name}={new_value!r}')...
Recently I've tried to use fwknop at OpenWrt. Of course, there is no nftables support and it is not working out-of-the-box, but it wouldn't be a problem if `CMD_CYCLE_OPEN` is...
`procs` has a well-developed and consistent search logic that covers many use cases. Though, it is not rare when "grepping" may be more familiar and convenient. But because of watching...
dunst 1.9.2, cinnamon, Gentoo Changing age every second causing flickering sometimes (especially when high number of notification are displayed). As far as I understand, that is because of changing length...
Maintainer: @BKPepe Environment: (mips_24kc_musl/ath79_generic, OpenWrt 23.05) Unbound-1.19.1 failed to build with `PACKAGE_libunbound_pythonmodule=y` Seems that one issue is in Makefile: ``` $(if $(CONFIG_PACKAGE_libunbound_python),--with-pythonmodule,) \ ``` Here expected to be `PACKAGE_libunbound_pythonmodule` instead...
My M.2 drive (sata, kingspec nt-256, tested working) is not detected. @orangepi-xunlong wrote (#53) that _"dts is set to nvme ssd by default, and if using sata ssd please add...
I'm running 4.5.0-pf4 kernel from [pf-sources](https://packages.gentoo.org/packages/sys-kernel/pf-sources): ``` CONFIG_TOI_CORE=y # CONFIG_TOI_FILE is not set CONFIG_TOI_SWAP=y CONFIG_TOI_CRYPTO=y CONFIG_TOI_USERUI=y CONFIG_TOI_USERUI_DEFAULT_PATH="/sbin/tuxoniceui" CONFIG_TOI_DEFAULT_IMAGE_SIZE_LIMIT=-2 # CONFIG_TOI_KEEP_IMAGE is not set # CONFIG_TOI_REPLACE_SWSUSP is not set # CONFIG_TOI_IGNORE_LATE_INITCALL...
``` ../spacefm-9999/src/commandline/socket.cxx: In function 'void run_subcommand_socket(const socket_subcommand_data_t&)': ../spacefm-9999/src/commandline/socket.cxx:60:14: error: 'println' is not a member of 'fmt' 60 | fmt::println("Failed to connect to server"); | ^~~~~~~ ../spacefm-9999/src/commandline/socket.cxx:89:14: error: 'println' is not...
### What would you like to be added I would like to be able to add nft rules directly ### Why is this needed Some use cases aren't supported by...