Gelu Timoficiuc

Results 6 issues of Gelu Timoficiuc

I am using the "json" format and I get a lot of token names collision warnings. This doesn't seem right since [the format itself is not flat](https://amzn.github.io/style-dictionary/#/formats?id=json). According to [this](https://github.com/amzn/style-dictionary/blob/main/lib/common/formats.js#L1243-L1246)...

Both the `README.md` and https://www.elm-live.com/ mention two flags `--proxy-host` and `--proxy-prefix` but the `elm-live --help` refers to them in camel case `--proxyHost` and `--proxyPrefix`. It appears that the camel case...

#78 In https://github.com/Quramy/typed-css-modules/commit/75846f3e5e9b8f0d4d17bcaef4d142c7c1337af8 an empty .d.ts file was changed from `export default {};` to nothing due to the former not being valid TS from version >2.6. But the issue after...

These 2 functions are documented as such: ``` _joinBackward_ If the selection is collapsed and at the start of a text block, **tries to join the current block the previous...

I made a small example where I try to update a ``Parsed`` with ``Edit.replace`` where the new block contains a ``Mark.New.annotation``. See it here: https://ellie-app.com/5KqpQwR9trLa1 --- you can click the...

I have a config for a platform which looks like this: ``` platforms: { css: { transforms: CSS_TRANSFORMS, files: [ { filter: (token) => token.isSource, format: 'css/variables', options: { outputReferences:...