Mark Avery

Results 296 comments of Mark Avery

https://github.com/ember-cli/ember-ajax/blob/5520bdf3561175f0a6b5827cd0c2d4b36dd2ef4f/addon/errors.ts#L19-L23 Those seem to be proper classes now, so you'd have to either instance check them or if you are creating one, use new. It seems like you are wanting...

do you really want to know..? 🥴

https://github.com/ember-cli/ember-ajax/blob/5520bdf3561175f0a6b5827cd0c2d4b36dd2ef4f/addon/utils/ajax.ts#L1-L6 you can see here that it's just importing jquery to use as its ajax method. Don't think it's documented anymore. There's an [ember-ajax-fetch](https://github.com/expel-io/ember-ajax-fetch) which has a very similar api...

Would there be an easy way to disable this if it was added? The majority of use cases that I have, we're passing a token that the server requires so...

An example of how I found myself on this issue, but in the end, it wasn't what I was after. I came in new to a project, and it was...

yea, so dd calls the `StoreBuilder`, which then calls dd, which then gets to https://github.com/Redocly/redoc/blob/1d088a8dd806101d326d39f95ae370ccbdf93b45/src/utils/loadAndBundleSpec.ts#L13-L18 This `new Config({})` that is being pulled from https://github.com/Redocly/openapi-cli/blob/master/packages/core/src/config/config.ts can not be run in the...

@swapnilogale is this just a docs issue? From reading the code it doesn't seem possible with the current implementation. Is there a config I am missing to unblock me? currently,...

that would be great @swapnilogale ! I dug through the code, and since the switch to using the cli for generation, I didn't see any way it could work in...

I'm using this in backstage which runs on webpack 5. But from my comment above, following the code path, I do not believe it's possible to use the component directly...