Damian Nowak
Damian Nowak
As soon as I stop the application, the remote debugger stops listening on its port. It should be possible to configure vscode-perl-debug to not stop the debugger, and simply await...
- File path in my development environment: `/home/nowaker/projekty/dreamhost/ndn/bin/ndn-dev` - File path in the Docker container: `/home/ndn/bin/ndn-dev` This is what happens when I hit the first breakpoint:  Config: ```json {...
Docker containers run in `docker0` network. Docker containers can reach the host by its IP, e.g. `172.17.0.1`, but cannot reach any processes that listen on `localhost` (`127.0.0.1`) from host's perspective....
This is happening to me on mail 2.7.0 and 2.6.x. Downgrading to 2.5.5 resolves the problem. I'd be happy to assist with finding the cause for this but I'd need...
I've tried to use `mons` but I can't achieve anything I want. Here's my tries, all failed: 1. `mons -S DisplayPort-0,DisplayPort-1:left,DisplayPort-2:right` 2. `mons -S DisplayPort-0,DisplayPort-1:L,DisplayPort-2:R 3. `mons -S Output of...
It would be great to see what `xrandr` calls a `mons` command translates to.
> Add the following to the top of your UI configuration file. I don't know that the "UI configuration file" is.
I can clearly see after_commit being used in the code: ``` ruby after_commit :send_devise_pending_notifications ``` Yet, ActiveRecord::RecordNotFound still happens from time to time. Any ideas how to fix it, @mperham?
`{% asset application.scss %}` will generate `application-123hash321.css`. It will process any `asset_path` inside the SCSS and generate the corresponding files, e.g. `/assets/somefont-321hash123.woff2`. **We'd like to preload all assets referenced inside...