79320751

Date: 2024-12-31 20:25:22
Score: 4.5
Natty:
Report link

This works? I don't understand.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kit2d2

79320739

Date: 2024-12-31 20:12:19
Score: 4
Natty:
Report link

First step is here: https://ads.google.com/home/tools/manager-accounts/ just found it and it works.

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

79320711

Date: 2024-12-31 19:54:15
Score: 5.5
Natty: 4.5
Report link

You wouldn’t use :MoveTo() on a humanoid, you would use it on the model itself. Example: Instead of:

humanoid:MoveTo(targetPosition)

You would do:

mob:MoveTo(targetPosition)

Another thing I am noticing is that it seems like you want to make it walk to the destination? If you wanted that, you wouldn’t use :MoveTo() at all. :MoveTo() sets the model’s position instantly. You might need to use pathfinding to achieve this.

I do have one question that might help me help you: Can you show a photo of the print outputs?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (2.5): Can you show
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: jorb6

79320679

Date: 2024-12-31 19:29:09
Score: 4
Natty: 4
Report link

We do not use the word "commit" on remote repo right? we commit changes to local repo/branch and do push to remote or do pull from remote. So on remote -- each astrek represents a change that was accepted from localrepo.

When we branch from trunk - which side the branch go? does it have any significance?

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

79320656

Date: 2024-12-31 19:18:05
Score: 4
Natty:
Report link

what you do in composition is tight coupling and it is not easy to dynamically change or add behaviour. In dependency injection you have the flexibility to dynamically add new behaviours to the Warrior class or test it with dummy data class. so in your code if warrior will only have reputation then you can go with composition but if you want the flexibility to add more features to the warrior then DI will do it better.

Reasons:
  • RegEx Blacklisted phrase (1.5): reputation
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what you
  • Low reputation (1):
Posted by: NagarajCruze

79320636

Date: 2024-12-31 19:09:02
Score: 6.5 🚩
Natty: 5
Report link

is there anyway to delete images cache from cloudinary console ?

Reasons:
  • Blacklisted phrase (1): is there any
  • 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 there any
  • Low reputation (0.5):
Posted by: Abdul haseeb

79320632

Date: 2024-12-31 19:06:59
Score: 6 🚩
Natty:
Report link

With the new structure of the @for() {} there is a bug, that the data provided is the next item in the array, instead of the dragged item. Does anyone have solution for that?

Reasons:
  • RegEx Blacklisted phrase (3): Does anyone have
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: EranKT

79320631

Date: 2024-12-31 19:06:59
Score: 5.5
Natty:
Report link

print(y * 3)

I have similar issue and still get some errors. I don't know what is wrong in the script, although I put the same operation.:

Vector2D(other * self.x, other * self.y)

class Vector2D:
def __init__(self, x: float | int, y: float | int):
    self.x = x
    self.y = y
    pass

def __mul__(self, other: float | int) -> 'Vector2D':
    if not isinstance(other, Vector2D):
        raise ValueError("IncorrectType")
    return Vector2D(other*self.x, other*self.y)
    pass

When I try to test it by

def test_multiply(self):
    p1 = Vector2D(1, 2)

    mult = p1 * 5

    self.assertTrue(mult == Vector2D(5, 10))

    with self.assertRaises(ValueError):
        mult = p1 * 'Alice'

I have an error: 'line 91, in test_multiply mult = p1 * 5

File "2552856375.py", line 34, in mul raise ValueError("IncorrectType") ValueError: IncorrectType

Reasons:
  • Blacklisted phrase (1): know what is wrong
  • Blacklisted phrase (1): I have similar
  • RegEx Blacklisted phrase (1): I have an error
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have similar issue
  • Low reputation (1):
Posted by: Mark

79320623

Date: 2024-12-31 19:03:57
Score: 9 🚩
Natty: 5.5
Report link

I'm having a similar problem where my client's site works perfectly on Windows/Android, but the News section is blank on Apple devices. I'm stumped, and don't own any Apple products which makes it nearly impossible for me to troubleshoot... thanks in advance! https://ayanjewelryco.com/news/

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): I'm having a similar problem
  • RegEx Blacklisted phrase (3): thanks in advance
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having a similar problem
  • Low reputation (1):
Posted by: user22232951

79320603

Date: 2024-12-31 18:50:53
Score: 5.5
Natty:
Report link

The solution here gives me error saying HostBuilder does not contain any definition for ConfigureFunctionsWorkerDefaults. These are the nuget packages I have installed.

enter image description here

Reasons:
  • Blacklisted phrase (2): gives me error
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tiyas Chatterjee

79320529

Date: 2024-12-31 17:47:39
Score: 4
Natty:
Report link

Single file C version - very fast and flexible https://github.com/danpodeanu/udp-redirect

Disclaimer: I am the author.

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

79320527

Date: 2024-12-31 17:46:38
Score: 5
Natty: 5
Report link

I have the same problem few days ago. Already applied many ways but not fixed that problem. Finally, I accidentally recognized that problem caused by user's permission. The problem was solved when I run it under administrative role. Hope that helps.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Whitelisted phrase (-1): Hope that helps
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dang Le

79320476

Date: 2024-12-31 17:18:31
Score: 4.5
Natty:
Report link

I have exactly the same issue and non of those answers worked for me.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have exactly the same issue
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: saintyusuf

79320461

Date: 2024-12-31 17:12:29
Score: 4
Natty:
Report link

