[03:54:36] You may want to say something about it at T285778. (re @vrandecic: And yes, we want functions to be on the main namespace) [03:56:10] Oh, I see, James disagrees - OK, I will discuss with him and we'll find a decision. I retract what I said until we have a decision. [08:23:40] #ویکی [08:23:42] #ویکی_پدیا [08:23:43] #ویکی_خصوصی [08:23:44] راه‌اندازی سامانه ویکی [08:23:46] عزیزانی که تمایل دارند سامانه‌ای با قدرت ویکی پدیا داشته باشند لطفا درخواست دهند [08:23:48] امکانات ویکی بیشتر برای درج مقالات و مدیریت محتوایی یک‌پارچه هست [08:23:49] تضمین قدرت و کیفیت از جانب ما، رشد و پیشرفت شما را بدنیال دارد. [08:23:50] اگر قصد دارید تا محتوایی که سالها برایش زحمت کشیده‌اید به نحو احسنت دسته بندی و ساماندهی شود تا بیشتر مورد توجه دیگران قرار گیرد لطفا ذره است دهید [08:23:52] #نکته: [08:23:53] قابلیت سئو سازی محتوا بنحو احسنت در این سامانه بصورت بارز، باعث رشد روزافزون دیده شدن مقالات شما در گوگل می‌شود. [08:23:55] برای دیدن نمونه کار 👈 [08:23:56] @sokote_zaman [08:24:27] #Wiki [08:24:28] #Wikipedia [08:24:29] # Wiki_private [08:24:31] Launch the wiki system [08:24:33] Dear ones who want to have a powerful Wikipedia system, please apply [08:24:34] Wiki features more integration for article insertion and content management [08:24:36] Our guarantee of strength and quality will help you grow and develop. [08:24:37] If you want the content that you have worked for years to be well categorized and organized to be more noticeable to others, please give it a bit [08:24:39] #tip: [08:24:40] The ability to SEO content efficiently in this system in a prominent way, will increase the visibility of your articles in Google. [08:24:42] To see sample [08:24:43] @sokote_zaman [20:22:16] A new chapter in the endless saga of "Amir wants to be sure that he translates messages no one will ever read correctly": [20:22:27] :D [20:22:34] In Apihelp-wikilambda function call-example-composition, what does "sort second" mean? [20:22:49] The full message is: [20:22:50] "Invoke a composition: if first argument is true, sort second; else, return it intact" [20:25:12] the only thing I can think of that makes any sense is "if the first argument is true, sort the second argument" [20:25:37] (where the second argument would be something that can be sorted, like a list) [20:26:45] Sounds conceivable, but there are too few article for a proper English sentence. [20:29:12] I can't read this zobject json though... [20:29:24] maybe @lucaswerkmeister can though [20:29:43] (last link on https://notwikilambda.toolforge.org/w/api.php?action=help&modules=wikilambda_function_call) [20:30:47] yeah, there’s Z10690K1 = lambda Z10690K1: ''.join(sorted(Z10690K1)) buried somewhere in there as Python 3 code [20:31:22] and the surrounding code looks like that might indeed be called with the second argument eventually [20:31:58] so “sort the second argument” sounds right to me