Jouni Järvinen

Results 155 comments of Jouni Järvinen

> Can you share the root location of etc/logid.cfg as I am getting error. [INFO] Config file does not exist, using empty config. [INFO] Detected receiver at /dev/hidraw5 `/etc/logid.cfg` is...

All this config copypaste is such a massive surface for errors, needs much more inheritance.

> We could provide an optional for this. We use @BaerMitUmlaut's version: https://github.com/Theseus-Aegis/Mods/blob/5ce562312c08d9a6d01e046886c29d09f874c991/addons/ballistics/CfgAmmo.hpp > > But it's also so simple that any group that would use it probably has their...

It's simpler than it looks: you're introducing a syntax error, and given you're not using the GitHub code tag correctly it makes it even more confusing. Run this: ```bash cd...

> devil@siductionbox:~/work/Linux-User/CD-Helferlein/Screenies$ cd `bd p` /Todo You're still adding a space before the slash, which is a syntax error in this case. Anyway, getting 'Too many arguments' means you're providing...

NTFS symlinks and junctions are terribly slow on Windows for some reason: even the simplest operations tend to take so long that the whole system slows down, making gaming, for...

> Could we add it but disabled by default,with a totip warning saying it's buggy? Would be sufficient if the feature itself otherwise works, better than nothing that way.

> "sudo youtube-dl" NEVER DO THAT !

> > Yeah, with the recent ratelimit changes it is no longer feasible to use the default API credentials. Every user will have to get his own `client-id`: https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractorredditclient-id--user-agent >...

Always double-quote (or single-quote, if using a terminal/shell that uses single quotes to indicate a raw (="don't touch") string) web addresses.