Tom Lankhorst
Tom Lankhorst
I've added 'breadcrumbs' to the Dynamic Blocks list. This ensures that the path `Site > Cat > Sub-Cat > Product` of the page `site.com/product` changes depending on the previous page...
github.com not used for pages anymore
.h header files missing in ROS Debian package @jelavice
Sometimes virtual functions are costly, sometimes not. Show both examples in this repo. As suggested in #23 by @peci1: > Virtual functions might be costly if the function is called...
Dual monitor setup, MacBook Pro late 2015, connected via DisplayPort
Magento adds some compatibility styles with additional parameters for older IE versions. I.e. in `app/design/adminhtml/default/default/layout/main.xml` on line 86 and further: ``` skin_cssiestyles.csslt IE 8 skin_cssbelow_ie7.csslt IE 7 skin_cssie7.cssIE 7 ```...
These overloads effectively replaced compile-time errors with run-time errors. If a user calls `serialize` on an object that does not implement this, the compilation should fail and the user should...
- Laravel Version: 5.7.13 - PHP Version: 7.2.8 ### Description: Calling `->touch()` on a model should i.m.o. trigger the `saving`, `saved`, `updating` and `updated` events at all times. Currently, this...
Structure in `$JENKINS_HOME/jobs`: ``` $ tree -d . . ├── github_org │ └── jobs │ ├── gh_job_a │ └── gh_job_b └── regular_folder └── jobs ├── job_a └── job_b ``` Structure...
I wonder if there are there any plans to work on this? No promises from my side yet, but would you be open to PRs?