Luis Panadero Guardeño

Results 38 issues of Luis Panadero Guardeño

I'm trying to generate a jar with retrolambda that it's backwards compatible to Java 6, and using animal sniffer to check that Java 7 API isn't being using. The problem...

Change how **GTests** are build. Now uses _ENV_ variable to know were is GTest source/include/lib (**GTEST_ROOT** env. variable). Also, now CMake flag **BUILD_TESTS_Sigma** (-DBUILD_TESTS_Sigma) enables/disables building tests (by default is...

Adds a Global Storage of configuration values and global s if the GPU support it. Usage : - Call to InitGStore() at the begin of the program. Only one time...

With the latest version (0.4.2 ) gives this : ``` $ ./Buzz [39642] PyInstaller Bootloader 5.x [39642] LOADER: executable is /home/luis/Downloads/dist/Buzz/Buzz [39642] LOADER: homepath is /home/luis/Downloads/dist/Buzz [39642] LOADER: _MEIPASS2 is...

I just moved from using bash nvm over bass to nvm.fish and now, `nvm use` or `nvm install` fails to get the version form a .nvmrc file that don't have...

enhancement

Geckodriver must be in the new official APT repository of Mozilla : https://packages.mozilla.org/apt Why ? It's pretty annoying. Without that, now must to : * Use a non official APT...

geckodriver

On include/selene/Selector.h a simple change of Selector destructor from : ``` ~Selector() noexcept(false) { ``` To : ``` #if def _MSC_VER && _MSC_VER

Why ? Well, on some case, would be interesting to handle strings on memory instead loading/saving directly to HDD, in special when there is some kind of filesystem abstraction, or...

I'm trying to override lua print function, so I could redirect output to my console window . I end discovering that I get a null pointer : ``` auto print...