Marino Di Clemente
Marino Di Clemente
each time i update composer i go to vendor/emuse/behat-html-formatter/templates/index.html.twig to change this ’’’html {{ step.output }} ’’’html i think it's related to the same missing feature. PS. Thanks for this...
considering I use behat tests also as info for api consumers, i use PRE instead of P tag to have a correct rappresentation of some json output of api, then...
It looks promising, so can i define my own renderer that may inherit your? anyway ping me if you need help in this:)
I think this is an important missing feature. after some hacks, at the moment i use this: ``` javascript $(this).datetimepicker({ format: 'hh:ii', minuteStep: 15, autoclose: true, minView: 0, maxView: 1,...
for me it works with responsive template but i've done a variant for multiple textarea ``` javascript jQuery(obj).wysihtml5({ ... }).filter('[required]').addClass('nicehide'); ```
Did an experiment today, mocking getUserMedia and it works https://gist.github.com/KernelFolla/2647d7c644dce10913c592b1708f3a1e I guess it's possible to mock browser's API for testing anyway
Hi Ferlolo, ngx-popper does not support Angular 16 due to its lack of Ivy compilation support and the removal of ngcc support. Furthermore, considering that the last release of ngx-popper...
I have encountered another issue. In my specific scenario (nx + Angular 16), utilizing the following configuration: `sourceRoot: path.join(__dirname, '../..')` seems to resolve the problem. However, it functions correctly only...