79711395

Date: 2025-07-23 06:38:20
Score: 3
Natty:
Report link

Just add a few more slides , as meant before swiper-button-lock is added automatically if you don't have enough slides.

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

79711386

Date: 2025-07-23 06:27:17
Score: 10
Natty: 6.5
Report link

Did you figure out the cause here? Having the same issue with PWA push notifications

Reasons:
  • RegEx Blacklisted phrase (3): Did you figure out the
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Elias Rissanen Uran

79711372

Date: 2025-07-23 06:12:14
Score: 2
Natty:
Report link

the solution from Kane works but the mirror URL returns 404, replace with https://download.documentfoundation.org/libreoffice/stable/25.2.5/rpm/x86_64/LibreOffice_25.2.5_Linux_x86-64_rpm.tar.gz

Also change the path in

cd ~/libre/LibreOffice_25.2.0.3_Linux_x86-64_rpm

to

cd ~/libre/LibreOffice_25.2.5.2_Linux_x86-64_rpm
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: David Alia

79711360

Date: 2025-07-23 05:59:11
Score: 0.5
Natty:
Report link

Enable the display of current branch in status bar from menu View | Appearance | Status Bar Widgets | Git Branch or switch on Show Git Branch in Find Action keyboard shortcut. It's not feature flag in Registry anymore. Don't forget to restart your IntelliJ to see the changes.

Screenshot

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: kapandron

79711346

Date: 2025-07-23 05:37:06
Score: 2.5
Natty:
Report link

For me the only thing that worked is to set time manually on centos7 aws.

date -s "2 OCT 2006 18:00:00" ( update as per current time)

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

79711343

Date: 2025-07-23 05:31:04
Score: 0.5
Natty:
Report link

this issue because you're applying align-content: center; on .box:hover, but align-content is not a valid property for a flex item like .box. It's only valid on the flex container, which in your case is .container.

Reasons:
  • Whitelisted phrase (-1): in your case
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohamed Eid Hussin Ahmed

79711338

Date: 2025-07-23 05:24:02
Score: 9
Natty: 6.5
Report link

Hello I am experiencing similar issue. On my pixel devices (6 Pro, 8 Pro both OS 16) returns -1, but other devices with OS 16 or any version don't make issue.

Did you solved?

Reasons:
  • RegEx Blacklisted phrase (3): Did you solved
  • RegEx Blacklisted phrase (1.5): solved?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: yymin1022

79711336

Date: 2025-07-23 05:15:00
Score: 0.5
Natty:
Report link

I deleted the ts config file and regenerate by using this cmd

npx tsc --init

Then, change
"jsx": "react-jsx"

It works for me !

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bubble gum

79711334

Date: 2025-07-23 05:10:59
Score: 5
Natty:
Report link

found any fix? I asked copilot and it said theres some extra permissions required for android 16, i havent tried it yet.

Reasons:
  • RegEx Blacklisted phrase (1.5): fix?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anas

79711321

Date: 2025-07-23 04:51:55
Score: 3.5
Natty:
Report link

Or if you have docker running then you can look at this docker-compose which simply spins up Postgres with PGVector extension without the need to setup anything:
https://github.com/n8n-io/n8n-hosting/pull/33/files#diff-bec75208f73ea7b1a7c6b5fe158407c6401bef063c4e47e886b2a45bc5b4840a

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Syed Atyab Hussain

79711314

Date: 2025-07-23 04:36:52
Score: 1.5
Natty:
Report link

Marcio's answer can be simplified to use of a command line option with markdown-pdf

markdown-pdf --remarkable-options '{"html": true}' your_doc.md -o your_doc.pdf

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

79711312

Date: 2025-07-23 04:36:52
Score: 1
Natty:
Report link
  1. This particular upgrade is significant as there is no support for system.drawing in non Windows platforms. So move to Microsoft.maui based drawing capabilities.

  2. After that in Visual Studio 2022 install the upgrade assistant extension and migrate to net9 sdk. Then update the nugets.

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

79711300

Date: 2025-07-23 04:20:47
Score: 0.5
Natty:
Report link

To disable OPTIONS, just add the Limit block to the default Directoy block in httpd.conf:

<Directory />
    AllowOverride none
    Require all denied

<Limit OPTIONS> 
  Require all denied
</Limit>
</Directory>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Klendatho

79711297

Date: 2025-07-23 04:07:45
Score: 2.5
Natty:
Report link

ATL is an >>> OPTIONAL <<< component of Visual Studio Build Tools 2019
you have to look for it and install it under the Optional tab
check out the image posted here
https://github.com/juliansteenbakker/flutter_secure_storage/issues/356

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jasper Tomas

79711289

Date: 2025-07-23 03:50:42
Score: 1
Natty:
Report link

How I solve is I downgrade the node version to 14.20.0 (Before it was 18.x.x). You can use nvm to switch node version.

Do cache clean, and npm install again.

Its working even my project is running angular 17.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): How I solve is I
  • Low reputation (1):
Posted by: muhamad syahierul

79711286

Date: 2025-07-23 03:45:39
Score: 3
Natty:
Report link

Looks like <proc>none</proc> within maven-compiler-plugin's configuration prevents annotation processing. After removing it, I was able to compile your project successfully.

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

79711269

Date: 2025-07-23 03:20:29
Score: 1
Natty:
Report link
shadingPattern matrix:

Matrix patternMatrix = shadingPattern.getMatrix();
AffineTransform transform = patternMatrix.createAffineTransform();

Point2D.Float p0 = new Point2D.Float(x0, y0);
Point2D.Float p1 = new Point2D.Float(x1, y1);
Point2D.Float deviceP0 = (Point2D.Float) transform.transform(p0, null);
Point2D.Float deviceP1 = (Point2D.Float) transform.transform(p1, null);
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Serendipity

79711266

Date: 2025-07-23 03:18:28
Score: 1
Natty:
Report link

