Naren SivaSubramani

Results 6 comments of Naren SivaSubramani

Update, I tried the the `customSelector` option that works.. hope this helps to fix the problem https://codepen.io/ufo2mstar/pen/EwMMxz ```js // does not work $('iframe[src*="drive"]').parent().fitVids(); // does work $("#vid_div").fitVids({ customSelector: "iframe[src^='https://drive.google.com']"}); ```

I feel this is a legit feature request for [jest](https://github.com/facebook/jest) ! Not so much for this `jest-extended` library, which aims to support matchers, while this is more a core `jest`...

Hey @weshatheleopard , there was a hack on the excel side I did, that made it slightly possible. I can give this a shot, but would love some direction from...

Sure, thanks for the reco. But if [StringManipulation](https://github.com/krasa/StringManipulation) can support features like columnar alignments, this simple and useful number-string formatting feature feels like a valuable addition.

@anatoliykmetyuk haha, more than an issue, this feels like a good addition to [this gem's ReadMe page](https://github.com/jasonbellamy/jekyll-mermaid/blob/master/readme.md).. Am adding this there just for clarity.. Cheers!

For anyone interested, I ended up making some useful and repeatable dashboards with just the Grafana (v11.3) UI: 1. Planned and built Library panels - https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/manage-library-panels/ 2. Dynamic Repeated rows...