Darkman portal configuration
Explains how to configure darkman to expose dark/light mode preferences via the xdg-desktop-portal API on Linux.
Explains how to configure darkman to expose dark/light mode preferences via the xdg-desktop-portal API on Linux.
The author discusses the process of selecting a new configuration format for the upcoming vdirsyncer v2, comparing options like scfg and TOML.
An update on the vdirsyncer rewrite project, detailing progress, overlooked tasks, and coordination with related tools.
Review of SelfTune, a research system for automatically and quickly tuning configuration parameters in cluster managers like Kubernetes.
A guide to packaging and bundling web components for distribution using Webpack, including configuration and dependencies.
A review of senpai, a modern terminal-based IRC client, focusing on its features, configuration, and integration with an IRC bouncer.
A guide to managing static assets in Vite projects, covering configuration strategies for predictable file placement, hashing, and using a custom plugin.
A guide to configuring log levels in ASP.NET Core applications using the appsettings.json file and namespace-specific settings.
A developer shares two custom Git commands, 'git ui' and 'git identity', to streamline workflow by integrating a GUI client and managing user profiles.
Explains how to access and use environment variables in JavaScript and Node.js, including differences between CLI and browser environments.
A guide on using Playwright to test application localization, including setting default and per-test locales and time zones.
A tutorial on building .NET console applications with features like command-line arguments, configuration, logging, and dependency injection.
An overview of the most important types in the jOOQ Java SQL library, including Configuration, Scopes, Settings, and the DSL API.
A comprehensive guide to managing environment variables and configuration in NestJS applications using the built-in Config Module.
A guide comparing JSON, YAML, and TOML configuration file formats, showing syntax examples and use cases.
A guide to configuring multiple Git commit email addresses globally, using folder-based conditional includes in your .gitconfig.
A tutorial on how to implement and read app configuration from an appsettings.json file in a .NET MAUI application using Dependency Injection.
A guide to managing Django site settings, covering configuration sources, environment variables, and multi-environment patterns.
Learn how to safely test NGINX configuration changes to prevent server downtime, with a step-by-step tutorial approach.
Using Pydantic's BaseSettings to simplify and type-safely manage configuration and secrets for Python functions in OpenFaaS.