An update on @dirkgroten answer: now you need to access the key defined in the USER_ID_CLAIM Simple JWT setting, which defaults to user_id. Which means that, to get the pk of the calling user from a request, you would do something like:

@api_view(['POST'])
def some_api_call(request, *args, **kwargs):
    user_pk = request.user_id

This variable name is entirely configurable with the JWT settings. See more at: https://django-rest-framework-simplejwt.readthedocs.io/en/latest/settings.html#user-id-claim

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @dirkgroten
  • Low reputation (0.5):
Posted by: Gabriel Tkacz

79711256

Date: 2025-07-23 02:52:23
Score: 0.5
Natty:
Report link

If you didn't change the number of shards, then deduplication should work eventually and you should always insert data into the same shard

Did you use something like that

SELECT shardNum(), id, count() c FROM cluster('my-cluster',my_db.my_table_local) FINAL GROUP BY ALL HAVING c > 1

to check deduplication works or use another approach?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Slach

79711246

Date: 2025-07-23 02:42:21
Score: 1
Natty:
Report link

Below are the possible causes, Make sure you verify all below 5 possible causes:

1. Navigate to Teams admin center(https://admin.teams.microsoft.com)-> Click on "Manage apps" under Teams apps -> Click on "Actions" -> Click on "Org-wide app settings" -> Make sure "Let users interact with custom apps in preview" option is enabled

enter image description here

If it is a Azure Bot, Check below settings:

2. Navigate to Azure Bot in https://portal.azure.com -> Click on "Channels" in left navigation -> Make sure "microsoft teams" channel is added

enter image description here

3. [Important] Navigate to Azure Bot in https://portal.azure.com -> Click on "configuration" in left navigation -> Make sure value given in Microsoft App ID is matching with Teams app manifest bot id.

enter image description here

4. If the Bot is Single Tenant bot, make sure app registration is created in same tenant as user is installing the app.

If it is Copilot studio Bot, Check below setting:

5. Navigate to Copilot studio bot -> Navigate to "Channels" tab -> Click on "Teams and Microsoft 365 Copilot" -> Click on "Add channel"

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Subba Reddi Tummuru

79711240

Date: 2025-07-23 02:30:18
Score: 1.5
Natty:
Report link

This can be done with pure CSS now.

Simply add

scroll-behavior: smooth;

...to the HTML element's CSS definition.

Example:

html {
    scroll-behavior: smooth;
}

More details here:

https://gomakethings.com/how-to-animate-scrolling-to-anchor-links-with-one-line-of-css/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 1337ingDisorder

79711238

Date: 2025-07-23 02:30:18
Score: 1.5
Natty:
Report link

This can be done with pure CSS now.

Simply add

scroll-behavior: smooth;

...to the HTML element's CSS definition.

Example:

html {
    scroll-behavior: smooth;
}

More details here:

https://gomakethings.com/how-to-animate-scrolling-to-anchor-links-with-one-line-of-css/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 1337ingDisorder

79711232

Date: 2025-07-23 02:12:15
Score: 2
Natty:
Report link

I encountered this problem and wasted 2 hours. To put it simply, the problem is that the Linux executable file on NTFS will refuse to execute. You can find that the mount information is noexc. You can try to mount fstab to give execution permissions

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

79711231

Date: 2025-07-23 02:09:13
Score: 8.5
Natty: 6.5
Report link

I know this post was 6 years ago but I have the same problem. I need to change the MDS Administrator and I could not find stored procedure 'mdm.udpSecuritySetAdministrator'.

Where you able to find another way to change the MDS administrator ?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): I have the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jose

79711228

Date: 2025-07-23 02:07:13
Score: 1.5
Natty:
Report link

ol li > ul li:before {display:none;}

Use my code ol + ul + paddings + smartphones css :)

Use translate from Rus please. My English is bad :P

Description

