Slack on a SNES
bert.org
Slack on a SNES
1–10 of 28 posts
Re: Slack on a SNES
#2Re: Slack on a SNES
#3Just curious, not much has changed since the left-pad issue a while ago? Not saying it's wrong though.
Re: Slack on a SNES
#4https://arstechnica.com/gaming/2015/01/pokemon-plays-twitch-...
Re: Slack on a SNES
#5On a similar note: https://arstechnica.com/gaming/2015/01/pokemon-plays-twitch-...
Also, the detailed rejection response to TASbot plays Twitch, remarks that actually running the Twitch client code on the SNES is possible (with SNES having web connection peripherals) rather than just streaming the chat output video through a controller. The submission and the responses are located at http://tasvideos.org/4947S.html if you want to check them.
Re: Slack on a SNES
#6I got distracted by the > const pad = require('pad-left'); Just curious, not much has changed since the left-pad issue a while ago? Not saying it's wrong though.
Re: Slack on a SNES
#7Re: Slack on a SNES
#8I got distracted by the > const pad = require('pad-left'); Just curious, not much has changed since the left-pad issue a while ago? Not saying it's wrong though.
It has been standardized meanwhile, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
> The padding is applied from the start (left) of the current string.
I wonder if they just didn't want the "pad-left" stigma.
Re: Slack on a SNES
#9Earlier quoted context omitted.
It has been standardized meanwhile, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
Hm, at first I thought that they went with "padStart" instead of "padLeft" to address RTL languages, but the documentation still says > The padding is applied from the start (left) of the current string. I wonder if they just didn't want the "pad-left" stigma.