I recently came accross https://github.com/lwthiker/curl-impersonate, which is a fork of cURL that implements browser emulation

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

79320456

Date: 2024-12-31 17:08:27
Score: 4.5
Natty:
Report link

As this issue for Visualforce extension suggests, the Visualforce Lanaguage Server fails to format Visualforce page/component only if the code contains <style> . . . . </style> tag(s).

Not an answer to your question, unfortunately, but I am unable to add this as a comment (not enough reputation on this particular StackOverflow site).

Reasons:
  • Blacklisted phrase (1): Not an answer
  • Blacklisted phrase (1): StackOverflow
  • RegEx Blacklisted phrase (1.5): enough reputation
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrew Stopchenko

79320360

Date: 2024-12-31 16:06:12
Score: 4
Natty:
Report link

Add the modal into the item being rendered, not on the whole page.

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

79320356

Date: 2024-12-31 16:04:10
Score: 4
Natty:
Report link

Many thanks to @rene for his ideas in the comments to the question.

Here is the query that calculates the user's reputation for posts no older than 365 days.

select posts.owneruserid [User Link]
     , sum( case votes.votetypeid
            when 1 then 15
            when 2 then 10
            when 3 then -2
            else 0
            end
        ) [estimated rep.]
from posts
inner join votes on votes.postid = posts.id
where posts.creationdate > dateadd(dd, -365, getdate())
and posts.owneruserid = ##userId##
group by posts.owneruserid
Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (1.5): reputation
  • Probably link only (1):
  • Has code block (-0.5):
  • User mentioned (1): @rene
  • Self-answer (0.5):
Posted by: nik0x1

79320339

Date: 2024-12-31 15:57:08
Score: 7
Natty: 7
Report link

I’m encountering an issue on backups using pg_basebackup. I’ve noticed that the size of the pg_basebackup is consistently more than 10GB larger compared to the backup size on our standby server. What could be the reason? Both servers are same in configuration. What settings do you recommend to optimize the backup size?

I’d appreciate any insights or suggestions you have on managing and reducing the size of pg_basebackup. Thanks in advance for your help!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): What could be
  • RegEx Blacklisted phrase (3): Thanks in advance
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Sushma

79320314

Date: 2024-12-31 15:48:05
Score: 4.5
Natty:
Report link

You can check this post where is an answer that could work on your request: https://magento.stackexchange.com/a/361237

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

79320214

Date: 2024-12-31 14:52:51
Score: 5
Natty: 4
Report link

you can refer this, its show sample how to visualize nginx log see if this help you

https://medium.com/@lenner9090/visualizing-nginx-logs-a-hands-on-guide-with-promtail-loki-and-grafana-39ac0caff0bb

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29003645

79320213

Date: 2024-12-31 14:51:51
Score: 5.5
Natty: 5.5
Report link

Yes ! even after all this time it helps! Thanks. Pat from www.lamaisondenathalie.org

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pat

79320209

Date: 2024-12-31 14:48:49
Score: 4
Natty:
Report link

it works in dev build, not expo go :)

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Harshit sharma

79320202

Date: 2024-12-31 14:43:47
Score: 4
Natty: 5.5
Report link

Same problem here...the link below solved it for me.

  1. In VS Code, type Ctrl + Shift + P
  2. Type Python: Clear Cache
  3. Select option Python: Clear Cache and Reload Window

