Yves Senn

Results 98 comments of Yves Senn

My first attempts in making a reproduction were not successful. It's very possible that I'm missing a detail that triggers the condition in our main codebase. There are a lot...

Just wanted to drop a quick note that we are seeing exactly the issue described in the PR. We use a single oauth provider for authentication and do indeed trigger...

Generally you are right. However I don't want to build a table renderer. If we can provide a good solution with a reasonable amount of code I'd accept a PR....

I like the Idea. The [code on master](https://github.com/senny/corner_stones/blob/master/lib/corner_stones/table/deletable_rows.rb#L17-L25) did does not look like your snippets anymore it does use the same css-class though: ``` ruby def delete delete_link = node.first('td...

Hi @blshkv I don't think that support for nested tables was something I considered when working on Sablon. If you see problems using it like this, I'm pretty sure that...

The idea behind the sablon template language is that templates should contain the least amount of knowledge possible. The reason is that they are hard to test and prone to...

@andyweiss1982 sure 👍 _Edit:_ Sorry for the long delay.

sounds like a reasonable feature. I'll have a look at it.

@TheAustinSeven can you squash your commits?

@MattFenelon can you get your use-case to work with this addition?