Juan Manuel Lovera

Results 3 comments of Juan Manuel Lovera

> hmm hard to say what is happening, but sticky should work, here virtualization is not adding anything special, like https://codesandbox.io/s/virtual-simple-table-cdqqpg This worked out for me! I added the `before`...

> > I could work around this by creating an app in Slack instead of a incoming webhook. > > I'm trying to do that now but I think it's...

I think we may want this rule to only allow the following forms: ```elixir Enum.map(values, &FunctionModule.increase/1) Enum.map(values, &FunctionModule.increase(&1, 2)) Enum.map(values, my_func) ``` My argument is that you force that the...