Aidan

Results 27 comments of Aidan

https://github.com/fyne-io/fyne-x/blob/master/layout/responsive.go#L112 It's in the existing code. I didn't like it either, but didn't want to break your existing functionality.

What if there was another notion like `feddit.de/m/` which aggregated all communities with the same name, - `lemmy.ml/c/` - `lemmy.world/c/` - `feddit.de/c/`

I'm interested in developing this feature. Before I get too deep, I was hoping to get some feed back. For an example like [this](https://vega.github.io/vega/examples/regression/), I was thinking of just adding...

Just digging around the code, but it looks like the [binds get initialized in the View initializer](https://github.com/vega/vega/blob/fd68b94aaa3626b0494da27d8201dc50b440a625/packages/vega-view/src/initialize.js#L39), and I need to make the change either [where the options are read...

vega-parser [constructs the Spec Scope with bindings](https://github.com/vega/vega/blob/cef824d53cf064d65c39aadac151bcd324b5bdd5/packages/vega-parser/src/Scope.js#L371) that get used in [View initialization](https://github.com/vega/vega/blob/cef824d53cf064d65c39aadac151bcd324b5bdd5/packages/vega-view/src/View.js#L65). My test case dumps, ``` (index):119 TypeError: param.options.forEach is not a function at select (vega.js:31121) at generate...

Not finished, but here is the current PR draft https://github.com/vega/vega/pull/1891

@mirjamle Did you see my PR https://github.com/vega/vega/pull/1891?