Piotr Monwid-Olechnowicz
Piotr Monwid-Olechnowicz
Closes https://github.com/dethcrypto/earl/issues/143
See https://github.com/dethcrypto/earl/pull/165#discussion_r784140229. Currently, the options documented in https://earljs.dev/docs/advanced/equality-algorithm#algorithm are not exposed to the user. While I personally wouldn't set `uniqueNaNs` or `minusZero` to true, some advanced Earl users might need...
Listing features is cool and all, but code says more # Tired   (Jest's website is still a tad better, because they show CLI output when you scroll down)...
## 🍰 Expected behavior: My code gets up after crash, thanks to amazing power of `micro-dev`. ## 💥 Actual behavior: ``` [d:micro] npm ERR! [d:micro] npm ERR! Faioled at the...
>`The inferred type of 'default' cannot be named without a reference to '.pnpm/@[email protected]/node_modules/@dethcrypto/eth-sdk/dist/config'. This is likely not portable. A type annotation is necessary.ts(2742)`
Example solution for #58. Makes code DRier :)
Hello :wave: I know this isn't `git-json5-merge`, but I had to make this change to make it work on my machine, and I thought there's no harm in sending a...
Right now merge conflicts on JSON with comments crash. Comments in JSON files appear quite often nowadays (for example `tsconfig.json`)
**Idea** If all versions in package.json files in `packages/` were already set to the newest version — i.e. if git status reports "no change" — we can exit the process...
Currently, we're just exposing the types from `csstype`. We should expose our own layer of types instead and allow `string & {}` in fontWeights. ### Discussed in https://github.com/system-ui/theme-ui/discussions/2317 Originally posted...