psychedelicious

Results 110 issues of psychedelicious

[GPU.js](https://github.com/gpujs/gpu.js) may provide substantial performance improvements by allowing for parallel rule evaluation. It may also allow faster rendering to the canvas. Testing is needed to determine if the performance bottleneck...

enhancement

Using a `UInt8Array` or another typed array may provide performance improvements, especially on large grids. Currently, the `cells` array consists of a 2D `Array` - that is, an `Array` of...

enhancement

The grid can be mirrored horizontally, vertically, or both. Perhaps arbitrary angles are possible as well.

enhancement

The grid should be able to be populated in interesting ways. ### Flood Fill the whole grid - [ ] Alive fill - [x] Dead fill (empty) - [x] Random...

enhancement

**Description** I'd like to be able to omit schema objects from generated types. Use case: My project has a plugin type system that results in additional schema objects being added...

enhancement
PRs welcome
openapi-ts

**Description** Generated schema types with references to other types present an awkward IDE experience. ```typescript // generated "child type /** * BoardDTO * @description Deserialized board record with cover image...

enhancement
PRs welcome
openapi-ts

The Web Worker API supports [transferring ownership of certain types of objects](https://developer.mozilla.org/en-US/docs/Glossary/Transferable_objects). This skips the structured cloning of objects, which can be costly and block the main thread. I believe...

## Summary Currently, NSFW checking doesn't work on new installs due to a catch-22. See #6252. I had an idea to move NSFW and watermark to be config settings, then...

api
python
backend
services
frontend

## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation...

python
invocations
services
python-tests

## Summary Adds some checks for invocations' implementations of the `invoke` method, raising an error when the method isn't defined correctly. ## Related Issues / Discussions See discussion here https://discord.com/channels/1020123559063990373/1233408559065206865...

python
invocations
python-tests