Quentin Mathé
Quentin Mathé
Sorry for the very late reply. I'm putting together a small update to the framework, so I can take a look at this. What do you want to do precisely?...
Hello, Here is the code I was using for the menu visible in the screenshot you're referring to: ```swift let sortCell = DropDownMenuCell() let sortSwitcher = UISegmentedControl(items: localizedSortingChoices) allowedSortingKeys =...
Hi, thanks for the suggestion. If you want it quickly, feel free to open a PR.
Hi, ok, I understand the problem. I'll take a look at what I can do and come back to you. If you have any solution to solve this, let me...
I took a look at various approaches to solve your problem. I thought about two solutions: - change `DropDownMenu.container` to point the tab bar view itself (or some other superview)...
Hi, Sorry for the very late reply. It won't work out of the box, since `DropDownMenu.menuCells` is a flat array. To work around this, you can probably do something along...
For the mobile side, the prefill mechanism should be ok. There is one downside though, it's going to require us to type each ruleset path twice (download + evaluation). We...
> The idea is appealing but I think that would be a slippery slope, because in practice you'd end up including consumer logic into your rulesets (eg having "mobile" tags...
Hi, I'd be really interested to have this PR merged. What remains to be done? It seems to me, there is a single comment that was not addressed: https://github.com/mozilla/cbindgen/pull/701#discussion_r667082507