Danil Suetin
Danil Suetin
Added `ValidBoolean` predicate to string since I didn't find an existing predicate provided by core. Boolean is a common type. Also renamed function in tests `validNumeric` to `validType` since it...
## Describe the problem: According to: https://github.com/luizdepra/hugo-coder/blob/745f785dd9a76b5102e6e58c9e5e550c458a6273/layouts/partials/head/custom-icons.html All the icons are specified, no matter if they are configured or not. In my case I don't have favicon.svg, since I only...
I am not a lawyer disclaimer. After yesterday situation with pynose, I started looking through my repositories to make sure everything is ok, and also to dig a little bit...
### Description I run into a problem, when using opinionated default user.js such as [yokoffing/Betterfox](https://github.com/yokoffing/Betterfox). They define a bunch of preferences, and then you can additionally overwrite them if you...
Experimental ZMK wired split support was added recently: https://github.com/zmkfirmware/zmk/issues/1110 Disclaimer, I am not an expert in ZMK or any type of embedded development in general. I managed to get my...
> Deprecated: As of Go 1.16, the same functionality is now provided by package [io](https://pkg.go.dev/io) or package [os](https://pkg.go.dev/os), and those implementations should be preferred in new code. See the specific...
Running on linux (nixos), with docker. **Steps to reproduce:** 1. Create and start a new environment ``` { "name": "test", "image": "mcr.microsoft.com/devcontainers/base:noble", "features": { "ghcr.io/devcontainers/features/nix:1": { "packages": "hello" } }...