- Стили написаны под блок с ID #privacy, т.е. не затрагиваются общие стили списков
- Учтены отступы для смартфонов (уменьшены)
- Сделана красивая стилизация 1 уровня вложенности - 1 уровень выделяется как подзаголовок (цифра в квадратике слева и линия над первым пунктом)
- При наведении на пункт выделяется голубым цветом его фон (кроме 1 уровня, что логично)
- Учтены маркированные списки ul только внутри нумерованных списков ol (чтобы не затрагивались отдельные маркированные списки на странице)
- Пункты с нумерацией ниже 2 уровня не увеличивают отступы слева (для удобства чтения текста)
- Пункты с маркерами внутри нумерованных списков любой вложенности имеют одинаковый отступ слева (для удобства чтения; учтены смартфоны, на них отступ минимизирован до 5 px)
- Добавлена дата последнего редактирования документа внизу справа страницы (т.к. писалось под политику конф.)
- Ну и самое важное - маркированные списки не имеют цифру перед пунктом, если находятся внутри нумерованного списка ( нужно скрывать :before для ul li; стиль #privacy ol li > ul li:before {display:none;} )

HTML code

<div id="privacy">
<ol>
<li><span id="politika-obschie-polozheniya">Общие положения</span>
    <ol>
        <li>Пункт.</li>
        <li>Пункт.</li>
        <li>Пункт.</li>
        <li>Пункт.</li>
    </ol>
</li>
<li><span id="politika-osnovnye-principy-obrabotki-personalnyh-dannyh">Основные принципы обработки персональных данных</span>
    <ol>
        <li>Пункт 1:
            <ul>
                <li>Подпункт 1;</li>
                <li>Подпункт 2;</li>
                <li>Подпункт 3;</li>
                <li>Подпункт 4;</li>
            </ul>
        </li>
        <li>Пункт.</li>
        <li>Пункт.</li>
        <li>Пункт.</li>
    </ol>
</li>
<li><span id="usloviya-obrabotki-personalnyh-dannyh">Условия обработки персональных данных</span>
    <ol>
        <li>Пункт.</li>
        <li>Пункт:
            <ul>
                <li>Подпункт 1;</li>
                <li>Подпункт 2;</li>
                <li>Подпункт 3;</li>
            </ul>
        </li>
        <li>Пункт:
            <ul>
                <li>Подпункт;</li>
                <li>Подпункт;</li>
            </ul>
        </li>
    </ol>
</li>
</ol>
<div class="privacy-date">
    <span>Обновлено: 23.07.2025</span>
</div>
</div>

CSS code

/* Стилизация маркированного и нумерованного списков */
/* Базовые стили для всех уровней */
#privacy ol li > ul, #privacy ol {padding:0;margin:0;}
#privacy ol li, #privacy ul li {list-style-type:none;list-style-position:inside;}
#privacy ol li > ul li:last-child, #privacy ol li:last-child {margin-bottom:0;}
/* Стили при наведении на пункт списка, кроме 1 уровня */
#privacy ol li > ol li:hover {background:#dee6ff;}
/*-- НУМЕРОВАННЫЙ список --*/
/* Запуск счётчика пунктов */
#privacy ol {counter-reset:privpolicy;}
/* 1 уровень */
#privacy ol li {position:relative;background:none;font-weight:bold;border-top:2px solid #666;padding:5px 8px 0 8px;margin:40px 0 0 30px;}
#privacy ol > li:before {content:counters(privpolicy, ".");counter-increment:privpolicy;position:absolute;top:-2px;left:-30px;width:30px;height:auto;color:#fff;background:#666;font-weight:bold;text-align:center;border-top:2px solid #666;padding:4px 0;}
/* Стили только для вложенных уровней */
/* 2 уровень */
#privacy ol li ol {margin-top:30px;}
#privacy ol li ol li {margin-left:25px;}
/* 2 уровень и далее */
#privacy ol li > ol li {font-weight:normal;border:none;padding:0 8px;margin-top:0;margin-bottom:10px;}
#privacy ol li > ol li:before {padding:0;}
/* 3 уровень */
#privacy ol li ol li ol li:before {left:-38px;}
/* 3 уровень и далее */
#privacy ol li ol li > ol li {margin-left:0;}
/* 4 уровень */
#privacy ol li ol li ol li ol li:before {left:-48px;}
/* Стили для всех уровней, кроме 1 уровня */
#privacy ol li > ol li:before {top:0;color:inherit;background:inherit;font-weight:inherit;border:none;}
/*-- МАРКИРОВАННЫЙ список --*/
/* Базовые стили маркированного списка для всех уровней */
#privacy ol li > ul li {list-style-type:disc;/*background-image:url("images/li.svg");*/background-repeat:no-repeat;background-size:16px;background-position:0 2px;padding:0;margin:0 0 10px 20px;}
#privacy ol li ul {margin-top:10px;}
/* Отключение цифр тега ul, наследуемых от тега ol li */
#privacy ol li > ul li:before {display:none;}
/* Дата редактирования страницы */
.privacy-date {text-align:right;margin-top:40px;}
.privacy-date span {border-bottom:1px solid #ddd;}
/* Стилизация маркированного и нумерованного списков для смартфонов */
@media screen and (max-width: 999px) {
    /* Стилизация маркированного и нумерованного списков (для смартфонов) */
    /* 2 уровень (для смартфонов) */
    #privacy ol li ol li {margin-left:0;}
    /* Отступы тега ul для всех уровней, кроме 1 уровня (для смартфонов) */
    #privacy ol li > ul li {margin-left:10px;}
}

Result

Result Screenshot

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

79711224

Date: 2025-07-23 02:02:09
Score: 7
Natty:
Report link

Did you ever find a workaround for this or finish your app? I'm also looking to be able to utilize raw GNSS measurements to directly provide a mock location so I can circumvent some power-saving OEM behavior that breaks Location Data at low speeds.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Stahnj

79711219

Date: 2025-07-23 01:55:07
Score: 1
Natty:
Report link
var path = Path.Combine(builder.Environment.ContentRootPath,"NotificationSystemLogs");
var isExists = Directory.Exists(path);
if(!isExists)
{
Directory.CreateDirectory(path)
}
Right click appsettings.json -> properties -> Copy to Output Directory = Copy always
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Diary'Teng

79711213

Date: 2025-07-23 01:49:05
Score: 2
Natty:
Report link

man.

Translate my text from Rus forum.

Easy: run apache.exe not as a service, but as an application (double click on httpd.exe or Apache.exe or run cmd and type start httpd.exe)

Good luck.

Проблема
Не запускается bat/exe через PHP команду exec.

Причина
1. Процесс httpd.exe (Apache) запущен как служба (service), а не как приложение с GUI (через видимое окно cmd).
2. Из-за этого у Apache нет доступа к рабочему столу.
3. Если код написан правильно, то в диспетчере задач процесс, запускаемый через exec будет присутствовать и даже возможно будет функционировать, но вот GUI у него не будет, т.е. он работать будет только в фоне.

Решение
Запустить httpd.exe (или Apache.exe) как обычную программу двойным кликом мыши или через start в cmd.

Дополнительно
В моём случае совет с allow_url_include = On не помог. Только запуск httpd.exe в нормальном режиме.

Повторюсь, возможно кому-то понадобится.
Я себе так сделал удалённое управление на PHP через WEB кнопками на страничке браузера: запустить что-то, стопнуть, рестартнуть.
Также сделал вкл/откл RDP там же в вебе, вышел из RDP, выключил его кнопкой. Доп меры защиты как-никак :-)
Очень удобно.
Всем спасибо за внимание :-)

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: Andrew

79711211

Date: 2025-07-23 01:46:05
Score: 1
Natty:
Report link

After some investigation, we found that ENV FLUTTER_VERSION=3.27.1 is sufficient to support the CircleCI environment for building the Flutter app, and there's no need to change the image for now.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Rajitha Perera

79711207

