79643110

Date: 2025-05-28 23:19:48
Score: 4
Natty:
Report link

Understanding what data is shared is easier when you visualize your data using memory_graph, a simple example:

Four different copies of nested list

See how memory_graph integrates in Google Colab.

Visualization made using memory_graph, I'm the developer.

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

79643094

Date: 2025-05-28 22:54:42
Score: 1
Natty:
Report link

I have this step-by-step git repo to create the most maintainable Firebase Functions. [https://github.com/felipeosano/nestfire-example][1]

If you have a project created on console.firebase.google.com then just clone the repo and change the .firebaserc with your project id.

This repository uses NestJS and NestFire. NestFire is an npm library that allows you to deploy Nest modules to Firebase Functions. This npm library also allows you to create fast and maintainable triggers. I recommend reading the documentation in its repository.

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

79643087

Date: 2025-05-28 22:43:36
Score: 8.5 🚩
Natty:
Report link

i have been having the same problem. I want to use -pb_rad charmm and -pb_rad roux, . But the given patch does not work . could you please help me with this. Thank you. Also what does "I just had to remove the last eval from your answer " means ? what is the replacement that actually works.

set ar_args [list assign_radii $currmol $pb_rad]
if { $pb_rad eq "charmm" } {
    # foreach p $parfile { lappend ar_args $p }
    eval [linsert $parfile 0 lappend ar_args] ;# Avoid a loop
} elseif { $pb_rad eq "parm7" } {
    lappend ar_args $topfile
}
eval $ar_args
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): could you please help me
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): having the same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Char Pereira

79643086

Date: 2025-05-28 22:41:35
Score: 1
Natty:
Report link

You can apply the radius to the image using imageStyle:

<Image
  source={{ uri }}
  style={[StyleSheet.absoluteFill, { resizeMode }]}
  imageStyle={{ borderRadius: radius }}
/>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chibuokem Onyekwelu

79643083

Date: 2025-05-28 22:38:35
Score: 2.5
Natty:
Report link

Looks like the Agenda component is broken in Expo SDK 53. Here's a PR you can take a look at and patch: https://github.com/wix/react-native-calendars/pull/2664

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

79643081

Date: 2025-05-28 22:36:33
Score: 6.5 🚩
Natty: 6.5
Report link

does anyone know how to adjust the legend generated by the Kcross graph? Is it possible to include some commands to make this adjustment? I would like to organize the location of the legacy.

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • RegEx Blacklisted phrase (2): does anyone know
  • 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: user30663030

79643079

Date: 2025-05-28 22:34:32
Score: 0.5
Natty:
Report link

Please try below command and see if it is working. in fact, It worked for me.

$ zz -FF IBM_SFG_OLD.zip --out IBM_SFG_NEW.zip -fz

Reasons:
  • Whitelisted phrase (-1): It worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Raghava Chellu

79643072

Date: 2025-05-28 22:26:30
Score: 1.5
Natty:
Report link

The answer is Yes!

You can get the contents from fetch, change the visible location with function history.pushState() and totally replace document.documentElement.innerHTML with fetched data. The only thing that will be lost - some http headers which could affect the behavior of the page.

The answer is No!

In most cases once you received the response from server on your POST-request its state will never be the same. If you just walk to new location /someform server will not receive POST and the reply will differ from the reply you already consumed by fetch. Of course there are some servers that always reply the same ( something like 'OK'). But don't get your hopes up.

So, which answer do you prefer?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Solt

79643066

Date: 2025-05-28 22:19:28
Score: 3.5
Natty:
Report link

What archX are you using for your OS? 32 or 64 bit? I'm using Debian 64 on ARM64, and I think I'm running into a depreciation in regards to the "sizeof()" or "strlen()" functions to correctly allocate buffer space for the yolo object arguments. It looks like the original code was bound to a 32 bit environment.

The kicker is that this is my SECOND time going through this journey... accidentally deleted my live and backup images.. "DOH!"

This fellow was helpful... Segmentation fault (core dumped) when using YOLOv3 from pjreddie

Reasons:
  • Blacklisted phrase (1): regards
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Big Monkey Man

79643065

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

The blastula package enables displaying an html string in the RStudio viewer. This avoids having to save an html object to a file.

my_html <- "<h1>Here's some HTML</h1>
<p>Here's a paragraph</p>
</br>
</br>"
blastula::compose_email(blastula::md(my_html))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rainfall.NZ

79643064

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

Import matplotlib.pyplot as plt

Services = ['Консультации', 'Материальная помощь', 'Социальное сопровождение', 'Психологическая помощь', 'Юридическая помощь']

Service_counts = [1750, 600, 350, 500, 250]

Plt.pie(service_counts, labels=services, autopct='%1.1f%%')

Plt.title(«Структура оказанных социальных услуг Отделением 'Служба семьи' в 2023 году»)

Plt.show()

