Dave Stein

Results 11 comments of Dave Stein

PS: If it's not clear, the second call to my generic handler does not receive the configuration object for axios so I can't get the details for my logs. The...

@JustinBeckwith is this something you can answer or do you think this is more of a Stack Overflow Question? I'm kind of wondering if there's a feature request in here...

@JustinBeckwith any suggestion here? 🙏

@JustinBeckwith I realize attach is just doing `return instance.interceptors.response.use(onFulfilled, onError);` If you exported `onError`, that would imply I can just use your same logic in my existing interceptor, and on...

@danthareja we made our own interceptor that would instantiate a new instance of axios and go from there.

@gkatsev Is there a timeline on LL-HLS?

@gkatsev understandable answer :) But do you think that would be within one month or further out? Would help me decide some work over here.

Thanks @gkatsev. I will try and double check the Safari report. I could be mistaken there.

I wonder if this issue is part of a greater one. I am having a bunch of miscellaneous issues in a Webpack 4 host app, once I updated my package...

@aladdin-add I am not using a bundler for dev. I am using Open WC https://open-wc.org/docs/development/generator/, which uses Rollup for build, but not for dev. For dev it simply does `tsc...