Brandon seydel
Brandon seydel
Is there currently a way to specify the naming convention of a instance property that is assigned a function? example ```TypeScript class Blah { // need underscore private _testVat =...
# 🙋 Feature Request When looping through sometimes I would like to spread the object I am looping through on the component rather than oen by one ## 🤔 Expected...
# 🐛 Bug Report Without using conventions there is no easy way to pass stylesheets as they need a raw loader passed through our shadow function ## 🤔 Expected Behavior...
# 🐛 Bug Report When a route has a dynamically imported component there is a delay before loading. The parent component attached is fired before the route has been loaded...
# Pull Request ## 📖 Description This enables conventions to work with decorators for inlining HTML. This will also lay some groundwork for having a default inline-view strategy which could...
# Pull Request ## 📖 Description This allows runtime renaming to occur without conflict if two elements with the same name are used. ### 🎫 Issues ## 👩💻 Reviewer Notes...
# 💬 RFC Any deviation from the strict default in Aurelia static methods requires either a registration poke or some more intimate knowledge of startup than should be required for...
# 💬 RFC Throughout the years and developers introduced to Aurelia I constantly see the hang up on inside the class using this. and in the view omitting it. I...
# 💬 RFC Aurelia could benefit in a syntax to leverage bindable multiple properties of an object to individual bindables rather than a state object. This can be useful when...
# 💬 RFC Allow user to ignore specifying the same property name if matched on the attribute binding to. ## 🔦 Context This would shrink html and make more readable...