Reasons:
  • No code block (0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: Лилия Халикова

79643062

Date: 2025-05-28 22:17:28
Score: 2
Natty:
Report link

ThisWorkbook.Path will provide the path of the current workbook.

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

79643061

Date: 2025-05-28 22:16:27
Score: 3
Natty:
Report link

EC2Launch is required to utilize user_data. You'll want to troubleshoot that before expecting this to run.

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

79643056

Date: 2025-05-28 22:06:25
Score: 3.5
Natty:
Report link

You should be able to achieve this using worklets: https://github.com/software-mansion/react-native-reanimated/discussions/7264

Here's an article you can read: https://dev.to/ajmal_hasan/worklets-and-threading-in-reanimated-for-smooth-animations-in-react-native-98

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

79643052

Date: 2025-05-28 22:02:24
Score: 1
Natty:
Report link

Changing self.__size = __first.__size to self.__size = first._First__size should correctly handle the name mangling and avoid giving you an error.

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

79643049

Date: 2025-05-28 21:58:23
Score: 3.5
Natty:
Report link

For others finding this question in the future, there is a step-by-step tutorial here: https://lopez-ibanez.eu/2024-redheur/

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Manuel López-Ibáñez

79643038

Date: 2025-05-28 21:44:20
Score: 2
Natty:
Report link

The only possibilities you have are:

- An incomplete recovery to a point in time before the command was executed, or
- Restore a cold backup of a timestamp prior to the time of the command
- Manually add a column (and insert the values).

but before do that you must drop the column first

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

79643035

Date: 2025-05-28 21:42:19
Score: 2
Natty:
Report link

Just as a test, try the file:// prefix, but with an absolute file path rather than a 'shared' folder.

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

79643018

Date: 2025-05-28 21:27:15
Score: 4.5
Natty: 4.5
Report link

I had the same problem and fixed it by making the enum Codable. I'm wondering if anyone knows why an enum has to conform to codable in SwiftData when it doesn't when using structs. Also, this error message was completely unhelpful in locating the issue, is this the kind of thing Apple wants feedback about?

Reasons:
  • Blacklisted phrase (1): anyone knows
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bob Kalus

79643015

Date: 2025-05-28 21:27:15
Score: 0.5
Natty:
Report link

Sterling File Gateway will maintain the file transfer statical information along with Event codes. These event codes are specifically designed for IBM Control Center. Each code will particular describe the status of the file at each phase during the file transmission process like File Arrived, Replayed, redelivered, completed/success or Failed. If we integrate SFG with IBM control center, by default all these events will be captured by ICC.

Solution#1: You can configure CDC in ICC database so that real-time events will be captured and make sure these captured into another database within the same database instance. Now, you can write a program in any programming language (python preferable) to get these events from new database. In python program, you can subscribe to pub/sub topic to push them to bigquery and the further we can project them to looker studio.

Solution#2: Once ICC captures events from SFG, have your SQL query get the required events from ICC database by using python program. Please make sure you python program should send events/messages in json format to the pub/sub topic which is already subscribed to. And then, create bigquery dataset to pull the pub/sub messages from topic subscription. And then finally , we can project these events to Google looker studio for user interface.

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

79643010

Date: 2025-05-28 21:20:13
Score: 5
Natty:
Report link

It happened to us today. Same message, the Whatsapp number is flagged but not blocked. The template was tested today and was fine. Now I´ve just tested it and it´s fine again. Can it be a massive temporary glitch in the system?..

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

79643008

Date: 2025-05-28 21:18:12
Score: 2.5
Natty:
Report link

Use the following code:

val view = ComposeView(this).apply {
    setContent {
        // content
    }

    // Trick The ComposeView into thinking we are tracking lifecycle
    val lifecycleOwner = ComposeLifecycleOwner()
    lifecycleOwner.performRestore(null)
    lifecycleOwner.handleLifecycleEvent(Lifecycle.Event.ON_CREATE)
    setViewTreeLifecycleOwner(lifecycleOwner)
    setViewTreeSavedStateRegistryOwner(lifecycleOwner)
}

ComposeLifecycleOwner:

import android.os.Bundle
import androidx.lifecycle.Lifecycle
import androidx.lifecycle.LifecycleRegistry
import androidx.savedstate.SavedStateRegistry
import androidx.savedstate.SavedStateRegistryController
import androidx.savedstate.SavedStateRegistryOwner

class ComposeLifecycleOwner : SavedStateRegistryOwner {
    private var mLifecycleRegistry: LifecycleRegistry = LifecycleRegistry(this)
    private var mSavedStateRegistryController: SavedStateRegistryController = SavedStateRegistryController.create(this)

    /**
     * @return True if the Lifecycle has been initialized.
     */
    val isInitialized: Boolean
        get() = true

    override val lifecycle = mLifecycleRegistry

    fun setCurrentState(state: Lifecycle.State) {
        mLifecycleRegistry.currentState = state
    }

    fun handleLifecycleEvent(event: Lifecycle.Event) {
        mLifecycleRegistry.handleLifecycleEvent(event)
    }

    override val savedStateRegistry: SavedStateRegistry
        get() = mSavedStateRegistryController.savedStateRegistry

    fun performRestore(savedState: Bundle?) {
        mSavedStateRegistryController.performRestore(savedState)
    }

    fun performSave(outBundle: Bundle) {
        mSavedStateRegistryController.performSave(outBundle)
    }
}

Source: https://gist.github.com/handstandsam/6ecff2f39da72c0b38c07aa80bbb5a2f

Thanks to @CommonsWare for giving me the idea!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @CommonsWare
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Error

79643005

Date: 2025-05-28 21:15:11
Score: 2.5
Natty:
Report link

you should check the apache log if there is no log for that problem could be related to your Client DNS Server. maybe your dns server respond faster than your local machine.

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

79643002

Date: 2025-05-28 21:13:11
Score: 2
Natty:
Report link

As Sam Nseir suggested you can use Dynamic M query parameters, you can check the following question that seems to be similar to yours:

How to change the power query parameter from the Power BI Interface?

A part from MS the reference given by Sam Nseir you can check this article that can be helpful:

https://blog.crossjoin.co.uk/2023/01/29/passing-any-arbitrary-value-from-a-power-bi-report-to-a-dynamic-m-parameter/

Reasons:
  • Blacklisted phrase (1): this article
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Leyth

79642999

Date: 2025-05-28 21:07:10
Score: 1
Natty:
Report link

I have resolved it by downgrading version of react-native-screen.

"react-native-screens": "^2.18.1",

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: PRATEEK BHARDWAJ

79642996

Date: 2025-05-28 21:04:08
Score: 0.5
Natty:
Report link

I found the solution to this issue on Github;
https://github.com/coderforlife/mingw-unicode-main/

That short, simple code fragment solved the problem completely!!

Reasons:
  • Whitelisted phrase (-2): I found the solution
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Gorlash

79642994

Date: 2025-05-28 21:01:08
Score: 0.5
Natty:
Report link

So, going from here, I have to update my environment variable from

e TESTCONTAINERS_HOST_OVERRIDE=172.17.0.3

to

e TESTCONTAINERS_HOST_OVERRIDE=host.docker.internal

and it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Akash Jain

79642986

Date: 2025-05-28 20:50:05
Score: 3.5
Natty:
Report link

go to %temp% and delete hsperfdata_<os_user> folder

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

79642974

Date: 2025-05-28 20:42:03
Score: 1
Natty:
Report link

check your package.json, it should have the autolinking paths 'searchPaths' so that the packages in these paths are autolinked by expo

  "expo": {
    "autolinking": {
      "searchPaths": [
        "../../packages"
      ],
      "nativeModulesDir": "../../packages"
    }
  },
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sujit Balasubramanian

79642972

Date: 2025-05-28 20:41:03
Score: 1
Natty:
Report link

This topic was very confusing to me, so I looked it up and found this link - which confused me more.

My understanding is that:

  1. git rm removes the file from both the working directory (aka worktree, disk) and the staging area (aka index).

  2. git rm -cached removes the file from only the staging area

So if you created a whole new git repository, created a new file, added the new file to the staging area, then ran git rm -cached, basically all you've done is unstage the new file and the new file still exists in the working directory so it can be added back to the staging area. Had you ran git rm instead, you would have removed the file from the staging area AND the working directory so it couldn't be added back to the staging area without creating the file again.

I'm guessing the OP's original question was why PaginationResult.java was still listed in the staging area after running git rm --cached. At least that's where I'm still confused.

Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chris Phillips

79642966

Date: 2025-05-28 20:37:01
Score: 3
Natty:
Report link

You need to be using spherical kmeans. Yes, minimizing the euclidean distance between two l2 normalized vectors is the same with minimizing cosine, but you also have to l2 normalize the centroids, which you dont have access to in sklearn Kmean.

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

79642961

Date: 2025-05-28 20:31:00
Score: 0.5
Natty:
Report link

Adding to Florian's answer above, I recently attempted some more reverse-engineering on this, which has led me to a lot of new information.

What SciPy calls the function_workspace is actually called the subsystem. The subsystem appears in the MAT-file as a normal variable of mxUINT8_CLASS, i.e., its written as a uint8 variable with just one caveat - this variable has no name. Whether the subsystem is present or not is indicated by a 64-bit integer in the MAT-file header. This integer is a byte marker pointing to the start of the subsystem data in the MAT-file.

Coming to its contents, the subsystem contains all necessary data required to construct object instances of mxOPAQUE_CLASS objects. This includes both user-defined classes (using classdef), as well as datatypes like string, datetime, table, etc.

The way it achieves this is by encoding instructions on object construction using methods of a class FileWrapper__. These instructions include information such as the class type, its properties and their values, and the construction order (in case of nested objects). Each constructed object is mapped to a unique object ID, which is used to link this constructed object to its corresponding variable when reading them in the normal portion of the MAT-file.

The exact format of the subsystem data is extremely convoluted to get into, I would refer you to my documentation which goes into it in great detail.

Reasons:
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: foreverallama

79642959

Date: 2025-05-28 20:29:59
Score: 1.5
Natty:
Report link

I did this for my computer vision project at university to train a model using the max size for YOLO. I would use pillow to break the image in to smaller images, which you can do easily with list slicing.

As for question 2, the resolution is going to be different because you sliced the image into smaller images which directly affects the resolution, but the PPI will remain the same resulting in an image with high clarity yet smaller in size.

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

79642955

Date: 2025-05-28 20:27:59
Score: 1
Natty:
Report link
# using  join

set a {abcd}
set b {efgh}
set l [list $a $b] # a list
set c [join  $l ]  # space sep (default)
set d [join  $l  {}]  # no sep

puts $c

abcd efgh

puts $d

abcdefgh

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

79642953

Date: 2025-05-28 20:25:58
Score: 1
Natty:
Report link

Try this:

from selenium import webdriver
from selenium.webdriver.chrome.options import Options

optionss = Options()
optionss.add_argument("--start-maximized")
optionss.add_argument("--disable-popup-blocking")
optionss.add_argument("--ignore-certificate-errors")
driver = webdriver.Chrome(options=optionss)

If you already doing this, please show us all code.

Reasons:
  • Whitelisted phrase (-2): Try this:
  • RegEx Blacklisted phrase (2.5): please show us
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alex William

79642939

Date: 2025-05-28 20:15:55
Score: 4
Natty:
Report link

Does it work this way ?

buttons = driver.find_elements_by_xpath("//*[contains(text(), 'Download All')]")

for btn in buttons:
    btn.click()

Inspired from Click button by text using Python and Selenium

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Mircea Sirghi

79642928

Date: 2025-05-28 20:11:53
Score: 2.5
Natty:
Report link

This appears to be a known bug. Linking PR, which has been sitting dormant for almost 2 years

https://github.com/apache/flink/pull/25410

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

79642925

Date: 2025-05-28 20:06:52
Score: 1.5
Natty:
Report link

unless i misunderstand, looks like you just need to restructure your result differently.

const result = {};
for (let i = 7; i < jsonData.length; i++) {
    const rowData = jsonData[i];
    const singleRow = {};
    singleRow.water = { total: rowData[2], startDate: rowData[6]; }; // add other data as needed
    singleRow.electricity = { total: rowData[14], startDate: rowData[19]; };
    singleRow.gas = { total: rowData[9], startDate: rowData[11]; };

    const date = rowData[0];
    result[date] = singleRow;  // set property as row date
}

it seems you have all the pieces you need already. is there a particular issue you are having?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: sparkJ

79642919

Date: 2025-05-28 20:01:50
Score: 5
Natty:
Report link

I have exactly the same problem, incredible!!!
I had to rollback to version 17.13.7 (where I have the problem with Output-Window without line breaks)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have exactly the same problem
  • Low reputation (1):
Posted by: Karl Andenmatten

79642913

Date: 2025-05-28 19:55:48
Score: 3
Natty:
Report link

Use the class

unreal.PixelStreaming2StreamerComponent

Check the api documentation

https://dev.epicgames.com/documentation/en-us/unreal-engine/python-api/

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

79642910

Date: 2025-05-28 19:52:47
Score: 2.5
Natty:
Report link

It's May 28, 2025 and my team is running into this same issue. It potentially impacts certs using 4096-bit keys (rather than 2048). I've also noticed that if I upload a .pem version of the same cert (instead of .pfx) it seems to work.

PEM format:

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30662266

79642888

Date: 2025-05-28 19:34:42
Score: 5
Natty: 7.5
Report link
emailObj.AddAttachment "c:\windows\win.ini"

How can i use if file has ddmmyyhhmmss date and time stamp like win_05282025122200.ini ??

Reasons:
  • Blacklisted phrase (0.5): How can i
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How can i use
  • Low reputation (1):
Posted by: Ananth

79642887

Date: 2025-05-28 19:34:41
Score: 6 🚩
Natty: 5
Report link

i have follow this video, it's very helpful https://www.youtube.com/watch?v=zSqGjr3p13M

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aneel Kumar

79642880

Date: 2025-05-28 19:28:39
Score: 3
Natty:
Report link

I have done this, dir.create(“testdir”) even copy pasted it. It does not accept it. Have spent over an hour collectively trying to figure this out. Would it be wise to shut the app down and restart or am I doing something incorrectly?

Appreciate your time and help

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30662107

79642870

Date: 2025-05-28 19:23:38
Score: 2
Natty:
Report link

Navigate to the github address that you listed above.

Click on the "Code" dropdown menu.

Click on the "Download Zip" button.

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

79642868

Date: 2025-05-28 19:21:37
Score: 1
Natty:
Report link

For removing at a index you could do:

    public static T[] removeArrAt<T>(T[] src, int idx) {
        return src.Take(idx).Concat(src.Skip(idx + 1)).ToArray();
    }

which returns the modified array

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 神楽坂 綾乃

79642866

Date: 2025-05-28 19:18:36
Score: 2
Natty:
Report link

try this wait = WebDriverWait(driver, 10) button = wait.until(EC.presence_of_element_located((By.XPATH, "//button[contains(., 'Download All')]")))

driver.execute_script("arguments[0].scrollIntoView(true);", button) driver.execute_script("arguments[0].click();", button) can you share a screenshot of the element in the browser dev tools or the full HTML block from outerHTML

Reasons:
  • Whitelisted phrase (-1): try this
  • RegEx Blacklisted phrase (2.5): can you share
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abhi Raj

79642864

Date: 2025-05-28 19:15:36
Score: 3
Natty:
Report link

After speaking with the dev team the correct answer here is that tethering can mitigate the issue somewhat, but backpressure cannot be fully eliminated from aeron at this time

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

79642860

Date: 2025-05-28 19:10:35
Score: 0.5
Natty:
Report link

For anyone still having this problem in May 2025, upgrading to the latest gtrendsR dev version helped:

install.packages("remotes")
remotes::install_github("PMassicotte/gtrendsR")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: broti

79642853

Date: 2025-05-28 19:06:33
Score: 2
Natty:
Report link

I didn't have such a rule in place, but experienced a similar issue, and found adding the following rule to .eslintrc.json did make the annoying line-length error go away:

"rules": { "@typescript-eslint/max-len": "ignore" }

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

79642850

Date: 2025-05-28 19:01:32
Score: 2
Natty:
Report link

The solution was simple--I am not sure what originally caused the problem.

The solution is to use "git remote add" to restore the target and associate it with the correct URL.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JackGray

79642847

Date: 2025-05-28 19:00:32
Score: 0.5
Natty:
Report link

<canvas width="100" height="100" style="image-rendering: pixelated;"> will do the trick.

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

79642839

Date: 2025-05-28 18:53:30
Score: 3
Natty:
Report link

Found some notes from past reports and it turns out to be more than just merging columns. The generated group column must be deleted without deleting the group then add a row at that level. Then the columns can be merged.

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

79642837

Date: 2025-05-28 18:52:30
Score: 0.5
Natty:
Report link

See Examples for information on how example functions are named.

The example ExampleMain refers to the identifier Main.

The go test command runs the go vet command. The go vet command reports an error because the package does not have an identifier named Main.

Fix by associating the example with an exported identifier or the package.

In the following code, the example is associated with the package and has the suffix "jasmine".

package main

func Example_jasmine() {
    main()
    //Output: Hello, world!
}

Run it on the Playground!!!

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

79642832

Date: 2025-05-28 18:50:29
Score: 1
Natty:
Report link

I checked your code, but can't find any problem.

Here is class inheritance in Django.

ModelViewSet <- GenericViewSet <- GenericAPIView <- APIView

So if it works with APIView, it should work with ModelViewSet too.

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

79642830

Date: 2025-05-28 18:47:29
Score: 1
Natty:
Report link

Old question but a newbie, like me, might struggle with it.

So I created a directory, Production, then later renamed it production. My original files were stored in Github under Production, all new ones in another directory production. When I worked locally, (windows), it was all fine under production.

Sounds just like what you are asking.
Simply fix really, ignore all the git stuff.
Rename your local directory something else, let's call it test. Commit and push. All of your files and directories will be aggregated under the new directory test. Rename it back to your lower case, production, and commit and push. All issues resolved.

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

79642824

Date: 2025-05-28 18:44:28
Score: 1.5
Natty:
Report link

It’s a bit late, but I’d say you need to base64 encode the data you’re passing in on VersionData

(Edit your file content reference and pass it through base64(…) )

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

79642823

Date: 2025-05-28 18:43:27
Score: 1.5
Natty:
Report link

Because of using '\n' in scanf() function, you have problem on it. Just use this:

scanf("%d",&a);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BoraX

79642816

Date: 2025-05-28 18:40:26
Score: 1.5
Natty:
Report link

CKEditor does not initialize on new CollectionField items in EasyAdmin Symfony — how to fix?

I'm using EasyAdmin 4 with Symfony, and I have a CollectionField that includes form fields with CKEditor (via Symfony's FOSCKEditorType or similar).

