-
# Palette Puzzle
When we thought about what to make for this project, we considered how. some people can mix colors together to create the perfect shade of a certain color just by sight. We wanted …
-
Support data in long format, not just wide format (if I'm correct that long format is not supported). Would allow for easy use of R with same dataset. (e.g., my PhD student put data in wide for JASP,…
-
Hi,
Would you be open to supporting a public stable python API for codespell. Ideally for me, one where I as a consumer can feed codespell with words I want spellchecked and then is given back a `v…
-
Right now the only criteria for image layer generation is amount of delta layers and compaction timeout.
With current default settings, i is necessary to write about 8Gb of WAL before image layer wil…
-
Looking for a ready to use `C` peg grammar I found this one https://github.com/pointlander/peg/blob/master/grammars/c/c.peg and needed to make some changes (see attached) to build and parse the genera…
-
We need a way to represent individual files. Right now, there isn't a great way to do this with SOSO.
One option is to represent them as individual nodes in the graph and connect the related datas…
-
i first wrote this in another issue, but it's not the place for this discussion, but you triggered it by a statement in issue #96:
> I REALLY dislike the imperative "lineTo", and "bezierTo"
decl…
-
Would be awesome to have a website that provided benchmarking trend analysis. Something like coveralls.io that showed the historical trend but for performance metrics (instead of unit test code covera…
-
#### What is the expected behavior?
Drag and drop working :)
#### What is the current behavior?
If I change the height of elements (that are draggable) for example by hiding some elements **after…
-
#### Define our own exceptions
- Occasionally, when want to raise an exception, we find that none of the built-in exceptions are suitable. The distinction is often focused on how applications must ha…