Renaud LITTOLFF
Renaud LITTOLFF
@bensuperpc I'm also on Manjaro, but even when I run your branch the compilation fails :-/ What lib have you installed? ``` $ ./unix_launch.sh 20:05:14 -- Found SFML 2.5.1...
Yes I have these packages: * opencl-headers * opencl-clhpp I have an nVidia graphics card. I found a cuda package... `community/cuda 11.4.2-1 (1.2 GiB 4.1 GiB)` It's very big...
yes, it's working, thank you !!!
it seems great !
Not same OS, but there is a similar problem with my UA: ```js import UAParser from "ua-parser-js" const parser = new UAParser('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0...
> Unfortunately it seems like they completely abandoned this project. I tried emailing them as well and no response. If this project is abandoned, can you fork it and release...
Thank you to be agree with me : mention IS a message. So I want to catch all messages in "message" event, even if I was mentioned ☺
You can see my reimplementation of Client::_run method and especially my rewrite of PRIVMSG messages: https://github.com/marmotz/WallIrc/blob/master/src/Irc/Client.php#L147-L178 Although, I added nick, notice, part and quit management.
with all my code ?