79670100

Date: 2025-06-18 06:18:04
Score: 1
Natty:
Report link
Thanks to Selaka Nanayakkara for the response.I translated this answer into DolphinDB script and added the case for negative movement. 

def myRoll(x, mutable n) {
    len = size(x)
    n = n % len
    
    if (n == 0) return x
    
    if (n > 0) {
        result = move(x, n)
        result[0:n] = x[len-n:]
        return result
    } 
    else {
        n = abs(n)
        result = move(x, -n)
        result[len-n:] = x[0:n]
        return result
    }
}
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Boye

79670098

Date: 2025-06-18 06:17:03
Score: 1.5
Natty:
Report link

I am solving one DSA question I want extract character only to check whether given sentence is Palindrome or not, so I want to remove spaces and other punctuations following code is useful for it.

string str1;
        for(char c : str)
        {
            if(isalnum(c))
            {
                str1+=tolower(c);
            }
        }
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Prajwal Thorat

79670097

Date: 2025-06-18 06:16:03
Score: 3.5
Natty:
Report link

Maybe you should try set MouseArea{ preventStealing: true; }

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 唐俊崇

79670094

Date: 2025-06-18 06:11:01
Score: 1
Natty:
Report link

To integrate a .h5 (Keras) model into your Flutter app, you’ll need to expose the model’s functionality through a backend service—since Flutter (written in Dart) cannot directly run Python code or load .h5 files.

Create a Python Backend Use a Python web framework like Flask or Django to:

Run this Flask app locally for testing or deploy it to a cloud service like Heroku, AWS, or Render for production. In your Flutter app, use http package to send data to the Python API and receive the prediction.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Madushan Joel

79670084

Date: 2025-06-18 05:56:57
Score: 11.5 🚩
Natty: 5.5
Report link

Did you find a solution to this in the end? I am facing the same issue.

(Not an answer? But I could not comment yet as I’m new here, so don’t have the “reputation” yet)

Reasons:
  • Blacklisted phrase (1): Not an answer
  • RegEx Blacklisted phrase (1.5): reputation
  • RegEx Blacklisted phrase (3): Did you find a solution to this
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find a solution to this in the
  • Low reputation (1):
Posted by: user30831107

79670082

Date: 2025-06-18 05:54:57
Score: 2
Natty:
Report link

Check Locking Logic: Ensure that locks are released properly after use.

Use Timeouts: Instead of indefinite waiting, set timeouts for acquiring locks.

Reduce Contention: Optimize the number of threads accessing shared resources.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sammy Mumo

79670078

Date: 2025-06-18 05:48:54
Score: 8.5 🚩
Natty:
Report link

user30706264 Hi,

Did you resolve this issue, Because i'm also facing same issue..

Reasons:
  • RegEx Blacklisted phrase (3): Did you resolve this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i'm also facing same issue
  • Low reputation (1):
Posted by: Anji

79670075

Date: 2025-06-18 05:45:53
Score: 1
Natty:
Report link

Thanks for this, I had to move to your 'if' workaround after installing Firebase Firestore. As I was getting the following error:

ld: warning: ignoring duplicate libraries: '-lc++'
ld: framework 'FirebaseFirestoreInternal' not found
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Karthik Modugula

79670072

Date: 2025-06-18 05:41:52
Score: 2
Natty:
Report link

you can now exlude a folder from searching in it

right click on a folder in file structure on the left

Mark directory as -> exluded

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Pavel Rodionov

79670069

Date: 2025-06-18 05:34:51
Score: 2.5
Natty:
Report link

Education is the foundation for personal growth, social development, and national progress. It empowers individuals with knowledge, values, skills, and confidence to shape their own future and contribute meaningfully to society. As a journey of lifelong learning, education goes beyond textbooks, encouraging curiosity, critical thinking, creativity, and moral responsibility

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is the
  • Low reputation (1):
Posted by: TIME School

79670061

Date: 2025-06-18 05:19:47
Score: 1.5
Natty:
Report link

For a docked terminal window in eclipse make sure you are using git/bin/bash.exe NOT git/git-bash.exe

git/bin/git-bash.exe opens in an external window
git/bash.exe opens in a docked window in eclipse

Both versions are otherwise functionally equivalent

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: molkron

79670056

Date: 2025-06-18 05:15:45
Score: 6.5 🚩
Natty: 3.5
Report link

ကျနော်အကာက်ကပြန်ယူလို့လို့လည်းမရလက်မှတ်ထိုးဝင်လည်းမရခများတို့ကဗျာလုပ်နေတာကျနော်အားြဖင့်အရန်သိမ်းထားတဲ့ပုံတွvdတွေအမှတ်အသားဖိုင်တွေရောလီဘဲထများတို့ဘယ်သူကဝင်ဖို့ကြိုးစားနလိုလဲ?ကျနော်ဘဲကြိုးစားနတာ လေ ခများတို့ကလီးကိုကာကွယ်ဖို့လား

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (3):
  • Low reputation (1):
Posted by: Min kaung Lay

79670055

Date: 2025-06-18 05:14:44
Score: 1
Natty:
Report link

[ OS: Ubuntu -24.04, kafka version: - kafka_2.13-4.0.0, Variant: Only Kafka and no Zookeeper.] - OP asked for windows. this is for ubuntu folks landing on this page.
Kafka might fail due to file permissions on /tmp/kafka-combined-logs or there is no meta.properties in that directory.
1. Find the logs directory - check kafka/config/server.properties. - look for "logs.dir"
my case: logs.dir=/tmp/kraft-combined-logs.
2. Give permissions to that folder. /tmp/kafka-combined-logs or remove the directory entirely.
chmod 644 /tmp/kafka-combined-logs/meta.properties
3. Generate a new cluster id.
CLUSTER_ID=$(bin/kafka-storage.sh random-uuid)
echo $CLUSTER_ID

4. Start the kafka server again.
bin/kafka-server-start.sh config/server.properties
5. Kafka should be running now.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: thuglife_35

79670053