[https://github.com/microsoft/vscode-python/issues/23922#issuecomment-2523255885][1]

Reasons:
  • Blacklisted phrase (1): the link below
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gjanosh61

79320040

Date: 2024-12-31 13:15:24
Score: 5
Natty: 5
Report link

You can find the Troubleshoot Scenarios on SSH Passwordless Authentication Linux

https://alltechlabs.blogspot.com/2024/12/troubleshoot-on-ssh-passwordless.html

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

79319914

Date: 2024-12-31 12:04:07
Score: 4
Natty:
Report link

For future reference, this was answered in an mlr3extralearners issue

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

79319913

Date: 2024-12-31 12:04:06
Score: 9.5 🚩
Natty:
Report link

Fase 1: Validar y descartar problemas con el perfil del usuario Crear un perfil de prueba en el mismo dispositivo: Configurar un perfil de prueba con los mismos permisos y política DLP. Intentar reproducir el problema. Resultado esperado: Si el problema no se presenta en el nuevo perfil, el perfil del usuario original podría estar corrupto. Regenerar el perfil del usuario afectado:Copia de seguridad de los datos del usuario. Eliminar el perfil en el dispositivo y forzar su recreación al iniciar sesión. Fase 2: Validar el cliente DLP en el dispositivo Reiniciar servicios relacionados con DLP:

Ejecutar: powershell Copiar código Restart-Service -Name "DlpSvc" Resultado esperado: Forzar la aplicación correcta de la política en el cliente. Borrar caché del cliente DLP:

Ubicación: %LOCALAPPDATA%\Microsoft\DLP. Eliminar los archivos y reiniciar el dispositivo. Actualizar componentes DLP:

Asegurarse de que el cliente de Microsoft Defender for Endpoint esté actualizado: powershell Copiar código MpCmdRun.exe -SignatureUpdate Fase 3: Validar y sincronizar políticas con Intune Sincronizar políticas desde Intune:

Desde el dispositivo, ejecutar: powershell Copiar código Start-ScheduledTask -TaskName "Sync Policy Task" Eliminar y volver a registrar el dispositivo en Intune:

Desde el portal de Intune, desvincular el dispositivo afectado. En el dispositivo, ejecutar: powershell Copiar código dsregcmd /leave Luego, registrar nuevamente el dispositivo. Verificar la política en Intune:

Confirmar que la política DLP asignada no tiene conflictos o exclusiones superpuestas. Asegurarse de que esté asignada correctamente al grupo del usuario. Fase 4: Análisis de registros y comportamiento Registros del cliente DLP:

Habilitar registros detallados: powershell Copiar código Set-MpPreference -EnableControlledFolderAccessAudit 1 Reproducir el problema y revisar los registros en: shell Copiar código %PROGRAMDATA%\Microsoft\Windows Defender\DlpLogs Visor de eventos:

Revisar eventos específicos en: Copiar código Aplicación y Servicios Logs/Microsoft/Windows/DLP/Operational Fase 5: Soluciones provisionales Transferencia alternativa:

Permitir temporalmente que el usuario utilice un medio seguro, como OneDrive empresarial, para las transferencias. Exclusión temporal de la política DLP:

Excluir al usuario o dispositivo de la política para confirmar si esta es la causa raíz. 3. Ejecución y Validación Implementar las acciones descritas en las fases anteriores paso a paso. Documentar los resultados de cada paso y las observaciones. Validar si el problema persiste tras cada cambio. 4. Escalación (si el problema persiste) Si el problema no se resuelve tras aplicar todos los pasos:

Escalar a Microsoft Support con: Detalles del entorno. Registros recopilados (Visor de eventos y DLP Logs). Políticas de Intune aplicadas al dispositivo. Herramientas y Comandos Clave Sincronización de políticas: powershell Copiar código Start-ScheduledTask -TaskName "Sync Policy Task" Borrar caché DLP: shell Copiar código %LOCALAPPDATA%\Microsoft\DLP Verificar servicios DLP: powershell Copiar código Restart-Service -Name "DlpSvc" Registros detallados: powershell Copiar código Set-MpPreference -EnableControlledFolderAccessAudit 1

Reasons:
  • Blacklisted phrase (2): código
  • Blacklisted phrase (2.5): Solucion
  • Blacklisted phrase (2): Crear
  • RegEx Blacklisted phrase (2.5): mismo
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: KEVIN VASALLO SUAREZ

79319909

Date: 2024-12-31 12:03:05
Score: 9.5 🚩
Natty: 5.5
Report link

I have the same issue. Any solutions? Issue is that our company security scanners scans all possible URLs of APIM. Even the ones which not exist. We also have alerts enabled, so whenever security scan is done we receive alerts that smth is down.

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (2): Any solutions?
  • Low length (0.5):
  • 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: Aurimas Tutinas

79319876

Date: 2024-12-31 11:51:01
Score: 4.5
Natty:
Report link

As @dacort mentioned, The memory shown in the Spark UI is different than the memory allocated for the executor, it's the memory available for storage (a fraction of the total memory). See https://stackoverflow.com/a/47014697/5141922

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @dacort
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Roobal Jindal

79319861

Date: 2024-12-31 11:41:58
Score: 5
Natty: 5
Report link

Component ChildComponent is standalone, and cannot be declared in an NgModule. Did you mean to import it instead?

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

79319773

Date: 2024-12-31 11:01:47
Score: 4
Natty:
Report link

you can just create a middleware

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

79319766

Date: 2024-12-31 10:56:45
Score: 8.5 🚩
Natty: 5.5
Report link

i have it too please help me for my life

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • RegEx Blacklisted phrase (1): i have it too please
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Khai Phan Van

79319725

Date: 2024-12-31 10:28:38
Score: 5.5
Natty: 6.5
Report link

I wrote a code.

What I want is that the page content appears in the same place in all browsers

and appear.

I want there to be no distortion even at all zoom ratios, how can I adapt this to wordpress?

Reasons:
  • Blacklisted phrase (0.5): how can I
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Aybike İclal Yılmaz

79319706

Date: 2024-12-31 10:16:35
Score: 5.5
Natty: 7
Report link

thank you very much, it help me a lot

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): help me
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohsin Khan

79319694

Date: 2024-12-31 10:09:33
Score: 4.5
Natty: 5.5
Report link

tranks i was struggling with this really really thank you

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

79319653

Date: 2024-12-31 09:49:26
Score: 4
Natty:
Report link

Check out ShixxNOTE 7.net network enabled desktop sticky notes program. www.shixxnote.com

Reasons:
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shixx

79319621

Date: 2024-12-31 09:31:21
Score: 7.5 🚩
Natty:
Report link

Propuesta para Java Swing Tips.

Hola, es un placer saludarte.

Te escribo porque sería interesante comentar contigo la opción de que Java Swing Tips posicione en los primeros lugares de internet y que aparezca cada mes como noticia en cientos de periódicos digitales, con artículos reales dentro del periódico que no se marcan como publicidad y que no se borran.

Estas noticias se publicarán en más de cuarenta periódicos de gran autoridad para mejorar el posicionamiento de tu web y la reputación.

¿Podrías facilitarme un teléfono para aplicarte un mes gratuito?

Muchas gracias.

Reasons:
  • Blacklisted phrase (1): ¿
  • Blacklisted phrase (2): gracias
  • Blacklisted phrase (1): porque
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Marina

79319572

