-
I have a project where I'm using awrapper around my ViewModels. This is currently not supported by the NavigationService.
I suggest adding an override to the code extracting the DataContext.
More…
ghost updated
8 years ago
-
```
Codegen with ApacAc.wsdl generates ApacAcImpl.cpp.
::EApacAErrorCode ApacAcImpl::appelerPersonne(const
staff::Optional& ressourceURI, const staff::Optional&
workingURL, const staff::Optional& p…
-
Using `return this.store.findAll('notes');` in the model, which is making a REST call, I'm seeing this behaviour:
```
template.hbs
{{#virtual-each ... items=model as |item actualIndex virtualIndex|}}…
-
```
Codegen with ApacAc.wsdl generates ApacAcImpl.cpp.
::EApacAErrorCode ApacAcImpl::appelerPersonne(const
staff::Optional& ressourceURI, const staff::Optional&
workingURL, const staff::Optional& p…
-
_originally posted in https://github.com/feross/standard/issues/141#issuecomment-107029135_
Something that this module could additionally do is lint the way interfaces are defined in the API section.…
-
```
Not sure if this has been raised before.
The following:
/** @constructor */
var foo = function() {};
foo.prototype.hello = function(x) { alert(x); }
var xyz = new foo();
xyz.hello("h…
-
```
Codegen with ApacAc.wsdl generates ApacAcImpl.cpp.
::EApacAErrorCode ApacAcImpl::appelerPersonne(const
staff::Optional& ressourceURI, const staff::Optional&
workingURL, const staff::Optional& p…
-
```
Codegen with ApacAc.wsdl generates ApacAcImpl.cpp.
::EApacAErrorCode ApacAcImpl::appelerPersonne(const
staff::Optional& ressourceURI, const staff::Optional&
workingURL, const staff::Optional& p…
-
```
Codegen with ApacAc.wsdl generates ApacAcImpl.cpp.
::EApacAErrorCode ApacAcImpl::appelerPersonne(const
staff::Optional& ressourceURI, const staff::Optional&
workingURL, const staff::Optional& p…
-
Right now interfaces can be {Java,ObjC}->C++ or C++->{Java,ObjC}, but the same interface can't be _both_, and the role is fixed at codegen time. We should be more flexible.
j4cbo updated
9 years ago