doktordirk

Results 23 comments of doktordirk

that'll be useful to have

while i hardly get what this is about, it is clearly still the root of my problem. with reference to this proposal https://github.com/loganfsmyth/babel-plugin-transform-decorators-legacy/pull/44 @loganfsmyth argued that a decorator should set...

@littledan aurelia isn't (by default) using decorators for this, but only when bootstrapping the view-model's view. one can add an observable decorator though. That some nuisance but does fix the...

@bigopon not sure if it helps, but we have (stupidly) `export class ApiClient extends HttpClient {` and that stopped working in 1.8.0 with hmm HttpClient needs to be create with...

``` Message: Class constructor HttpClient cannot be invoked without 'new' Inner Error Stack: TypeError: Class constructor HttpClient cannot be invoked without 'new' at new ApiClient (http://localhost:8080/static/webpack/commons.bundle.js?v=2c0c4b27cccd6e20f740f77a3f752d1a62d23077:84999:63) ``` ``` export class...

@bigopon retried with babel 7 and there it works with 1.8.0

@dgozman here.s a trace where it happens. might not help though, since the trace doesn't go till the end. the test did run one test step further as shown in...

> could you please again try to explain why you want to use axios here i'd like to say that myself. unfortunatelly `fetchBaseQuery` makes some assumptions and doesn't offer the...

> `fetchBaseQuery` _literally_ has a `paramsSerializer` option, and if you ever need additional functionality, you are not between the choice of your own `baseQuery` and axios, but between wrapping a...

@alankila maybe see https://discourse.aurelia.io/t/solved-how-to-use-i18n-with-backend-in-au-cli-webpack-projects/542/7