Angel J Piscola
Angel J Piscola
I have the following function written with `.push()` followed by `.set()` separately because I need to duplicate my id into the document for legacy reasons. ```js async createItemInCategory(category, data) {...
According to the firebase docs, `ref().update()` `returns firebase.Promise containing void` Ran into this issue when writing tests for some endpoints. My tests ensured that the updated value was returned to...
Is there a way to achieve replication with a watermark image? I've been searching but have yet to find anything. These are the two solutions I came up with: 1....
When attempting to move outside of clamp bounds, the entire world jitters horribly. The world essentially seizures until the deceleration brings it back to the clamping bounds. My plugins are...
Leaving width auto, opening to the left, the DD menu content is going outside of the screen on mobile views. Is there an option to make it stop at the...
For the golden button, it's incredibly pronounced since the endcaps end up floating above the button. The regular buttons are more subtle -- the nails at the ends of the...
The SRD includes armor types for monsters, such as: > Aboleth: 17 (natural armor) > Thug: 11 (leather armor) The armor type is not provided along with the monster data....
Would be nice to query something like: * `/api/equipment-categories/weapon?weapon_category=simple` * `/api/equipment-categories/weapon?properties=finesse` I'm sure there are others that folks would find useful.
I have two separate caches (one for dependencies, and one for next build caches within a monorepo) that I want to use in my docker build. The problem is the...
### Description Hi folks! Love the project, the client feels much nicer to use than the "official" openapi typescript-fetch generator. I'm not sure if this is a feature request or...