tint

Results 15 issues of tint

大多数情况下,并不需要 nodejs

enhancement

![image](https://github.com/bramblex/niva/assets/46518383/01c34af8-5d1d-40d0-b123-069218eacc7f) 希望支持其它事件,如: - window.minimized - window.maximized - window.restored 或者实现 - window.minimizeRequested - window.maximizeRequested - window.restoreRequested

enhancement

### Describe the feature 我希望通过 ValueMapper 来增强配置值,比如: * 环境变量,${variable}、${variable||default}、${variable??default}; * 值引用:%{key}、%{section.key}、%{key||default}、%{key??default}; * 其它 ### Describe the solution you'd like 我需要再 ValueMapper 中获取 ini.Key、ini.Section 和 ini.File 实例 ### Describe alternatives you've...

feature

### Describe the feature 当我在初始化项目时,希望在使用 Append 方法时跳过已经加载过的数据源,但实际上不是这样的,所以我不得不把数据源包装成 io.ReadCloser 接口,这个时候我又不得不考虑并发的情况,于是我又不得不引入 sync.Mutex 或其它相关的包。 ### Describe the solution you'd like 希望将在 Append 的时候将 Reload 行为交给开发者决定。 ### Describe alternatives you've considered 新增一个开发者可以控制 Reload 行为的类...

feature