Sean Yen
Sean Yen
I think for now, there only needs to be an option for a custom background and text colour for say/think bubbles. In Scratch 3.0, ask bubbles are the same as...
from discord (felipenadhel) I think in combination with #19, since the htmlifier is also on sheeptester.githwhatever, it also has access to the cache api. the project can save to cache,...
```js function(){ try { eval('var d = function d([d]) { return d };if (d([true]) !== true) return false;'); } catch (e) { return !(e instanceof SyntaxError); } try { eval('var...
In Python, you don't need parentheses around tuples all the time. For example, ```py # Swaps variables a, b = b, a # Iterate over list with index for i,...
For operator overloading, I think we could be like Rust and define traits for each operation (addition, etc.). Then types (probably just enum types) can implement traits. Traits can also...
In the syntax, values are generally more tautly contained, like numbers or record literals, where you can't possibly think of ripping the value up into smaller pieces. Expressions, however, usually...
Ever since sheep3.js was written, it was never complete. The previous iterations of the little sheep had context menus, and the current little sheep was intended to have that too....
For [JPEG quality](https://sheeptester.github.io/javascripts/jpg-quality.html) on Android there's no way to paste an image, so there should be a button to read from clipboard
Tapping on a result seems to unfocus the search box before actually clicking the link
This should be mentioned on the home page somewhere