Kinbaum
Kinbaum
# Bug report ## Describe the bug After upgrading to v1.1.0 from v0.2.3 I am running into an issue with keyframes. Here is an example code snippet: ```js export default...
### Describe the feature you'd like to request Using GitHub Actions and turbo to build and deploy docker images, after restoring the cache I would like to know if a...
Hi there, thank you for the work you've done putting this together. I was just wondering if you've run into issues where your Next.js app gets "stuck" with an outdated...
## Feature request ### Summary Right now the `StrapiResponse` type uses `data` and `meta`. I would like to have the ability to customize this. ### Why is it needed? If...
@vaneenige I'm using the `cobe` library to render a globe on the screen. That library is built on top of phenomenon. What I've noticed is that the resize event listener...
Fixes: #15
I have a use case where I want my value to be different than the label presented to the end user. When typing in the search field today, the user...
## Description Enhanced the assign function for better performance by replacing Object.entries/reduce with a for-in loop. This has a 2x improvement on ops/s. JS Benchmark: - Before: https://jsbm.dev/hm9b5Y1BEvK1y - After:...