Date: 2025-07-23 01:25:00
Score: 1
Natty:
Report link

The problem, as it turned out, was that I explicitly added Console Logger. Logging in webassembly is supported by internal logger, as stated in the documentation:
Logging is supported in client-side apps after the WebAssemblyHostBuilder is built using the framework's internal console logger provider (WebAssemblyConsoleLoggerProvider (reference source)).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Michael EstrinOne

79711205

Date: 2025-07-23 01:23:58
Score: 11
Natty: 5.5
Report link

How did you connect the PC and the motor amplifier?
I made my own RS485 (RJ45) to USB cable and tried just like you,
but I'm getting the same error message as you.

Which RJ45 pins did you connect the RS485 A and B lines to?

Please help me. I'm desperate.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • RegEx Blacklisted phrase (1): I'm getting the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm getting the same error
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: Jiung

79711194

Date: 2025-07-23 01:00:53
Score: 4
Natty:
Report link

‹ ÿí\knÔ0v)P(Џ

òlàˆÿ«Ý€FÞîJÛå!N×p ÎQ<3vìl6m’Æ1 ŒªjI¾yyfü¹ê¥R—êézyXž«‹ŸïËí¡Ü+uu{¦^Ýnðåúã~¹2¸ýrv¦žÝ¬–›òÉ õr×åöw[õæ·åj¿ü|x»ûVî¿ïö›õ…z¾Úmvû¥Þ©¿HŒFM?Æt¹ØØËí/eoètK‡GŠt½Ük Ðüjz

y ¢¶:L¯Èúh­!¾U@Y €õA|e³o,YìWl?K6| øgÊ?Å €2ÄŸ*…µ|Á€“ Zýš–>½É€¦0TªQçX Tø­ˆ¬jâ ÍB `C€`ÀX]¨¼á¼·e46üZŠÁ ¥¥íIâ“ã}´ãÖù  ù{Êg>r –‚ CêpF·=…”CºØ§<¹ÀŠ4Àø1}`Åùñ”Í-O¡\?Ôn§€í–€ZBÈ×í Y‚\½pѧ°ú; ƒøN_ÉOÛÁNo¹›PÉ¢IotgvR—ÉuÈxYòÐô‚½¸ Áux

4l"°#üö‹I]äB8$´Š`°.î¨ä_Б@är;R")úãƒk`”‘‘å’iä<-y×ùÞY>Ä~YÍâ<

QbW0Îø"šGoŸþ80ïÝÓtûƒ±•UêÁ i5Þ%îí`x¿í í;v€‰‚<k³ª(-€‚?Rßã< o}O?r‹TKí*†½hXß;­‹²óvn‰“_ÂbU¥’´Xè;ÆøÒ]ü[_âÃb

¼§\?FŸÙÁþxÝû\çÙ§ãf½§>ßßðxSI¨K®¯‚èé´ÒãY+‹iì÷ùn±êùPŸó] ÆÇ×¾ ïúÞþZ‡3éãÔõëÛ<c’ÀGñ–ëS,‡I’~õù6’Æ„›

¿ÀcÓ}å;ÆO²ë“

Eóó¦ÿSí¸dÕE3®Oÿ#¸t¼Ÿ©œH,G¢ (Ç.Ô“  –pË+»­ú<45Ébâʯ“ùº¿²;’)à«:¨sðk<ŒÉ«\ô2ºm_Róãy’Ú/œF+é¡!1½/œF+¾§6’á?`r@ÒôãVçÖ÷ 3Ù<¦ªôèBÌLæq‡7\6;é*}Åa ó'ÛÜ´Õ×

¹4ïÊþ&ð¡¤ì>~Þ±à¡×óÑ

ߌª@à4™ 1nwÏþ˜6X1€Jb}ÀB;7:Ž&ø uÝ!<<Šæé¤AÕïHâ¯Àq¤é8žy«à Eœ¶×7»‘H  sö´ø| “€aòÊ/öÂ7Åi¦{èáF˜Úkpü÷tèJÔ–8–oB|OzЙšc¾'>ÝtcJ˜xþ5ä#f€iÿ¼…™MyÉM'uÙkà ,˾Ë€©;^;¾ë}C”OÒ#' y6~Lyg²^4À,™WÁ'¢V»âÃÎGÃ7OÞ/tNë œœj‹áMÆ…GøEÖÜW£(ÎòoIîÐ笺ŒŸ«ág@ðs{½HH0vÁ§mgnÌEw–Yf™e–Yf™e–Yf™e–ÿWÎÕÅùÏww¿níÛW–‡å§rÏÿ>@]ýV ^®m†@

Reasons:
  • Blacklisted phrase (1): ¿
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: thundr alt

79711191

Date: 2025-07-23 00:53:52
Score: 2
Natty:
Report link

create index.css next to main.tsx then paste this

@import "tailwindcss";

then import index.css inside main.tsx - import './index.css'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: romel sedillo

79711184

Date: 2025-07-23 00:46:50
Score: 0.5
Natty:
Report link

Exact overlap of two Bézier curves isn't possible as the original picture shows, i.e., over a finite interval, whereas the curves diverge outside the interval. See Lemma 1 in (Hu et al., 1997) or Theorem 5.9.1 in (Patrikalakis and Maekawa, 2003).

Overlapping curvesNevertheless, an overlap bounded by endpoints, as depicted, is possible when two Bézier curves b(u), c(v) are simply segments of the same (untrimmed) polynomial curve. Sánchez-Reyes (2014) describes a procedure for detecting and computing this potential overlap (for properly parameterized curves). As a necessary condition, b(u), c(v) must have parametrizations related by a linear transformation, which can be determined from the last non-vanishing derivatives. The overlap occurs precisely over the overlapping portions of their domains, so the overlapping condition amounts to the coincidence of the Bézier polygons for such subdomains.

REFERENCES

Patrikalakis, N.M., Maekawa, T., 2003. Shape Interrogation for Computer Aided Design and Manufacturing. Springer.

