bigopon

Results 668 comments of bigopon

Nice @3cp 🎉

The benefit of this syntax in JS templating is `` is understood via its props. In our template, `` sits inside a string making it harder/less beneficial. This request should...

It feels like there's some non-obvious issue here. Regardless of what happens before, if it's the turn for a binding to react and it sees that it's in a deactivated...

To me, having to learn a new pathing convention isn't desirable. `/path` for absolute, `./path` or `../path` or `path` for relative paths could be more intuitive and self-documenting. I could...

An issue with composing in content (`${___}`) is that we are not able to specify prop binding. For example: ```ts class MyComponent { @bindable prop1 @bindable prop2 } ``` With...

To my knowledge, the design of accessor and private fields doesn't allow anything but decorator to work with it. This means app should avoid using accessor syntax, or control the...

To me, this PR should at least have a table of what are the navigation scenarios we may have, any then what we have to do now vs after this...

So after the child dialog service feature for the dialog plugin, we kind of have a precedence, I guess we can go ahead with this. One thing that seems like...

@Vheissu @ekzobrain this is now ready to go, when you have some time pls help review.

Thanks @ghiscoding , the syntax error above seems to be from vite rolldown, `export @decorator class myclass` is a valid syntax based on the latest decorator spec. Is there anu...