Code Monkey home page Code Monkey logo

Comments (3)

ouwou avatar ouwou commented on May 23, 2024

this should fix it
the css you would use would be

.message-container-author {
    color: @text_color;
}

but if you are modifying the existing css you won't actually need that now because of this part
lemme know how it goes

from abaddon.

scaledteam avatar scaledteam commented on May 23, 2024

Thank you, but i can't compile your program, therefore i used precompiled binaries. Can you help me with building?
First, 'nlohmann-json3-dev' and 'libsimpleini-dev' needed for compiling.
Second, i installed package with 'ConvertURF.h' file, it was 'llvm-11-dev', but i still get this error. I use Debian 11 (testing).

[ 36%] Built target ixwebsocket
[ 37%] Building CXX object CMakeFiles/abaddon.dir/abaddon.cpp.o
In file included from /home/scaled/git/abaddon/settings.hpp:4,
                 from /home/scaled/git/abaddon/abaddon.hpp:8,
                 from /home/scaled/git/abaddon/abaddon.cpp:13:
/usr/include/SimpleIni.h:2797:10: fatal error: ConvertUTF.h: No such file or directory
 2797 | #include "ConvertUTF.h"
      |          ^~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/abaddon.dir/build.make:95: CMakeFiles/abaddon.dir/abaddon.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:115: CMakeFiles/abaddon.dir/all] Error 2

from abaddon.

ouwou avatar ouwou commented on May 23, 2024

well the last CI run should have finished so you can use those binaries if you want
you shouldn't need to install anything like libsimpleini-dev since it's included as a git submodule. perhaps that package is conflicting somehow try removing it and recompiling it and make sure the submodule is init'd properly. ConvertUTF.h is also part of simpleini, not another package
if you still have problems with compiling then make another issue just so it's a bit more organized, i'll close this issue unless the color stuff is still broken

from abaddon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.