Date: 2024-12-31 09:04:11
Score: 5.5
Natty: 4.5
Report link

Does anyone know of any way to convert a simple GIF to XAML? E.G. A tool that would look at an image and create ellipses, rectangles, and paths based upon a GIF / JPG / bitmap? This reminds me of a time when I was working on a project that required transitioning a static logo from a JPG to vector format for better scalability and customization. The process was similar to what you're asking about—turning an image into shapes that can be manipulated in design software. While XAML conversions might be more niche, tools like Adobe Illustrator or Inkscape can convert raster images into vector graphics, which could then be adapted into XAML paths with some tweaking. It’s a fascinating intersection of design and development!

Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: EmbPunch

79319522

Date: 2024-12-31 08:41:04
Score: 6 🚩
Natty: 5.5
Report link

Have you get answer or still not i have same issue but i have 114 pages

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nasser R

79319477

Date: 2024-12-31 08:14:57
Score: 5
Natty: 5.5
Report link

Does anyone know how to use Gevent, Gunicorn and Nginx in a flask project?

I'm trying but the asynchronous functions don't work!

Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Adão B. Marques

79319349

Date: 2024-12-31 06:58:38
Score: 8
Natty: 8.5
Report link

What do you mean by 3. Run the local http server from the folder dist. open the web application browse the it manually. Can you please elaborate on this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you please elaborate
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): What do you mean
  • Low reputation (1):
Posted by: Venu N H

79319340

Date: 2024-12-31 06:52:35
Score: 6 🚩
Natty: 5.5
Report link

Please provide more details or error messages that you are getting for npm run build

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yugma Gandhi

79319321

Date: 2024-12-31 06:37:31
Score: 11.5
Natty: 7.5
Report link

Did you manage to fix it i also have the same issue?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to fix it
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i also have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Divyansh Kohli

79319306

Date: 2024-12-31 06:23:27
Score: 6.5
Natty: 7
Report link

Same issue I face,May I know, how to create and grant application access policy?

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Olive Tree

79319255

Date: 2024-12-31 05:48:19
Score: 8.5
Natty: 7.5
Report link

I am running python through spyder and anaconda. I am receiving similar issue. Could anyone please tell me how you could sort it out? Thx

Reasons:
  • Blacklisted phrase (1): Thx
  • RegEx Blacklisted phrase (2.5): Could anyone please tell me how you
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Amirhossein Orumiyehei

79319103

Date: 2024-12-31 03:26:49
Score: 6 🚩
Natty:
Report link

i have the same issue and as a solution upgrading the gradle version in the project works as well. but every time i create a new flutter project i have to repeat this process. the default gradle version is always set to 8.3 . and i dont know how to change it.

Reasons:
  • Blacklisted phrase (1): i have the same issue
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Akith Chandinu

79319064

Date: 2024-12-31 02:46:40
Score: 4.5
Natty:
Report link

enter image description here

I found that I click the first button on touch bar all the time to start debugging, but this button means run without debug. I should click the second button, that's a stupid mistake :(

Reasons:
  • Blacklisted phrase (1): :(
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: shengguo lu

79318991

Date: 2024-12-31 01:45:27
Score: 11.5
Natty: 7.5
Report link

Same here man...did it get fixed? If so, how did you fix it? Thanks for the help

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): how did you fix
  • RegEx Blacklisted phrase (3): did you fix it
  • RegEx Blacklisted phrase (1.5): fixed?
  • RegEx Blacklisted phrase (1.5): 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: Anthony Addo

79318895

Date: 2024-12-31 00:19:09
Score: 4
Natty: 4.5
Report link

make any headway on this? I'm curious as well.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ethan Crousee

79318826

Date: 2024-12-30 23:22:55
Score: 4
Natty:
Report link

src/codejam2011/round1c/B.in Gregory D Dudley

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: user28995562

79318794

Date: 2024-12-30 22:59:50
Score: 8.5 🚩
Natty: 5.5
Report link

Have you found the problem with that?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found the problem with that
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Selim Gawad

79318717

Date: 2024-12-30 22:05:38
Score: 9
Natty: 7.5
Report link

I have the same problem. Any update here?

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
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: FlorianNetBrick

79318710

Date: 2024-12-30 22:00:36
Score: 5.5
Natty:
Report link

Interesting. IMHO, the over-use of 'object' is inane. That issue is likely related to caching/architecture and is basically an 'error/optimization of no consequence'--a good test is if you change z1, does z2 get changed? Probably not, if it does, that is a bug. For the int vs real, again, a "bug" of no consequence--probably an optimization--how does this break code? Please post that part; make that your favorite. :-) (here come the flames & down votes... bite me)

Reasons:
  • RegEx Blacklisted phrase (2.5): Please post
  • RegEx Blacklisted phrase (2): down vote
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: Andrew

79318539

Date: 2024-12-30 20:23:13
Score: 6.5
Natty: 8
Report link

Does java 21 require drools 10?

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

79318532

Date: 2024-12-30 20:17:10
Score: 4.5
Natty:
Report link

You can directly Download it from here. https://web.archive.org/web/20220331130319/https://yann.lecun.com/exdb/mnist/

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

79318372

Date: 2024-12-30 18:55:49
Score: 9.5 🚩
Natty: 6
Report link

did you find a solution to this problem ?

Reasons:
  • RegEx Blacklisted phrase (3): did you find a solution to this problem
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find a solution to this
  • Low reputation (1):
