Camilo Martinez

Results 38 comments of Camilo Martinez

I try fix it with @Klainer and I clicked other tab the tab, but they collapse all the tab and don't show clicked tab. I'll try to debug it, but...

Thanks!!! it help me a lot. I change it a little using JS bs collapse event. ``` $('.panel-collapse').on('shown.bs.collapse', function (e) { $('html, body').animate( { scrollTop: $('.panel-group.responsive').offset().top } , 300); });...

Maybe this example can help you: http://www.bootply.com/peFUdnwOpZ

I think i found the problem: is about `` I have removed `` from my code, and doesn't happend the problem. But if i make this then all tabs are...

Sorry I didn't see that there is an open issue about it: [Issue #45 ](https://github.com/openam/bootstrap-responsive-tabs/issues/45)

> +1 the link tag was being separated onto two lines by my editor. > > bad > > ``` > href="style.css"> > ``` > good > > ``` >...

It will be great, because on vscode there is only Coverage plugins that use lcov format and no one other support xml report from Open Coverage.

I have not. But I think you can create something similar with Windows Terminal instead of iTerm https://docs.microsoft.com/en-us/windows/terminal/command-line-arguments?tabs=windows

Yeah take a look of align section in documentation. https://github.com/deinsoftware/colorify/blob/master/README.md#writeline https://github.com/deinsoftware/colorify/blob/master/README.md#align There is no Justify option.

The library works with the .Net framework behavior of WriteLine. Actually there is no custom implementation of word wrap or justify. It's compatible with .net Core 2 and 3 versions....