psychedelicious

Results 110 issues of psychedelicious

Occasionally on Firefox, when drawing lines, there are artifacts. Single pixels or a line of pixels are unexpectedly fully transparent. The issue is reproducible - if you destroy/recreate layer, change...

## Summary In #6603 I made some changes to reduce SQL queries and network requests when listing boards. That PR got crusty, this PR updates it to work on `main`....

api
python
services
frontend
python-tests

### Is there an existing issue for this problem? - [X] I have searched the existing issues ### Operating system macOS ### GPU vendor Apple Silicon (MPS) ### GPU model...

bug

## Summary Handful of optimizations implemented while attempting to get a performant full canvas preview (unfortunately unsuccessful). - Do not rely on internal Konva API for layer preview canvas (indirectly...

frontend

## Summary - Set an empty title to prevent browsers from showing "Please match the requested format." when hovering the number input - Fix issue w/ `z-index` that prevented the...

frontend

## Summary Missed a few spots in #7048, not sure how/why but the revert didn't catch em. ## Related Issues / Discussions https://discord.com/channels/1020123559063990373/1149513625321603162/1293359632504590438 ## QA Instructions n/a ## Merge Plan...

frontend

## Summary Add validation when pasting edges. Uses the same validation logic as normal edge connections. A warning is logged if a pasted edge is invalid. ## Related Issues /...

frontend

## Summary feat(app): update example config file comment ## Related Issues / Discussions https://discord.com/channels/1020123559063990373/1149510134058471514/1293333856887504947 ## QA Instructions n/a ## Merge Plan n/a ## Checklist - [x] _The PR has a...

python
services

Sometimes, error messages are expensive to calculate. It would be nice to be able to provide a callback for `msg` so that calculation can be deferred until needed. For example:...

## Summary - Add a button to go to the model manager next to every model combobox. - Add `onClickGoToModelManager` prop to override what the button does. If this is...

frontend