79653009

Date: 2025-06-04 14:57:03
Score: 12
Natty: 8
Report link

I have same probleme in flutter 3.29. Any solucion?

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

79652921

Date: 2025-06-04 14:03:47
Score: 4
Natty:
Report link

Upvote! Please consider this for DevSecOps users

Reasons:
  • Blacklisted phrase (0.5): Upvote
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Krys Aurigemma

79652878

Date: 2025-06-04 13:32:39
Score: 6 🚩
Natty:
Report link

I finally solved the problem. In short, it was the OpenBSD system resource limits that caused the issue. Obviously, nvim as an IDE is very resource-hungry. So, I had to tweak the staff class /etc/login.conf:

staff:\
:datasize-cur=2G:\
:datasize-max=unlimited:\
:stacksize=8M:\
:openfiles=8192:\
:maxproc-max=2048:\
:maxproc-cur=2048:\
:memorylocked=131072:\
:memoryuse=unlimited:\
:ignorenologin:\
:requirehome@:\
:tc=default:

and also create /etc/sysctl.conf with the following line:

kern.maxfiles=65536

Now everything works like a charm with the default settings I use also on other OSs such as Linux and DragonFlyBSD.

Special thanks to everybody and to Volker from the OpenBSD misc list, with whom I corresponded also in private. Special thanks also to ChatGPT and grok :)

Now that this is solved, I would be happy if you can comment on my resource limits. Maybe some settings can be further improved? This is my current default class:

default:\
:path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin 
 /usr/local/sbin:\
:umask=022:\
:datasize=unlimited:\
:maxproc-max=256:\
:maxproc-cur=128:\
:openfiles=8192:\
:stacksize-cur=4M:\
:localcipher=blowfish,a:\
:tc=auth-defaults:\
:tc=auth-ftp-defaults:

I think I tweaked some things here as well.

I am looking forward to your comments.

Best regards,
Martin

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (2): I am looking for
  • Blacklisted phrase (1.5): looking forward to your
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Martin Ivanov

79652856

Date: 2025-06-04 13:20:35
Score: 5
Natty:
Report link

Did you ever succeed in getting this to run?

Im using dbt 1.8.9 sql server 1.8.4

Snapshot table and model are in different databases on the same server, running with no snapshot table existing works.

Running as a db user with db_owner access works, even after the table is already created.

Delete the table, run as a service account, it succeeds.

Run again as the service account and sql server returns a permissions error (table already exists error.)

Cannot figure out what sql server permission the service account is missing.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Dave Webster

79652829

Date: 2025-06-04 13:06:30
Score: 4.5
Natty: 5
Report link

Попробуйте чистый SQL с помощью nativeQuery

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

79652795

Date: 2025-06-04 12:50:25
Score: 4
Natty:
Report link

You can check out Scanbot SDK, they support MaxiCodes.

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

79652749

Date: 2025-06-04 12:27:17
Score: 6 🚩
Natty: 4.5
Report link

How about routing to dashboards using packages?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: Onyash Ed

79652745

Date: 2025-06-04 12:25:15
Score: 9 🚩
Natty: 4.5
Report link

Did you ever solve this issue? I'm struggling with the same problem right now. :)

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever solve this
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Nadja

79652698

Date: 2025-06-04 11:55:06
Score: 5
Natty: 5
Report link

Found this article (in Japanese, but my Firefox has a good embed translate feature) with some background on this issue: https://github.com/koji-1009/zenn_article/blob/main/articles/fb612faf335fe3.md

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Olivier JOUVENAUX

79652689

Date: 2025-06-04 11:51:03
Score: 7.5 🚩
Natty:
Report link

I have the same problem, don't know what I'm doing wrong. Send help.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Carlos

79652637

Date: 2025-06-04 11:20:53
Score: 5.5
Natty: 4.5
Report link

So you know how to fix it? I think GPT tell you about: pages_manage_events

Reasons:
  • RegEx Blacklisted phrase (1.5): how to fix it?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dominik Wesołowski

79652512

Date: 2025-06-04 09:52:27
Score: 5
Natty: 4.5
Report link

This API has moved to https://fipe.parallelum.com.br/api/v2/references has documented here: https://deividfortuna.github.io/fipe/v2/#tag/Fipe

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

79652472

Date: 2025-06-04 09:26:17
Score: 6.5 🚩
Natty: 4.5
Report link

But How does using multiprocessing.Process solve this issue? @Kemp

Reasons:
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Kemp
  • Single line (0.5):
  • Low reputation (1):
Posted by: Naveen

79652389

Date: 2025-06-04 08:38:03
Score: 10 🚩
Natty: 6.5
Report link

We have the same problem.

The issue with Tika when processing PDF do not contain selectable text — they appear to be image-based scans or flattened documents.

When these files are parsed by Tika, the extracted content looks corrupted or unreadable. Even when manually copying and pasting from the original PDF, the resulting text appears as strange or triangular symbols.

Do you have any idea how we could solve this issue?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • RegEx Blacklisted phrase (2.5): Do you have any
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Firas KETATA

79652365

Date: 2025-06-04 08:18:57
Score: 7.5 🚩
Natty: 4.5
Report link

show databases

show pools

show help

not working for me after enabling inbuilt azure pgbouncer . Any steps i ma missing?

Reasons:
  • RegEx Blacklisted phrase (3): not working for me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Kuraliniyan Sivagnanam

79652356

Date: 2025-06-04 08:13:54
Score: 6 🚩
Natty:
Report link

to have this multilingual support, should we create different templates each dedicated to each language or is there any api which will take care of this?

Reasons:
  • Blacklisted phrase (1): is there any
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Charan P

79652325

Date: 2025-06-04 07:53:47
Score: 6 🚩
Natty: 4
Report link

i have react-native verion is 0.77.0 and react-native-nodemediaclient version is 0.3.5 but and its worked fine in android but not in ios. The issue is camera preview is not open on ios ,i dont know why and what is issue there. Please help me to solve out.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me to
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Inn 116mac Inngenius

79652301

Date: 2025-06-04 07:36:41
Score: 5.5
Natty:
Report link
Al-Qusour Area in Kuwait: Advantages, Challenges, and Future Needs

Introduction

Al-Qusour is a residential suburb located in the Mubarak Al-Kabeer Governorate in the State of Kuwait. Despite its relatively compact geographical size, Al-Qusour is recognized as one of the most vibrant and appealing neighborhoods in the region. It serves as a home to thousands of Kuwaiti families and has earned its reputation for being both well-serviced and community-centered.

This report aims to examine Al-Qusour’s key features, current challenges, and future developmental needs. By evaluating the area’s strengths and weaknesses, we can identify the necessary actions required to ensure its growth and sustainability. Such analysis is crucial as Kuwait continues to pursue modern urban development in line with its Vision 2035, which seeks to transform Kuwait into a financial and cultural hub.



First: Features of Al-Qusour Area

1. Geographical Location

Al-Qusour enjoys a strategic location in the Mubarak Al-Kabeer Governorate, situated on the southern outskirts of Kuwait City. One of its most notable geographical features is its proximity to the Arabian Gulf, providing several blocks with breathtaking views of the sea. This has enhanced the area’s aesthetic appeal and increased its attractiveness as a residential destination.

Moreover, the suburb is well-connected to major highways, including Fahaheel Expressway and King Fahd Bin Abdulaziz Road, which facilitates easy access to central Kuwait City, industrial zones, and commercial districts. Its location also allows residents to benefit from both urban conveniences and a more relaxed suburban lifestyle, away from the hustle and noise of downtown.

2. Demographics and Social Cohesion

Al-Qusour has a population of approximately 80,000, with the majority being Kuwaiti nationals. This high percentage of citizens contributes to the area’s strong social fabric and sense of community. Extended families often live in close proximity, which fosters neighborly relationships and social support networks.

This social cohesion is further reinforced by frequent community events, religious gatherings, and cultural celebrations that take place in mosques and public halls. As a result, residents report a high sense of belonging and safety within the neighborhood, which is a key indicator of urban stability.

3. Services and Facilities

Al-Qusour is well-equipped with a wide range of services that cater to residents’ daily needs:
    •   Retail and Shopping Services: The area hosts a cooperative society (jamaiya), which serves as a central hub for grocery shopping and household items. In addition, numerous retail stores and local shops offer a variety of goods and services including clothing, electronics, and personal care items.
    •   Religious Institutions: Over a dozen mosques are spread across different blocks, ensuring convenient access to places of worship for daily and Friday prayers. These mosques also function as community hubs.
    •   Educational Institutions: The area contains schools, kindergartens, and early learning centers, offering both public and private education options. Some institutions even offer specialized programs in science, technology, and foreign languages.
    •   Recreational Facilities: The presence of a Science Park in Block 4 is a highlight, offering a space where families and children can engage in educational and recreational activities. The area also features jogging tracks, fitness corners, and shaded seating areas.
    •   Government Services: The Government Mall in Block 1 houses various ministries and administrative departments, reducing the need for long commutes for basic services like renewing civil IDs or processing official documents.
    •   Youth and Sports Centers: Block 3 includes a youth center equipped with football and basketball courts, which hosts local tournaments and provides training programs for teens.

