H.J. van Meerveld

Results 10 issues of H.J. van Meerveld

In the file `templates/resource/controller.txt` the index function has the line ``` $[models] = $this->[model]->all(); ``` In the file `templates/resource/index.txt` there is the line ``` {{ $[models]->links() }} ``` For `->links()`...

Currently the templates use `url('[model]/'.$[model]->id)` to generate links to other views. (in templates/resource/index.txt) This is inflexible when a user wants to change the name of his routes. Using `URL::action('[namespace]\[controller]@show', $[model]->id)`...

### Environment Nuxt CLI v3.0.0-rc.4 07:25:35 RootDir: /sandbox 07:25:36 Nuxt project info: 07:25:36 ------------------------------ - Operating System: `Linux` - Node Version: `v14.18.1` - Nuxt Version: `2.16.0-27616340.013f051b` - Package Manager: `[email protected]`...

pending triage

### Environment ------------------------------ - Operating System: `Linux` - Node Version: `v14.19.3` - Nuxt Version: `2.16.0-27720022.54e852f` - Nitro Version: `0.5.4` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `bridge`,...

pending triage

Currently there is no way to use interactive mode using Docker Desktop, see #763 You can work arround this issue by using `image: theasp/novnc:latest` in another container: ```yaml cypress: image:...

type: enhancement

Hi, I used to run the Cypress interactive GUI inside docker like this on Linux: ```bash docker run -it --rm --name cypress \ --privileged \ --network host \ --ipc=host \...

Hi, I'm trying to create a PR for a minor improvement for the Dutch language. Unfortunately I cannot create a commit because Husky won't let me. Husky won't let me...

### Check for existing issues - [X] Completed ### Describe the feature Currently `format_on_save` has two options: "on" and "off". It would be useful to have the option "only changed...

enhancement
editor
setting
tooling

### Environment ------------------------------ - Operating System: Linux - Node Version: v20.13.1 - Nuxt Version: 3.12.3 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...

pending triage

Most of my Vue work is done in the `/pages` folder of Nuxt. Everytime I open devtools, it opens without any component focused. I then have to navigate to the...

enhancement
client
dx