Tanguy Krotoff
Tanguy Krotoff
Sorry, since I currently don't use this anymore, I prefer not to integrate any patch.
If you plan to improve this projet and handle pull requests from others, I can add a notice on this GitHub repo that points to your fork ("This repo is...
I hate bots that close issues and now they also close PRs 😲
+1, I'm encounting some bugs due to datepicker having no namespace for events. I have a datepicker inside a [collapse](http://getbootstrap.com/javascript/#collapse). Each time the user clicks to display the datepicker it...
Beside the use* functions, `next/navigation` also provides: - [notFound](https://nextjs.org/docs/app/api-reference/functions/not-found) - [redirect](https://nextjs.org/docs/app/api-reference/functions/redirect) - [permanentRedirect](https://nextjs.org/docs/app/api-reference/functions/permanentRedirect)
> This issue has been automatically marked as stale I hate bots, please don't close this issue
This is documented here: https://github.com/tkrotoff/ASUS-P8Z68-V-LX-Hackintosh#bios-boot-entry
I don't need this feature but I would be happy to merge a well written pull request implementing this.
From the [spec](https://www.conventionalcommits.org/en/v1.0.0/#are-the-types-in-the-commit-title-uppercase-or-lowercase): > Are the types [e.g. fix, feat, chore...] in the commit title uppercase or lowercase? > Any casing may be used, but it’s best to be consistent....
Easy to fix: ```TS import { vi } from "vitest"; globalThis.jest = vi; ... = await import("@googlemaps/jest-mocks"); ``` (Do not use package [@anshulsanghi/googlemaps-vitest-mocks](https://github.com/anshap1719/js-vitest-mocks) it's a poor solution: no need to...