Results 6 comments of Pascal Wacker

Same here, I've tried it with ``` export const app = startStimulusApp(require.context( '@symfony/stimulus-bridge/lazy-controller-loader!./controllers', true, /\.(j|t)sx?$/ )); app.load(require.context( '@symfony/stimulus-bridge/lazy-controller-loader!../general/controllers', true, /\.(j|t)sx?$/ )); ``` However, this doesn't register the controllers in the...

Is there an ETA on this issue? For now I just overwrote `api_platform.hydra.listener.response.add_link_header` and `api_platform.router` in my `servies.yaml` file (which is quite hacky and shouldn't be deployed to prod IMO)

A quick and dirty solution is to run the following JS in the Translation Web UI: ``` document.querySelectorAll('textarea.form-control[data-key]').forEach(function(a) { if (!a.value) { a.value = a.dataset.key; a.onchange(); } }); ``` What...

@weaverryan have you taken a look at this project: https://github.com/man27382210/watchFile-webpack-plugin I'm not sure if I fully understand the issue, but if I did, this should be able to also use...

Update: I put my Vagrantfile and the puppet folder (basicaly just every thing I got from PuPHPet, including my changes to the vagrant file) under version controll and brought it...

I guess `%PATH%` is `C:\VirtualMachines\VagrantBoxes\APP01` on my Laptop right? I downloaded rsync (https://www.itefix.net/cwrsync the free version) and first I tried to copy it to my program folder what didn't help...