Sean Yen
Sean Yen
https://scratch.mit.edu/users/Sheep_maker/#comments-144464596 > This leaves black bands on the dimensions of the project. In fact, to be precise, I would like the project to be stretched from the middle to the...
https://scratch.mit.edu/users/Sheep_maker/#comments-135968260
https://scratch.mit.edu/users/Sheep_maker/#comments-129313034 This might have to be an option given that these data URLs may be very long Might be able to use `setData` on a DataTransfer and then set a...
From [here](https://scratch.mit.edu/users/Sheep_maker/#comments-83646964) > Hi your html website is good and all good job but one suggestion u should try make it so when we make an update to the project...
de tw@JARS_ARG dms The buttons can arrange themselves like so in landscape mode  and like the following in portrait mode  I'm not sure what the best way to...
could be intellectual and show "please use portrait" if custom aspect ratio is other way from ben on discord
From [here](https://scratch.mit.edu/users/Sheep_maker/#comments-68755539): > Hey, I'm using your HTMLifer and it's perfect! I was just wondering if it's possible to add a function like pressing the flag twice to stop lag...
Maybe the list watcher can have an up and down arrow button, and dragging files onto the list watcher will automatically import it into the list. De Discord (discrim 4800)
https://github.com/capaj/vscode-standardjs-snippets/blob/76a82d459e2c1c027a4b7aeb63cc9f69616e0a78/snippets/javascript.json#L170-L173 The `cdf` snippet, which creates a `document.createDocumentFragment` call, has a tab stop for a parameter `elem`. However, [`document.createDocumentFragment` does not have any parameters](https://developer.mozilla.org/en-US/docs/Web/API/Document/createDocumentFragment). I suggest the following: ```diff "createDocumentFragment":...
 An error is thrown when trying to sort the block names alphabetically: ```js chrome-extension://phacniajokfchdcamjhonkbhlcipplno/inject3.js:1631 TypeError: Cannot read property 'localeCompare' of undefined at chrome-extension://phacniajokfchdcamjhonkbhlcipplno/inject3.js:1999 at Array.sort () at buildFloatingFilterList (chrome-extension://phacniajokfchdcamjhonkbhlcipplno/inject3.js:1999)...