Hu, C.-Y., Maekawa, T., Patrikalakis, N.M., Ye, X., 1997. Robust interval algorithm for surface intersection. Comput.-Aided Des. 29 (9), 617-627. https://doi.org/10.1016/S0010-4485(96)00099-1

Sánchez-Reyes, J., 2014. The conditions for the coincidence or overlapping of two Bézier curves. Applied Mathematics and Computation 248, 625-630. https://doi.org/10.1016/j.amc.2014.10.008

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Javier Sánchez-Reyes

79711181

Date: 2025-07-23 00:42:49
Score: 1
Natty:
Report link

try to add the following line in /etc/hosts file:

127.0.0.1       app-name

And then access like:

http://app-name/graphql

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

79711178

Date: 2025-07-23 00:36:48
Score: 3
Natty:
Report link

It looks like the PyTorch project has developed integration with XLA processors: https://github.com/pytorch/xla

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

79711176

Date: 2025-07-23 00:33:47
Score: 0.5
Natty:
Report link

git filter-repo is a powerful tool to rewrite history and extract a subfolder.

  1. Install git filter-repo (if not installed):
pip install git-filter-repo
  1. Clone your repo into a new directory:
git clone <original-repo-url> subfolder_repo
cd subfolder_repo
  1. Run filter-repo to keep only the subfolder:
git filter-repo --subdirectory-filter subfolder_name
  1. Now your repository only contains the history and files of that subfolder.

  2. Add remote and push:

git remote add origin <new-repo-url>
git push -u origin main

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): is a
  • Low reputation (1):
Posted by: Arfat Hossain

79711169

Date: 2025-07-23 00:20:44
Score: 1
Natty:
Report link

So, what I needed to do is calculate if the y of the collision point is greater than the y coordinate of the bottom of the paddle and the collision point is lesser than the y coords of the top of the paddle: Here is the code to do that:

if paddle.ycor() - 10 < ball.ycor() + 10 < paddle.ycor() + 10:
    speed_x *= -1
else:
    speed_y *= -1

paddle.ycor() - 10 is the bottom of the paddle and paddle.ycor() + 10 the top and the ball y coords in greater than the common and less than the top

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Aadvik

79711165

Date: 2025-07-23 00:10:41
Score: 0.5
Natty:
Report link

In the current version (v2), they have changed it so that you don't need kit.vite.resolve.alias and instead you use kit.alias:


