Joan Andrés

Results 18 comments of Joan Andrés

What happens if you try to use [CPM](https://github.com/cpm-cmake/CPM.cmake) to download the dependency?

In my opinion, this must be a precondition [`CPM_SOURCE_CACHE` ! = **Null** or **Empty**] that must be satisfied, this avoids adding code to handle this situation and keeps the [CPM]...

I have succeeded in implementing the [Diamond Wall](http://www.adammil.net/blog/v125_Roguelike_Vision_Algorithms.html#diamondcode) and the [Permissive](http://www.adammil.net/blog/v125_Roguelike_Vision_Algorithms.html#permissivecode) inside my Fork of Libtcod. Here the links to my implementation. [Diamond Wall Doryen](https://github.com/Andres6936/Doryen/blob/master/Source/FOV/DiamondRayCasting.cpp) [Permissive Doryen](https://github.com/Andres6936/Doryen/blob/master/Source/FOV/Permissive.cpp)

For [Ray Casting's case](http://www.adammil.net/blog/v125_Roguelike_Vision_Algorithms.html#raycode), the implementation although successful did not work as expected, so I had to go back to the implementation inherited from Libtcod. I think the problem must...

You have to force the installation of the dependency, but it is frowned upon by both npm and expo. > npm install react-native-user-inactivity --force

In my opinion you can make great progress against the cleaning and refactoring of the code using C++, obviously we must be agree with those involved in the code, if...

I support your point of view, and I have an opinion on what we should do, I propose to have the roadmap, as follows: - Identify components common to all...

I had the same problem, the solution of @felixscheinost is ok!

> I was able to fix that by removing my `~/.cache/fontconfig` _I can confirm that removing the directory proposed by @nul0m works. Thank very much @nul0m_

Thanks, yes work with UI Kitten in React Native.