gMNDuS61cKSB2A;apGCI*;rO@A` zf7322&yt7~FwnKF*7cI{lu;g{CkBRdy=ZQDo9PnUvM_>BE36V3ZfSKjnV+$Z zI@7M4U^W>_xL#(@8Yn$Rv4kO&ynMaCSmd3eC;%An;h&)oXd8<%fjb#qDYWvb1Tek56o`+a>#={B6L93hnxcL5UNu|XHYX{v)6us@eKL$2ySVyO0eo#nc?Quaz@;;JpSK#_|5&E(3cTJ$grnIXjdM1P...
8 @@ +.DS_Store +Thumbs.db +db.json +*.log +node_modules/ +public/ +.deploy*/ +.idea/ \ No newline at end of file diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000000..9ca018965d --- /dev/null +++ b/_config.yml @@ -0,0 +1,101 @@ +...
$sql ="SELECT id, status {$customFields} FROM users WHERE ". $settings->id ."='". $nameId ."' AND deleted = 0"; $dbresult = $GLOBALS['db']->query("SELECT id, status {$customFields} FROM users WHERE ". $settings->id ."='". $nameId ."' AND deleted = 0"); $GLOBALS[...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
Checklist I agree to follow the Code of Conduct that this project adheres to. I have searched the issue tracker for a bug that matches the one I want to file, without success. If this is an issue with a particular app, I have tried filin...
1. Issue or feature description I am trying to run a Nvidia/CUDA Docker container from within an LXD container (so, a nested scenario). It seems, the only way to get such Nvidia Docker container working is to make the LXD container a pri...