JohannHansing
JohannHansing
What about using an app locker to lock DNS66?
> Any disadvantages/regressions we are missing? is there a performance overhead when using `ransack`? While we are at it, we could also reconsider the placement of the name filter input...
>> is there a performance overhead when using ransack? > I do not know. I am not planning to put any more effort into pushing this issue. I just wondered...
I played around with the code to try and enable sorting by the Supplier column via `sort_link_helper heading_helper(Order, :name), 'name'`. Strangely, the blue highlighting of the column header is enabled...
>In the finished scope, that ordering is enforced. Does anyone remember a specific reason why this is enforced? I personally don't see why it would be so if there is...
Another weird and perhaps related observations: This produces a red unit test result, since the invalid rows are not dropped: ``` ( DataFrameSchema( { "c": Column(int, checks=[Check(lambda x: x >=...