Miroslav Kravec
Miroslav Kravec
In extensible/modular application, it's not possible to create statically defined `struct` with configuration. And, modular configuration would have for example following configuration: ```toml # syntax: . module1.option1 = "..." module1.option2.a...
It would be useful to provide support for anonymous columns, or column renaming with support to define empty name. Maybe `Table.Columns.CustomName`. Use case: order notification with following fields: - **description**...
Hello, I've stumbled across this project, because I'm in search of Linux compatible USB 3.0 to digital video output adapter. I've read the API specification, and the part of it...
Does confita support structured configuration? It would be useful to make configurations more clean/organized/structure, and for configurations of growing/large projects. I have read the README.md, but there's no example for...
Golang's native html supports [`template.ParseGlob`](https://golang.org/pkg/html/template/#ParseGlob), which I find quite useful. And for example, another template engine, [extemplate](https://github.com/dannyvankooten/extemplate), supports `ParseDir`. Currently, goview requires all partials to be listed in `goview.Config`. Would...
First, I would like to say, that this is a very useful project/tool, and I have been exactly for :+1: ``` goda graph github.com/loov/goda/...:root | dot -Tsvg -o graph.svg ```...
Does `qor/admin` support multitenancy? It would be useful for building small cheap SaaS used by many or lots of clients. For example, consider following common use-cases: * blog - one...
I know, that `README.md` states: > ## License > Released under the MIT License. However, this is not enough from legal point of view, as it's missing copyright holder. In...
Does `cobalt.rs` support exporting to PDF and ePub? If not, then this is a feature request/suggestion, otherwise documentation request/suggestion.
Based on docs, `submitted` is filled by revalidation: > submitted: set to true once the form has been submitted. I'm using the same form to allow an user to submit...