Himank Pathak
Himank Pathak
I think it would be better if we ask the user to "Play Again" or "Contribute on GitHub" or some other options like this.
@pastelsky Any update on this?
@0xdevalias Shouldn't the webpack aliasing work fine if you specify the `lodash` alias with trailing `$`? This way `lodash/fp` would not be resolved to `lodash-es/fp`. [Ref](https://webpack.js.org/configuration/resolve/#resolvealias) ``` module.exports = {...
@iamakulov Aliasing `lodash` to `lodash-es` worked for me in my CRA. `lodash$: 'lodash-es'` (Safe way) Size reduced from 348.64KB to 242.04KB gzipped. `lodash: 'lodash-es'` (Aggressive way) Size reduced from 348.64KB...
Hey @DreadKnight, how can we detect that we are on mobile in PWA?
You can use [PowerToys](https://github.com/microsoft/PowerToys) Awake.
I was facing the same issue with Twitter API, I updated the codebird API to the latest version and it started to work. We should upgrade the codebird API of...
@alexdor @bacharakis views?
@bacharakis thoughts?
Hi @ashu8912, what's the status? Are you still working on this issue?