Tadeu Bento
Tadeu Bento
> If we get a _strong signal_ that the community wants to preserve the interface, we will consider reverting the deprecation of the interfaces in the next version. We'll not...
@mgechev , > That said, there's a world where Angular supports class-based and functional guards and resolvers. Even though that's not our preferred approach since we want to keep the...
```` rgba_t* pixel = gimp_image.pixel_data + count ; ````` How is this valid code?
> Looks just like basic pointer arithmetic. Still doesn't compile: `Cannot initialize a variable of type 'rgba_t *' with an rvalue of type 'const char *'`. Does anyone have a...
Just adding this for future reference: https://www.linux.org/threads/how-to-read-a-c-source-file-into-a-array.11104/#post-38289
> Here is a simple fix: https://github.com/francoiscampbell/arduino-cmake/pull/10/files Although it works for a simple .c / .cpp / .h file it seems that I can't use the built in Arduino libraries....
> Anyone knows how to fix this? Thank you. Apparently it can be fixed by changing a few things in `CMakeLists.txt`. Seems sketchy but works: ```` include_directories(${PROJECT_SOURCE_DIR}) file(GLOB SRC_FILES ${PROJECT_SOURCE_DIR}/devhelpers/*.cpp)...
Thank you.
@masiarb change the debug location to pokemonLocation before enabling "Auto Update XCode Location". Sometime I get that issues too. Clicking again on debug > pokemonLocation seems to fix it. Also,...
Hmm interesting, I'll try to get access to a 4K screen to test this out.