/** @type {import('@sveltejs/kit').Config} */
const config = {
  kit: {
    alias: {
      $routes: path.resolve('./src/routes'),
    }
  },
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: randomuser5767124

79711161

Date: 2025-07-23 00:04:40
Score: 1
Natty:
Report link

Solutions:

1. Install flutter fvm command tool and use it to create flutter project

2. By example flutter 3.32.7 project has always .gradle.tkts files with different configurations vs .gradle files

2.1 give command: fvm use 3.32.4

2.2 give command: fvm flutter create <name> etc to create .gradle files

2.3 You can upgrade run etc after screen descriptions

3. give comand: fvm use 3.32.7 (or latest)

4. Open android-sutdio etc

# /usr/bin/env sh

fvm flutter create --platforms=android --android-language=java --org=com.xxx $1

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

79711152

Date: 2025-07-22 23:38:35
Score: 1.5
Natty:
Report link

First your code has a small issue. End of this line you are missing a semicolon.

header("Location: index.php?mailsend")

And then you have to study more about this. Check this thread they posted before.

How can I send an email using PHP?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: vimuth

79711148

Date: 2025-07-22 23:34:33
Score: 1.5
Natty:
Report link

I've found out the answer to my question.

All 9 digit Mailer ID's in the USPS Intelligent Mail Barcode (IMB) System start with 9, and range between 900000000 and 999999999.

The resulting number can display

"00 702 923456 789000001 980035555"

but the resulting barcode will be the same.

Therefore, the placeholder number of 123456789 would be an invalid 9-digit Mailer ID, and would be read as a default 6 digit mailer ID.

I hope this helps anyone looking for similar information.

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • No code block (0.5):
  • Self-answer (0.5):
  • Filler text (0.5): 00000000
  • Filler text (0): 999999999
  • Low reputation (1):
Posted by: user26119845

79711146

Date: 2025-07-22 23:26:31
Score: 11.5
Natty:
Report link

Did you find any solution? I am running into this error.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find any solution
  • Low reputation (1):
Posted by: react-native-dev

79711143

Date: 2025-07-22 23:24:30
Score: 2
Natty:
Report link

In case anyone wondering how to set the property in csproj file mentioned in the above accepted answer,

<PropertyGroup>
   <PreserveCompilationContext>true</PreserveCompilationContext>
</PropertyGroup>

Source -
https://learn.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/6.0/preservecompilationcontext-not-set-by-default#recommended-action

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user25194364

79711140

Date: 2025-07-22 23:13:26
Score: 8.5
Natty: 6.5
Report link

Did anyone ever figure out the answer to this? Doesnt look like MS made a way to migrate nicely yet unless i missed it? the date is fast approaching.

Reasons:
  • Blacklisted phrase (1): answer to this?
  • RegEx Blacklisted phrase (3): Did anyone ever figure out the answer to this
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did anyone
  • Low reputation (1):
Posted by: user31119861

79711133

Date: 2025-07-22 23:01:23
Score: 1
Natty:
Report link

When a thread is blocked, it means it cannot continue its execution. This issue can occur for various reasons, such as synchronization problems, resource contention, deadlock situations, or even a known bug in Quarkus. Additionally, there might be a blocking API call somewhere in your OrderReleaseDto.builder().build() method or elsewhere.

I came across this article from Vert.x about a golden rule, maybe it will help. It also mentions that you can turn off those warnings or adjust the settings. See also this discussion from GitHub.

You mentioned that it works in IntelliJ (local environment) possibly because it has more CPU cores and experiences less contention than your Cloud Run service.

Reasons:
  • Blacklisted phrase (1): this article
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When a
  • Low reputation (0.5):
Posted by: HerPat

79711132

Date: 2025-07-22 23:00:23
Score: 4
Natty: 6
Report link

Thank you so much!!!

Same behavior with the newer versions!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Charly

79711131

Date: 2025-07-22 22:55:22
Score: 2.5
Natty:
Report link

In .inner add :

line-height: 80px;
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Léa

79711125

Date: 2025-07-22 22:46:19
Score: 2
Natty:
Report link

te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te amo te

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

79711122

Date: 2025-07-22 22:38:18
Score: 4.5
Natty:
Report link

The Android FCM docs mention doing exactly this. It should indeed be safe.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: anon

79711088

Date: 2025-07-22 21:53:08
Score: 1
Natty:
Report link

I have solved the problem and published it as a new package called hamreen_printing.
For more details, you can watch the following video, which explains how to print Kurdish letters correctly using this new package:

👉 https://youtu.be/hMOIpvJgKiQ

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Whitelisted phrase (-2): I have solved
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Hamreen Ahmad

79711083

Date: 2025-07-22 21:44:05
Score: 1
Natty:
Report link

I solved this problem by running inside a .venv

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Christian Gibbs

79711080

Date: 2025-07-22 21:42:05
Score: 0.5
Natty:
Report link

I'm surprised no-one suggested bisect:

from bisect import bisect

def get_level_of_aqi(aqi):
    return bisect([0, 51, 101, 151, 201, 301], aqi)

It strikes me as more elegant and readable than any other solution, and exactly the sort of thing bisect is intended for.

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

79711067

Date: 2025-07-22 21:27:02
Score: 3
Natty:
Report link

Connect to the source database server and use expdp to export the schema data move it to the target server and use impdp to import.

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

79711051

Date: 2025-07-22 21:09:57
Score: 1
Natty:
Report link

You can replace all characters by a default character using regular expression and count the length of the result:

=LEN(REGEXREPLACE("こんにちは", ".", "x"))

Note: the REGEXREPLACE function onlys work on newer versions of Excel and Microsoft 365 subscriptions.

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

79711050

Date: 2025-07-22 21:08:57
Score: 0.5
Natty:
Report link

Based on the answers above (and a few other places) I created a quick proof of concept showing how to place overlay content inside an shadow dom Angular component:

https://stackblitz.com/edit/angular-overlay-inside-shadow-dom?file=src%2Fshadow-dom-with-overlay-override%2Fshadow-dom-with-overlay-override.ts

I am working on a project that requires embedding Angular Elements web-components inside a server rendered legacy app.

The legacy app has many global styles for common elements (such as buttons) that break Angular Material components. For us, the best solution so far is to use shadow dom to limit what global styles can do to our web-components, and that required finding a way to render any overlays inside the shadow dom itself.

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

79711049

Date: 2025-07-22 21:07:56
Score: 2.5
Natty:
Report link

Late response, but for Windows, there are two things you need to download, make sure you download both the libraries (DLLs) as well as the tool binaries which includes sqldiff, sqlite3, sqlite3_analyzer.

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

79711048

Date: 2025-07-22 21:06:56
Score: 0.5
Natty:
Report link

If you need to render overlay content inside a shadow dom Angular component, I have built a quick proof-of-concept showing how to do it:

https://stackblitz.com/edit/angular-overlay-inside-shadow-dom?file=src%2Fshadow-dom-with-overlay-override%2Fshadow-dom-with-overlay-override.ts

I am working on a project that requires embedding Angular Elements web-components inside a server rendered legacy app.

The app has many global styles for common elements (such as buttons) that break Angular Material components. For us, the best solution so far is to use shadow dom to limit what global styles can do to our web-components, and that required finding a way to render any overlays inside the shadow dom itself.

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

79711047

Date: 2025-07-22 21:03:55
Score: 1.5
Natty:
Report link

Pretty same for Magento 2

$order->getTotalQtyOrdered();

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

79711046

Date: 2025-07-22 21:03:54
Score: 6
Natty: 4.5
Report link

Have you find any related docs/tutorials? I am also trying to build llama on NPU

Reasons:
  • Blacklisted phrase (2): Have you find
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: The Ai Pioneer

79711043

Date: 2025-07-22 20:59:52
Score: 7.5
Natty: 4
Report link

I also have the same problem. and did all the things about environment variables and so on.

I have java 21.0.8 LTS and latest version of Android Studio and still problem is there laughing at me.

I had java 24 so I though it's better to use LTS so I installed 21.0.8.

ANY IDEA?

Reasons:
  • Blacklisted phrase (1): ANY IDEA?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I also have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Bahram Rahimian

79711039

Date: 2025-07-22 20:55:51
Score: 2.5
Natty:
Report link

I could resolve a similar problem by deleting and reinstallimg the app on the device. This was probably because the existing app had an old model instead of its updated version.

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

79711035

Date: 2025-07-22 20:51:49
Score: 1.5
Natty:
Report link

<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content">

Include this and all your problems are gone

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

79711019

Date: 2025-07-22 20:37:46
Score: 2.5
Natty:
Report link

I know this is super old but if it saves anyone some time this happened to me when I had duplicate mongoDB dependencies. one as a package dependency and one installed as a direct dependency. removing the direct one solved my issue.

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

79711018

Date: 2025-07-22 20:36:46
Score: 2.5
Natty:
Report link

cd chemin/vers/ton/dossier/mwinda-site

git init

git add .

git commit -m "Initial commit"

git branch -M main

git remote add origin https://github.com/tonpseudo/mwinda-site.git

git push -u origin main

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Moi Kevins

79711013

Date: 2025-07-22 20:31:45
Score: 3.5
Natty:
Report link

enter image description hereMy problem was solved by right clicking on the pom file and adding a project type of Maven.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sam

79711012

Date: 2025-07-22 20:31:44
Score: 4
Natty: 4
Report link

Windows DDK has a sniffer and source code. Look for UsbTreeView_Win32.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Randy Seedle

79711010

Date: 2025-07-22 20:28:44
Score: 1.5
Natty:
Report link

While integrating firebase-ios-sdk into my Xcode project, I was presented with a list of multiple package products to include. Initially, I hadn’t selected FirebaseAnalyticsOnDeviceConversion, but after including it, everything started working.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dev Krishna Sadana

79711005

Date: 2025-07-22 20:22:42
Score: 3.5
Natty:
Report link

Try Gaussian blur to reduce noise, also box filter, median filter, bilateral filter

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

79711004

Date: 2025-07-22 20:22:42
Score: 3
Natty:
Report link

This discussion doesn't get anyone anywhere useful. Get a life.

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

79711002

Date: 2025-07-22 20:18:41
Score: 1.5
Natty:
Report link

I would consider adding window.listen() before setting up the key bindings for the move_right()

window.listen()
window.onkeypress(move_right, 'Right')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: GGC ORLY

79710993

Date: 2025-07-22 20:09:39
Score: 3
Natty:
Report link

What finally worked was moving the .app file to the Applications folder. I was able to open txt files without doing that but for images and custom types it didn't work.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
Posted by: Siamaster

79710986

Date: 2025-07-22 19:59:36
Score: 2.5
Natty:
Report link

try removing the "-Process" apparently it is no longer needed

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

79710981

Date: 2025-07-22 19:52:35
Score: 0.5
Natty:
Report link

The answer provided is much straightforward, the right place for the argument is a good thing to know.

BUT it may have escaped its author that Neofetch is originally a Linux Shell program. Therefore it is most often ran through Git Bash, emulating a Linux terminal via Powershell. I have noticed what the original inquirer is pointing at myself, because I couldn't launch Neofetch at first; succeeding only once I had noticed Git Bash program had a shortcut created in the Windows Start menu. Typing and runing Neofetch from there became the easiest thing, and lead me into typing "git bash neofetch" directly within Powershell terminal.

Which is why people would like to provide arguments: ran from Powershell, Neofetch runs unhindered, but its MINGW64 terminal window colapses itself rightafter.

Several answers can be found browsing the net; none of which did work in my case so far. If Git Bash program's course can be changed by specifying arguments, that's how the Neofetch program can be kept windowed.

Although the original message doesn't mention Git Bash, its mentioning of scoop package manager let me suppose there was some misunderstanding, provided Git Bash can aslo be downloaded & installed in a standalone version, the same goes for Neofetch, originally a Linux program. Its belonging with scoop fetch program capacities being according to me only due haphazard circumstancies, ie: shell environment associated programs.

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

79710977

Date: 2025-07-22 19:47:33
Score: 1.5
Natty:
Report link

have you deployed this on a AKS container using docker ? Im facing issues with it as it throws me this error

blazor.webassembly.js:1 GET https://dev-test.site.com/\_framework/dotnet.js net::ERR_ABORTED 404 (Not Found) (anonymous) @ blazor.webassembly.js:1 (anonymous) @ blazor.webassembly.js:1 load @ blazor.webassembly.js:1 (anonymous) @ blazor.webassembly.js:1 await in (anonymous) hn @ blazor.webassembly.js:1 mn @ blazor.webassembly.js:1 fn @ blazor.webassembly.js:1 An @ blazor.webassembly.js:1 (anonymous) @ blazor.webassembly.js:1 (anonymous) @ blazor.webassembly.js:1 blazor.webassembly.js:1 Uncaught (in promise) Error:* Failed to start platform. Reason: TypeError: Failed to fetch dynamically imported module: https://dev-test.site.com/\_framework/dotnet.js\* at mn (blazor.webassembly.js:1:57654), Not sure why its expecting dotnet.js, as I was able to see all the files under html folder under nginx as in below

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Sai Prasad

79710975

Date: 2025-07-22 19:46:32
Score: 4
Natty:
Report link

Looks like storing timestamps in arrays is possible now in Firestore.

enter image description here

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

79710966

Date: 2025-07-22 19:29:29
Score: 1
Natty:
Report link

Try

pip install --index-url=https://pypi.org/simple \
           --extra-index-url=https://europe-python.pkg.dev/private-repo/python-repo/simple/ \
           "scipy<1.12.0"  # This version works with Python 3.10
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Niga Amace

79710962

Date: 2025-07-22 19:20:27
Score: 1.5
Natty:
Report link

You are expecting a boolean back from writeCharacteristic as success, but the function returns a status code where BluetoothStatusCodes.SUCCESS means it worked, but also has a value of 0. So would incorrectly show it failed based on your code.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Birdsoft

79710960

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

Yeah faced the same problem. Problem solved:

in settings>apps search python

click the 3 dots> click modify> then repair> after repair click 3dots again and click uninstall

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nogia Samsun

79710946

Date: 2025-07-22 19:05:24
Score: 5.5
Natty:
Report link

This video explains how to Troubleshoot jobs on a HPC cluster: https://youtu.be/XaI2_D2YpRw

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): This video
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Monica Keith