Posted by: user28993690

79318267

Date: 2024-12-30 18:01:34
Score: 7.5 🚩
Natty: 4
Report link

have you solved this yet? I'm facing the exact same issue.

Reasons:
  • RegEx Blacklisted phrase (1.5): solved this yet?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the exact same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Gabriel Lins

79318258

Date: 2024-12-30 17:58:32
Score: 4
Natty:
Report link

Well you could try age=str(34)

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

79318142

Date: 2024-12-30 16:59:18
Score: 4.5
Natty:
Report link

We were having a similar issue where we had an embedded YouTube video for our current live stream and it was showing video unavailable even though we had the enableEmbed set to true.

This issue was fixed for us by changing the YouTube account setting found here: Settings -> Channel -> Advanced Settings Tab -> Do you want to set your channel as made for kids? this needs to be NO otherwise YouTube embedding will not work and will show Video is unavailable. Once this change was made our embedded videos were working as expected for live streaming

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): having a similar issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Samantha

79318072

Date: 2024-12-30 16:23:09
Score: 14
Natty: 8
Report link

I have the same issue occuring how did you solve this ?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): did you solve this
  • RegEx Blacklisted phrase (1.5): solve this ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: emscic

79318035

Date: 2024-12-30 16:08:05
Score: 4.5
Natty:
Report link

After many days, I found the problem, you need to build in "release" mode instead of "debug" mode. It's not related to the audio_players darwin plugin. You will have the same problems for others publings.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Low reputation (1):
Posted by: Olivier Griffet

79317973

Date: 2024-12-30 15:35:56
Score: 8
Natty: 7
Report link

do you know how can i find the api of resident advisor for getting events information with tickets prices being updated every time prices fluctuate/tickets go sold out?

Reasons:
  • Blacklisted phrase (0.5): how can i
  • RegEx Blacklisted phrase (2.5): do you know how
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vittorio Claudia

79317912

Date: 2024-12-30 15:02:47
Score: 4
Natty:
Report link

how to find aid like "A00000030800001000"

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how to find
  • Low reputation (1):
Posted by: jiaozhudaren

79317899

Date: 2024-12-30 14:54:43
Score: 4.5
Natty:
Report link

Ext.getCmp('id').setDisabled(true);

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

79317851

Date: 2024-12-30 14:26:35
Score: 9 🚩
Natty: 5.5
Report link

Did you find any other ways of keeping Service Bus alive without pinging it and sending dummy messages?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find any
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find any
  • Low reputation (1):
Posted by: Ivan

79317828

Date: 2024-12-30 14:18:33
Score: 4.5
Natty:
Report link

only installing tailwind css intellisense can remove the error from meenter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shubhanshu Sharma

79317781

Date: 2024-12-30 13:58:27
Score: 4
Natty:
Report link

how to missing admin files in laravel 11 project

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how to
  • Low reputation (1):
Posted by: Dj Nofear

79317742

Date: 2024-12-30 13:40:22
Score: 8.5 🚩
Natty:
Report link

I am having the same issue. If you find a solution, please let me know

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rotimi Olumide

79317715

Date: 2024-12-30 13:24:17
Score: 6 🚩
Natty: 5
Report link

just put pageview over gridview check out my article? https://medium.com/towardsdev/build-custom-grid-with-pageview-using-flutter-c9048d06a59d

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: kururu

79317653

Date: 2024-12-30 12:56:09
Score: 5.5
Natty: 4.5
Report link

You don't need ingestion settings for self-hosted/community edition of SigNoz. This doc: https://signoz.io/docs/ingestion/signoz-cloud/keys/ mentions having a cloud account as a prerequisite.

What is your use case of using SigNoz?

Reasons:
  • Blacklisted phrase (1): What is your
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: cruxaki

79317562

Date: 2024-12-30 12:24:00
Score: 9.5
Natty: 7.5
Report link

Do you get exactly what was happening?? Actually I am also facing same issue. If you found, could you please share??

Reasons:
  • RegEx Blacklisted phrase (2.5): could you please share
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Abuntu

79317440

Date: 2024-12-30 11:17:44
Score: 4
Natty: 5
Report link

AFTER COUNTLESS OTHER EFFORTS THIS METHOD WORKED ! thanks for this buddy !

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Techno is live

79317429

Date: 2024-12-30 11:10:42
Score: 4
Natty:
Report link

You can look at this site. Here they clearly explain how to devide the legend into columns

https://www.geeksforgeeks.org/use-multiple-columns-in-a-matplotlib-legend/

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

79317412

Date: 2024-12-30 11:03:40
Score: 5.5
Natty:
Report link

Use channelParticipantsRecent filter.

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

79317374

Date: 2024-12-30 10:45:35
Score: 10 🚩
Natty:
Report link

OK, Good question! Your question is answerable, settle-able.

  1. Let me correct: you have already found how to find all the data type (...)... castings(implicit type conversions) with MS VS extension, Are you sure you wanna export'em to an .xml file, will .csv or .txt file do?

You have asked lastly within this thread:

Is there any method to find all the locations of implicit type conversions in C# code?

All the locations of implicit type conversions in code file are already found with that Resharper extension, aren't they?

You may need the extension output to .xml file saving functionality, Do you have the source codes of the Resharper extension, if yes to add the function bool save_to_file(stringlike_datatype button_find_results) {...} to the resharper extension source code.

