Enzo Innocenzi

Results 31 issues of Enzo Innocenzi

## useDialog ### Description This is a new function similar to the existing `useConfirmDialog` but more generic. It supports passing properties when revealed and returning a response, both typed. ```ts...

no stale

This PR adds an `initializeProgress` function which does the exact same thing as `InertiaProgress#init`, but with a syntax that is more in-line with the usual functional approach of JavaScript. Basically,...

This PR adds an `inertia.ssr.timeout` option that allows for specifying the `connect_timeout` of the `Http` gateway. This is useful for developing locally without the SSR server enabled, as we can...

This PR adds the `resources/views/pages` path to the default testing page paths. The reason for this is that I personally believe pages should be in the `resources/views/pages` directory instead of...

Hey, so I'm not sure the fact that we don't use Vue Router is the actual problem, but we're trying to implement `schema-org` in a [Hybridly](https://hybridly.dev) app (a server-driven SPA),...

### What Happened When forbidding the usage of `Carbon\Carbon`, the architecture plugin also forbids the usage of `Carbon\CarbonImmutable`. This seems to be due to the check being a "starts with"....

bug

### Reporting a bug? The `$t` global function in SFCs' templates don't seem to support global TypeScript definitions. ![CleanShot 2022-11-05 at 23 02 35](https://user-images.githubusercontent.com/16060559/200142987-a1115247-4dbf-4d44-ab54-10f7a7fdb732.png) The [documentation](https://vue-i18n.intlify.dev/guide/advanced/typescript.html#global-resource-schema-type-definition) regarding this topic doesn't...

Status: Proposal
🍰 p2-nice-to-have
typescript

### Describe the feature When using `@vueuse/head`, the following syntax was valid: ```ts initializeHybridly({ enhanceVue: (vue) => { vue.use(createFlare()) vue.use(createHead({ titleTemplate: (title) => title ? `${title} - Dashboard` : 'Dashboard',...

**Context** I'm trying to move from my `php-cs-fixer` setup to Pint, so I need IDE support and I naturally found this extension. **Describe the bug** Saving using the formatter takes...

bug

This pull request implements Frames, a way to dynamically load a component and its properties inside a page component. ```php use function Hybridly\frame; final class ShowProfileCardController { public function __invoke(User...