VuiMuich
VuiMuich
I totally agree, that the description and the hint (see #625) is kind of vague and possibly misleading. But you actually don't need information on how the different grading systems...
as an alternative or as an addition rustlings could skip tests for exercises that have removed the `// I AM NOT DONE` lines
I am fully aware, that having a look in each file is not as fast as just having the last successful exercise stored somewhere but I don't think an actual...
Ok, this was worded unclear: by "actual database" I meant to avoid rising dependencies by one or multiple crates parse and maintain a dedicated database format. I am aware that,...
ok, I get it, as a newbyish selftaught rustacian, I should probably stay away from the big projects and leave the field to the proper educated developers. At least for...
I want to add that this exercise relying on the knowledge of the mathematical concept of factorial is not optimal. As English is my second language and almost all my...
Hi, please excuse my ignorance, but do I get the idea of modules right as it would allow to use configs in `/etc/pam.d/`? One of my projects is a screenlocker...
Ok, thanks. So I would I just nee pam-sys? Or would I still use `pam` but implement my on conversation handler? Sorry for asking stupid questions.. Edit: in order to...
Well my final goal is to use whatever the "default" authentication method of the system is, to unlock the screen. Be it a password (and by entering a password I...
Yes, without the check it launches fine. Maybe the check for xrandr could test only if the exit-code is bigger then `126`? Will have a look at this later..