Have you found already another addon with such functionality already implemented(realized)?

Reasons:
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2.5): Have you found already another addon with such functionality already implemented
  • RegEx Blacklisted phrase (2.5): Do you have the
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: ManToServe

79317370

Date: 2024-12-30 10:45:34
Score: 4
Natty:
Report link

Refer to the following link for implementing best practices in Docker: Docker Image Optimization: Reducing Size for Faster Deployments.

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

79317274

Date: 2024-12-30 10:08:26
Score: 4
Natty: 4
Report link

I had the same problem, I needed to use variables instead of column names and the mapping part was automatic. If you have solved it, please reply me

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1.5): please reply
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tuấn Nguyễn Đình

79317032

Date: 2024-12-30 07:33:53
Score: 7.5 🚩
Natty: 5.5
Report link

please help me fix this error in ambari: Start all services API call failed.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me fix this
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Đỗ Ngọc Sơn

79317028

Date: 2024-12-30 07:29:51
Score: 6 🚩
Natty: 5.5
Report link

Any one have solution for above error?

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

79316977

Date: 2024-12-30 06:54:43
Score: 4.5
Natty: 5
Report link

https://strabo.partners/dynamics-365-multi-select-enum-lookup/

I believe that this can help you.

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

79316962

Date: 2024-12-30 06:42:39
Score: 4.5
Natty:
Report link

I just creared my own login/register framework via session cookie. It works nice, and instead of using database I use ini files. Much easier to understand. It maybe not be the fastest method however I don't expect thousands of logins per second either.

Reasons:
  • Blacklisted phrase (2): crear
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Peters

79316927

Date: 2024-12-30 06:23:35
Score: 5.5
Natty:
Report link

"Also tried assigning the ingress to a manually created public-IP address (assigned by the Azure platform) but that didn't help either"

You mentioned above in your post. Can you pls share how did u assign a static\public ip to ingress using the yml file?

(i'm not able to comment, so adding this query as a answer. Don't mind :) )

Reasons:
  • Blacklisted phrase (1): to comment
  • RegEx Blacklisted phrase (2.5): Can you pls share how
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: sunitw

79316870

Date: 2024-12-30 05:20:23
Score: 4
Natty:
Report link

I tried viewing source for this website [ilovepdf3][1]

[1]: https://ilovepdf3.com but nothing happen no luck in viewing source on Android tablet Lenovo..

Reasons:
  • Blacklisted phrase (1): no luck
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Peter Johnson

79316839

Date: 2024-12-30 04:52:17
Score: 4
Natty:
Report link

Good morning aws team mebers kindly increse my adjustmet my we have requested more vCPU capacity than your current vCPU limit of 1 allows for the instance bucket that the specified instance type belongs to. so increse my cpu utlizaion pls we have important work practice tq ....

Reasons:
  • Blacklisted phrase (1): Good morning
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: bandi ashokkumar

79316831

Date: 2024-12-30 04:47:14
Score: 6 🚩
Natty:
Report link

I am getting a failed test even though it looks like I am getting all of the expected output in the terminal. It looks like the output is all running together on one line.

Can anyone help me out with this?

It shows me this: FAILED Test Case: getPrices method applies tax when taxBoolean parameter is true Your Code Produced: Dish: Italian pasta Price: $ 11.46\nDish: Rice with veggies Price: $ 10.38\nDish: Chicken with potatoes Price: $ 18.66\nDish: Vegetarian Pizza Price: $ 7.74\nExpected Output Is: Dish: Italian pasta Price: $11.46 Dish: Rice with veggies Price: $10.38 Dish: Chicken with potatoes Price: $18.66 Dish: Vegetarian Pizza Price: $7.74

// Given variables
const dishData = [
    {
        name: "Italian pasta",
        price: 9.55
    },
    {
        name: "Rice with veggies",
        price: 8.65
    },
    {
        name: "Chicken with potatoes",
        price: 15.55
    },
    {
        name: "Vegetarian Pizza",
        price: 6.45
    },
]
const tax = 1.20;

// Implement getPrices()
function getPrices(taxBoolean) {
    for (let i = 0; i < dishData.length; i++){
        let finalPrice = 0;
        if (taxBoolean == true) {
            finalPrice = dishData[i].price * tax;
        }
        else if (taxBoolean == false) {
            finalPrice = dishData[i].price;
        }
        else {
            console.log("You need to pass a boolean to the getPrices call!");
            return;
        }
        console.log("Dish: ", dishData[i].name, "Price: $", finalPrice);
    }
    
}


// Implement getDiscount()
function getDiscount(taxBoolean, guests) {
    getPrices(taxBoolean);
    if (typeof guests === 'number' && guests > 0 && guests < 30) {
        var discount = 0;
        if (guests < 5) {
            discount = 5;
        }
        else if (guests >= 5) {
            discount = 10;
        }
        console.log('Discount is: $' + discount);
    }
    else {
        console.log('The second argument must be a number between 0 and 30')
    }
    
}

// Call getDiscount()
getDiscount(true, 2);
getDiscount(false, 2);
getDiscount(true, 20);
getDiscount();
getDiscount(true, 50);

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can anyone help me
  • RegEx Blacklisted phrase (2): help me out
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ethan Seabury-Kolod

79316826

Date: 2024-12-30 04:44:12
Score: 7 🚩
Natty: 4
Report link