4. Commercial Activity and Dining Options

The commercial sector in Al-Qusour is steadily growing. A wide selection of restaurants and cafes caters to diverse tastes, from traditional Kuwaiti dishes to international fast food. Popular venues include:
    •   Al Tanour Pasha Restaurant – Known for its Middle Eastern cuisine and outdoor seating.
    •   Oriental Restaurant – Offers a fusion of Asian flavors and a family-friendly environment.
    •   Burger King – A global fast-food chain that remains popular among younger generations.

Additionally, dessert shops, cafés, and juice bars like Cinnabon and Karakee are frequented by families and youth, especially during weekends and holidays. This thriving food scene not only enhances quality of life but also creates job opportunities for local youth.



Second: Disadvantages and Challenges of the Al-Qusour Area

While Al-Qusour has many strengths, the area also faces several pressing challenges that require attention from planners, municipal authorities, and community leaders.

1. Infrastructure Deficiencies

Despite the availability of essential services, Al-Qusour struggles with aging or underdeveloped infrastructure, particularly in the following areas:

•Rainwater Drainage: During Kuwait’s brief but intense rainy season, poor drainage systems result in street flooding and water accumulation in low-lying areas. This not only disrupts traffic but also causes long-term damage to the road network and surrounding properties. Residents often voice concerns about the lack of emergency response and temporary drainage measures.
•Road Conditions: Several internal streets remain in urgent need of resurfacing and redesign. Narrow roads, insufficient signage, and poorly maintained intersections increase the likelihood of traffic accidents. Additionally, some neighborhoods lack proper street lighting, which poses safety risks, especially at night.
•Sidewalks and Accessibility: Many sidewalks are either too narrow or poorly maintained, limiting accessibility for people with disabilities and elderly residents. Improved urban design is necessary to ensure safe pedestrian movement and inclusive infrastructure.

2. Population Density and Service Pressure

With the rising population, Al-Qusour faces increasing pressure on public services and infrastructure:
    •   Shortage of Parking: Due to the limited space between buildings and lack of underground parking, residents are forced to park their vehicles on sidewalks or in non-designated areas. This not only obstructs pedestrian pathways but also leads to frequent disputes among neighbors and visitors.
    •   Traffic Congestion: Al-Qusour’s internal road network was not originally designed to accommodate the current volume of vehicles. The absence of traffic signals or roundabouts in key intersections adds to the problem, resulting in long delays during school and office hours.
    •   School Overcrowding: Some public schools in the area are operating at full capacity. Class sizes are growing, leading to a strain on teachers and educational outcomes. There is an urgent need for new educational institutions to maintain the quality of education.



3. Urban Planning Limitations

Despite having a clear layout, Al-Qusour suffers from outdated urban planning strategies that no longer match modern residential needs:
    •   Lack of Zoning Enforcement: Commercial outlets have increasingly opened in residential blocks without adequate parking or space, disrupting the peace of local neighborhoods.
    •   Green Space Deficit: There is a visible shortage of public parks and landscaped spaces. The few existing green areas are small and unevenly distributed, making it difficult for all residents to benefit from them.
    •   Visual Pollution: A lack of consistent architectural standards has led to visual clutter in some streets, with random signage, wires, and unregulated building extensions negatively affecting the area’s appearance.


Third: Future Needs of the Al-Qusour Area

For Al-Qusour to meet future demands and maintain its livability, several developmental initiatives and reforms should be implemented:

1. Infrastructure Development
    •   Stormwater Drainage Systems: Authorities should invest in a modern rainwater harvesting and drainage system, especially in low-lying areas. This will mitigate the recurring issues of seasonal flooding and infrastructure damage.
    •   Road Widening and Smart Traffic Control: Roads need not only physical expansion but also the incorporation of smart traffic lights and surveillance systems to ensure smoother traffic flow.
    •   Public Utilities Modernization: Water pipelines, electricity grids, and internet infrastructure must be upgraded to meet rising consumption demands and prevent service outages, especially during peak seasons.


2. Enhancement of Public Services

To keep pace with demographic changes and improve residents’ quality of life:
•New Healthcare Centers: Small polyclinics and family health units should be introduced in under-served blocks to reduce pressure on main hospitals and offer faster access to primary care.
•Expansion of Educational Facilities: New schools and expansion of existing institutions are necessary to reduce student-teacher ratios and accommodate the growing number of students.
•Community Hubs: Public libraries, cultural centers, and event halls should be built to foster civic participation, offer educational programs, and support local arts and youth activities.
•Public Transportation: The area urgently needs a bus network or shuttle system that connects residents to major destinations like Kuwait City, universities, and shopping malls. This would reduce private car use and alleviate congestion.


3. Sustainable Urban Planning and Environmental Integration

A long-term vision for Al-Qusour must be based on sustainable and inclusive urban development:
•Expanding Green Zones: Introducing large multi-purpose parks, children’s play areas, and walking tracks will promote healthier lifestyles and environmental balance. Planting more trees and improving landscaping will also help reduce dust and heat.
•Encouraging Vertical Development: In designated blocks, low-rise buildings can be gradually replaced with apartment towers that provide modern housing while conserving land. This must be balanced with preserving the neighborhood’s traditional character.
•Green Construction Codes: Developers should be required to follow eco-friendly building standards, such as solar panel installation, efficient insulation, and the use of recycled materials.
•Smart City Features: Adopting digital infrastructure such as public Wi-Fi zones, smart lighting systems, and waste management technologies will align Al-Qusour with Kuwait’s national development goals.

Conclusion

Al-Qusour stands today as one of the most promising and well-established residential neighborhoods in Kuwait. It offers a compelling blend of social cohesion, essential services, and commercial activity that continues to attract new families. However, as the population grows and urban pressures mount, proactive and forward-thinking development is essential.

Addressing infrastructure challenges, modernizing urban planning, and expanding public services will not only enhance the quality of life for current residents but also ensure the area’s sustainability for future generations. If guided by comprehensive planning and citizen participation, Al-Qusour can emerge as a model for suburban development in Kuwait — one that balances tradition with innovation, and community values with national progress.