Date: 2025-06-18 05:14:44
Score: 2.5
Natty:
Report link

You're on the right track exploring single-app management with dual-display support. For device management, consider using MDMs like Esper, Scalefusion, or 42Gears, they offer tools to manage app behavior, display settings, and remote configurations effectively for Android-based POS systems.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: adityaj

79670047

Date: 2025-06-18 05:02:40
Score: 2.5
Natty:
Report link

React Native Track Player does not natively emit events for Bluetooth disconnection or audio output route changes (e.g., switching from Bluetooth to speaker). You’ll need to listen to system-level audio route changes manually.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jayant Tulswani

79670034

Date: 2025-06-18 04:50:37
Score: 2.5
Natty:
Report link

I feel the problem is because you are reading the array while operating on the array,list.subList is to read the view, but at the same time you are using removeAll to delete the data

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: YoYo

79670029

Date: 2025-06-18 04:47:36
Score: 3
Natty:
Report link

A student account can't update their own grade. Only the teacher can submit a grade.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Hamish Moffatt

79670027

Date: 2025-06-18 04:42:35
Score: 1
Natty:
Report link

az login --use-device-code

this worked for me

Reasons:
  • Whitelisted phrase (-1): this worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: eren

79670025

Date: 2025-06-18 04:38:34
Score: 3.5
Natty:
Report link

I found the solution it will take just 5 min to resolve check out this youtube video : https://youtu.be/YI9BVB3o8_4?si=k1sxnlCp6TdHsuaF

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Whitelisted phrase (-2): I found the solution
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Janvi

79670021

Date: 2025-06-18 04:28:32
Score: 2
Natty:
Report link

I prefer the first structure.

--> In my opinion, related files should be kept together, so I prefer to organize my company's project using this structure. This is advantageous when we are developing a large software project with multiple developers working on it.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: vien tran

79670013

Date: 2025-06-18 04:12:29
Score: 1
Natty:
Report link

I've had this issue with the latest version Safari (16+) and I had no choice but to fork the project and fix it. The issue is that pdf.js is written using modern JS features that Safari does not support (yep, I know, Safari sucks... Safari is the new IE... Thanks Apple!). For example, it does not support `Promise.withResolvers` which required polyfills and so on.

In case this helps, here is my fork https://github.com/nicolasdao/pdf.js

I've included at the top of that README how to install it in your JS project.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
Posted by: Nicolas Dao

79670009

Date: 2025-06-18 04:11:28
Score: 3
Natty:
Report link

I have a project name cause I have to make its index page responsive so I use media query but when my screen size reduces from 1630 it behaves irresponsible and and again responsive when size is at 983 give me. A better solution so that I make my page repaonsive

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Usman ali

79670005

Date: 2025-06-18 04:01:26
Score: 0.5
Natty:
Report link

Recent versions of Firebase require at least Xcode 16.2. Details in the release notes.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Paul Beusterien

79670002

Date: 2025-06-18 03:56:25
Score: 1.5
Natty:
Report link

There is this option in commit settings which appears when commiting a renamed file

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Manohar

79669999

Date: 2025-06-18 03:51:24
Score: 1.5
Natty:
Report link

As of .NET 8, for Azure Functions in the isolated worker model, MS recommends that you use 64-bit only owing to 'performance optimizations' only available for them.
Source - https://learn.microsoft.com/en-gb/azure/azure-functions/dotnet-isolated-process-guide

Reasons:
  • Low length (1):
  • No code block (0.5):
Posted by: Animesh

79669976

Date: 2025-06-18 03:10:15
Score: 2.5
Natty:
Report link

In my case the problem was that I changed the name of the test, but kept running old test Goland configuration

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: You Care

79669974

Date: 2025-06-18 03:05:14
Score: 2
Natty:
Report link

Though it's a bit late, I'm leaving this reply because I experienced the exact same issue as you.
I tried many different approaches, but in the end, upgrading SeleniumBase resolved everything.
That's all.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: JAEYEON SA

79669968

Date: 2025-06-18 02:44:09
Score: 1
Natty:
Report link

Try these =>

  1. Wrap your TextInput components in a KeyboardAvoidingView to ensure the input remains visible when the keyboard appears. Use a ScrollView with the keyboardShouldPersistTaps="handled" prop to prevent taps from dismissing the keyboard unnecessarily.

  2. Configure the behavior prop based on the platform (padding for iOS, height or undefined for Android) to adjust the view when the keyboard opens.

  3. If the TextInput is inside a FlatList or ScrollView, set removeClippedSubviews={false} to prevent the input from being unmounted when it goes off-screen, which can cause focus loss.

  4. Use a ref to programmatically manage focus if needed, ensuring the TextInput retains focus after the keyboard opens.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Akhil George

79669950

Date: 2025-06-18 02:23:04
Score: 4
Natty: 5
Report link

justo me sirvió, tenia unas carpetas que no estaba usando y no sabia porque me daba ese error hasta que las borre.

Reasons:
  • Blacklisted phrase (1): porque
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lester Meneses

79669949

Date: 2025-06-18 02:22:03
Score: 2.5
Natty:
Report link

Just install python from Microsoft Store and after that press Ctrl + Shift + P and search for select interpreter there on the top it will show you all the python interpreters configured in you system.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aarya Goriya

79669941

Date: 2025-06-18 02:11:01
Score: 3.5
Natty:
Report link

Also, try making changes to your .htaccess file with the following line -

AddType application/octet-stream vcf

I have not tried it myself but see if that works for you.

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Manu

79669940

Date: 2025-06-18 02:03:59
Score: 1
Natty:
Report link

Hey I saw your post during the power hour. If you're going to be providing the value to check for (i.e. "Washington"), you could use a filter action and join the values of the stops to see if they contain that value. The filter action would still return your full (but filtered) array of records.

For your filter action input, enter your array of data.
For the filter query,
join(item()?['Stops'],',') contains 'Washington'
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30829544

79669937

Date: 2025-06-18 01:59:58
Score: 1.5
Natty:
Report link

