davebaol
davebaol
@piotr-j No, sorry. Rather busy these days. Hopefully I'll have the time in the near future. PR welcome, of course. :smile:
Yes, there are a few places where quotes are missing: - https://github.com/raghur/mermaid-filter/blob/5fb1156ad142e29d727d67288777f48876509bb7/index.js#L39 it should be ```javascript confFileOpts += ` -c "${configFile}"` ``` - https://github.com/raghur/mermaid-filter/blob/5fb1156ad142e29d727d67288777f48876509bb7/index.js#L44 it should be ```javascript puppeteerOpts +=...
Same issue with latest Angular 14
Same issue mentioned by @yutamago
@jhen1422 I'd say yes, the issue is still there in 4.10.2: https://github.com/formio/formio.js/blob/v4.10.2/types/components/schema.d.ts#L71
Same issue here. Any chance to get a proper fix? @franzvezuli thank you for sharing your workaround
Maybe a bit tricky but thanks to custom operators you can do what you need. Imagine the generic regular custom operator `=xyz=` expecting a constant argument (possibly casted). Then imagine...
This is exactly what I'm looking for. Any chance of getting this feature?
Currently to achieve this result I have to use a proxy module like that ``` javascript var requireDirectory = require('require-directory'); var parentModule = require('parent-module'); module.exports = function(path, options) { return...
I think it should be `this.localize('login_failed')`, not just `localize('login_failed')`. However I got it working from inside regular functions only, not from inside lifecycle functions like `ready` or even `attached`. Not...