Reasons:
  • RegEx Blacklisted phrase (1.5): reputation
  • RegEx Blacklisted phrase (2): urgent
  • RegEx Blacklisted phrase (2): urgently
  • Long answer (-1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30716672

79652263

Date: 2025-06-04 07:09:33
Score: 10
Natty: 7.5
Report link

I’m encountering the same error with CocoaPods regarding gRPC-Core. Did you solved it?

Reasons:
  • RegEx Blacklisted phrase (3): Did you solved it
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Trần Phước Lộc

79652258

Date: 2025-06-04 07:06:32
Score: 5.5
Natty:
Report link

I have created (with AI help) two scripts one .bat (cmd - Visual Setup) and another .ps1 (PowerShell). With these scripts you can create a portable anaconda without superuser permissions. All the comments are in Spanish.

I have tested all and works smoothly. I only recomend use the link Anaconda Navigator to launch all the tools, but it creates links for everything.

run_install_anaconda_portable.bat

@echo off
setlocal enabledelayedexpansion

:: Directorio donde esta este script
set "SCRIPT_DIR=%~dp0"
:: Carpeta donde se instala Anaconda Portable
set "INSTALL_DIR=%SCRIPT_DIR%PortableAnaconda"
:: Ruta del script PowerShell
set "PS_SCRIPT=%SCRIPT_DIR%install_anaconda_portable.ps1"

echo.
echo ===============================
echo  Instalacion portable de Anaconda
echo ===============================
echo.

:: Comprobacion basica existencia instalacion
if exist "%INSTALL_DIR%" (
    set "INSTALLED=1"
) else (
    set "INSTALLED=0"
)

:menu
echo Que deseas hacer?
echo.
echo 1. Instalar o Actualizar (descargar ultima version y actualizar)
echo 2. Reinstalar (usar el instalador ya descargado)
echo 3. Regenerar enlaces (crea los enlaces a partir de la instalacion)
echo 4. Desinstalar (borrar instalacion y enlaces)
echo 5. Salir
echo.
set /p "choice=Selecciona una opcion [1-4]: "
set "choice=!choice: =!"

if "!choice!"=="1" (
    set "ACTION=Actualizar"
) else if "!choice!"=="2" (
    set "ACTION=Reinstalar"
) else if "!choice!"=="3" (
    set "ACTION=RegenerarEnlaces"
) else if "!choice!"=="4" (
    set "ACTION=Desinstalar"
) else if "!choice!"=="5" (
    echo Saliendo...
    goto end
) else (
    echo Opcion no valida.
    goto menu
)

:: Detectar politica de ejecucion actual
for /f "tokens=*" %%p in ('powershell -Command "Get-ExecutionPolicy -Scope CurrentUser"') do set "CURRENT_POLICY=%%p"
echo Politica actual para CurrentUser: %CURRENT_POLICY%
if /i "%CURRENT_POLICY%" NEQ "RemoteSigned" (
    echo Cambiando temporalmente politica de ejecucion a RemoteSigned para usuario actual...
    powershell -Command "Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned -Force"
)

echo.
powershell -ExecutionPolicy Bypass -NoProfile -Command "& { & '%PS_SCRIPT%' -Accion '%ACTION%' }"

:: Restaurar politica original si fue cambiada
if /i "%CURRENT_POLICY%" NEQ "RemoteSigned" (
    echo.
    echo Restaurando politica original de ejecucion...
    powershell -Command "Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy %CURRENT_POLICY% -Force"
)

:end
echo.
pause
exit /b

install_anaconda_portable.ps1

param(
    [Parameter(Mandatory = $true)]
    [ValidateSet("Actualizar","Instalar","Reinstalar","RegenerarEnlaces","Desinstalar")]
    [string]$Accion,

    [string]$InstallDir = "$PSScriptRoot\PortableAnaconda"
)

function Get-LatestAnacondaUrl {
    Write-Host "Obteniendo la última versión de Anaconda desde https://repo.anaconda.com/archive/ ..."
    try {
        $html = Invoke-WebRequest -Uri "https://repo.anaconda.com/archive/" -UseBasicParsing
        $pattern = 'Anaconda3-\d{4}\.\d{2}(?:-\d+)?-Windows-x86_64\.exe'
        $matches = [regex]::Matches($html.Content, $pattern) | ForEach-Object { $_.Value }
        $latest = $matches | Sort-Object -Descending | Select-Object -First 1
        if (-not $latest) {
            Write-Error "No se pudo encontrar el nombre del instalador más reciente."
            return $null
        }
        return "https://repo.anaconda.com/archive/$latest"
    } catch {
        Write-Error "Error al obtener la URL del instalador: $_"
        return $null
    }
}

function Download-Installer {
    param (
        [string]$Url,
        [string]$Destination
    )
    if (Test-Path $Destination) {
        Write-Host "El instalador ya existe: $Destination"
        return
    }
    Write-Host "Descargando instalador desde $Url ..."
    Invoke-WebRequest -Uri $Url -OutFile $Destination -UseBasicParsing
    Write-Host "Descarga completada."
}

function Create-Shortcut {
    param (
        [string]$TargetPath,
        [string]$ShortcutPath,
        [string]$Arguments = "",
        [string]$WorkingDirectory = "",
        [string]$IconLocation = ""
    )
    $WScriptShell = New-Object -ComObject WScript.Shell
    $Shortcut = $WScriptShell.CreateShortcut($ShortcutPath)
    $Shortcut.TargetPath = $TargetPath
    if ($Arguments) { $Shortcut.Arguments = $Arguments }
    if ($WorkingDirectory) { $Shortcut.WorkingDirectory = $WorkingDirectory }
    if ($IconLocation -and (Test-Path $IconLocation)) { $Shortcut.IconLocation = $IconLocation }
    $Shortcut.Save()
}

function Create-Shortcuts {
    param (
        [string]$TargetDir
    )
    Write-Host "Creando accesos directos..."

    $menuPath = Join-Path $TargetDir "Menu"
    $targetCondaExe = Join-Path $TargetDir "Scripts\conda.exe"

    # Python.exe
    $lnkPython = Join-Path $PSScriptRoot "Anaconda-Python.lnk"
    $targetPython = Join-Path $TargetDir "python.exe"
    Create-Shortcut -TargetPath $targetPython -ShortcutPath $lnkPython -WorkingDirectory $TargetDir -IconLocation $targetPython

    # Conda Prompt (CMD)
    $lnkConda = Join-Path $PSScriptRoot "Anaconda-Condaprompt.lnk"
    $argsConda = "shell.cmd.exe activate base & cmd.exe"
    $iconConda = Join-Path $menuPath "anaconda_prompt.ico"
    if (Test-Path $targetCondaExe) {
        $finalArgs = "/k `"$targetCondaExe`" $argsConda"
        Create-Shortcut -TargetPath "$env:WINDIR\System32\cmd.exe" -ShortcutPath $lnkConda -Arguments $finalArgs -WorkingDirectory $TargetDir -IconLocation $iconConda
    }

    # Conda Prompt (PowerShell)
    $lnkPS = Join-Path $PSScriptRoot "Anaconda-Condaprompt-PowerShell.lnk"
    $argsPS = "-NoExit -Command `"& `"$targetCondaExe`" shell.powershell activate base`""
    $iconPS = Join-Path $menuPath "anaconda_powershell_prompt.ico"
    if (Test-Path $targetCondaExe) {
        Create-Shortcut -TargetPath "$env:WINDIR\System32\WindowsPowerShell\v1.0\powershell.exe" -ShortcutPath $lnkPS -Arguments $argsPS -WorkingDirectory $TargetDir -IconLocation $iconPS
    }

    # Anaconda Navigator (con entorno activado)
    $lnkNavigator = Join-Path $PSScriptRoot "Anaconda-Navigator.lnk"
    $iconNavigator = Join-Path $menuPath "anaconda-navigator.ico"
    if (Test-Path $targetCondaExe) {
        $argsNavigator = "/k `"$targetCondaExe`" run anaconda-navigator"
        Create-Shortcut -TargetPath "$env:WINDIR\System32\cmd.exe" -ShortcutPath $lnkNavigator -Arguments $argsNavigator -WorkingDirectory $TargetDir -IconLocation $iconNavigator
    }

    # Jupyter Notebook
    $lnkJupyter = Join-Path $PSScriptRoot "Jupyter-Notebook.lnk"
    $iconJupyter = Join-Path $menuPath "jupyter.ico"
    if (Test-Path $targetCondaExe) {
        $argsJupyter = "/k `"$targetCondaExe`" run jupyter-notebook"
        Create-Shortcut -TargetPath "$env:WINDIR\System32\cmd.exe" -ShortcutPath $lnkJupyter -Arguments $argsJupyter -WorkingDirectory $TargetDir -IconLocation $iconJupyter
    }

    # Spyder
    $lnkSpyder = Join-Path $PSScriptRoot "Spyder.lnk"
    $iconSpyder = Join-Path $menuPath "spyder.ico"
    if (Test-Path $targetCondaExe) {
        $argsSpyder = "/k `"$targetCondaExe`" run spyder"
        Create-Shortcut -TargetPath "$env:WINDIR\System32\cmd.exe" -ShortcutPath $lnkSpyder -Arguments $argsSpyder -WorkingDirectory $TargetDir -IconLocation $iconSpyder
    }

    # QtConsole
    $lnkQt = Join-Path $PSScriptRoot "QtConsole.lnk"
    $iconQt = Join-Path $menuPath "qtconsole.ico"
    if (Test-Path $targetCondaExe) {
        $argsQt = "/k `"$targetCondaExe`" run jupyter-qtconsole"
        Create-Shortcut -TargetPath "$env:WINDIR\System32\cmd.exe" -ShortcutPath $lnkQt -Arguments $argsQt -WorkingDirectory $TargetDir -IconLocation $iconQt
    }
    
    # Acceso directo en el escritorio al Anaconda Navigator (usando el .exe directamente)
    $desktopShortcut = Join-Path "$env:USERPROFILE\Desktop" "Anaconda-Navigator.lnk"
    $exeNavigator = Join-Path $TargetDir "Scripts\anaconda-navigator.exe"
    if (Test-Path $exeNavigator) {
        Create-Shortcut -TargetPath $exeNavigator `
                        -ShortcutPath $desktopShortcut `
                        -WorkingDirectory $TargetDir `
                        -IconLocation $iconNavigator
        Write-Host "Acceso directo en escritorio creado: $desktopShortcut"
    }    
}

function Install-Anaconda {
    param (
        [string]$InstallerPath,
        [string]$TargetDir
    )
    Write-Host "Instalando Anaconda..."
    $args = "/InstallationType=JustMe /AddToPath=0 /RegisterPython=0 /S /D=$TargetDir"
    Start-Process -FilePath $InstallerPath -ArgumentList $args -Wait -NoNewWindow
    Write-Host "Instalación completada."

    Create-Shortcuts -TargetDir $TargetDir
}

function Fast-DeleteFolder {
    param([string]$Path)
    if (-not (Test-Path $Path)) { return }
    $null = robocopy "$env:TEMP" $Path /MIR /NJH /NJS /NP /R:0 /W:0
    Remove-Item -LiteralPath $Path -Force -ErrorAction SilentlyContinue
}

function Verbose-DeleteFolder {
    param (
        [string]$Path
    )
    if (-not (Test-Path $Path)) {
        Write-Host "La carpeta '$Path' no existe."
        return
    }

    Write-Host "Archivos y carpetas a borrar..."
    $items = Get-ChildItem -Path $Path -Recurse -Force -ErrorAction SilentlyContinue | Sort-Object FullName -Descending

    foreach ($item in $items) {
        try {
            if ($item.PSIsContainer) {
                Write-Host "Eliminando carpeta: $($item.FullName)"
                Remove-Item -LiteralPath $item.FullName -Recurse -Force -ErrorAction SilentlyContinue
            } else {
                Write-Host "Eliminando archivo: $($item.FullName)"
                Remove-Item -LiteralPath $item.FullName -Force -ErrorAction SilentlyContinue
            }
        } catch {
            Write-Warning "No se pudo eliminar: $($item.FullName)"
        }
    }
    # Finalmente, borra la carpeta raíz si sigue existiendo
    try {
        Write-Host "Eliminando carpeta raíz: $Path"
        Remove-Item -LiteralPath $Path -Recurse -Force -ErrorAction SilentlyContinue
    } catch {
        Write-Warning "No se pudo eliminar la carpeta raíz: $Path"
    }
    Write-Host "Borrado completo."
}

function Uninstall-Anaconda {
    param (
        [string]$TargetDir
    )
    Write-Host "Iniciando desinstalación..."
    if (-Not (Test-Path $TargetDir)) {
        Write-Host "No existe la carpeta de instalación."
        return
    }
    $confirm = Read-Host "¿Seguro que quieres desinstalar y borrar completamente '$TargetDir'? (S/N)"
    if ($confirm -match '^[Ss]$') {
        Write-Host "Borrando carpeta de instalación..."
        Verbose-DeleteFolder -Path $TargetDir

        # Elimina accesos directos dentro del directorio de instalación ($TargetDir), incluyendo subcarpetas.
        #Get-ChildItem -Path $TargetDir -Filter *.lnk -Recurse -ErrorAction SilentlyContinue | Remove-Item -Force -ErrorAction SilentlyContinue
        Write-Host "Borrando accesos directos junto al script..."
        $shortcuts = @(
            "Anaconda-Python.lnk",
            "Anaconda-Condaprompt.lnk",
            "Anaconda-Condaprompt-PowerShell.lnk",
            "Anaconda-Navigator.lnk",
            "Jupyter-Notebook.lnk",
            "Spyder.lnk",
            "QtConsole.lnk"
        )
        foreach ($lnk in $shortcuts) {
            $lnkPath = Join-Path $PSScriptRoot $lnk
            if (Test-Path $lnkPath) {
                Remove-Item $lnkPath -Force -ErrorAction SilentlyContinue
                Write-Host "Eliminado acceso directo: $lnk"
            }
        }
        # Borrado del acceso directo en escritorio
        $desktopShortcut = Join-Path "$env:USERPROFILE\Desktop" "Anaconda-Navigator.lnk"
        if (Test-Path $desktopShortcut) {
            Remove-Item $desktopShortcut -Force -ErrorAction SilentlyContinue
            Write-Host "Eliminado acceso directo del escritorio: $desktopShortcut"
        }
        Write-Host "Desinstalación completada."
    } else {
        Write-Host "Desinstalación cancelada."
    }
}

# Ejecutar acción
switch ($Accion) {
    "Actualizar" {
        $installerUrl = Get-LatestAnacondaUrl
        if (-not $installerUrl) {
            Write-Error "No se pudo obtener la URL del instalador."
            break
        }
        $latestInstallerName = [System.IO.Path]::GetFileName($installerUrl)
        $latestInstallerPath = Join-Path $PSScriptRoot $latestInstallerName

        $localInstaller = Get-ChildItem -Path $PSScriptRoot -Filter "Anaconda*.exe" | Where-Object { $_.Name -eq $latestInstallerName }
        if (-not $localInstaller) {
            # Nueva versión disponible
            Download-Installer -Url $installerUrl -Destination $latestInstallerPath
            if (Test-Path $InstallDir) {
                Uninstall-Anaconda -TargetDir $InstallDir
            }
            Install-Anaconda -InstallerPath $latestInstallerPath -TargetDir $InstallDir -ScriptDir $PSScriptRoot
        }
        else {
            # No hay nueva versión
            if (Test-Path $InstallDir) {
                Write-Host "Ya tienes la última versión instalada. No se requiere actualización."
            } else {
                Write-Host "No hay nueva versión, pero no está instalado. Procediendo a instalar..."
                Install-Anaconda -InstallerPath $latestInstallerPath -TargetDir $InstallDir -ScriptDir $PSScriptRoot
            }
        }
    }

    "Reinstalar" {
        $installerFile = Get-ChildItem -Path $PSScriptRoot -Filter "Anaconda*.exe" | Sort-Object LastWriteTime -Descending | Select-Object -First 1
        if (-not $installerFile) {
            Write-Error "No se encontró instalador local en la carpeta."
            break
        }
        if (Test-Path $InstallDir) {
            Uninstall-Anaconda -TargetDir $InstallDir
        }
        Install-Anaconda -InstallerPath $installerFile.FullName -TargetDir $InstallDir -ScriptDir $PSScriptRoot
    }
    
    "RegenerarEnlaces" {
        if (-not (Test-Path $InstallDir)) {
            Write-Error "No existe la carpeta de instalación: $InstallDir"
            break
        }
        Write-Host "Regenerando accesos directos..."
        Create-Shortcuts -TargetDir $InstallDir
        Write-Host "Accesos directos regenerados."
    }
    
    "Desinstalar" {
        Uninstall-Anaconda -TargetDir $InstallDir
    }

    default {
        Write-Error "Acción no reconocida: $Accion"
    }
}
Reasons:
  • Blacklisted phrase (1): ¿
  • Blacklisted phrase (1): está
  • RegEx Blacklisted phrase (2): encontrar
  • RegEx Blacklisted phrase (2): encontr
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: fenix32

79652208

Date: 2025-06-04 06:21:17
Score: 5.5
Natty: 4.5
Report link

Did the answer above work? I'm trying to do the same thing.

Reasons:
  • Blacklisted phrase (1): trying to do the same
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did the answer
  • Low reputation (1):
Posted by: Şeyma Günönü

79652133

Date: 2025-06-04 04:47:52
Score: 4
Natty: 4
Report link

You need to add "exports files;" in your module-info.java file then issue will be fixed.

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

79652053

Date: 2025-06-04 01:52:07
Score: 9 🚩
Natty: 5.5
Report link

I have the same issue, what is the proper way of connecting an existing database ?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sushant Karki

79652052

Date: 2025-06-04 01:52:07
Score: 5
Natty: 7
Report link

Thanks bro this quickly help me in the error i was facing how i can use it

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: TeDDy

79652047

Date: 2025-06-04 01:37:04
Score: 4.5
Natty:
Report link

Seems to be a known Chromium bug and should be fixed in version 137 https://issues.chromium.org/issues/415729792

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

79652017

Date: 2025-06-04 00:21:46
Score: 4
Natty: 5
Report link

Thanks, best answer that I have seem today.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: andrey salas morales

79652002

Date: 2025-06-03 23:49:37
Score: 6.5
Natty: 7
Report link

Can I achieve that using maxscript?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can I
  • Low reputation (1):
Posted by: Ehab Kandil

79651988

Date: 2025-06-03 23:30:32
Score: 5
Natty:
Report link

Turns out this was indeed a bug. Fixed by this pr https://github.com/odin-lang/Odin/pull/5267.

Reasons:
  • 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: Caleb Manning

79651906

Date: 2025-06-03 21:28:58
Score: 4
Natty: 5
Report link

thank you mikasa you saved me from the debugging hell not even the ais helped

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ERAPS

79651847

Date: 2025-06-03 20:18:37
Score: 4
Natty:
Report link

Voici un **guide complet pour installer MySQL sur un serveur Red Hat (RHEL, CentOS, AlmaLinux ou Rocky Linux)** et créer **deux instances MySQL distinctes** sur le même serveur.

---

## 🛠️ Objectif

- Installer **MySQL Server**

- Créer **deux instances MySQL indépendantes**

- Chaque instance aura :

---

## 🔧 Étape 1 : Installer MySQL Server

### 1. Ajouter le dépôt MySQL officiel

```bash

sudo rpm -Uvh https://dev.mysql.com/get/mysql80-community-release-el9-7.noarch.rpm

```

\> Remplacer `el9` par votre version RHEL (`el7`, `el8`, etc.)

### 2. Installer MySQL Server

```bash

sudo dnf install mysql-server

```

---

## ⚙️ Étape 2 : Démarrer et activer l'instance par défaut

```bash

sudo systemctl enable mysqld

sudo systemctl start mysqld

```

### Récupérer le mot de passe temporaire root

```bash

sudo grep 'temporary password' /var/log/mysqld.log

```

Sécuriser l’installation :

```bash

sudo mysql_secure_installation

```

---

## 📁 Étape 3 : Préparer la deuxième instance

### 1. Créer un nouveau répertoire de données

```bash

sudo mkdir /var/lib/mysql2

sudo chown -R mysql:mysql /var/lib/mysql2

```

### 2. Initialiser la base de données pour la seconde instance

```bash

sudo mysqld --initialize --user=mysql --datadir=/var/lib/mysql2

```

\> ✅ Sauvegarder le mot de passe généré affiché dans les logs :

```bash

sudo cat /var/log/mysqld.log | grep "A temporary password"

```

---

## 📄 Étape 4 : Créer un fichier de configuration personnalisé pour la seconde instance

```bash

sudo nano /etc/my-2.cnf

```

Collez-y cette configuration :

```ini

[client]

port = 3307

socket = /var/lib/mysql2/mysql.sock

[mysqld]

port = 3307

socket = /var/lib/mysql2/mysql.sock

datadir = /var/lib/mysql2

pid-file = /var/lib/mysql2/mysqld.pid

server-id = 2

log-error = /var/log/mysqld2.log

```

Enregistrer et fermer.

### Créer le fichier log

```bash

sudo touch /var/log/mysqld2.log

sudo chown mysql:mysql /var/log/mysqld2.log

```

---

## 🔄 Étape 5 : Créer un service systemd pour la seconde instance

```bash

sudo nano /etc/systemd/system/mysqld2.service

```

Collez ce contenu :

```ini

[Unit]

Description=MySQL Second Instance

After=network.target

[Service]

User=mysql

Group=mysql

ExecStart=/usr/bin/mysqld --defaults-file=/etc/my-2.cnf --basedir=/usr --plugin-dir=/usr/lib64/mysql/plugin

ExecStop=/bin/kill -SIGTERM $MAINPID

Restart=always

PrivateTmp=false

[Install]

WantedBy=multi-user.target

```

Recharger systemd :

```bash

sudo systemctl daemon-reexec

sudo systemctl daemon-reload

```

Activer et démarrer le service :

```bash

sudo systemctl enable mysqld2

sudo systemctl start mysqld2

```

Vérifier le statut :

```bash

sudo systemctl status mysqld2

```

---

## 🔐 Étape 6 : Sécuriser la seconde instance

Connectez-vous à la seconde instance avec le mot de passe temporaire :

```bash

mysql -u root -p -h 127.0.0.1 -P 3307

```

Exécutez ces commandes SQL pour changer le mot de passe :

```sql

ALTER USER 'root'@'localhost' IDENTIFIED BY 'NouveauMotDePasse';

FLUSH PRIVILEGES;

exit

```

---

## 🧪 Étape 7 : Tester les deux instances

### Vérifier les ports utilisés :

```bash

ss -tuln | grep -E '3306|3307'

```

### Se connecter à chaque instance :

Instance 1 :

```bash

mysql -u root -p

```

Instance 2 :

```bash

mysql -u root -p -h 127.0.0.1 -P 3307

```

---

## 📌 Résumé des deux instances

| Instance | Port | Fichier Config | Données | Service Systemd | PID File | Log File |

|---------|------|--------------------|----------------|------------------|------------------------|--------------------|

| Default | 3306 | `/etc/my.cnf` | `/var/lib/mysql` | `mysqld` | `/var/run/mysqld/mysqld.pid` | `/var/log/mysqld.log` |

| Second | 3307 | `/etc/my-2.cnf` | `/var/lib/mysql2`| `mysqld2` | `/var/lib/mysql2/mysqld.pid` | `/var/log/mysqld2.log` |

---

## ✅ Vous avez terminé !

Vous avez maintenant **deux instances MySQL indépendantes** fonctionnant sur le même serveur Red Hat.

Chaque instance peut être gérée séparément via ses propres commandes :

```bash

sudo systemctl start/stop/restart mysqld

sudo systemctl start/stop/restart mysqld2

```

---

## ❓ Besoin d’un script Bash pour automatiser cette installation ?

Je peux vous fournir un **script Bash** qui fait tout cela automatiquement.

Souhaitez-vous que je vous le fournisse ?

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Filler text (0.5): ---------
  • Filler text (0): --------------------
  • Filler text (0): ----------------
  • Filler text (0): ------------------
  • Filler text (0): ------------------------
  • Filler text (0): --------------------
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: hani amri

79651836

Date: 2025-06-03 20:08:33
Score: 6.5
Natty: 7.5
Report link

How can I get it to fit inside an object that is not spanning the whole screen width?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (1):
Posted by: Tommy Pedersen

79651835

Date: 2025-06-03 20:07:32
Score: 4.5
Natty:
Report link

The issue was that I was using END when I should have been using End.

Note for new TI-84 programers: if you include extra whitespace (other then newlines) or include a syntax error you won't be warned, your program will just poop out.

Reasons:
  • Blacklisted phrase (2): poop
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: El3ktra

79651822

Date: 2025-06-03 19:53:27
Score: 4.5
Natty: 5.5
Report link

wptrkinhthanks yoiu very muvh men

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sdadsa

79651759

Date: 2025-06-03 18:39:04
Score: 9
Natty: 7.5
Report link

Bro I have this issue for long time.

Any solution?

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: J.Sidwell

79651746

Date: 2025-06-03 18:32:01
Score: 5
Natty: 4.5
Report link

Anybody knew of a way to disable live chat via this YouTube data api? I have a node js script running pretty good in the livestream scheduling, except the live chat is also enabled. I read the YouTube api documentation, and search online, there seems to be NO way of disabling the live chat via API, except to manually disable it before it goes live. This kind of defeat the purpose of scheduling the live stream using API.

Any suggestion would be very much appreciated.

Reasons:
  • Blacklisted phrase (1): appreciated
  • RegEx Blacklisted phrase (2): Any suggestion
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Bill Chu

79651720

Date: 2025-06-03 18:15:54
Score: 4
Natty:
Report link

I also recommend to re-orientate the image so that the chirp-grating is either horizontal or vertical. (For the sample image I get a rotation angle of about 16.1 degree to obtain horizontal grid-lines.)

Now project the image either horizontally or vertically. What you get is a plot like this:enter image description here

From the local maxima you get the coordinates of the gridlines, i.e. you can position the line selection appropriately and do the desired measurements.
Please tell us if this is of any help for you or if you need further help.

Reasons:
  • Blacklisted phrase (1): any help
  • RegEx Blacklisted phrase (2.5): Please tell us
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Herbie

79651631

Date: 2025-06-03 17:04:29
Score: 4
Natty:
Report link

That's a bug. Thanks for finding and reporting it.

https://github.com/helidon-io/helidon/issues/10196

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tim Quinn

79651629

Date: 2025-06-03 17:02:28
Score: 9.5 🚩
Natty: 5.5
Report link

Hyy did u find the answer to ur question I'm facing this issue now in 2025 please help

Reasons:
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (3): did u find the answer to
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thej

79651589

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

I was wondering if the use of trim function in conditional formatting would mitigate its impact on sheet performance.

Reasons:
  • Blacklisted phrase (2): was wondering
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: André Camapum

79651588

Date: 2025-06-03 16:30:17
Score: 4.5
Natty:
Report link

I could take a look. Please post the ids of the workitems for which you didn't receive notification. Note that we give up quickly if the callback URL is unavailable. We retry 5, 15, 30 seconds later and then give up.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please post
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Albert Szilvasy

79651566

Date: 2025-06-03 16:12:12
Score: 5
Natty:
Report link

This should be fixed in update 7. https://blogs.embarcadero.com/embarcadero-interbase-2020-update-7-released/

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

79651461

Date: 2025-06-03 14:55:47
Score: 4
Natty: 5.5
Report link

How do I clear specific site data in Chrome?

Delete specific cookies

  1. On your computer, open Chrome.

  2. At the top right, select More Settings .

  3. Select Privacy and security. Third-party cookies.

  4. Select See all site data and permissions.

  5. At the top right, search for the website's name.

  6. To the right of the site, select Delete .

  7. To confirm, select Delete.

Reasons:
  • Blacklisted phrase (1): How do I
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How do I
  • Low reputation (1):
Posted by: user30709790

79651460

Date: 2025-06-03 14:55:47
Score: 5.5
Natty: 5.5
Report link

Has anyone managed to get this to work using v4?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30709203

79651440

Date: 2025-06-03 14:48:45
Score: 4
Natty: 5
Report link

Thank you! I think I was just tired and was missing something so obvious.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jonathan Irwin

79651385

Date: 2025-06-03 14:11:33
Score: 12
Natty: 7
Report link

did you manage to fix this? If so could you please share what you changed as we currently have this issue.

Thanks!
Sarah

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): could you please share what you
  • RegEx Blacklisted phrase (3): did you manage to fix this
  • RegEx Blacklisted phrase (1.5): fix this?
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Sarah

79651279

Date: 2025-06-03 13:02:10
Score: 11
Natty: 7
Report link

We have the exakt same issue with our Docker Desktop.
Did you find any solution to this problem?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution to this problem
  • RegEx Blacklisted phrase (2): any solution to this problem?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Tobias Oeckermann

79651268

Date: 2025-06-03 12:57:09
Score: 4.5
Natty:
Report link

Hi mikuszefski

What does the following output mean? If I want to evaluate intensity, central wavelength and width of each peak from the fit, how can I do that?

[9.39456104e-03 6.55864388e+01 5.73522507e-02 5.46727721e+00
 1.21329586e+02 2.97187567e-01 2.12738107e+00 1.76823266e+02
 1.57244131e-01 4.55424037e+00 3.51556692e+02 3.08959955e-01
 4.39114581e+00 4.02954496e+02 9.02677035e-01 2.27647259e+00
 4.53994668e+02 3.74379310e-01 4.02432791e+00 6.15694190e+02
 4.51943494e-01 4.06522919e+00 6.63307635e+02 1.05793098e+00
 2.32168786e+00 7.10644233e+02 4.33194434e-01 4.17050014e+00
 8.61276198e+02 1.79240633e-01 4.26617114e+00 9.06211127e+02
 5.03070470e-01 2.10563379e+00 9.50973864e+02 1.78487912e-01
 4.01254815e+00]
Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): can I do
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Su Ghosh

79651254

Date: 2025-06-03 12:48:01
Score: 12.5 🚩
Natty:
Report link

I investigated this error on the internet.

Possible parallels with your case:

What can we take from this for your scheduled task scenario?


PowerShell terminal process terminated exit code 4294901760 #41708

2018-1-16

OS Version: Windows Server 2012 R2 Standard


My Terminal Console not working in Visual Studio Code

2020-9-24

When I open my terminal console, it is disappearing with a pop-up message as shown below:

The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: 4294901760.


Vs code terminal issue

2021-5-22

When I tried to run java code in visual studio code, the terminal is throwing an error

PowerShell terminated with exit code:4294901760

I have searched all queries but nothing is relatable.


Powershell terminating with exit code 4294901760 [closed]

2021-8-28

Powershell keeps exiting with the message:

"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: 4294901760.


PowerShell turning off when opened with exit code 4294901760

2021-10-24

"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: 4294901760"

Please Help


Why is Visual Studio Code run not working?

2021-10-26

when I run python file in terminal I get this:

The terminal process:

C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: 4294901760.

Does anybody know why this is happening? If so could you please tell me how to fix it, I'm completely new to coding, and I've just been watching some tutorials on YouTube..


Reasons:
  • Blacklisted phrase (1): anybody know
  • Blacklisted phrase (1.5): tell me how to
  • RegEx Blacklisted phrase (2): Does anybody know
  • RegEx Blacklisted phrase (2.5): could you please tell me how
  • RegEx Blacklisted phrase (3): Please Help
  • RegEx Blacklisted phrase (2): working?
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: João Mac

79651237

Date: 2025-06-03 12:37:56
Score: 7 🚩
Natty: 5.5
Report link

Is it possible to send raw video using tcpserversink -> tcpclientsrc ?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: Danijel Kapetanovic

79651223

Date: 2025-06-03 12:25:52
Score: 11 🚩
Natty: 6.5
Report link

Did you found a solution? I think i have the same problem but in some different way

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (3): Did you found a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: MrKapkan

79651207

Date: 2025-06-03 12:09:45
Score: 8.5 🚩
Natty:
Report link

We have exact problem for about month. We also have noticed that the share fuction, have return to some biznes profiles, but in others there is still problem, any solutions?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solutions?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kamtyf

79651137

Date: 2025-06-03 11:29:32
Score: 7 🚩
Natty: 6
Report link

got any solution brother? i am also getting same, i doubt READ_EXTERNAL_STORAGE this might be the culprit

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solution brother?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Md Adnan Sami

79651119

Date: 2025-06-03 11:17:28
Score: 5.5
Natty: 6
Report link

Thank you https://stackoverflow.com/users/3596943/fredrik-borgstrom
for helping, it helps exactly.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sumit Kumar

79651054

Date: 2025-06-03 10:24:12
Score: 9 🚩
Natty: 5.5
Report link

did you ever figure out what the issue was? Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): did you ever figure out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (0.5):
Posted by: SuperFlyDan

79651046

Date: 2025-06-03 10:12:08
Score: 5
Natty: 4
Report link

Not the same case but in the same range : how to apply a criteria on each of the duplicates ?

table t_TIR with fields strMot, IsVerbe, IsFlexion, ID (and other fields)
table t_DEF with PrimaryKey "ID" that make the link with t_TIR (1 to many), from which I extract DEF hereunder.

What I want to track :

strMot IsVerbe IsFlexion DEF
LURENT FALSE FALSE LURENT --> lire 126.
LURENT TRUE TRUE LIRE v. 126.
  1. one of the duplicates contains "-->" in DEF, and the value of IsFlexion = False,
    AND
  2. the other duplicate has IsVerbe = True and IsFlexion = True

There could occasionally be more than two records in the duplicate : it is OK to show them as long as the conditions are fulfilled on two of these duplicates.

Kind regards,

Jean-Michel

Reasons:
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (1): I want
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jean-Michel

79650997

Date: 2025-06-03 09:45:59
Score: 4
Natty:
Report link

in VSCode press ctrl+shift+p, input: clangd: Open project configuration file:

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aleksey Tsaruk

79650984

Date: 2025-06-03 09:39:55
Score: 9 🚩
Natty:
Report link

You could try to remove the '.html' extension from 'signInPage' in your SecurityConfig class like this:

.formLogin(
    form ->
        form.loginPage("/signInPage")
            .permitAll()

The .html isn't necessary in your request as Spring (Spring mvc, security and thymeleaf) will route it to the appropriate view for you.

Also, do you have a @Controller class which returns your Sign-in page when requesting /signInPage?

For example, a very minimalistic code snippet:

@Controller
public class PageController {
 @GetMapping("signInPage")
 public String signInPage() {
  return "signInPage"; // this will lookup the signInPage.html in your resource/template directory
 }
}

Btw, I'm new to stackoverflow so please let me know if something is not according to the guidelines

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (2.5): please let me know
  • RegEx Blacklisted phrase (2.5): do you have a
  • RegEx Blacklisted phrase (1.5): I'm new
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Controller
  • Low reputation (1):
Posted by: Hans van den pol

79650868

Date: 2025-06-03 08:23:31
Score: 4
Natty: 5
Report link

I have written a blog on how to auto deploy a github private repo to vercel using webhook link - https://pntstore.in/blog/auto-deploy-private-github-repo-to-vercel-using-webhooks

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

79650806

Date: 2025-06-03 07:39:17
Score: 8.5 🚩
Natty:
Report link

i have exactly the same situation after AF3 upgrade. Can´t get it to run dag´s.

Although creating new dag_id´s does not seem to run, i would expect there is no database relation when creating a new one, but it error is the same.

Did someone resolve this error?

Reasons:
  • RegEx Blacklisted phrase (3): Did someone resolve this
  • RegEx Blacklisted phrase (1.5): resolve this error?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ben jii

79650747

Date: 2025-06-03 06:57:05
Score: 8.5
Natty: 7.5
Report link

Same problem here. Was it solved?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved?
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bertrand RICHARD

79650701

Date: 2025-06-03 06:13:53
Score: 4
Natty:
Report link

Update your dart version to 3.8

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

79650682

Date: 2025-06-03 05:59:49
Score: 4.5
Natty:
Report link

const frameProcessor = useFrameProcessor((frame) => { 'worklet'; // CRUCIAL: Marks this function as a worklet runAsync(frame, () => { 'worklet'; const faces = detectFaces(frame); runOnJS(setDetectedFaces)(faces); runOnJS(console.log)('Detected faces:', faces.length); }); }, [detectFaces]) I have tried in the way you suggested but does got my answer. please help!

Reasons:
  • RegEx Blacklisted phrase (3): please help
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hari Haran

79650667

Date: 2025-06-03 05:37:42
Score: 4.5
Natty: 4.5
Report link

I have one question in postgres full-text-search if we passed half word into that it won't work
like if we passed lapt instead of laptop then what we will do now?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Gaurav Mendhare

79650644

Date: 2025-06-03 05:02:32
Score: 7.5 🚩
Natty: 5
Report link

I'm new here, can't yet comment. Jeff Axelrod's scrip seems to work for me, but in some cases it spits out a very large # of errors before continuing on to other files. The printed errors prevent me from identifying the culprit files. Is there any way to echo off those errors? Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (1.5): I'm new here
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dmirada

79650642

Date: 2025-06-03 04:59:31
Score: 4
Natty: 4.5
Report link

https://www.jetbrains.com/help/idea/opening-files-from-command-line.html#8d997325

refer this url. They updated the feature recently as the site says.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nipun Kariyawasam

79650573

Date: 2025-06-03 03:21:02
Score: 6.5 🚩
Natty:
Report link

hello,I have a similar question, could you please help me?

correct formula:

LET(
        s_list, CHOOSE({1,2,3,4,5,6,7,8,9,10,11,12,13}, BT4,BY4,CD4,CI4,CN4,CS4,DC4,DH4,DM4,DR4,DW4,EG4,EL4),
        days_list, CHOOSE({1,2,3,4,5,6,7,8,9,10,11,12,13}, BW4,CB4,CG4,CL4,CQ4,CV4,DF4,DK4,DP4,DU4,DZ4,EJ4,EO4),
        cumulative_S, SCAN(0, s_list, LAMBDA(a, v, a + v)),
        total_days, SUM(days_list),
        break_week, IFERROR(MATCH(TRUE, cumulative_S >= BK4, 0), 14),
        remaining_S, BK4 - IF(break_week > 1, SUM(INDEX(s_list, SEQUENCE(break_week - 1, 1, 1, 1))), 0),
        partial_days, IFERROR((remaining_S / INDEX(s_list, break_week)) * INDEX(days_list, break_week), 0),
        IF(
            break_week <= 13,
            ROUND(
                IF(
                    break_week = 1,
                    0,
                    SUM(INDEX(days_list, SEQUENCE(break_week - 1, 1, 1, 1)))
                ) + partial_days,
                0
            ),
            ROUND(total_days, 0)
        )
    )

When using java POI to generate a formula, a lot of @ symbols are added. I am currently using Excel 365

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): could you please help me
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have a similar question
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: dodot jam

79650548

Date: 2025-06-03 02:38:52
Score: 4.5
Natty:
Report link

There are modbus example VIs and projects. You could try starting with one of those and seeing if you get the same error.

Examples Menu

The specific error text may help point you in the right direction. You can right click the error indicator and select "Explain Error" for more detail.

Is "Highlight Execution" on every time it runs? That would slow things down.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): get the same error
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: samhh1

79650538

Date: 2025-06-03 02:14:42
Score: 6.5 🚩
Natty:
Report link

from gtts import gTTS

from pydub import AudioSegment

from pydub.playback import play

import os

# Crear el guion con las dos voces masculinas indicadas (alternadas)

script = """

Locutor 1: Bienvenidos a NotiGlobal, su espacio informativo en donde analizamos los temas que mueven al mundo.

Locutor 2: Hoy hablaremos sobre un fenómeno social y humano que atraviesa fronteras y transforma sociedades: la migración.

Locutor 1: La migración es el desplazamiento de personas de un lugar a otro con la intención de establecerse, ya sea de manera temporal... o permanente.

Locutor 2: Puede darse dentro del mismo país —lo que se conoce como migración interna— o entre distintos países, conocida como migración internacional.

Locutor 1: Existen varios tipos de migración. La migración voluntaria, cuando las personas deciden mudarse por razones como trabajo o estudio.

Locutor 2: Y la migración forzada, cuando se ven obligadas a huir debido a guerras, persecución... o desastres naturales.

Locutor 1: También está la migración estacional, que ocurre por trabajos temporales... Y la migración de retorno, cuando alguien decide regresar a su lugar de origen.

Locutor 2: Entre las causas más comunes están: la búsqueda de mejores oportunidades económicas, conflictos armados, crisis humanitarias, cambio climático, persecución política... y desigualdades sociales.

Locutor 1: En muchos casos, se trata de una mezcla de factores personales, económicos... y ambientales.

Locutor 2: La migración también tiene efectos sobre el medio ambiente. Las áreas receptoras pueden experimentar presión sobre recursos naturales, como el agua o los alimentos.

Locutor 1: Por otro lado, la migración climática, causada por el impacto del cambio climático, está en aumento. Un nuevo desafío... global.

Locutor 2: Según datos recientes, los países con mayor cantidad de personas migrantes son: India, México, Rusia, China y Siria.

Locutor 1: Muchos de estos migrantes han salido en busca de seguridad, empleo... o una vida digna.

Locutor 2: Estados Unidos encabeza la lista de países receptores, seguido por Alemania, Arabia Saudita, Reino Unido y Canadá. Países que atraen migrantes por su estabilidad económica, seguridad... y oportunidades laborales.

Locutor 1: La migración es una realidad que forma parte de la historia de la humanidad. Comprenderla es clave para construir sociedades más justas, inclusivas... y resilientes.

Locutor 2: Porque detrás de cada número, hay una historia. Un sueño. Y una persona.

Locutor 1: Esto fue NotiGlobal, donde la información... conecta al mundo. Hasta la próxima.

"""

# Dividir el guion por líneas y generar cada parte con gTTS

lines = script.strip().split('\n')

audio_segments = []

for i, line in enumerate(lines):

if "Locutor 1:" in line: 

    text = line.replace("Locutor 1:", "").strip() 

    tts = gTTS(text=text, lang='es', tld='com.mx')  # Voz masculina neutra 

elif "Locutor 2:" in line: 

    text = line.replace("Locutor 2:", "").strip() 

    tts = gTTS(text=text, lang='es', tld='com.mx')  # Otra voz masculina similar (limitado en gTTS) 

else: 

    continue 



filename = f"/mnt/data/segment\_{i}.mp3" 

tts.save(filename) 

audio_segments.append(AudioSegment.from_mp3(filename)) 

# Unir todos los segmentos en un solo audio final

final_audio = sum(audio_segments)

output_path = "/mnt/data/NotiGlobal_Migracion.mp3"

final_audio.export(output_path, format="mp3")

output_path

Reasons:
  • Blacklisted phrase (1): está
  • Blacklisted phrase (1): Porque
  • Blacklisted phrase (2): Crear
  • RegEx Blacklisted phrase (2.5): mismo
  • Long answer (-1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jose Maria

79650514

Date: 2025-06-03 01:26:32
Score: 4.5
Natty: 4.5
Report link

OT Master Light has mooved is 2025 on

https://web.archive.org/web/20200616045602/https://www.fonttools.org/downloads/OTMA/OTM_Light_370_WIN.zip

https://web.archive.org/web/20210613073246/https://www.fontmaster.nl/test-demo.html

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

79650482

Date: 2025-06-03 00:18:15
Score: 11 🚩
Natty:
Report link

I have the same problem; anyone has any suggestion?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2): any suggestion?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bill Chu

79650466

Date: 2025-06-02 23:57:10
Score: 4
Natty:
Report link

I found a workaround for this issue by using Bun instead of Node.js.

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

79650456

Date: 2025-06-02 23:43:06
Score: 5
Natty:
Report link

https://scholar247.org/the-river-crossing-puzzle this is one of solution which explains very clearly

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

79650403

Date: 2025-06-02 22:24:48
Score: 5.5
Natty:
Report link

can you help rephrase this question and also have you tried clearing your build using flutter clean also you don't run this file directly.

Reasons:
  • Whitelisted phrase (-1): have you tried
  • RegEx Blacklisted phrase (3): can you help
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you help
  • Low reputation (1):
Posted by: Awwal15

79650392

Date: 2025-06-02 22:11:44
Score: 9.5 🚩
Natty: 5.5
Report link

did you find the solution for this?

Reasons:
  • RegEx Blacklisted phrase (3): did you find the solution
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you find the solution for this
  • Low reputation (1):
Posted by: Eduardo Calle

79650382

Date: 2025-06-02 22:01:41
Score: 4
Natty:
Report link

We’re doing something similar. Any luck figuring this out? We’re looking at adopting Google vertex AI search but want to push events like search, keywords, clicks into. Only thing I found is that Vertex AI Search for commerce has has a Vertex AI Search Event Push event in their API but we’re not using that product.

Reasons:
  • Blacklisted phrase (1.5): Any luck
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: DPools

79650342

Date: 2025-06-02 21:21:31
Score: 4.5
Natty:
Report link

Thanks. I'm converting over to using the UTL_FILE built-in module. I will write my diagnostic messages to a log file on the file system.

Sincerely, Dave Clark

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dave Clark

79650327

Date: 2025-06-02 21:10:23
Score: 9.5 🚩
Natty:
Report link

Did you ever find a solution to this?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a solution to this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Silvio o

79650314

Date: 2025-06-02 20:53:18
Score: 4.5
Natty:
Report link

My problem turned out to be with the C:\Users\DavidGrucza\AppData\Roaming\Code\User\settings.json file, specifically the remote.SSH.defaultExtensions section. My file looks like this:

{
    "workbench.colorTheme": "Default Light Modern",
    "yaml.schemas": {
        "file:///c%3A/Users/DavidGrucza/.vscode/extensions/atlassian.atlascode-3.8.2/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
    },
    "remote.SSH.defaultExtensions": [
        "ms-python.python",
        "atlassian.atlascode",
        "yutengjing.open-in-external-app",
        "ni.vscode-ni-python-debugging-for-teststand"
    ],
    "remote-explorer.collapseRecentFolders": true,
    "remote.SSH.remotePlatform": {
        "172.26.30.121": "windows",
        "qsfp-cal-002": "windows",
        "qsfp-cal-001": "windows"
    }
}

After experimenting, if I uninstall the extensions on the remote computer I don't get errors and the extensions get installed. When I try to connect again I get errors. Does anyone know if this is expected behavior?

Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: DavidG

79650287

Date: 2025-06-02 20:31:13
Score: 4.5
Natty: 5.5
Report link

Try out Gatey- Login & SSO with Amazon Cognito. https://wordpress.org/plugins/gatey/

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

79650245

Date: 2025-06-02 19:50:02
Score: 4
Natty:
Report link

OK, i think I found a reason why the error is not raised. I use a custom logger with a config file and somehow setting the config file for logger disable/delete I don't reallyknow the library own loggers logging.config.fileConfig(Path(cwd, "logging.ini"))

Even with key word disable_existing_loggers set to False

My logging.ini:

[loggers]
keys=root, IBKR

[handlers]
keys=IBKR_handler, consoleHandler

[formatters]
keys=main

[logger_root]
handlers=consoleHandler

[formatter_main]
class=classCustomLogging.CustomFormatter

[handler_consoleHandler]
class=StreamHandler
level=CRITICAL
formatter=main
args=(sys.stdout,)

[logger_IBKR]
level=DEBUG
handlers=IBKR_handler
qualname=IBKR

[handler_IBKR_handler]
level=DEBUG
class=classCustomLogging.CustomTimedRotatingFileHandler
formatter=main
args = ("Debug-IBKR-","D", 7)

Any ideas why disable_existing_loggers doesn't seem to be effective ?

Reasons:
  • Blacklisted phrase (1): Any ideas
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: beni

79650174

Date: 2025-06-02 18:45:44
Score: 4.5
Natty: 4.5
Report link

https://www.reddit.com/r/webdev/comments/18gbzjh/why_are_my_ellipsis_vertically_centered/

this reddit thread has the solution

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

79650162

Date: 2025-06-02 18:37:37
Score: 6.5 🚩
Natty:
Report link

Have you find the solution i am encountering the error of session time on client sdk even create jwt token from vonage cli. I can't find solution how to use client sdk for voice call.

Reasons:
  • Blacklisted phrase (2): Have you find
  • RegEx Blacklisted phrase (2): can't find solution
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dev Sharma

79650065

Date: 2025-06-02 17:20:12
Score: 5.5
Natty:
Report link

but is (1101 read value: 0.53 predicted: 0.10) the anomaly you are trying to detect?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: zlu

79650060

Date: 2025-06-02 17:17:10
Score: 4
Natty:
Report link

I'm using symlinks and didn't have site mapping enabled.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Angela Hornung

79649911

Date: 2025-06-02 15:18:34
Score: 4.5
Natty:
Report link

anabia_69_ password checking ..

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

79649906

Date: 2025-06-02 15:16:30
Score: 8.5 🚩
Natty: 5
Report link

I am facing the same problem with the extension, I tried the method that is given above, but it's still not working.

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • Blacklisted phrase (2): still not working
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: hijab gull

79648830

Date: 2025-06-02 13:41:01
Score: 8 🚩
Natty: 5
Report link

I can successfully connect to my blob storage using private endpoint with VPN configured. However, when I tried to access the table storage, I encountered an error. But when I enable the network to public, I can access back the table storage. What seems to be the problem? Thanks in advance.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Cliffor Joseph Abalo

79648820

Date: 2025-06-02 13:33:54
Score: 7 🚩
Natty:
Report link

Hello did you find a solution to this cos i,m currently exeriencing the same issues on my end @Basheer Jarrah

Reasons:
  • RegEx Blacklisted phrase (3): did you find a solution to this
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Basheer
  • Single line (0.5):
  • Low reputation (1):
Posted by: Oluwatimileyin Awe

79648748

Date: 2025-06-02 12:49:38
Score: 6.5 🚩
Natty:
Report link

I have the same issue with Windows environments. What's your setup?
I mac and linux works without issues

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: liuspatt

79648743

Date: 2025-06-02 12:48:32
Score: 6 🚩
Natty:
Report link

Did you ever find a solution to this issue?

I am experiencing the same; I can run adb commands directly from the Terminal and see the corresponding action on the Device. However when I use the same adb command in Robot, it says command executed successfully and Pass but no action on the Device.

The logs also show all commands processed correctly.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a solution to this
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: user30697508

79648693

Date: 2025-06-02 12:22:22
Score: 4.5
Natty:
Report link

Same issue in all our apps. Don't know why they sometimes work and sometimes don't.

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Fernandez

79648678

Date: 2025-06-02 12:08:18
Score: 4
Natty:
Report link

Whatsapp has now added a new API to post to Status directly. See https://faq.whatsapp.com/669870872481343

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

79648671

Date: 2025-06-02 12:01:15
Score: 6 🚩
Natty:
Report link

I'm getting the same issue on all our websites

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm getting the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Santiago Tonelli

79648638

Date: 2025-06-02 11:30:05
Score: 4.5
Natty:
Report link

This issue was discussed and resolved here

Cannot build for ios RNScreen v4.11 #2956

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

79648621

Date: 2025-06-02 11:20:00
Score: 4
Natty:
Report link

10 days and only 15 views, 0 answers.

StackOverflow is definitely dead...

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Gregory

79648531

Date: 2025-06-02 10:10:37
Score: 5.5
Natty: 7
Report link

can we use topk 10 which used for listing top 10 of any item inside for alerting purpose as well. ?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): can we use to
  • Low reputation (1):
Posted by: Ratan Kumar

79648519

Date: 2025-06-02 10:06:31
Score: 7 🚩
Natty:
Report link

I am facing same issue, can anyone please help here. I upgraded tomcat version from 9.0.82 to 9.0.102 and getting same error as above "

 `Message java.lang.NoClassDefFoundError: Could not initialize class org.apache.jasper.compiler.EncodingDetector

"

Can anyone please help here

Reasons:
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (0.5): anyone please help
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I am facing same issue
  • Me too answer (0): getting same error
  • Low reputation (1):
Posted by: Tanushree Sarkar

79648517

Date: 2025-06-02 10:05:30
Score: 4.5
Natty:
Report link

Have a look at box-decoration-break CSS property

Reasons:
  • Probably link only (1):
  • Low length (2):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Andrii Gera

79648499

Date: 2025-06-02 09:49:24
Score: 8.5 🚩
Natty: 4.5
Report link

you fix that? i have same issue

Reasons:
  • RegEx Blacklisted phrase (1.5): fix that?
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): i have same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nikita Gromov

79648436

Date: 2025-06-02 09:02:09
Score: 6 🚩
Natty: 5
Report link

@usuário14967413, muito obrigado pelo seu cometário, pois foi o que me ajudou a resolver. Em resumo eu apaguei o arquivo "main (1)" do endereço: "....git\refs\heads" e deu certo.

Reasons:
  • RegEx Blacklisted phrase (1): obrigado
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @usuário14967413
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Rafael Fonseca