CKEditor loads fine for existing collection entries, but when I add a new item dynamically via the "Add new item" button, the CKEditor does not initialize on the new textarea.


🔍 What I tried:


✅ Answer:

This is a common issue because CKEditor needs to be manually re-initialized on dynamically added fields inside CollectionField.


🔧 Fix: Manually re-initialize CKEditor when new fields are added

You can do this by listening to the ea.collection.item-added event that EasyAdmin dispatches.

Add this JavaScript to your EasyAdmin layout or as a custom Stimulus controller:

javascript

CopyEdit

document.addEventListener('ea.collection.item-added', function (event) { const newFormItem = event.detail.item; const textareas = newFormItem.querySelectorAll('textarea'); textareas.forEach(textarea => { if (textarea.classList.contains('ckeditor') && !textarea.id.startsWith('cke_')) { // Replace with CKEDITOR.replace or ClassicEditor.create depending on your setup CKEDITOR.replace(textarea.id); } }); });


🧠 Notes:


📦 Example (CKEditor 5):

javascript

CopyEdit

import ClassicEditor from '@ckeditor/ckeditor5-build-classic'; document.addEventListener('ea.collection.item-added', function (event) { const newFormItem = event.detail.item; const textareas = newFormItem.querySelectorAll('textarea'); textareas.forEach(textarea => { if (!textarea.classList.contains('ck-editor__editable')) { ClassicEditor.create(textarea).catch(error => { console.error(error); }); } }); });

Reasons:
  • RegEx Blacklisted phrase (1.5): how to fix?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Naimish Chaurasia

79642813

Date: 2025-05-28 18:39:25
Score: 1
Natty:
Report link

Be aware that prompting a user with a native API in an infinite loop like this can cause app store and google play store rejection. You are requesting the user to setup / use a specific form of authentication, you must allow them to refuse that request - and both stores expect your app to remain usable despite the users decision. Some native APIs will just not show a message and fail automatically if you call them too many times. In your code that could cause a stack buffer overflow and your app could crash. But it depends on the API, others will just keep prompting, inwhich case your app will be rejected if it's reviewed thoroughly. Last I checked the max number of prompts allowed for permissions is 2. So your code is not usable either way, and you should not use it.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: ibrust

79642807

Date: 2025-05-28 18:33:23
Score: 3
Natty:
Report link

all scopes can be found here -https://developers.google.com/identity/protocols/oauth2/scopes

for firebase messaging - https://developers.google.com/identity/protocols/oauth2/scopes#fcm

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

79642805

Date: 2025-05-28 18:33:23
Score: 2
Natty:
Report link

I conditionally replace the Binary file in the Content column to create a column of tables:

= Table.ReplaceValue(Source,each [Content],

each if Text.Contains([Extension],".xl") then Table.TransformColumns(Source, {"Content", each Excel.Workbook(_)})

else if [Extension] = ".txt" then Table.FromColumns({Lines.FromBinary([Content])})

else if [Extension] = ".csv" then Csv.Document([Content],[Delimiter=","])

else [Content],

Replacer.ReplaceValue,{"Content"})

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Patricia Bemis

79642800

Date: 2025-05-28 18:28:22
Score: 1
Natty:
Report link

As of QTCreator 16:

Edit->Preferences

Then go to the "Text Editor" section on the left. (Below 'Environment', above 'FakeVim')

Then go to the "Display" tab. There is a block called 'Live Annotations'. Uncheck it to remove the inline warnings.

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

79642797

Date: 2025-05-28 18:26:21
Score: 1.5
Natty:
Report link
select document_mimetype, document_data  from resource_t where resource_id = :id

using a media resource did the trick where mimetype and the blob column are requested from the database table.

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

79642794

Date: 2025-05-28 18:25:21
Score: 1
Natty:
Report link

There's a functional difference between scopes and claims within the OAuth2/OpenID Connect (OIDC) framework:

Certain sensitive data fields, such as SSN, fall into the category of Restricted Claims. Restricted claims cannot be retrieved just by including them in your authentication request.

To access these restricted claims:

Given your situation, your client (who distributes this plugin to the Financial Institutions) must work directly with each FI to make sure these restricted claims are enabled appropriately.

Without explicit FI authorization, the sensitive claims (DOB and SSN) will not be returned, regardless of correct OIDC implementation.

Reasons:
  • Blacklisted phrase (1): this plugin
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sam

79642791

Date: 2025-05-28 18:23:20
Score: 2
Natty:
Report link

Answering my own q and sharing in case it helps anyone: The problem was a glitch where Additional Attributes refused to save. This is a Loadrunner known issue covered here: https://portal.microfocus.com/s/article/KM000018481?language=en_US

Commenting out the line mentioned in the article failed and caused a JS error while loading the Additional Attributes page, but commenting and then uncommenting it restored functionality and re-enabled saving changes.

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

79642788

Date: 2025-05-28 18:22:19
Score: 5
Natty: 7
Report link

Thank you thank you thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): thank you
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Corrine Coakley

79642776

Date: 2025-05-28 18:08:16
Score: 4.5
Natty: 5
Report link

https://github.com/FPGArtktic/AutoGit-o-Matic

I have just found some tool on github.

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

79642775

Date: 2025-05-28 18:08:16
Score: 1.5
Natty:
Report link

Answered

Based on this article from NEXTJS own website, I added this to next.config.ts

turbopack: {
    rules: {
      "*.svg": {
        loaders: ["@svgr/webpack"],
        as: "*.js",
      },
    },
  },

I already read this article, but I was adding the snippet as is, which is not the right way to do it.

Correct Way

import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  // INSIDE CONST, REMOVE MODULE.EXPORTS
  turbopack: {
    rules: {
      "*.svg": {
        loaders: ["@svgr/webpack"],
        as: "*.js",
      },
    },
  },
};

export default nextConfig;
Reasons:
  • Blacklisted phrase (1): this article
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: CodeWill

79642770

Date: 2025-05-28 18:03:14
Score: 1
Natty:
Report link

From my experience the error is misleading and in my case it was due to networking configuration on the Storage Account.

It appears that if SA is set to not allow public network access from all networks - you will get the mentioned error when trying to export the database. (Yes, even if you check the "Allow Azure services on the trusted services list to access this storage account." option, which makes no sense.)

Try setting SA to allow all Public network access from all networks or use Private Link when setting up the Export of the database.

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

79642763

Date: 2025-05-28 17:58:13
Score: 3
Natty:
Report link

I think that texlive-full is too much, I suggest you should try to installing only the required packages, in this case install texlive-pstricks

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

79642751

Date: 2025-05-28 17:48:10
Score: 1
Natty:
Report link

I got this to work using legacy markers. I target the title attribute rather than aria-label.

const node = document.querySelector('[title="markerName"]');

node.addEventListener("focus",() => {
    //focus in code
});
node.addEventListener("focusout",() => {
    //focus out code
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Colton Testing

79642746

Date: 2025-05-28 17:45:09
Score: 3.5
Natty:
Report link

Pressing Insert or Cancel keys seemed to have worked according to:

https://answers.microsoft.com/en-us/msoffice/forum/all/cursor-selecting-text-on-single-click/80b7db95-c701-40ec-9e34-9a1437f80c51

(Mine worked with Insert)

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

79642741

Date: 2025-05-28 17:41:08
Score: 1.5
Natty:
Report link

function startDownload() {
  $('#status').html('collect data..')
  setTimeout(function(){
    download('test content', 'file name.txt', 'text/plain');
  }, 2000);
}

function download(text, name, type) {
  var file = new Blob([text], {type: type}) 
  $('<a href="' + URL.createObjectURL(file) + '" download></a>').get(0).click();
}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<button onclick="startDownload()">Download</button>
<div id="status"></div>

https://catafiles.com/gtafiveandroid

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

79642733

Date: 2025-05-28 17:37:07
Score: 1
Natty:
Report link

<!DOCTYPE html>
<!--[if lt IE 9 ]> <html class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]-->

Manish shil

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

79642721

Date: 2025-05-28 17:29:04
Score: 1.5
Natty:
Report link

For me, the fix as to:

  1. Open control panel

  2. search for "mouse"

  3. choose Change mouse settings

  4. in the Mouse Properties dialog, choose the Pointer tab

  5. Under Customize choose Text Select

  6. Check the Enable Pointer Shadow

  7. Click Apply, OK

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

79642708

Date: 2025-05-28 17:17:01
Score: 1.5
Natty:
Report link
registro_turnos = pd.DataFrame({
    "Fecha": ["28/05/2025", "28/05/2025"],
    "Nombre Cliente": ["Juana Pérez", "Ana Torres"],
    "Servicio": ["Corte Mujer", "Color + Corte"],
    "Precio": [4000, 8000],
    "Hora": ["10:00", "11:00"],
    "Duración (min)": [45, 90],
    "Cancelado": ["No", "No"],
    "Medio de Reserva": ["Instagram", "Google Maps"],
    "Comentarios": ["Muy conforme", ""]
})

analisis_semanal = pd.DataFrame({
    "Semana": ["20-26 mayo"],
    "Total Turnos": [36],
    "Total Ingresos": [144000],
    "Ticket Promedio": [4000],
    "Ocupación (%)": [80],
    "No-Shows (%)": [5.5]
})

servicios_rentabilidad = pd.DataFrame({
    "Servicio": ["Corte Mujer", "Coloración"],
    "Precio Promedio": [4000, 6000],
    "Costo Estimado": [500, 2000],
    "Margen (%)": [87.5, 66.6],
    "Frecuencia Semanal": [15, 10]
})

base_clientes = pd.DataFrame({
    "Nombre Cliente": ["Juana Pérez", "Ana Torres"],
    "Teléfono": ["1123456789", "1198765432"],
    "Email": ["[email protected]", "[email protected]"],
    "Primera Visita": ["12/02/2024", "10/04/2025"],
    "Última Visita": ["28/05/2025", "28/05/2025"],
    "Frecuencia (días)": [45, 18],
    "Refiere a otros": ["Sí", "No"]
})

redes_marketing = pd.DataFrame({
    "Fecha": ["25/05/2025", "26/05/2025"],
    "Plataforma": ["Instagram", "TikTok"],
    "Tipo de Contenido": ["Corte antes/después", "Video rápido"],
    "Alcance": [5400, 8200],
    "Interacciones": [300, 620],
    "Turnos Generados": [4, 6]
})

# Crear el archivo Excel
with pd.ExcelWriter("Peluqueria_Palermo_Dashboard.xlsx", engine='xlsxwriter') as writer:
    registro_turnos.to_excel(writer, sheet_name='Turnos', index=False)
    analisis_semanal.to_excel(writer, sheet_name='Análisis Semanal', index=False)
    servicios_rentabilidad.to_excel(writer, sheet_name='Servicios', index=False)
    base_clientes.to_excel(writer, sheet_name='Clientes', index=False)
    redes_marketing.to_excel(writer, sheet_name='Marketing', index=False)
Reasons:
  • Blacklisted phrase (2): Crear
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Marisa Camacho

79642703

Date: 2025-05-28 17:10:59
Score: 1.5
Natty:
Report link

try running using the command

python -m uvicorn main:app --reload
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shadrack Sylvestar Mbwagha

79642700

Date: 2025-05-28 17:08:59
Score: 3
Natty:
Report link

try to check the file or directory which you are using or where the file are stored and next way is to make another folder as new folder and open it with your vscode

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

79642689

Date: 2025-05-28 17:01:57
Score: 0.5
Natty:
Report link

This is now easily available as of (at least) PyCharm Professional 2025.1 in the settings.

The picture doesn't seem to be uploading, you can find the setting at:

"Languages & Frameworks" -> "Markdown" -> "Preview font size"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kristoffer Ottosson

79642681

Date: 2025-05-28 16:57:55
Score: 0.5
Natty:
Report link

Ok, now I understand. I mistakenly made my root view controller be the initial controller when I was upgrading to a scene lifecycle. I did have a navigation controller, but when I made my root view controller the initial controller, it removed the initial controller status from the navigation controller. That prevented the navigation bar item from working. Once I made the navigation controller be the initial controller (as it originally was), the navigation items are once again displaying.

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

79642654

Date: 2025-05-28 16:37:50
Score: 2.5
Natty:
Report link

The health-check was eventually passing and the restart attempt stopped. The issue is that Kubernetes does not report when a health check stops failing and starts passing.

After observing and troubleshooting for a long time I finally realized this when the error counter did not increase after many minutes.

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

79642641

Date: 2025-05-28 16:31:48
Score: 1
Natty:
Report link

This issue comes because in your admin panel permalinks are different from Elementor permalinks. In Elementor you can find the page you are looking for. Do not link you permalinks from you Wordpress admin panel.

This however does not have anything to do with PHP because this is template builded. Your tags should be "Elementor", "Wordpress"

(Check your Elementor page and link it to your website)

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jason Lommelen

79642634

Date: 2025-05-28 16:24:46
Score: 3
Natty:
Report link

The later versions of Cognos introduced the parameters pane which allows for the setting of default values based on other query columns, report expression and additional logic. This can be used to achieve your requirement.

enter image description here

enter image description here

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

79642632

Date: 2025-05-28 16:23:45
Score: 5
Natty:
Report link

This issue happens when some environment doesn't set. Do you verify all settings that your code needs to run the test?

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

79642621

Date: 2025-05-28 16:16:43
Score: 2
Natty:
Report link

@Abhijit Sarkar Yes, plus the processing overhead of translating. Also, implementation(libs.spotbugs) is more concise than implementation(plugin(libs.plugins.spotbugs)) and doesn't require additional code. If you are referencing the plugin in subprojects and not just in your plugins, is being able to use alias(libs.plugins.spotbugs) really better than id("com.github.spotbugs") ? (fyi, this is just an honest question and me wanting to know your opinion. Thank you for your input)

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Abhijit
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Pytry

79642612

Date: 2025-05-28 16:11:41
Score: 5
Natty: 5
Report link

See also Escape the Data Dungeon: Unlock Scalable R Analytics and ML.

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

79642606

Date: 2025-05-28 16:07:40
Score: 1
Natty:
Report link

Your user_functions.py lies in a different folder parallel to your main_script.py so you need to let python know to import from the parent (`..`) folder.

import sys
sys.path.append("..")
from user_functions import config_reader
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jans-code

79642602

Date: 2025-05-28 16:03:38
Score: 5.5
Natty:
Report link

Possible duplicate of Redis list with expiring entries??

Check if given answer here, https://stackoverflow.com/a/48051185/1278203, serves the purpose.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Puneet

79642596

Date: 2025-05-28 15:58:37
Score: 1
Natty:
Report link

We ultimately decided to bite the bullet and refactor all of our files before merging them all at once. We used this tool to automatically rewrite the define() headers into import statements in bulk; after that we just need to rewrite our async imports manually.

https://github.com/prantlf/requirejs-esm-converter

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

79642587

Date: 2025-05-28 15:53:36
Score: 2.5
Natty:
Report link

https://gist.github.com/theguy000/1f866abf57a0561983b49ea98eb10b5c

try this one. i made a script to make downloading scripts easier.

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

79642580

Date: 2025-05-28 15:50:35
Score: 2
Natty:
Report link

All credit for the answer goes to @KIKO Software and @Phil .

To answer everyones question first: The error is that there is no style added to the class, so the div doesn't revieve a cc style class. My bad that I didn't expres this specificly.

The answer, by @KIKO Software and @Phil, is the quotes and the php tag. I did not add the short_open_tag, so <? didn't work, it should have been <?php And I quotes, I added the quotes because the class should be between quotes "". And to skip a quote during the echo I used the ". But echo itself was sufficient, and the extra quotes just got in the way.

$style = "input_container";

~

<div class=<?php echo $style; ?>>

And special thank you @Jason Lommelen for the htmlspecialchars() tip! I can definatly use that at some places.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @KIKO
  • User mentioned (0): @Phil
  • User mentioned (0): @KIKO
  • User mentioned (0): @Phil
  • User mentioned (0): @Jason
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Desert Wind

79642565

Date: 2025-05-28 15:42:33
Score: 2
Natty:
Report link

"ctrl + enter", or "command + N", also, you can use right click -> Generate..

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vitalii

79642552

Date: 2025-05-28 15:34:30
Score: 0.5
Natty:
Report link

Async execution of queries does not necessarily imply true parallelism. While executeAsync() is non-blocking, spawning 300 queries could overwhelm the system. Not all threads will be in the RUNNING state simultaneously. Many may be waiting or queued. This queuing likely explains the drastic increase in response time for APIs executing large numbers of queries.

I would recommend checking CPU utilization, thread pool stats (via nodetool tpstats), and capturing a thread dump to confirm thread contention or queuing bottlenecks on the Cassandra nodes.

Additionally, Cassandra does not support batch reads (Refer: Batch select in Cassandra). Also, upgrading hardware may not help much if the application logic and query patterns are inefficient. It would be more effective to optimize the queries, avoid wide rows or fetching 300 columns unless necessary, and limit concurrency with bounded async execution strategies rather than spawning hundreds of concurrent queries without control.

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

79642542

Date: 2025-05-28 15:32:29
Score: 4
Natty: 4
Report link

When you go to import, instead of clicking third party configuration, click mysql workbench.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Jake

79642541

Date: 2025-05-28 15:31:29
Score: 1.5
Natty:
Report link

Add the following to your environment variables (requires for dotnet tools to use the correct version):
MSBuildSDKsPath=/usr/local/share/dotnet/sdk/9.0.300/sdks

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

79642527

Date: 2025-05-28 15:27:27
Score: 0.5
Natty:
Report link

Building the answer @sahil-jaidka provided in the comments, you can fix this with KeyboardAvoidingView and setting isKeyboardInternallyHandled={false} on your GiftedChat component.

import {
  KeyboardAvoidingView,
  Platform,
  StatusBar,
  View
} from 'react-native';

import { useHeaderHeight } from '@react-navigation/elements';
import { GiftedChat } from 'react-native-gifted-chat';


export default function ChatScreen() {
    const headerHeight = useHeaderHeight();
    const keyboardVerticalOffset= Platform.OS === 'ios' ? headerHeight : headerHeight + StatusBar.currentHeight;

    return (
        <View style={styles.container}>
            <GiftedChat
                messagesContainerStyle={styles.messagesContainerStyle}
                messages={messages}
                ...
                isKeyboardInternallyHandled={false}
            />
            <KeyboardAvoidingView 
                behavior='padding'
                keyboardVerticalOffset={keyboardVerticalOffset} 
            />
        </View>
    );
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @sahil-jaidka
  • Low reputation (0.5):
Posted by: Tyler

79642526

Date: 2025-05-28 15:26:26
Score: 1
Natty:
Report link

Here's a better version I modifyed

<script>
    function openGame() {
        var win = window.open(url, '_blank', 'fullscreen=yes');
        var url = "https://link/"
        var iframe = win.document.createElement('iframe')
        iframe.style.width = "100%";
        iframe.style.height = "100%";
        iframe.style.border = "none";
        iframe.src = url
        win.document.body.appendChild(iframe)
    }
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30660177

79642521

Date: 2025-05-28 15:23:26
Score: 1.5
Natty:
Report link

The procedure doesn't return anything because all your conditional logic involving NULL evaluates to UNKNOWN in SQL Server, which is treated as false. As a result, no rows are inserted or selected. Additionally, your final SELECT is inside a TRY block, and since no error occurs, it runs silently without output. If you want to see a result, add a SELECT NULL AS [null] outside of the TRY...CATCH block at the end. And then also just a heads up that NULL = NULL does not evaluate to true in SQL — it's UNKNOWN. That’s likely why nothing is returned or inserted

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ronan power

79642520

Date: 2025-05-28 15:22:22
Score: 9.5 🚩
Natty:
Report link

tengo el mismo problema, como lo solucionaste? no puedo acceder ni por putty ni por SSM. Muestra este error: SSM Agent is not online

The SSM Agent was unable to connect to a Systems Manager endpoint to register itself with the service.

Reasons:
  • Blacklisted phrase (2): tengo
  • Blacklisted phrase (2.5): solucion
  • RegEx Blacklisted phrase (2.5): mismo
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Pruebas MC