Miroslav Kravec

Results 36 comments of Miroslav Kravec

@MatthewBooth Currently, my free time is dedicated to another FOSS projects. And, I don't own any DisplayLink device to test functionality.

@foolin thank you for the answer. I have tried `include` tag, but it doesn't support passing arguments to template, but it doesn't work: ``` {{include "category_tree" .CategoryTree}} ``` Above fails...

Actually, `category_tree` was a bad example, as, coincidentally, there's only one category tree on page. I'm sorry for misleading you with that example. The more relevant example is `photo` component...

> Oh, you wan't the config Partials support for directory or matching specific files, right? Yes. I would like to have glob matching support for partials config, like: ``` Partials:...

> one shared application, one shared database with multiple schemas, or multiple databases. I guess, based on [General Configuration](https://doc.getqor.com/admin/general.html), that multiple `AdminConfig` instances would do the job. > one shared...

I found https://github.com/lise-henry/crowbook. It might be worth it to take a look and integrate it (I'm not Rust developer). Also, that was my first google search result, there might be...

@liebehentze I've been struggling to get content shown of my FXMLView based component, when it's included via FXML. I've found a solution (and, after then I have actually discovered this...

> Hi thanks for the suggestion. However, yuck being a developer-only tool I think its best place is here (on github). Autotools is a tool for developers only, and it...

I have encountered the same problem, bare minimum reproduction example is: ``` func Test(t *testing.T) { _, err := govaluate.NewEvaluableExpression("width - extraInfo.spacing") assert.NilError(t, err) } ``` Adding `govaluate` to project...

Looking, that latest commit was made on Oct 22, 2017, and release on May 1, 2017. This library seems to be unsupported. I've found alternative https://github.com/antonmedv/expr, which seems to be...