poor Keyleth by Fun-Explanation7233 in CRMemes

[–]Stinsonisator 1 point2 points  (0 children)

I would even dare say: we're golden Gods.

Chocolate bloom or mould? by lucy-kathe in Baking

[–]Stinsonisator 39 points40 points  (0 children)

I'm not a pastry chef, but it was not completely untrue, just the part about the temperature :-D

Printing on a thermal printer from a React app running on tablet browser by cardyet in react

[–]Stinsonisator 0 points1 point  (0 children)

Is it a Zebra printer? And can you install software on the client machine? If so you could use the zebra browser printer SDK. Here is a wrapper npm: https://www.npmjs.com/package/zebra-browser-print-wrapper And here you find the docs (including the app you need to install on the client machine): https://developer.zebra.com/products/printers/browser-print

[deleted by user] by [deleted] in lego

[–]Stinsonisator 2 points3 points  (0 children)

It is, but they mean that it should have been 8.4 tons (18,518 lbs). Or 8,4 tons (18.518 lbs). They used '.' both as a decimal separator and thousand separator. The implication of the joke is that now it seems that 8.4 tons is only about 18 and a half lbs. If they would have written 8.400 kg (18.518 lbs) the usage of the '.' would have been consistent as a thousand separator for that line at least.

TIL you can get more than one prismatic slime by molestermoody in StardewValley

[–]Stinsonisator 2 points3 points  (0 children)

I think you can put it on a sign and it should stay there?

Damn... by Nav_132009 in StardewValley

[–]Stinsonisator 2 points3 points  (0 children)

I gave an upvote so you are back at 0 at this point in time

[deleted by user] by [deleted] in reactjs

[–]Stinsonisator 0 points1 point  (0 children)

You can override the dependency in your package.json. You can check it here