「Pepijn」

Results 9 issues of 「Pepijn」

### Versions: - ide-helper Version: 2.10.0 - Laravel Version: 8.44.0 - PHP Version: 8.0.3 - MariaDB 10.2.29 ### Description: While attempting to run the `ide-helper:model` command, I received an exception...

bug

In the API documentation, the links in the sidebar redirect back to the home page with the hash in the URL. Clicking "destroyAllSnackbars" redirects to `https://snackbar.egoist.sh/index.html#destroyallsnackbars` instead of `https://snackbar.egoist.sh/docs#destroyallsnackbars`

Due to the direct requirements of `@vue/composition-api`, the package is not compatible with Vue 2. Instead, dependency tree building fails when attempting to install. **How to reproduce** 1. Init an...

#### Describe the bug Since tag 0.36.4 it's impossible to import internally used functions from the src folder as it's not included in the build anymore. In this case I'm...

wontfix

Using the following module code: ```typescript @Module({ name: 'ExampleModule', dynamic: true, store }) export class ExampleModule extends VuexModule { valString: string | null = null valNumber: number | null =...

In the repo's readme.md, the links to your twitter and own website are broken.

This fixes #47 ### Changes: - Fixed order of loading the assetUrlOptions from the user and defaults, preventing the defaults to override the user settings. --- ### Note: I could...

Having my copy object written for multiple files as in the docs, but adding the process option, does not work as it should. The files get copied, but not modified....

## Expected: `isLoading` ref changes to reflect the active loading state ## Current: `isLoading` is only `true` for the initial load, after which it's always `false`, even when revalidation is...