79710940

Date: 2025-07-22 19:01:22
Score: 2.5
Natty:
Report link

Well, stupid mistake. Forgot to add getters and setters to my class. Not sure how I overlooked that.

(I should have deleted the question to hide my embarrassment!)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Dave Harding

79710922

Date: 2025-07-22 18:40:18
Score: 3
Natty:
Report link

You can see it above the window. It's beside the apple logo.

Menu Bar VS code mac

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aman Goyal

79710918

Date: 2025-07-22 18:37:17
Score: 1.5
Natty:
Report link
\<?php

echo date("Y-m-d");

?\>
```php
The `date()` function formats the current date. `"Y-m-d"` shows output like 2025-07-22.
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mani Deep

79710902

Date: 2025-07-22 18:20:12
Score: 2
Natty:
Report link
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @jhchen
  • Low reputation (1):
Posted by: Arzenigh

79710896

Date: 2025-07-22 18:14:11
Score: 2
Natty:
Report link

I had this weird problem because I called "AddOpenApiDocument()" twice and only the second call was properly assigned T.T

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

79710890

Date: 2025-07-22 18:05:10
Score: 0.5
Natty:
Report link

Sounds like you're having trouble getting the pyupio/safety-action to fail your CI workflow when it detects a vulnerability in `cryptography==43.0.3` (vulnerability ID 76170).

Checking the Behavior

- The documentation for pyupio/safety-action says it should fail the CI pipeline if any vulnerable packages are found.

- You're seeing the vulnerability in the output but the workflow isn't failing.

Possible Causes

- *Severity or Configuration*: Maybe there's a setting or severity level involved that's affecting the failure behavior. But typically, Safety should fail on detecting vulnerabilities.

- *Action Version or Settings*: Check if you're using the latest version of the action and if there are specific settings needed for failure on vulnerability detection.

Steps to Investigate Further

1. *Check Action Version*: Ensure you're using the latest pyupio/safety-action version.

2. *Review Workflow Config*: Double-check your GitHub Actions workflow YAML for correct configuration of the safety-action.

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

79710887

Date: 2025-07-22 18:02:07
Score: 7.5
Natty: 4
Report link

we have used the developer account to integrate docusign api to our app

Status is review passed now we want to move it to production.

Do we have to create new account because when we are putting development Email and password it is showing incorrect. Please help

Please provide the steps

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide
  • RegEx Blacklisted phrase (3): Please help
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: aditya gupta

79710885

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

The problem come in when you try using textArray.innerHTML=something. This will take the href link and add it as a string in the random-class text content. Otherwise the DOM is manipulated

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

79710881

Date: 2025-07-22 17:57:06
Score: 0.5
Natty:
Report link

I think the problem is that you are trying to give states:StartExecution permission to the state machine but when SAM tries to resolve the state machine arn, it points to itself, but the arn doesn't exist yet.

You can try a fixed approach if you know the state machine name, something like:

action: "states:StartExecution"
resource: "arn:aws:states:<region>:<account>:stateMachine:<state-machine-name>"

Instead of using the !GetAtt

Reasons:
  • No code block (0.5):
Posted by: diegosantiviago

79710872

Date: 2025-07-22 17:50:04
Score: 2
Natty:
Report link

Use Howard Hinnant’s date.h

You can format time points in UTC using the date.h library, which:

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Himanshu Parmar

79710871

Date: 2025-07-22 17:49:04
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 91
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bhelonath Pegu

79710867

Date: 2025-07-22 17:44:02
Score: 2.5
Natty:
Report link
Person 2020 2021 2022
Peter 50.0 25.93 27.78
John 16.67 33.33 33.33
Ivan 33.33 40.74 38.89
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tilok Paul

79710864

Date: 2025-07-22 17:44:02
Score: 4
Natty: 4
Report link

The pyopencl equivalent would be SVM buffers. See Shared Virtual Memory (SVM). Also, Helper functions for numpy-based SVM allocation.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Edward Murphy

79710859

Date: 2025-07-22 17:39:01
Score: 0.5
Natty:
Report link

For who is having this issue in PyCharm version 2025:

To disable the python.debug.asyncio.repl setting in PyCharm 2025, follow these steps:

🔧 Steps to Disable python.debug.asyncio.repl:

  1. Open PyCharm.

  2. Go to the Help menu.

  3. Click on Find Action… (or press Ctrl+Shift+A on Windows/Linux or Cmd+Shift+A on macOS).

  4. In the popup, type:

    nginx
    

    CopiarEditar

    Registry

  5. Select Registry… from the results and press Enter.

  6. In the Registry dialog, find:

    lua
    

    CopiarEditar

    python.debug.asyncio.repl

  7. Uncheck (disable) the checkbox next to it.

This setting affects whether PyCharm enables an asyncio-enabled REPL (Read-Eval-Print Loop) when debugging Python code. Disabling it can help if you're experiencing issues with debugging asynchronous code or want to revert to standard REPL behavior.

Reasons:
  • Blacklisted phrase (1): Help me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gregory Iyama

79710858

Date: 2025-07-22 17:39:01
Score: 2
Natty:
Report link

You can dissect the entire query for starters to confirm where the issue is coming from.

Run each dissected query to confirm the problematic one.

If you are suspecting a particular subquery then run that query alone from the database and confirm the number of rows returned.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: oyeneyin olamigoke

79710846

Date: 2025-07-22 17:20:56
Score: 2.5
Natty:
Report link

Go to Assets → Libraries, enable missing library.
If still broken: Right-click → Swap/Detach Instance → Create Component.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: A Venkata Naga Anjani Revanth

79710837

Date: 2025-07-22 17:14:54
Score: 0.5
Natty:
Report link

To prevent form submitting by button click, just add at the page bottom:

<script>document.forms.aspnetForm.onsubmit = e => e.preventDefault()</script>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Dmitry Shashurov

79710831

Date: 2025-07-22 17:05:51
Score: 5
Natty:
Report link

I have created following PR with fix: https://github.com/themanojdesai/python-a2a/pull/76

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: JayantSeth

79710829

Date: 2025-07-22 17:03:51
Score: 3
Natty:
Report link

nothing work for me just using:

tsc filename.ts

then

node filename.js

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ved prakash mishra

79710821

Date: 2025-07-22 16:57:48
Score: 7.5
Natty: 6.5
Report link

Could you please provide the JSON file for the new map is possible? I am not able to get the code to work. TBH, I am not proficient in R.

Reasons:
  • Blacklisted phrase (1): I am not able to
  • RegEx Blacklisted phrase (2.5): Could you please provide
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sanzzz