Gelu Timoficiuc

Results 17 comments of Gelu Timoficiuc

> To avoid this situation, you can assign versions to all shared libraries manually The issue with this seems to be that you lose the valuable warnings thrown from non-matching...

I use a [modular scale](https://package.elm-lang.org/packages/rl-king/elm-modular-scale/latest/) for typography, and I need to match certain integers in this scale, which can be above or below 0. I understand the desire to help...

@DavidBabel are you sure it's not `export default {}` that is not allowed in TS > 2.6? `export {}` seems acceptable.

This seems to be tagged as "has workaround". What is the workaround @shilman ? :)

> ``"preicons": "rm -rf dist && mkdir -p dist && mkdir -p dist/other",`` The issue with this is that it only works on those systems where `rm -rf` and `mkdir...

> We incorrectly assume that the best unique token identifier for any format is the propertyName ([line 79](https://github.com/amzn/style-dictionary/blob/1fe585f196211200b3de671a941aae9b87e1163b/lib/buildFile.js#L79)). We then [calculate collisions based on this](https://github.com/amzn/style-dictionary/blob/1fe585f196211200b3de671a941aae9b87e1163b/lib/buildFile.js#L89), and [do not display them...

> Thank you for pointing this out! I will get this updated 👌 This package is an excellent tool btw. Thank you for maintaining it! 🤓

> You must add version into shared package! before: `shared: { 'react': { singleton: true }, 'react-dom': { singleton: true } }` after: `shared: { 'react@^18.2.0': { singleton: true },...