I am facing the same issue (see the logs here: Django app failing to get deployed on Azure web service). I have tried everything: adding the env variable: "SCM_DO_BUILD_DURING_DEPLOYMENT", pushed the code multiple times to retry, adding sys.path, updating startup command to read the wsgi and I also have requirements.txt at the correct location but I still get this issue.

Any other debug option?

Reasons:
  • Blacklisted phrase (1): ve tried everything
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Vivek Sharma

79316822

Date: 2024-12-30 04:41:11
Score: 4
Natty:
Report link

This function. In good very codeigniter 4:

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: Jorge Jhovani Valverde León

79316766

Date: 2024-12-30 03:43:59
Score: 4.5
Natty:
Report link

I have posted an issue regarding this problem. They told me it is not possible to get row data while it is grouped

Their Answer

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

79316722

Date: 2024-12-30 03:05:50
Score: 12.5 🚩
Natty: 5.5
Report link

Facing the same issue did you resolve it ?

Reasons:
  • RegEx Blacklisted phrase (3): did you resolve it
  • RegEx Blacklisted phrase (1.5): resolve it ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohamed Fadel Moumeni

79316650

Date: 2024-12-30 02:00:34
Score: 6.5 🚩
Natty: 5
Report link

In almost 2025, I'm with the exact same issue. Have you solved this?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved this?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Gabriel Lins

79316622

Date: 2024-12-30 01:36:28
Score: 4
Natty: 5
Report link

this worked moving from Vite to Next.js, thanks for the help

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

79316580

Date: 2024-12-30 00:50:18
Score: 4
Natty: 4.5
Report link

curl -X PUT http://192.168.0.10:91/LAPI/V1.0/Channels/0/PTZ/Presets/2/goto { "Response": { "ResponseURL": "/LAPI/V1.0/Channels/0/PTZ/Presets/2/goto", "CreatedID": -1, "ResponseCode": 0, "SubResponseCode": 0, "ResponseString": "Succeed", "StatusCode": 0, "StatusString": "Succeed", "Data": "null" } }

But still i don't know how to use syntax for run it from http...anu suggestions ?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: PIRAT

79316468

Date: 2024-12-29 22:35:52
Score: 4
Natty: 4.5
Report link

Has this changed? Because for me it doesn't even convert the HEIC to jpeg.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jakub

79316430

Date: 2024-12-29 22:14:45
Score: 6 🚩
Natty: 5.5
Report link

How will this same function be implemented for Linux/MacOS?

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: Dzobamain

79316282

Date: 2024-12-29 20:25:19
Score: 6 🚩
Natty:
Report link

Hey maybe the following question can help you out: When to use ModelAndView vs Model in Spring?

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: dado99

79316246

Date: 2024-12-29 20:08:15
Score: 8 🚩
Natty: 4.5
Report link