نعم، من الممكن جدًا تحقيق ذلك باستخدام استدعاء واحد لـ GraphQL في GitLab API، وهذا هو أحد الأسباب الرئيسية لاستخدام GraphQL: القدرة على طلب بيانات متعددة ومترابطة في استعلام واحد فقط، بدلًا من إجراء عدة طلبات REST API منفصلة.

النهج الحالي الخاص بك يتضمن:

  1. استدعاء repository/tree للحصول على قائمة الملفات.

  2. ثم استدعاء repository/commits لكل ملف بشكل منفصل للحصول على آخر تحديث له. هذا هو ما يسبب مشكلة الكفاءة (مشكلة N+1).

كيفية الحصول على سجلات الملفات وأحدث وقت تحديث باستخدام GraphQL:

يمكنك استخدام استعلام GraphQL لطلب معلومات عن الشجرة (repository tree) والالتزامات (commits) المرتبطة بها في نفس الطلب. ستحتاج إلى التركيز على كائنات TreeEntry (لتمثيل الملفات والمجلدات في الشجرة) وكيفية الوصول إلى معلومات الالتزامات الخاصة بها.

إليك مثال على استعلام GraphQL يمكنك استخدامه (مع افتراض أن لديك الـ projectId والـ ref المناسبين):

GraphQL

query GetRepositoryTreeWithLastCommitInfo($projectPath: ID!, $ref: String!) {
  project(fullPath: $projectPath) {
    repository {
      tree(ref: $ref) {
        # يمكننا طلب عقد الشجرة مباشرة (الملفات والمجلدات)
        nodes {
          # يمكن أن يكون هذا ملفاً أو مجلدًا
          name
          path
          type # FILE, TREE, BLOB, etc.
          # إذا كان ملفاً، يمكننا طلب آخر التزام له
          ... on TreeEntry { # نستخدم фрагment للتركيز على TreeEntry (الملفات)
            lastCommit {
              # معلومات عن آخر التزام
              id
              sha
              message
              authoredDate # هذا هو الوقت الذي تم فيه التحديث الأخير
              author {
                name
                email
              }
            }
          }
        }
      }
    }
  }
}

المتغيرات (Variables) التي ستحتاجها لهذا الاستعلام:

JSON

{
  "projectPath": "your-group/your-project-name", # مسار المشروع الكامل (مثلاً "my-group/my-project")
  "ref": "main" # أو hash الالتزام الخاص بك (مثلاً "8af436d5abd261d32919d6525dbad617f7207bcc")
}

شرح الاستعلام:

  1. project(fullPath: $projectPath): نحدد المشروع باستخدام المسار الكامل (أفضل من الـ ID في GraphQL عادةً).

  2. repository { tree(ref: $ref) { ... } }: نصل إلى الشجرة في المستودع بالـ ref المحدد (سواء كان فرعًا أو هش التزام).

  3. nodes { ... }: نطلب جميع العناصر داخل الشجرة (ملفات ومجلدات).

  4. name و path و type: معلومات أساسية عن كل عنصر في الشجرة.

  5. ... on TreeEntry { lastCommit { ... } }: هذا هو الجزء الأهم. نستخدم Inline Fragment لتحديد أننا نريد حقل lastCommit فقط إذا كان الكائن الحالي هو TreeEntry (أي ملف).

  6. lastCommit { ... }: داخل lastCommit، يمكنك طلب تفاصيل مثل authoredDate (وهو آخر وقت تحديث تريده غالبًا)، message، author، وغيرها.

خطوات التنفيذ:

  1. الحصول على projectPath: بدلاً من project_id (66677391)، ستحتاج إلى المسار الكامل للمشروع (مثل my-org/my-project). يمكنك الحصول عليه من واجهة GitLab على الويب أو من استدعاء API آخر إذا لزم الأمر.

  2. استخدام نقطة نهاية GraphQL: بدلًا من repository/tree أو repository/commits، ستقوم بإرسال هذا الاستعلام إلى نقطة نهاية GraphQL العامة لـ GitLab، وهي عادةً: https://gitlab.com/api/graphql

  3. المصادقة (Authentication): ستحتاج إلى تضمين الـ Private Token الخاص بك في رأس الطلب (Header)، عادةً كـ Authorization: Bearer <your_personal_access_token>.

مميزات هذا النهج:

جرب هذا الاستعلام في أداة اختبار GraphQL (مثل GraphiQL المدمجة في بعض منصات GitLab، أو Postman، أو أي عميل GraphQL). هل هذا يساعدك على فهم كيفية البدء؟

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: Hamad Ayed

79669935

Date: 2025-06-18 01:55:57
Score: 1
Natty:
Report link

I once tested this and determined that the widest column width for display on GitHub without horizontal scrollbars being added was 116 characters. YMMV.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Luke Hutchison

79669929

Date: 2025-06-18 01:39:54
Score: 0.5
Natty:
Report link
  1. f2py doesn’t currently support binding interface blocks. Workarounds:

1.1. Comment all module, contains, ... statements;

1.2. See Using FYPP for binding generic interfaces

  1. Your code is F90 with a fixed form. You can use a --f90flags=-ffixed-form, but not all versions of Numpy (f2py) will work stably. It might be worth converting the file to a free form.

