Christian Hansen
Christian Hansen
Been getting the same error too when running trough Lighthouse in my browser. So I trough it maybe was something with the way chrome runs the audit, and when I...
@AndrewBogdanovTSS I realized my answer was incorrect the second I pressed 'comment', it was more running away from the problem. You are completely correct and it should be fixed so...
Looking at this Unit Test I wrote in 2018, I can conclude the issue is not with DataFixerUpper but with the NBT logic in Minecraft, sadly :/ Waiting to close...
As far as I can identify the problem is with `NBTTagCompound`, when calling `getBoolean` it looks for 1 or 0 as boolean, but the value is stored as a string...
> Hi @ch99q, awesome work. Can we push this out to be merged? Hello @phthhieu, What do you mean? The problem with the builds is not the pull request but...
> @ch99q Ahh I meant can we ask the repo owner/maintainer to merge this PR? Sadly i think this repo is a bit inactive.
> Currently, the output from this plugin looks like this: > > ```js > var css_248z = ".___2X_Ir{background-color:#4e707a;font-size:24px;color:#fff;cursor:pointer}"; > var Button_module = {"button":"___2X_Ir"}; > styleInject(css_248z); > ``` > > If...
> Would you be interested in helping with this? Otherwise, I think this will be resolved by wiring up `tsd`. I think `tsd` would be a good solution, like the...
Why do the Typography values use "fontFamily" instead of "family"? When comparing, e.g. shadow to typography I see that shadow's values are more context-based, but when writing typography, it's more...