cyberbit
cyberbit
I also encountered this problem. I pulled the modified file from a newer PHP version and got the following working as a baseline: ```ini xdebug.client_host=host.docker.internal xdebug.discover_client_host=false xdebug.client_port=9003 xdebug.idekey=PHPSTORM xdebug.start_with_request=yes xdebug.mode=debug...
When using the `iso3166-2-db/regions/US/geonames.json` import, the distinction between DC and state is there. 
@Bleno I think there's actually an oversight in my code. This is one of the lines I used in the code: ```php $user = App\User::find($id)->with("groups")->get(); ``` But calling `App\User::find()` returns...
I can answer your PS. Use `couscous generate` to run the full generate script, stopping right before deployment. It will output with the proper links to `.couscous/generated`.
I'll jump in, as I've worked with Windows problems. @pedra What's does the directory with the source files look like? I guess for you it would be `G:\www\couscous`.
+1 @Zolli's idea. I'm currently trying to implement Couscous into a new release documentation system, but we don't use GitHub at my organization. Having customizable issue links when deploying to...
@mnapoli It's so pretty! :heart_eyes:
This is the first time I've seen a valid reason for the labels "bug" and "enhancement" to be applied to the same issue. :+1:
Thanks for the reply! That looks slick. A part of me wonders about the feasibility of adding "parameterization" modules (battery slots, indicator lights, etc.) that are permanent around the edges...
This would be better suited as a middleware.