Sayan Pal

Results 137 comments of Sayan Pal

I am also facing similar issues. I am composing a view with `compose` like below: ``` html ``` And then `MyVwModel` looks like: ``` typescript @autoinject export class MyVwModel extends...

@alexisszabo @catsalive I am also facing similar issues after upgrade. It seems that the event handlers for `blur` amd `contentChanged` are incorrectly applied on the DOM Element. Refer: https://github.com/froala/aurelia-froala-editor/blob/master/src/froala-editor.js#L67-L68 Whereas,...

> This doesn't seem to reproduce the problem because you forgot `$` before `{testVarOne}`. [babel/babel#16453 (comment)](https://github.com/babel/babel/issues/16453#issuecomment-2081045844) may be a reproducible code. Thanks @liuxingbaoyu for pointing it out. Updated the original...

Currently, the pattern `{&}?{p1=:p1val(foo|bar)}?{&}?{p2=:p2val(fizz|buzz)}?` does not match `p2=fizz&p1=foo`. It would be cool to support that. I know it might be a long shot, still just putting it out here.

Thank you for the PR. However, I am not sure how to feel about the changes. As far as I understand, the de-/serialization can also be derived for remote crate...

@Wopple The default parsing mode is always strict. That is while instantiating, if you pass `None` as the `options`, then it is parsed strictly. If you want to parse in...

@rjcmln Thank you for your words of encouragement! The email addresses that you suggest being invalid are actually valid in the broader sense of the RFCs. You can verify that...

Hi @robertf224! Thank you for your question. I am currently using `wasm-pack` to create the wasm modules. That currently does not support the `--weak-refs` flag; refer to this [issue](https://github.com/rustwasm/wasm-pack/issues/930). In...

Can we also integrate this plugin to our e2e tests to detect any performance regression? Or even arrange something to identify the hot areas and/or optimization opportunities in the core...

Maybe slightly differently, we can mark a set of properties as one group. When one of those properties is validated, all the properties in the set are validated. For example:...