Skip to content

Instantly share code, notes, and snippets.

View madebr's full-sized avatar
🇧🇪
alive

Anonymous Maarten madebr

🇧🇪
alive
View GitHub Profile
@madebr
madebr / Chrome Console Developer Output
Last active June 23, 2017 21:46
Lektor Admin Errors/Warnings
lowPriorityWarning.js?4545:40 Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs
printWarning @ lowPriorityWarning.js?4545:40
lowPriorityWarning @ lowPriorityWarning.js?4545:59
get @ React.js?d73f:100
(anonymous) @ InternalPropTypes.js?58a1:9
(anonymous) @ vendor.js:1261
__webpack_require__ @ vendor.js:74
(anonymous) @ PropTypes.js?3c34:12
(anonymous) @ PropTypes.js?3c34:102
@madebr
madebr / main.cpp
Last active April 28, 2017 13:07
Boost Unit Test Framework Crash
#define BOOST_TEST_MODULE module
#include <boost/test/included/unit_test.hpp>
/*
* Compile with:
*
* g++ main.cpp -lboost_unit_test_framework -o crash
*
* Run with:
*