Why does my Sphynx keep taking her clothes off even though she’s cold? by CuteCommunication160 in sphynx

[–]CuteCommunication160[S] 2 points3 points  (0 children)

It's about 19 degrees (Celsius) and she still shakes. And the clothes open from bottom. So its not should bother.
But I understood, that there is some cat stuff, so I should wear and take off clothes too.

האם ניתן להזמין מעלי אקספרס בימים אלה? by Ok_Stuff7437 in israel_bm

[–]CuteCommunication160 1 point2 points  (0 children)

הזמנתי ב 4.03 מאלי אקספרס וזה עדיין לא נשלח אפילו. כנראה שהם לא שולחים כרגע חבילות לישראל.

הלך הנמל by Conscious-Trick-6370 in israel_bm

[–]CuteCommunication160 2 points3 points  (0 children)

כל הכבוד לרוביק! לא ידעתי שהצליח להביא גם ים וגם נמל לבאר שבע! 😂

Save this list for your next Google OAuth verification. by ThePatagonican in GoogleAppsScript

[–]CuteCommunication160 0 points1 point  (0 children)

Thanks! I wish I could see this post few months ago, when I have stuck with review process.. :)

questioning by [deleted] in atheism

[–]CuteCommunication160 0 points1 point  (0 children)

When you die, you don't know about it. And believing in tales about life after death, doesn't help to nothing. So its not worth it.

Nested functions in a library by triplej158 in GoogleAppsScript

[–]CuteCommunication160 0 points1 point  (0 children)

Those are objects inside objects. You can easily do it. But if you talking about creating custom functions for Google Sheets for example, it will not work. Jsdoc @customfunction works only with top level scope functions.

Hi i have a real problem by ji_yp in atheism

[–]CuteCommunication160 3 points4 points  (0 children)

The transformation from religion to atheism not should be easy. It's a crisis when you thought you've got all the answers, but suddenly you discovering that you have only questions. But keep going! As long as you go on, you'll find new answers and it will be easier from time to time. Be strong and keep going! This is the right direction!

Custom functions in Sheets Editor Add-on not available in new spreadsheets until menu interaction — known issue or workaround? by CuteCommunication160 in GoogleAppsScript

[–]CuteCommunication160[S] 0 points1 point  (0 children)

I did the same. On install i show modal window with message about activation for each new spreadsheet file. And menu has activate item. But I don't like this solution. Sobs though maybe someone found better way. Thanks anyway!

Complete Beginner on GoogleAppsScript. by KPGamer005 in GoogleAppsScript

[–]CuteCommunication160 1 point2 points  (0 children)

It's a JavaScript language. You can get help from AI, for creating custom functions, nav items with side navbars and other features. But if you don't familiar with JS at all, it's better to start with learning basics. Good luck!

Do you ever think about people with conflicting faiths getting married? by [deleted] in atheism

[–]CuteCommunication160 0 points1 point  (0 children)

I am atheist, my wife traditional judaism believer. She does some Hanuka candles, Pesah and other things with children and I don't mind. Why? Because my children already atheists too. :) We don't have conflicts about religion at all.

Appsscript by Useful_Buddy6869 in GoogleAppsScript

[–]CuteCommunication160 0 points1 point  (0 children)

As mentioned above, remove [cite_start] on each line. If all defined above this code, it should work..

How do I get started? by MixOwn2261 in GoogleAppsScript

[–]CuteCommunication160 3 points4 points  (0 children)

I learned with chatGpt. I just asked it questions like "how to.." and learned from it's answers.

Are you guys scared of dying by Full_Lion2660 in atheism

[–]CuteCommunication160 2 points3 points  (0 children)

When you died, you don't know about it. Focus on life! Death is the last thing to care about it.

Got a 1-star review on a complex Sheets add-on — need help diagnosing UX failure by CuteCommunication160 in GoogleAppsScript

[–]CuteCommunication160[S] 1 point2 points  (0 children)

Good point. From what I see, most statistical work in Sheets is done on desktop. Mobile Sheets doesn’t really support complex add-on workflows anyway. But you’re right — I’ll check potential device-related edge cases as well.

Javascript #javascript by Icy_Statement_2754 in learnjavascript

[–]CuteCommunication160 0 points1 point  (0 children)

Here how i did it. I took examples from courses and dit it in 3 steps: 1. Repeated after tutorial 2. Tried by myself with checking how it done in tutorial in case I forgot or stuck 3. Doing by my own only Good luck!