Putro

Results 22 comments of Putro

This is still happening as of "styled-components": "^5.3.0", "jest-styled-components": "^7.0.5", All our snapshots have constantly changing `@media` values added to them.

@emallson Is there a reason to not go with something as simple as what I did for the talents? ```typescript type EnforceObjectType = (v: T) => T; export interface Talent...

Sure something like ```typescript const MY_SPELL = { id: 123, }; ``` wouldn't be allowed into a ```typescript const someFn = (spell: Spell) => { console.log(spell); } ``` but you...

in the `export const` approach do you expect all consts to be collected into a singular object elsewhere, or how is it planned to allow someone to easily access multiple...

> you can `import * as spells ...` or `import { KEG_SMASH} from ...`, whatever makes sense for what you're doing. A lot of modules only need a couple and...

Closing as it has been answered 👍🏼

> I think maybe it should go back into the repo 🙈 Wiki doesn't seem to improve the amount of contributions at all, and that's the only benefit I could...

Weightstones are also a thing https://shadowlands.wowhead.com/spells/professions/blacksmithing/shadowlands-plans/weapons-mods

> > I can also just let everything be broken until someone fixes it since we are on a highly volatile non-prod branch anyways > > This is my preferred...