Jupyter Notebook with your code: https://github.com/Serge3leo/temp-cola/blob/main/stackoverflow-79661744.ipynb

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1.5): You can use
  • Contains signature (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Serge3leo

79669927

Date: 2025-06-18 01:38:53
Score: 2.5
Natty:
Report link

After much trial and error, it turned out to be malformed html on the page. an open <br caused the files input component to be "outside" of the form. So, when laravel did it's magic, it didn't see that control in the form so it didn't bundle it in my post $request. I'll leave this question though, because it is a working example of filepond, which automatically adds the tmp filename to the files input component perfectly!

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tony

79669925

Date: 2025-06-18 01:36:53
Score: 1
Natty:
Report link

Try use float16 not bfloat16, it seems that bfloat16 will use more VRAM.

torch_dtype=torch.float16

or try to use xformers to reduce VRAM usage.

self.pip.enable_xformers_memory_efficient_attention()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: YE Chen

79669923

Date: 2025-06-18 01:29:51
Score: 2
Natty:
Report link

I cannot reproduce this issue on my side with my SSA account. Please verify if your SSA account has the access to the folder where the model locates in your ACC project. At least, it must have the view permission. https://help.autodesk.com/view/DOCS/ENU/?guid=Folder_Permission_Levels

enter image description hereenter image description here

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Eason Kang

79669922

Date: 2025-06-18 01:27:50
Score: 4
Natty:
Report link

“I’ve been using Flymaxis non‑marking badminton shoes in Raipur during my weekend indoor badminton sessions. The cushioning and outsole grip are top‑notch—really helps with quick lateral movements

Reasons:
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: flymaxis

79669921

Date: 2025-06-18 01:24:49
Score: 2.5
Natty:
Report link

This is the doc for the endpoint you want:

https://learn.microsoft.com/en-us/graph/api/serviceprincipal-update?view=graph-rest-1.0&tabs=http

There will be a service principal associated with the app:
https://learn.microsoft.com/en-us/graph/api/resources/serviceprincipal?view=graph-rest-1.0

Updating the accountEnabled property on this service principal as mentioned in the comment would accomplish what you are asking for.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Quinn Favo

79669919

Date: 2025-06-18 01:22:49
Score: 1
Natty:
Report link

If you are running on a HPC cluster, one common reason for this error is are running test on a node without GPU.

Under the context of HPC, It's a common practice to setup environment on login nodes which are without GPU in most cases. You have to run your test on a node that with GPU and Nvidia drivers.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: link89

79669915

Date: 2025-06-18 01:14:47
Score: 1
Natty:
Report link

The v3 of the Classic Release "ARM template deployment" support Bicep.

https://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureResourceManagerTemplateDeploymentV3/README.md

In action:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • High reputation (-2):
Posted by: Matt Frear

79669914

Date: 2025-06-18 01:14:47
Score: 4
Natty:
Report link

Resolved

The version of the Gem I had installed was 0.4.0, and since the for_handle filter was implemented in a later version, I wasn’t able to use it. https://rubygems.org/gems/google-apis-youtube_v3/versions/0.4.0

Updating the Gem to a newer version resolved the issue. https://rubygems.org/gems/google-apis-youtube_v3/versions/0.56.0

Thank you to SpicyCatGames for the comment!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mousu

79669906

Date: 2025-06-18 00:53:42
Score: 0.5
Natty:
Report link

echo adds a line feed, try this instead

<nul set/p z=a>1.txt

OR

cd|set/p="a">1.txt

Second method requires double quotes, and you can place a variable in place of a.

Note that both methods set ERRORLEVEL to 1.

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: zovbot

79669897

Date: 2025-06-18 00:47:40
Score: 1
Natty:
Report link

export const apiClient = axios.create({
  baseURL: 
    `http://${Platform.OS == 'android' ? '10.0.2.2' : 'localhost'}:8080/api/v1`,
});

When using an Android emulator (AVD), localhost refers to the emulator itself, not your computer. To access a server running on your host machine, use 10.0.2.2 instead of localhost. This fixed the issue for me.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Ahmed Habib

79669895

Date: 2025-06-18 00:45:40
Score: 0.5
Natty:
Report link

A related situation would be when you are getting this error while installing WordPress.

A really simple solution that helped me out of my frustrations is to simply allow permissions to the folder where your website is installed. I got this problem when I could not install WordPress project. After going round and round the web, that is what it came down to: folder permissions!

Reasons:
  • No code block (0.5):
Posted by: Hannington Mambo

79669894

Date: 2025-06-18 00:44:39
Score: 0.5
Natty:
Report link

In case Google leads you here, be aware that a <span> will not rotate, but a <div> will.
Works: <div class="transform rotate-90">Sideways text</div>
Fails: <span class="transform rotate-90">Sideways text</span>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abel Wenning

79669889

Date: 2025-06-18 00:31:37
Score: 3.5
Natty:
Report link

If you are distributing an Ionic app, you have to replace App with your app name.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Coolhatena

79669884

Date: 2025-06-18 00:22:34
Score: 4.5
Natty:
Report link

Remove ads from Google Play now I want to remove it I don't want it on my games not even the continent at app purchase

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30829160

79669867

Date: 2025-06-17 23:39:25
Score: 1.5
Natty:
Report link

editIndex == index checks if the current task is the one being edited. This helps show the input box and save/cancel buttons only for that task. It's better to use === instead of == because === checks both the value and the type, which makes your code more accurate and avoids bugs.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Steve Bayard

79669866

Date: 2025-06-17 23:37:24
Score: 1
Natty:
Report link

If you want to handle this with Capture Collection it needs a callback as @Sweeper answer says.
It's more intricate although as he mentions in the caveats.

If you want to just do a Replacement then it can be done like this:

https://regex101.com/r/6Nu8e9/1 (Draft Saved)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Sweeper
  • High reputation (-1):
Posted by: sln

79669850

Date: 2025-06-17 23:08:17
Score: 1
Natty:
Report link

You should now be facing a higher limit of 20,000
https://learn.microsoft.com/en-us/answers/questions/1301863/is-there-any-limitation-to-concurrent-connections

Shifting the plan type moves away from API limitations and into Blob storage concurrent upload limitations instead(which are much higher)

I have done this type of thing successfully with higher connection frequency than what you describe so you should be alright.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Quinn Favo

79669847

Date: 2025-06-17 23:04:16
Score: 1
Natty:
Report link
#include <stdio.h>

void my_c_function(int a, int b) {
    printf("C function called with a = %d, b = %d\n", a, b);
}

this should answer your question, I'm happy to clarify further if necessary

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: asdf sadf

79669833

Date: 2025-06-17 22:36:10
Score: 0.5
Natty:
Report link

I am going to post the answer here for anyone that stumbles upon this looking for an explicit answer, I know this question is a few years old at this point.

A good endpoint to begin with is:
https://learn.microsoft.com/en-us/graph/api/signin-list?view=graph-rest-1.0&tabs=http

Another one:
https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-beta&tabs=go#example-3-get-users-including-their-last-sign-in-time

Storing this in a DB as was mentioned in the comments is a good idea to keep track of historical data if needed.

Depending on the scale of your data, you may want to use Go or another language to grab the data but if it is less data, PowerShell should be fine.

Be sure you know the auth flow, if the user isn't re-logging in and just uses cookies/tokens, all of their logins may not show.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Quinn Favo

79669828

Date: 2025-06-17 22:27:07
Score: 2.5
Natty:
Report link

Namecheap blocks you from sending email with the php mail function to outside email addresses. Just send it to a local email address and have it forwarded to your offsite email address.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Walter Leddy

79669823

Date: 2025-06-17 22:20:06
Score: 3
Natty:
Report link

Sorry for being too late. search "Cloudflare workers". basically you can utilize them to ask the server either this action is permitted or not.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: hyper SA

79669821

Date: 2025-06-17 22:18:05
Score: 2.5
Natty:
Report link

Based on the error the identity used to run this code does not have permissions to grant access to the sink. Review how do you provide credentials inside your container and make sure that the identity you use have proper permissions. If you provide the same permissions when the code run outside and inside the container, I suggest to print out the identity to make sure that your assumption is true.

Reasons:
  • Blacklisted phrase (1): how do you
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Leo Y

79669817

Date: 2025-06-17 22:15:04
Score: 1
Natty:
Report link

Google Cloud deprecates MQL in favor of PromQL. Please continue using PromQL. Hoiwever, please mind that the query shows metric data and not label's values. However, this data is filtered for time series which is labeled with app_state with the value "UP"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Leo Y

79669814

Date: 2025-06-17 22:12:04
Score: 3
Natty:
Report link

Use Gemini Assist Chat and prompt it to convert your query to PromQL

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Leo Y

79669788

Date: 2025-06-17 21:44:56
Score: 4.5
Natty:
Report link

Perfect, thanks for the help, everything worked out.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Paulo Henrique Quintino

79669777

Date: 2025-06-17 21:34:54
Score: 0.5
Natty:
Report link

I've been trying the same thing and I've found that the XIAO-nrf52840 built in NFC capabilities with the antenna only support transmitting NFC data, but won't work as an NFC reader. So far it looks like I'll need to use a peripheral NFC reader module like the PN532. Still struggling to make even that work, but I'm getting closer!

Hope this helps

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dallas Lovell

79669776

Date: 2025-06-17 21:33:54
Score: 2
Natty:
Report link

From the context of your question, I gather that $D$ lies in a 2-D plane. Also, I typeset in LaTeX, which Stackoverflow does not render--please forgive the extra effort this might cost you.

Can you sample (see details below) points throughout $D$? If you get a big enough sample

$$A = \{ x_1, x_2, \ldots, x_N \}$$

of points $x_k$ in $D$, try picking out the subset $S \subset A$ of points on which your function is nonzero. Now, instead of using rectangular tilings for all of $D$, triangulate $S$ (e.g., using a Delaunay triangulation).

Regarding sampling: how you do it should be informed by what you know about the function and the geometry of the subregion $C$ of $D$ where the function is nonzero. What, if anything, is known about the geometry of $C$? Is it convex? Connected? Anything else? If it's convex, you can sample uniformly and don't even need to triangulate $S$: just compute its convex hull.

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: avs

79669775

Date: 2025-06-17 21:31:53
Score: 1
Natty:
Report link

You ask about a reliable way to make the problem disappear. In the actual question, you had in essence answered that question by saying formatting that cell as text helped. You have already set the range, now select it and use something like Selection.NumberFormat = "@" to convert enmass to text.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Terry R

79669773

Date: 2025-06-17 21:29:52
Score: 1.5
Natty:
Report link
from docx import Document
import pandas as pd

# Crear documento de Word
doc = Document()
doc.add_heading('PAPEL DE TRABAJO', level=1)
doc.add_paragraph('Ejercicio fiscal: 2024')
doc.add_paragraph('Contribuyente: Rosa Aurora Ramón Díaz')
doc.add_paragraph('RFC: RADR630910V12')

# Sección 1: Ingresos acumulables
doc.add_heading('1. Ingresos acumulables por sueldos y salarios', level=2)
table1 = doc.add_table(rows=1, cols=3)
hdr_cells = table1.rows[0].cells
hdr_cells[0].text = 'Patrón'
hdr_cells[1].text = 'RFC'
hdr_cells[2].text = 'Ingresos'

rows1 = [
    ['Secretaría de Salud del Estado de Tabasco', 'OPD970314U91', '$68,363.99'],
    ['Servicios de Salud del IMSS para el Bienestar', 'SSI220901JS5', '$345,478.77'],
    ['Total de ingresos acumulables', '', '$413,842.76']
]

for row in rows1:
    cells = table1.add_row().cells
    for i, item in enumerate(row):
        cells[i].text = item

# Sección 2: ISR retenido
doc.add_heading('2. ISR retenido por los patrones', level=2)
table2 = doc.add_table(rows=1, cols=2)
hdr_cells = table2.rows[0].cells
hdr_cells[0].text = 'Patrón'
hdr_cells[1].text = 'ISR retenido'

rows2 = [
    ['Secretaría de Salud del Estado de Tabasco', '$10,763.20'],
    ['Servicios de Salud del IMSS para el Bienestar', '$57,219.74'],
    ['Total ISR retenido', '$67,982.94']
]

for row in rows2:
    cells = table2.add_row().cells
    for i, item in enumerate(row):
        cells[i].text = item

# Sección 3: Cálculo del ISR anual (aproximado)
doc.add_heading('3. Cálculo del ISR anual (aproximado)', level=2)
doc.add_paragraph("""
- Ingresos acumulables: $413,842.76
- Deducciones personales: $0.00
- Base gravable: $413,842.76

Usando tarifa ISR anual aproximada:
- ISR causado: $69,261.00
- Menos ISR retenido: $67,982.94
""")

# Sección 4: Resultado
doc.add_heading('4. Resultado', level=2)
doc.add_paragraph('Saldo a cargo aproximado: $1,278.06')

# Guardar el documento Word
doc.save("Papel_de_Trabajo_Rosa_Ramon.docx")

# Crear archivo Excel
data_ingresos = {
    "Patrón": ["Secretaría de Salud del Estado de Tabasco",
               "Servicios de Salud del IMSS para el Bienestar"],
    "RFC": ["OPD970314U91", "SSI220901JS5"],
    "Ingresos": [68363.99, 345478.77]
}

data_isr = {
    "Patrón": ["Secretaría de Salud del Estado de Tabasco",
               "Servicios de Salud del IMSS para el Bienestar"],
    "ISR retenido": [10763.20, 57219.74]
}

df_ingresos = pd.DataFrame(data_ingresos)
df_isr = pd.DataFrame(data_isr)

with pd.ExcelWriter("Papel_de_Trabajo_Rosa_Ramon.xlsx") as writer:
    df_ingresos.to_excel(writer, sheet_name="Ingresos", index=False)
    df_isr.to_excel(writer, sheet_name="ISR Retenido", index=False)
Reasons:
  • Blacklisted phrase (2): Crear
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lorien Burgos

79669772

Date: 2025-06-17 21:28:52
Score: 1
Natty:
Report link
try {
        $query = "UPDATE tours SET tour_active = ? WHERE tour_sys_id = ?";
        $tour_active_value = '1';
        $tour_sys_id_value = 'egypt_tour';
        $con =  new PDO("mysql:host=localhost;dbname=" . "mydbname" . ";", "mydbusername", "mydbpassword");
        $con->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
        $stmt = $con->prepare($query);
        $stmt->bindParam(1, $tour_active_value, PDO::PARAM_INT); // for integer
        $stmt->bindParam(2, $tour_sys_id_value, PDO::PARAM_STR); // for string
        $status = $stmt->execute();
        echo $status;
    } catch(PDOException $e){
        var_dump($e);
    }

If this answer was helpful to you, an upvote would be appreciated. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (0.5): upvote
  • Long answer (-0.5):
  • Has code block (-0.5):
Posted by: Dankyi Anno Kwaku

79669768

Date: 2025-06-17 21:25:51
Score: 5.5
Natty:
Report link

I found what I needed at the following link: https://community.fabric.microsoft.com/t5/Service/Export-Power-BI-Report-and-embed-as-image-in-the-body-of-email/m-p/3719478

Reasons:
  • Blacklisted phrase (0.5): I need
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Megan Gilland

79669741

Date: 2025-06-17 21:03:45
Score: 0.5
Natty:
Report link

from Thread solution Blacksmoke16 on Crystal Lang Forum:

Is it an option to try installing Crystal via brew? Or the universal tarball: https://github.com/crystal-lang/crystal/releases/download/1.16.3/crystal-1.16.3-1-darwin-universal.tar.gz?

Otherwise may just need to wait for someone more familiar with asdf.

this worked for me, installing via brew install crystal and running:

$ crystal build src/early-registration-api-cr.cr

# outputted `./early-registration-api-cr`

$ ./early-registration-api-cr
2025-06-17T20:57:32.860804Z   INFO - kemal: [development] Kemal is ready to lead at http://0.0.0.0:3000
Reasons:
  • Whitelisted phrase (-1): this worked for me
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Contains signature (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
Posted by: mswieboda

79669739

Date: 2025-06-17 21:02:44
Score: 0.5
Natty:
Report link

As Barmar mentioned: '15b' cannot be converted to an integer. The SELECT is done, but with a warning. The UPDATE leads to an error. I have to cut of the 'b' before. My field contains 2 patterns of not convertable strings: '15b' or '02, 03'. I am only interested in the digits at the begin: '15b' => 15, '02, 03' => 2. So I had to cut of everthing behind:

UPDATE product_translation
SET custom_fields = JSON_INSERT(custom_fields, '$."sorting"', CAST(REGEXP_SUBSTR(JSON_EXTRACT(custom_fields, '$."product_attr4"'), '[0-9]+') AS SIGNED))
WHERE JSON_CONTAINS_PATH(custom_fields, 'one', '$."product_attr4"') 
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Roman Walters

79669725

Date: 2025-06-17 20:47:41
Score: 1.5
Natty:
Report link

You could convert the params[:text_page][:ext_es] using CGI.unescapeHTML back into an unescaped string. See this answer for details.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: cpt_peter

79669723

Date: 2025-06-17 20:46:41
Score: 1
Natty:
Report link

This issue often happens after upgrading Android Studio. You can usually fix it with the following steps:

  1. Invalidate Caches / Restart:

Go to File > Invalidate Caches / Restart… and select Invalidate and Restart. This often resolves issues with the debug view not showing variable details.

  1. Adjust Debug View:

In debug mode, right-click on the variable in the “Variables” panel, choose View as… or Show as…, and select “ToString” or “Value” to see the detailed contents.

  1. Check for Obfuscation:

Make sure ProGuard or R8 obfuscation is not enabled for your debug build. In your build.gradle, ensure you have:

gradle

Apply

buildTypes {

debug {

minifyEnabled false

}

}

  1. Check JDK Version:

Sometimes, using an incompatible JDK version can cause issues. Try switching to a stable JDK version (e.g., JDK 17) in Preferences > Build, Execution, Deployment > Build Tools > Gradle > Gradle JDK.

If none of these steps help, try reinstalling Android Studio.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Zoltán Mészáros

79669722

Date: 2025-06-17 20:43:40
Score: 2
Natty:
Report link

Hopefully, someone can solve your problem. However, I think it's important to consider the right tool for the job. I've seen people make solutions like this in Excel, and they always regret it later. The functionality you desire is best accomplished by a database with some sort of GUI, be that a web page or an application.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christian Blackburn

79669719

Date: 2025-06-17 20:38:39
Score: 2
Natty:
Report link

Using an emulator with API 36, inside Android Studio I noticed that a floating button appeared every time I clicked inside a text field. Click the floating button and go to settings. Inside you have to enable the on-screen keyboard and disable the Stylus (pen) configuration.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ramiro G.M.

79669715

Date: 2025-06-17 20:34:38
Score: 0.5
Natty:
Report link

If your application process authentication using IAM or another Google API, you can utilize audit logs. Most chances the call to authentication API will be logged as part of the system or admin audit log. You may need to enable data read logs to have this audit logging (which will incur cost of storing the logs).

If you do not do it or, you want this info to be a part of each log entry that you write within the request processing, you will have to implement it using your logging framework of choice. You can store it as a user label.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Leo Y

79669710

Date: 2025-06-17 20:26:36
Score: 1
Natty:
Report link

Based on your description this information is available only within your process. The recommended approach would be to leverage your logging framework and populate the log that you write with required information.

Consider using structured logging to print the formatted log records to STDOUT. Cloud Run employs an implicit logging agent which can parse lines of logs printed to STDOUT (or STDERR) and ingest them as logs with structured (JSON) payloads. Look at example here: https://github.com/minherz/o11y-methods-screen-demo

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Leo Y

79669706

Date: 2025-06-17 20:21:34
Score: 3
Natty:
Report link

Yes, you are correct. The log-based counter metrics are not gauge metrics.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Leo Y

79669694

Date: 2025-06-17 20:12:32
Score: 1.5
Natty:
Report link

Ensure you have YOLO-WORLD on your device and it is in dependencies installed.

Get your Custom Categories ready, It should always represent the object you want YOLO-WORLD to find.

Initialise the YOLO-WORLD model then provide your custom categories to the model while performing inference.

Try to process and visualise the results to gain access to detected objects alongside their categories and confidence score.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ibidapo

79669690

Date: 2025-06-17 20:08:31
Score: 3
Natty:
Report link

I haven't figured out what this error is, but I worked around the issue by manually creating the Package.StoreAssociation.xml file

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jose Afonso Braga

79669674

Date: 2025-06-17 19:53:27
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ibene Saoud

79669671

Date: 2025-06-17 19:48:26
Score: 3
Natty:
Report link

To process incoming MQTT messages, I used asyncio.run_coroutine_threadsafe(coro, loop) to push messages into an asyncio.Queue for subsequent processing. Pure asyncio.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jonacaz

79669667

Date: 2025-06-17 19:45:25
Score: 1
Natty:
Report link

For anyone else hitting this wall like I was, I created a Shader based video player in 8th wall, using aframe which is removing background using an alpha map in real time, but I was having ridiculous sorting issues on my end not resolving even though the logic was sound. Anyway, this solved the problem above. Thank you.

Explicitly setting the sortObjects to true is key.

Either

<A-scene renderer="sortObjects: true">

or

document.querySelector('a-scene').renderer.sortObjects = true

Cheers for the fix.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Cheers
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adrian

79669654

Date: 2025-06-17 19:22:19
Score: 2
Natty:
Report link

I also tried to find something like that in VS Code, but I didn't find any extension like this.
Finally, I have created an extension for this. You can try this extension

https://marketplace.visualstudio.com/items?itemName=shibbirweb.extra-cursor-caret-height

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Shibbir Ahmed

79669645

Date: 2025-06-17 19:14:18
Score: 2
Natty:
Report link

I also tried to find something like that in VS Code, but I didn't find any extension like this.
Finally, I have created an extension for this. You can try this extension

https://marketplace.visualstudio.com/items?itemName=shibbirweb.extra-cursor-caret-height

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Shibbir Ahmed

79669640

Date: 2025-06-17 19:08:16
Score: 0.5
Natty:
Report link

remove - https://www.googleapis.com/auth/aiplatform from scopes.

You are receiving this error either because your input OAuth2 scope name is invalid or it refers to a newer scope that is outside the domain of this legacy API.
This API was built at a time when the scope name format was not yet standardized. This is no longer the case and all valid scope names (both old and new) are catalogued at https://developers.google.com/identity/protocols/oauth2/scopes. Use that webpage to lookup (manually) the scope name associated with the API you are trying to call and use it to craft your OAuth2 request.
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chandan Reddy

79669634

Date: 2025-06-17 19:02:15
Score: 1.5
Natty:
Report link

My endpoint was wrong.

here is the correct endpoint url : https://docs.databricks.com/api/azure/account/workspaceassignment/update

this is the correct code

for row in joined_groups_workspace_account.collect():
    group_id = row.id
    group_name = row.displayName

    url = f"https://accounts.azuredatabricks.net/api/2.0/accounts/{databricks_account_id}/workspaces/{workspace_id}/permissionassignments/principals/{group_id}"
    payload = {
    "permissions": ["USER"]
    }

    response = requests.put(url, headers=account_headers, data=json.dumps(payload))

    if response.status_code == 200:
        print(f"✅ Group '{group_name}' added to workspace.")
    elif response.status_code == 409:
        print(f"⚠️ Group '{group_name}' already added to workspace.")
    else:
        print(f"❌ Failed to add group '{group_name}'. Status: {response.status_code}. Response: {response.text}")
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user25060582

79669624

Date: 2025-06-17 18:51:12
Score: 5.5
Natty:
Report link

Sorry this is minimally relevant to this thread, but I'm having trouble finding a more relevant one. For anyone experiencing a timeout error when using donwload.file, I think exiting any video call software (e.g., Zoom, Teams) also helps. I just troubleshooted this and wanted to throw it on stackoverflow somewhere for anyone with a related issue.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (2): I'm having trouble
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mkb

79669616

Date: 2025-06-17 18:43:10
Score: 1
Natty:
Report link

You could have each subscriber "produce" a new message once it's received the original message and send that to a new SNS topic. From there, set up an SQS that subscribes to that SNS topic and have your application/script read from that SQS and check for all 3 messages from each of the subscriber's. Once it has all 3 messages, delete the messages, and then continue processing/generating metrics.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: deesolie

79669607

Date: 2025-06-17 18:33:07
Score: 1.5
Natty:
Report link

After couple of tries, it is a blunder from AWS side, okta expression language expects NULL instead of empty string ''.

String.join(":", isMemberOfGroupName("team_IT_Developers") ? 'team_IT_Developers' : NULL, isMemberOfGroupName("team_Finance") ? 'team_Finance' : NULL)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mohamed Aslam

79669606

Date: 2025-06-17 18:30:06
Score: 0.5
Natty:
Report link

Hey! The reason your command didn’t work is due to a few issues:

  1. %nxF is invalid — it should be %~nxF to get the filename and extension.

  2. rm isn’t a valid command in Windows CMD — use del instead.

  3. Quoting %Dir2%\* like "%Dir2%\*" breaks the wildcard — CMD won't expand it properly.

  4. You're using variables like %Dir1% inside the for loop, but CMD may not expand them correctly there.

Here’s a working version for CMD (replace <username> and <folder>):

for %F in (E:\*) do @if exist "D:\Users\<username>\<folder>\%~nxF" del "E:\%~nxF"

and if you want to test first:

for %F in (E:\*) do @if exist "D:\Users\<username>\<folder>\%~nxF" echo del "E:\%~nxF"

Let me know if you're running it from a batch file — the syntax changes slightly!

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Guillermo

79669602

Date: 2025-06-17 18:29:06
Score: 0.5
Natty:
Report link

i solved this problem by fixing errors appearing in the console.

When i run the app using "run without debug" in vs code the app works correctly but using release mode a white screen apears. In the console i have an error "incorrect parent widget" related to Expanded() that should not be inside a row() or a stack(), after fixing this and compile the app to apk and install it in my phone, no white screen.

So at least fix the errors related to the Widgets building appearing in the console.

Reasons:
  • Whitelisted phrase (-2): i solved
  • RegEx Blacklisted phrase (1): i have an error
  • No code block (0.5):
  • Low reputation (1):
Posted by: MorsiAnisDz

79669598

Date: 2025-06-17 18:24:04
Score: 0.5
Natty:
Report link

Nowadays, Stripe API provides an Events V2 endpoint, so it's possible to list all events based on the "resource" ID, which is named "object_id".

Example:

$events = $stripe->v2->core->events->all([
  'object_id' => $customerId, // or $paymentIntentId, etc
]);

Reference: https://docs.stripe.com/api/v2/core/events/list

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jonas WebDev

79669597

Date: 2025-06-17 18:23:04
Score: 0.5
Natty:
Report link

Nowadays, Stripe API provides an Events V2 endpoint, so it's possible to list all events based on the "resource" ID, which is named "object_id".

Example:

$events = $stripe->v2->core->events->all([
  'object_id' => $paymentIntentId, // or $customerId, etc
]);

Reference: https://docs.stripe.com/api/v2/core/events/list#v2_list_events-object_id

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jonas WebDev

79669578

Date: 2025-06-17 18:09:00
Score: 1
Natty:
Report link
public class FlowLayoutSeperator extends JSeparator {
    private static final long serialVersionUID = 1L;

    public FlowLayoutSeperator() {
        super(SwingConstants.VERTICAL);
        var fm = this.getFontMetrics(getFont());
        this.setPreferredSize(new Dimension(3, fm.getHeight()));
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jeffty

79669569

Date: 2025-06-17 18:01:58
Score: 1.5
Natty:
Report link

Ah, too late three years later but as for others who is faced with this problem - nothing wrong with your code, you simply forgot to add credentials after OAuth authentication (https://developers.google.com/youtube/v3/guides/authentication). You need to implement your own concent as Web App when you need data like this. API key is not enough.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Acuna

79669564

Date: 2025-06-17 17:55:52
Score: 6 🚩
Natty:
Report link

just following up on this, were you able to get a workaround or solution? If I use input_text = INITIAL_PROMPT + " " it gives a gibberish/unexpected output.

Reasons:
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sai

79669560

Date: 2025-06-17 17:53:51
Score: 2.5
Natty:
Report link

I'm still unable to see an Export in my profile with sync turned on. It would be good to know if the settings can still be exported.

No export option in gear icon

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: The Diabetic Way

79669556

Date: 2025-06-17 17:51:51
Score: 1.5
Natty:
Report link

I was using the iframe URL correctly on my website:

https://www.youtube.com/live_chat?v=<id_video>&embed_domain=<your_domain>

Suddenly it stopped working. After I added referrerpolicy="origin" to the iframe element, it started working again.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nils Alexandre Bergsten

79669547

Date: 2025-06-17 17:43:49
Score: 0.5
Natty:
Report link

The error 401 UNAUTHENTICATED error occurs because the applicationId you're using is for Google Calendar.

The correct applicationID for Google Drive is:

Google Docs and Google Drive (Application ID: 55656082996)


Reference

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gyul

79669539

Date: 2025-06-17 17:38:47
Score: 3.5
Natty:
Report link

Updating the Server time and restarting the server may resolve the issue.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mike O'Connor

79669533

Date: 2025-06-17 17:35:46
Score: 1
Natty:
Report link

The most easy way to do it

step 1- https://pecl.php.net/package/mongodb visit this website and click on the dll, and download the zip as per your php version, see the image below

PECL DLL File.jpg

when you click on it choose the thread safe version to download see the image below
download .dll file image.jpg

step 2 - then put the dll file on this path C:\xampp\php\ext your path might be different depending upon the xampp installation

step 3 - open your php.ini file and put this line extension=php_mongodb.dll after your **extension=zip
**
if you have trouble opening php.ini file see the below image
how to open php.ini .jpg

Love from CodeHunger

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shaiv Roy

79669519

Date: 2025-06-17 17:22:42
Score: 4.5
Natty:
Report link

System.Collections.Generic.HashSet<T>

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: fanruinet