Simon Jentsch
Simon Jentsch
@sajithneyo it was a team decision as the team changed quite a bit and it has more knowledge on other technologies. Also Lambda and API Gateway got quite expensive on...
Unfortunately I have to tell you that this project is no longer continued and also can't be transferred to a new maintainer due to legal reasons. If you like to...
Hey @medikoo, as it's licensed under MIT I guess you can copy and redistribute it. As I don't work for Delivery Hero anymore this is no guarantee though. I think...
Ah, sorry, you asked to publish changes to the existing npm package, right? @aaleksandrov Can you maybe ask someone within DH if it's possible?
Unfortunately I have to tell you that this project is no longer continued and also can't be transferred to a new maintainer due to legal reasons. If you like to...
Hey @YurgenUA, thanks for contributing! Can you add tests for this one please? Then I can merge it
Can you add swagger back as the default, if the option is not set? This will fix the tests
I still got this error in 1.0 doing something like this: PushQueue.js ``` export default class PushQueue { // ... } ``` PushQueue.spec.js ``` const MockQueueItem = function MockQueueItem(action, payload)...
@speedskater of course Code: https://github.com/Hypheme/harmonized.js/blob/feature/base_transporter/src/BaseTransporter/PushQueue.js Spec: https://github.com/Hypheme/harmonized.js/blob/feature/base_transporter/src/BaseTransporter/PushQueue.spec.js This is the webpack config for this: https://github.com/Hypheme/harmonized.js/blob/feature/base_transporter/test/unit/webpack.config.js Commented the rewire code in the specs out because it didn't work.
We would also love to have this feature. @hdelaby is there any update regarding this? What we did to make it work right now is: * We cloned the browser...