scribblemaniac
scribblemaniac
When searching for unicode [regional indicator pairs](https://en.wikipedia.org/wiki/Regional_Indicator_Symbol), sometimes the corresponding wikipedia page comes up and sometimes it doesn't. For example, the Flag of Spain wikipedia page shows up when you...
To keep things simple, this outputter class just puts the JsonOutputter output into a string variable and Javascript handles the rest. Currently Javascript generates an interactive [box and whisker plot](https://en.wikipedia.org/wiki/Box_plot)...
I think it may be useful to include a [recommended ZWJ sequence](http://unicode.org/emoji/charts/emoji-zwj-sequences.html), especially one of the longer ones. For example, ๐ฉโ๐ฉโ๐งโ๐ฆ is ideally displayed as one 'family' character, but is...
These changes allow stable-diffusion-webui to be run with Docker Compose. This enables the whole thing to easily be run as a container. It hasn't been thoroughly tested but is working...
Currently the main issue with `-p` as I understand it is that we derive an initial seed from a hash password, and then continually add an offset to it to...
### Issue Summary When importing animated media from a format that supports storing the frame timing, to me there are two sensible ways of importing it. This distinction becomes important...
Screens with higher pixel densities and resolutions are becoming more common, especially among artists. This is what Pencil2D currently looks like on a 4k display:  There...
### Issue Summary The current build documentation does not have any information about how to enable ffmpeg support on all platforms or SSL support on Windows. ### Expected Results There...
### Issue Summary If a selection is transformed and the undo/redo mechanism is used in a specific order, then [this assert](https://github.com/pencil2d/pencil/blob/d9043356b93fdc159ba5ada2c2d6f6732f9f9f0b/core_lib/src/canvaspainter.cpp#L313) will be triggered, and crash on debug builds. ###...