Arman
Arman
Hi! My nitpick https://github.com/pastelsky/bundlephobia/assets/3195714/4e454e26-6008-454f-8968-4fa965cf5774
…` class and add `geoQuery` static func Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. -...
Before: After: Why i use calc? Without calc inner and outer radii does not equal see more: https://css-tricks.com/public-service-announcement-careful-with-your-nested-border-radii/
typo fix
Hi! I fixed broken links in readme.md **Please describe the changes this PR makes and why it should be merged:** **Status** - [ ] Code changes have been tested against...
closes https://github.com/orval-labs/orval/issues/2459 - Change enum consts generation - drop unless eslint commit - update samples PS: if anyone can suggest a better title for the enum, I'm ready to listen
I need to modify a path in a schema, but the transformation I apply in the function doesn't affect anything: ``` transformer(a) { a.route = '/123'; a.pathRoute = '/123'; return...