israel david dahan

Results 9 comments of israel david dahan

חקרתי את זה לעומק ככל שיכלתי לא ראיתי שום דרך לעשות את זה. חיפשתי אם מישהו יישם את זה כדי להעתיק ולא מצאתי.

זה תיקון קטן בערכה סוקרטס היא נמצאת מחוץ לפרופיל כך שאי אפשר לשלוח פול ריקווסט על כך הורדתי את הערכה ותיקנתי את זה משום מה הוא מוסיף לפאצ' עוד טונות...

[apply.patch.tar.gz](https://github.com/linnovate/openideal/files/1414836/apply.patch.tar.gz) זה הפאצ' שנוצר משהו שם השתגע

try this [user_menu.patch.tar.gz](https://github.com/linnovate/openideal/files/1394319/user_menu.patch.tar.gz)

![screenshot from 2017-11-15 14-04-51](https://user-images.githubusercontent.com/263566/32835235-054cb014-ca0e-11e7-92d7-302eb421fc59.png)

Warning: strnatcmp() expects parameter 1 to be string, array given in token_asort_tokens() (line 579 of /var/www/html/openidealsite/ideagit/profiles/idea/modules/contrib/token/token.module). --

https://www.drupal.org/node/2293595 this issue explain to i need change array from ``` return array( 'types' => array('user' => $type), 'tokens' => array('user' => $user), ); ``` to ``` return array( 'types'...

> `./containerd-rootless-setuptool.sh install` => containerd setup [Needs to be executed as a non-root user](https://github.com/containerd/nerdctl/blob/main/extras/rootless/containerd-rootless-setuptool.sh#L24-L25) yap, i run the script from the non-root user. > Make sure that `/opt/cni/bin/bridge` has `+x`...