The Wayback Machine - https://web.archive.org/web/20220412145101/https://github.com/topics/settings
Here are
1,018 public repositories
matching this topic...
Node.js Application Configuration
-
Updated
Mar 31, 2022
-
JavaScript
Firefox privacy, security and anti-tracking: a comprehensive user.js template for configuration and hardening
-
Updated
Apr 9, 2022
-
JavaScript
Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
-
Updated
Apr 11, 2022
-
Python
A license list generator of all your dependencies for iOS applications
-
Updated
Apr 4, 2022
-
Swift
📦 Easily write and read user settings in Electron apps
-
Updated
Mar 25, 2022
-
JavaScript
A compilation of function snippets for WordPress developers who create their own themes.
django's default admin interface made customizable. popup windows replaced by modals. 🧙 ⚡
特殊权限(Special Permissions)兼容库,悬浮窗权限(SYSTEM_ALERT_WINDOW)与系统设置修改权限(WRITE_SETTINGS)
-
Updated
Jul 11, 2017
-
Java
Custom transition between controllers. Settings controller for your iOS app.
-
Updated
Mar 27, 2022
-
Swift
Manage settings with Ruby on Rails
Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
-
Updated
Apr 6, 2022
-
Python
Store strongly typed application settings
Create native settings for Flutter app in a minutes.
-
Updated
Mar 22, 2022
-
Dart
Model Settings for your Laravel app
Jot is a library for persisting and applying .NET application state.
Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app
A simple way to create a UITableView for settings in Swift.
-
Updated
Apr 5, 2022
-
Swift
Fuzzing resources for feeding various fuzzers with input. 🔧
-
Updated
May 25, 2021
-
HTML
Persistent settings package for Laravel
A simple mixin to make Ruby classes configurable
-
Updated
Apr 11, 2022
-
Ruby
🌚🌓Alternative Control Panel for Windows 10
SettingsView for Xamarin.Forms
【rime 小狼毫\trime 同文】手机/PC一站式配置【简约皮肤\拼音搜狗词库\原创trime同文 四叶草 九宫格 拼音方案\四叶草拼音\四叶草地球拼音\小鹤双拼\极品五笔\QQ五笔\徐码\郑码】
🛠 A small Kotlin library to make shared preferences easy + RxJava and Coroutines support
-
Updated
Feb 21, 2021
-
Kotlin
Dynamic global and instance settings for your django project
-
Updated
Mar 31, 2022
-
Python
Store settings in database with a manager UI for your Laravel app
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
-
Updated
Feb 8, 2022
-
CoffeeScript
Improve this page
Add a description, image, and links to the
settings
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
settings
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
On lines
https://github.com/rochacbruno/dynaconf/blob/master/dynaconf/validator.py#L202-L205
validators.validateis callingfrom_envand it makes the variables to be reloaded from source files.This is not good for testing.
Solution:
reload=Falsethat will cause those lines to pass