everdimension
everdimension
@mateatslc not right now, but I can publish it
@mateatslc I've published the directive in npm and bower: https://github.com/everdimension/angular-svg-base-fix If you have any issues let me know
My opinion on confusing `*` `/`: This ```js return (part / total) * 100; ``` Is definitely more _readable_ than this: ```js return part / total * 100; ``` And...
Perhaps this might be a good place for a disabling comment. But not ignore the line fully. Instead, it might be a good place for a comment like: `// prettier...
@101arrowz Thank so much for starting work on the issue! Is there any way I can help to speed up the process? Do you have a solution in mind?
@101arrowz Thank you for replying, great, that's something! Can you please share here for now how to remove code-splitting?
Same issue `parcel watch` works fine, `parcel build` fails. * I'm using the [web-extension](https://parceljs.org/recipes/web-extension/) config * I am using `'bundle-text:'` import at one place `--no-content-hash` helped. --- [Jul 11, 2022]...
Hi @zzmp! Sorry for a delayed response > The file you've updated is specific to MetaMask Kinda not true since uniswap's interface uses it for all injected wallets, not necessarily...
Did you have time to take a look by any chance?
@icfantv > I _THINK_ it's only doing a shallow prop comparison, which is probably correct ... It's not, though. I think you either do not understand the react programming model...