Piotr Monwid-Olechnowicz
Piotr Monwid-Olechnowicz
```bash > favicon-emoji --emoji ✨ (node:19280) UnhandledPromiseRejectionWarning: RangeError [ERR_OUT_OF_RANGE]: The value of "value" is out of range. It must be >= 0 and
Aliases
Hi @GuillaumeSalles! I really love the tool and I have a feature proposition for you. What do you think about aliases(/shortcuts)? ### How could it look like? ```ts /** *...
**Describe the bug** It seems that _auto.config.ts_ as described in the docs doesn't when user's project specifies `"module": "es2015"` (not `"commonjs"`) in its _tsconfig.json_. This is a problem upstream in...
Example URLs: ```ts const BUSD_ON_BSCSCAN = "/token/0xe9e7cea3dedca5984780bafc599bd69add087d56?explorer=bscscan"; const WTFM_ON_FMTSCAN = "/address/0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83?explorer=fmtscan"; const BINARYPUNKS_ON_TESTNET_FMTSCAN = "/token/0x8b08550c4964e4fda760660a2fc5ea64df406193#readContract?explorer=testnet.ftmscan"; const UNISWAP_POSITIONS_ON_ARBISCAN = "/address/0xc36442b4a4522e871399cd717abdd847ab11fe88?explorer=arbiscan"; const UNISWAP_POSITIONS_ON_TESTNET_ARBISCAN = "/0xc36442b4a4522e871399cd717abdd847ab11fe88?explorer=testnet.arbiscan"; const TETHER_ON_SNOWTRACE = "/0xc7198437980c041c805a1edcba50c1ce5db95118?api=snowtrace"; ```
This PR removes the peer dependency on _@mdx-js/react_ from the main `theme-ui` package, and changes `@theme-ui/mdx` to work with any version of `@mdx-js/react` or a compatible library. We have 2...
When you get started with Theme UI, it's not trivial to know what feature is powered by what package, as most of the functionalities we provide are _opt-out_ not _opt-in_....
This is IMHO the coolest PR I've sent to this repo. An actual feature! A move towards *"TypeScript: Type check property values against theme scales"* **v1** goal. https://github.com/system-ui/theme-ui/issues/832 I belive...
 We should either try to debug it or change to an alternative solution.
We're currently causing peerDependency warnings in Yarn 2. Whenever we depend on something, this dependencies peerDependencies must be listed either in our peerDependencies or in our dependencies. ### Discussed in...
Yarn 1 seems to be... _less maintained_ than it used to be and bugs start to cause problems in Theme UI maintenance. See [Yarn's bug report template](https://raw.githubusercontent.com/yarnpkg/yarn/master/.github/ISSUE_TEMPLATE/bug_report.md) and https://github.com/yarnpkg/yarn/issues/7734#issuecomment-819110350. I'm...