Hi instgram my instgram account is Huck my account name @get_fit_withkulsum My account is Huck no access gmail account and phone number changed and please recover my Instagram account very important my account please reset link send is email [email protected] My account is Huck no access email account phone number reset password please help me instgram

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me in
  • Contains signature (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @get_fit_withkulsum
  • Low reputation (1):
Posted by: get_fit_withkulsum

79316228

Date: 2024-12-29 19:50:10
Score: 8.5 🚩
Natty: 5.5
Report link

have you figured it out, how to do silent sign in with the new Credential Manager?

Reasons:
  • RegEx Blacklisted phrase (3): have you figured it out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: gmc

79316220

Date: 2024-12-29 19:45:07
Score: 10 🚩
Natty: 5.5
Report link

I"ve been noticing the same issue. EMA on NT8 varies from Tradingview and TOS. Did you ever figure out, how to make NT8 match Tradingview? I've also noticed that TOS and Tradingview are exactly the same EMA's. meaning they match. I'd like to match Nt8 to them. Thanks in Advance!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in Advance
  • RegEx Blacklisted phrase (3): Did you ever figure out
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shark

79316181

Date: 2024-12-29 19:13:57
Score: 8.5 🚩
Natty:
Report link

I am facing a similar error with the waller. test in agricolae. I tried to trace it but I've totally failed to rectify it Here is a glimpse of my data frame: print(obj1) ID code bp stage dose rep day numberinitiated numberhealth numberdead 1 1 BAA n a A 1 0 10 10 0 2 2 BAA n a A 2 0 10 10 0 3 3 BAA n a A 3 0 10 10 0 4 4 BPA n p A 1 0 10 10 0 5 5 BPA n p A 2 0 10 10 0 6 6 BPA n p A 3 0 10 10 0 7 7 BLA n l A 1 0 10 10 0 8 8 BLA n l A 2 0 10 10 0 9 9 BLA n l A 3 0 10 10 0 10 10 BAF b a F 1 0 10 10 0 11 11 BAF b a F 2 0 10 9 1 12 12 BAF b a F 3 0 10 10 0 13 13 BPF b p F 1 0 10 9 1 14 14 BPF b p F 2 0 10 10 0 15 15 BPF b p F 3 0 10 9 1 16 16 BLF b l F 1 0 10 9 1 17 17 BLF b l F 2 0 10 9 1 18 18 BLF b l F 3 0 10 7 3 19 19 BAE b a E 1 0 10 6 4 20 20 BAE b a E 2 0 10 6 4 21 21 BAE b a E 3 0 10 6 4 22 22 BPE b p E 1 0 10 1 9 23 23 BPE b p E 2 0 10 3 7 24 24 BPE b p E 3 0 10 2 8 25 25 BLE b l E 1 0 10 8 2 26 26 BLE b l E 2 0 10 6 4 27 27 BLE b l E 3 0 10 7 3 28 28 BAD b a D 1 0 10 0 10 29 29 BAD b a D 2 0 10 1 9 30 30 BAD b a D 3 0 10 2 8 31 31 BPD b p D 1 0 10 6 4 32 32 BPD b p D 2 0 10 0 10 33 33 BPD b p D 3 0 10 0 10 34 34 BLD b l D 1 0 10 9 1 35 35 BLD b l D 2 0 10 5 5 36 36 BLD b l D 3 0 10 7 3 37 37 BAC b a C 1 0 10 9 1 38 38 BAC b a C 2 0 10 9 1 39 39 BAC b a C 3 0 10 8 2 40 40 BPC b p C 1 0 10 6 4 41 41 BPC b p C 2 0 10 9 1 42 42 BPC b p C 3 0 10 8 2 43 43 BLC b l C 1 0 10 7 3 44 44 BLC b l C 2 0 10 8 2 45 45 BLC b l C 3 0 10 8 2 46 46 BAB b a B 1 0 10 0 10 47 47 BAB b a B 2 0 10 0 10 48 48 BAB b a B 3 0 10 1 9 49 49 BPB b p B 1 0 10 5 5 50 50 BPB b p B 2 0 10 0 10 51 51 BPB b p B 3 0 10 0 10 52 52 BLB b l B 1 0 10 0 10 53 53 BLB b l B 2 0 10 10 10 54 54 BLB b l B 3 0 10 0 10 55 55 MAF m a F 1 0 10 10 0 56 56 MAF m a F 2 0 10 10 0 57 57 MAF m a F 3 0 10 10 0 58 58 MPF m p F 1 0 10 10 0 59 59 MPF m p F 2 0 10 10 0 60 60 MPF m p F 3 0 10 10 0 61 61 MLF m l F 1 0 10 10 0 62 62 MLF m l F 2 0 10 10 0 63 63 MLF m l F 3 0 10 10 0 64 64 MAE m a E 1 0 10 10 0 65 65 MAE m a E 2 0 10 10 0 66 66 MAE m a E 3 0 10 10 0 67 67 MPE m p E 1 0 10 10 0 68 68 MPE m p E 2 0 10 10 0 69 69 MPE m p E 3 0 10 10 0 70 70 MLE m l E 1 0 10 10 0 71 71 MLE m l E 2 0 10 10 0 72 72 MLE m l E 3 0 10 10 0 73 73 MAD m a D 1 0 10 10 0 74 74 MAD m a D 2 0 10 10 0 75 75 MAD m a D 3 0 10 10 0 76 76 MPD m p D 1 0 10 10 0 numberinfected event PctMrt 1 0 0 0 2 0 0 0 3 0 0 0 4 0 0 0 5 0 0 0 6 0 0 0 7 0 0 0 8 0 0 0 9 0 0 0 10 0 0 0 11 0 0 10 12 0 0 0 13 0 0 10 14 0 0 0 15 0 0 10 16 0 0 10 17 0 0 10 18 0 0 30 19 0 0 40 20 0 0 40 21 0 0 40 22 0 0 90 23 0 0 70 24 0 0 80 25 0 0 20 26 0 0 40 27 0 0 30 28 0 0 100 29 0 0 90 30 0 0 80 31 0 0 40 32 0 0 100 33 0 0 100 34 0 0 10 35 0 0 50 36 0 0 30 37 0 0 10 38 0 0 10 39 0 0 20 40 0 0 40 41 0 0 10 42 0 0 20 43 0 0 30 44 0 0 20 45 0 0 20 46 0 0 100 47 0 0 100 48 0 0 90 49 0 0 50 50 0 0 100 51 0 0 100 52 0 0 100 53 0 0 0 54 0 0 100 55 0 0 0 56 0 0 0 57 0 0 0 58 0 0 0 59 0 0 0 60 0 0 0 61 0 0 0 62 0 0 0 63 0 0 0 64 0 0 0 65 0 0 0 66 0 0 0 67 0 0 0 68 0 0 0 69 0 0 0 70 0 0 0 71 0 0 0 72 0 0 0 73 0 0 0 74 0 0 0 75 0 0 0 76 0 0 0

Here is the code: Effmodel <- lm(event ~ dose, data = obj1) summary(Effmodel) anovaEff <- anova(Effmodel) waller.test (Effmodel, "dose", group = TRUE)

Here is the error: waller.test (Effmodel, "dose", group = TRUE) Error in if ((K - IN0/ID0) * (K - IN1/ID1) <= 0) b0 <- t : missing value where TRUE/FALSE needed

Please help me as I#ve been stuck for 4 hours and googling the error is not helping

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing a similar error
  • Unregistered user (0.5):
  • Low entropy (1):
  • Low reputation (1):
Posted by: Joan

79316140

Date: 2024-12-29 18:43:49
Score: 5
Natty: 5
Report link

I have modified a html animation on my own and I'd like to run it on github in just a click without downloading it. Is is possible?

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

79316132

Date: 2024-12-29 18:39:48
Score: 4.5
Natty:
Report link

I mean, I should have saved the data coming from the api to shared_preference, I want to save it but for some reason my data is not being saved.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Azizbek Asqaraliyev