dptole

Results 4 comments of dptole
trafficstars

Not sure why do you want that but each emoji's image has an "alt" HTML attribute with its code. E.g.: `Tonight ?` Which is converted to Tonight :wine_glass:? Hope it...

@avh4 On docker image [node:12-alpine](https://hub.docker.com/_/node/) ```npm i -g elm-test``` ![image](https://user-images.githubusercontent.com/3951114/75416277-ae7b0980-590c-11ea-8e37-e1a960e8c5b3.png) To "fix"... ```npm i -g --unsafe elm-test``` ![image](https://user-images.githubusercontent.com/3951114/75416434-0c0f5600-590d-11ea-82ed-8b7f2f42059c.png) Apparently the option `--unsafe` isn't documented (https://docs.npmjs.com/misc/config#unsafe-perm), but it works anyway... I...

What order the elements is the binary string itself but, in my opinion, the order don't matter because some languages just force a specific sorting of the elements of an...

@LinusU sorry, I didn't express myself well In Lua we don't have arrays or objects as in JavaScript or others, there is just tables which maps any value to any...