Heniker
Heniker
## Package Request Add Intel Hardware Accelerated Execution Manager ([HAXM](https://github.com/intel/haxm)) ### Information **Name:** haxm **Description:** HAXM is a cross-platform hardware-assisted virtualization engine (hypervisor) **Homepage:** https://github.com/intel/haxm **Download link(s):** https://github.com/intel/haxm/releases/latest **Some indication...
Personally, I prefer to use default syntax for tags instead of YAML metadata. This PR allows to use in-note tags alongside with metadata tags for css customization.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/groupBy One thing to note - MDN says Safari uses a different function - `Array.prototype.groupToMap`. Not sure if it is worth mentioning.
### Clear and concise description of the problem `useTimeout` is the only function that uses `number` as it's interval argument. `useTimeoutPoll`, `useInterval`, `useTimeoutFn` all support specifying `MaybeRefOrGetter` type. ### Suggested...
Only happens with webpack production build. Seems to be related to Terser minimizer. Here is reproduction sample - [bugtest.zip](https://github.com/Alfred-Skyblue/vue-draggable-plus/files/12389116/bugtest.zip) To test run ``` npm i npx webpack ./main.js node dist/main.js...
### What is the problem this feature would solve? Elysia handles multiple `.guard` calls very strangely. See the following example: ```ts import { Elysia, t } from 'elysia' const OnlyStrongPassword...