ololo
ololo
I want to create custom gjson.Result object to compare it with other gjson.Result. How to create it for slice? I have a slice: ```golang mySlice := []string{ "hello", "world" }...
Initial HTML: ```html
Does Terminus support work with zsh and custom fonts, such as powerline, hack? Also i noticed, that hotkey CMD+K does not work to clear buffer in terminal.
**Describe the bug** Position of notification is always bottom-right. **To Reproduce** Use in VueJS: ```javascript import VueAWN from "vue-awesome-notifications" Vue.use(VueAWN) ``` Import css in `index.html` ```html ``` My method: ```javascript...
Hello! NIce library, very comprehensive functions. I've tried but i got an error from example in Readme. ```go q2, _ := rqp.NewParse(r.URL.Query(), rqp.Validations{ "limit:required": rqp.MinMax(10, 100), // limit must present...
yaml file ```yaml isdebug: false rule: cachesize: 10485760000 ``` golang struct ```golang type AppConfig struct { IsDebug bool `env:"RE_IS_DEBUG" env-required:"true"` Rule struct { CacheSize int `env:RULE_CACHE_SIZE" env-required:"true"` } ``` i...
my usecase: change existing nginx config (add upstream, change location, add server block) how i can achieve it?
this code ```golang func main() { obj := eek.New() obj.SetName("simple operation") obj.PrepareEvaluation("result := true && true") err := obj.Build() if err != nil { logger.L.Fatal(err) } output, err := obj.Evaluate(eek.ExecVar{"result":...
Add geo disable parameter, because our users get IP from server and we want to control this behaviour. This config we made default is true, because same behaviour in nodejs...