Nicholas Thompson
Nicholas Thompson
Also worth referencing https://developers.google.com/search/docs/crawling-indexing/301-redirects#metarefresh > If [server-side redirects](https://developers.google.com/search/docs/crawling-indexing/301-redirects#serverside) aren't possible to implement on your platform, meta refresh redirects may be a viable alternative. Google differentiates between two kinds of meta...
Thanks @WyriHaximus - much appreciated :) Hopefully it's a fix which won't consume too much of your Friday / Saturday :)
Hi, Is there a reason that the fix isn't simply to unlock the version in here: https://github.com/gluestack/gluestack-ui/blame/aeb48302cad4a7e155f548b59ff90d6cbbde3f33/packages/react-native-aria/checkbox/package.json#L54 Why is it `3.2.1` and not, say, `^3.2`?
@FlorianUekermann Interesting - which bit of IEEE 754 is relevant here? Part of the humour of this site isn't about highlighting technical bugs, but rather highlighting how JS many not...
I think, maybe, the solution here would be to explain [on the page](https://javascriptwtf.com/wtf/floating-point-maths) why `0.1 + 0.2 != 0.3` to in floating point mathematics. Expand upon the: > (Clearly this...
Thanks @MalteHei - I'll get this updated when I get a mo!
Hmm that and it should be looking in `blocks`, not `block`...
That pluralisation issue seems to be an issue upstream? https://github.com/PrismarineJS/minecraft-assets/blob/2b4b4effcf7b865321511fed8ae8c10f0df4fb36/data/1.16.1/items_textures.json#L100 ``` { "name": "acacia_planks", "model": "acacia_planks", "texture": "block/acacia_planks" }, ``` That file is in block*s* https://github.com/PrismarineJS/minecraft-assets/blob/2b4b4effcf7b865321511fed8ae8c10f0df4fb36/data/1.16.1/blocks/acacia_planks.png Interestingly, the blocks_textures file...
So my "fix" has been to use `mcAssets.textureContent[k].texture`instead of `mcAssets.getImageContent(k)` (where `k` is something like `acacia_planks`)
Like @abawany - my fix was to remove the `.parcel-cache` folder...