Let the awesome commence. Our ORM: https://wetland.spoonx.org/ | Hire us for consulting and development. DM @RWOverdijk
RWOverdijk on master
Update README.md (compare)
RWOverdijk on 3.0.0
RWOverdijk on master
Assetic framework support Updated assetic/framework Removed composer.lock and 3 more (compare)
a variety of topics
Xebia is organising a TechCrunch on August 30th at their Wibaut office in Amsterdam (the same location as the recent React meetup). It's a free conference-style knowledge event held in the evening, and food is included! Let's get nerdy and dive into a variety of topics: Virtual Reality, Progressive Web Apps, API design and Blockchain.
this.authService.authentication.config
and this.authService.authentication.storage
both produce a red squiggly underneath config
and storage
. What are we missing/doing wrong?
aurelia-authentication.js?cca0:1729 Uncaught (in promise) TypeError: Cannot read property 'origin' of undefined
at Object.configure (aurelia-authentication.js?cca0:1729)
at eval (aurelia-framework.js?517a:186)
function configure(frameworkConfig, config) {
if (!_aureliaPal.PLATFORM.location.origin) { // <=== here
_aureliaPal.PLATFORM.location.origin = _aureliaPal.PLATFORM.location.protocol + '//' + _aureliaPal.PLATFORM.location.hostname + (_aureliaPal.PLATFORM.location.port ? ':' + _aureliaPal.PLATFORM.location.port : '');
}
show.bind
and its sibling if.bind
?