Phoscur

Results 70 comments of Phoscur

> https://stackoverflow.com/questions/16052477/delete-fork-dependency-of-a-github-repository ^ This one is interesting concerning making a fork the main repo! @gittyeric would you please elaborate on how exactly you planned to migrate? I see there is...

Please reopen! [Evothings peripheral Android API](https://evothings.com/doc/lib-doc/module-cordova-plugin-ble.peripheral.html) So adapters already support virtual beacons, will bleat too?

Yes @AndryFM, that's what I'm refering to, and it should answer @vsviridov comment. What I mean is, that this part is this very much undocumented besides that short paragraph. It...

Would be nice if there could be a proper error message if the additional dependency couldn't be loaded. Or just warn and route to the uncompressed image.

+1 for not changing the original supertest API. Proposed solution works though.

Oh I see, this could be solved by merging https://github.com/jehy/telegram-test-api/pull/51/commits/24b7a553f79d81b6a8807cef8c9fd30fb3c3e95b I'll try that fork then! Edit: hum it's pretty outdated ... better merge this somehow... https://github.com/jehy/telegram-test-api/pull/51

I've noticed you can get coverage adding the `--verbose` option - I'm on windows though

> Initial thought it is export an additional injectDebug() function. (To make it tree shakeable) That sounds easiest to maintain, but it might be limited by or breaking encapsulation in...

One debugging usecase, counting instances: ```ts // in some element: static providers = [{ provide: EconomyService, use: EconomyService }]; // force a new instance for each element // then I...

Hey guys, I've been making great progress on the implementation of the idea of this topic, please check out the new folder structure! https://github.com/Phoscur/oryx-macro-hax/ (PR https://github.com/Phoscur/oryx-macro-hax/pull/3)