-
I like the concept of Aura, but for now all I need for my current project is a mediator plugin that works well with Backbone. Is there any way, and how should I do it, to implement only the part of Au…
-
From the HTML wrapper, I need access to some methods in some of my own classes (instances in an already bootstrapped application) that extend minion.class or minion.singleton. What is the best way to …
-
It seems that the switch from Backbone delegated events to jQuery events has introduced a bug whereby re-rendering a Backbone view and calling stickit again causes the bound elements to continue to se…
-
Check list is at the wiki on https://github.com/addyosmani/aura/wiki/v1-Checklist for editing / history. Conversations / discussions at https://github.com/addyosmani/aura/issues/134.
I will keep this…
tony updated
11 years ago
-
There has been some questions about how to swap out the existing pub/sub implementation:
> How does one swap out your existing pub/sub implementation for another one?
What is the benefit of doing so…
-
Linus Torvalds had an [interesting point](https://plus.google.com/115250422803614415116/posts/hMT5kW8LKJk) brought up during a dispute with a Gnome developer few weeks ago. Both are very smart people …
tony updated
12 years ago
-
*Issue migrated from trac ticket # 1112*
**component:** General | **priority:** major | **resolution:** fixed
#### 2012-11-06 13:13:57: scranen@win.tue.nl created the issue
___
When the "-rjittyc"…
-
It would be very convenient to be able to re-use the "exclude" property on modules in the config. For example this:
```
"modules": [
{
"name": "module1",
"exclude": [
…
-
*Issue migrated from trac ticket # 873*
**component:** Core: Parse Library | **priority:** minor | **resolution:** fixed
#### 2011-11-23 13:51:43: fstapper@win.tue.nl created the issue
___
It woul…
-
As title says... why aura is so tight bound with RequireJS and jQuery and Underscore?
For example, the pup/sub technique that mediator uses shouldn't be bound so tight with RequireJS module autoloadi…