Horu

Results 23 issues of Horu

## PR Info - Closes #934 - Dependencies: - - Dependents: - ## Adds - [x] `-l`/`--lib` flag ## Fixes N/A ## Breaking Changes N/A ## Changes N/A

## Motivation Give users the ablity to create functions and triggers on database by using `sea-query` instead of raw SQL. ## Proposed Solutions N/A ## Additional Information https://www.postgresql.org/docs/current/plpgsql-trigger.html

good first issue

## Motivation Since we don't generate entity for hidden table (which has name starts with underscore) by default so it'd be good to add `#[serde(skip_serializing)]` and `#[serde(skip_deserializing)]` to hidden columns,...

good first issue

I would like to be able to make custom icon from file like [`unplugin-icons`](https://github.com/antfu/unplugin-icons#custom-icons).

### Describe the feature When implementing modules locally within a project, developers would have to explicitly install `@nuxt/kit` package for things like `defineNuxtModule`, `createResolver`,... (of course you can use it...

enhancement
discussion
3.x

### 🔗 Linked issue Resolves #21913. ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix...

enhancement
3.x

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

### Describe the feature I notice that some functions (not all) have event type generic. https://github.com/unjs/h3/blob/09b49d5cd521bb715023ae903ded8a98cdbf65ac/src/utils/request.ts#L13-L17 https://github.com/unjs/h3/blob/09b49d5cd521bb715023ae903ded8a98cdbf65ac/src/utils/request.ts#L21-L25 So is it possible for user to use their own custom event class...