79588849

Date: 2025-04-23 14:34:05
Score: 1.5
Natty:
Report link

I faced this same problem a while ago, and it boils down to the following:

The error occurs because the channel_name and user_id variables are being passed incorrectly in the fileNamePrefix field due to a special character.

In my case, when I tried to set the channel_name variable similar to what you were doing, I did it as follows: "emergency_channel_123", which generated the error.

The solution was to set it as follows: EmergencyChannel123

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Juan Rodriguez Velasquez

79588844

Date: 2025-04-23 14:31:04
Score: 1
Natty:
Report link

I think the best way to handle these kinds of issues is by using the React Query library (now often called TanStack Query). It's a great tool for managing delays caused by database updates.

It helps manage stale data, background refetching, caching, and loading states—which makes it excellent for handling perceived delays between the UI and actual backend/database updates.

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

79588843

Date: 2025-04-23 14:31:03
Score: 8.5 🚩
Natty: 5
Report link

I'm trying to build something very similar. Did you ever get this solved. Curious how you did it. Any updates?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get this solved
  • RegEx Blacklisted phrase (0.5): Any updates
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Joshua Soto

79588836

Date: 2025-04-23 14:27:02
Score: 2.5
Natty:
Report link

Hrhjjw8jtnnfddjjwoodb duu2jngi rurhfiithfii2hhhhtj10rhcnadjf7732hcyy2kowbc6vyujeoo1iuurht 10 aap aap dj dhud du message kar do fir Na mangna kam hai to main ₹20 kar rahe ho na ho gaya hai recharge kar do fir

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

79588833

Date: 2025-04-23 14:24:01
Score: 3
Natty:
Report link

In the file "..android\app\src\main\AndroidManifest.xml " I changed the value for the "android:label" attribute from my native language to English. It helped me.

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

79588830

Date: 2025-04-23 14:22:00
Score: 5.5
Natty:
Report link

I have same error here.

I'm passing Body as expression from previous get activity.

Any hint to fix the error will be welcome. Thank you!

@activity('get_prdkv_secret').output.value
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1): I have same error
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have same error
  • Low reputation (1):
Posted by: Caio Bauab

79588827

Date: 2025-04-23 14:19:59
Score: 1
Natty:
Report link

That option no longer exists.

Jetbrains has removed the modal commit window. If you want to enable modal commit workflow (the old way) then you need to install "Git Modal Commit Interface" plugin and then enable it in "Advanced Settings > Use modal commit interface"

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

79588817

Date: 2025-04-23 14:17:59
Score: 0.5
Natty:
Report link

As said at cppreference

After constructing and checking the sentry object, which may skip leading whitespace, first clears str with str.erase(), then reads characters from is and appends them to str as if by str.append(1, c), until one of the following conditions becomes true:

  • N characters are read, where N is is.width() if is.width() > 0, otherwise N is str.max_size(),
  • the end-of-file condition occurs in the stream is, or
  • std::isspace(c, is.getloc()) is true for the next character c in is (this whitespace character remains in the input stream).

Reading of an input stream when using operator >> interrupts on a space character, not a newline. This means that in fact, when reading "hi _ ", your cycle passes twice for "hi" and "_", so the second time condition evaluates to true.

If you want to read the whole line, consider using std::getline.

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

79588814

Date: 2025-04-23 14:16:58
Score: 0.5
Natty:
Report link

if it helps i went with

git clone https://github.com/ampl/gsl.git

cd gsl

mkdir -p build/emscripten && cd build/emscripten

emcmake cmake ../.. -DBUILDLIBS="cblas;const;err;ieee-utils;monte;multimin;permutation;rstat;spmatrix;utils;blas;cdf;deriv;fft;integration;movstat;multiroots;poly;siman;statistics;vector;block;cheb;dht;filter;interpolation;multifit;multiset;qrng;sort;sum;wavelet;bspline;diff;fit;linalg;multifit_nlinear;ntuple;randist;spblas;bst;combination;gsl;matrix;multilarge;ode-initval;rng;specfunc;sys;complex;eigen;histogram;min;multilarge_nlinear;ode-initval2;roots;splinalg" \ 
    -DNO_AMPL_BINDINGS=1 \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_C_FLAGS="-O2 -s USE_PTHREADS=0" \
    -DCMAKE_EXE_LINKER_FLAGS="-s ALLOW_MEMORY_GROWTH=1" \
    -DCMAKE_INSTALL_PREFIX=.

emmake make
emmake make install
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: David Smith

79588801

Date: 2025-04-23 14:08:56
Score: 1
Natty:
Report link
$ qdbus-qt6 org.kde.KWin /Scripting unloadScript "<script-id>"  
$ qdbus-qt6 org.kde.KWin /Scripting start

where <script-id> is the name of the plugin directory (and the value of Id field from the metadata.json file of the plugin).

See How to apply KDE Plasma KWin script change without restarting KWin?

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

79588796

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

It's normal.
You don't insert a variable but a string.
For insert a variable in a string there are several ways.

My favorite is this :

varToInsert = 131531
String = f"My number is {varToInsert}"

With your code :

def mail(hW):

 mail_body = f"""
 Hey,
 {hW} ## <I want Hello World to be here>
Regards,\nJohn Doe

"""
Reasons:
  • Blacklisted phrase (1): Regards
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vosco Yagura

79588795

Date: 2025-04-23 14:07:56
Score: 1
Natty:
Report link

I was using e which in this case was a commonEventObject. Using that i could get the EventId:

var eventId = e.calendar.id;
var calendar = CalendarApp.getCalendarById(e.calendar.organizer.email);
var event = calendar.getEventById(eventId);

And event has everything. Example: event.getStartTime(), event.getTitle() and so on...

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

79588793

Date: 2025-04-23 14:05:55
Score: 2.5
Natty:
Report link

Hello this is CASSANDRA lee " the end user from the start" the one who signed no contract, the one who knew nothing about this org being formed, thought of or even talked about, the one who ID WAS stolen and used to format this org, the one going for tax evasion of this org if not corrected, the one used as a CEO over thousands of companies/the umbrella practical joke belonging to PHP.org, the one they tried to kill 5 times already and still moving forward with it, the one who is computer eliderate , not slow or disabled , just don't have computer skills at all, the one who wouldn't or couldnt find the work even if I tried, do to this org scheme, and scams and trifling relation ship with my ex and all the girls and some of the boys he is sleeping with or have slept with /NASTY// PURE NASTY// this is the one if you read the information above , now understand the way this scam is ran, and why the success parts of tbe internet was snatched down and nevet seen again, the one they used for them self to become elected in and on the Internet as presidents, we will see what crime this pertains to, the one who went to Westcare for 4 months and so riety, and this same org who preaches clean air, and carbon neutrality is the same org, for light of thier scam, voted for dyan carlos /DONALD TRUMP PRESIDENT TODAY IN THIS INTERNET// APON RELEASE from westcare, the next day he came faulse pretences , and puts benzopine in my soda, the v4, and v2 and others set me up to be rearrested, to protect a -s, i didnt even know , so tbey illegally arsenal which imigration will hear about

Reasons:
  • Contains signature (1):
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Cassandra lee

79588789

Date: 2025-04-23 14:04:54
Score: 7 🚩
Natty: 5
Report link

hello can someone help me how to add opendope add in to my microsoft word it is not showing in my ribbon

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): can someone help me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chaymae Elhasnaoui

79588788

Date: 2025-04-23 14:04:54
Score: 2.5
Natty:
Report link

The design is absolutely disgusting. It’s the worst user experience I’ve ever had... and more, it seems update the menu every xx days.. makes me want to throw my laptop out the window...

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

79588787

Date: 2025-04-23 14:03:54
Score: 0.5
Natty:
Report link

Late update, but this format does work. As far as I can tell, the 'projection.date.partition.format' property just needed all single quotes rather than the doubles:

PARTITIONED BY ( 
  `partition_date` string)
ROW FORMAT DELIMITED 
  FIELDS TERMINATED BY ',' 
STORED AS INPUTFORMAT 
  'org.apache.hadoop.mapred.TextInputFormat' 
OUTPUTFORMAT 
  'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'
LOCATION
  's3://prefix'
TBLPROPERTIES (
  'classification'='csv', 
  'has_encrypted_data'='true', 
  'projection.enabled'='true', 
  'projection.partition_date.format'='\'year=\'yyyy/\'month=\'MM/\'day=\'dd', 
  'projection.partition_date.interval'='1', 
  'projection.partition_date.interval.unit'='DAYS', 
  'projection.partition_date.range'='NOW-3YEARS,NOW', 
  'projection.partition_date.type'='date', 
  'skip.header.line.count'='1', 
  'storage.location.template'='s3://prefix/${partition_date}', 
  'transient_lastDdlTime'='1734535763')
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Josh Knize

79588786

Date: 2025-04-23 14:02:53
Score: 2
Natty:
Report link

The missing part seems to be the show: conf or show: customEq in the main document to "activate" the show and set rules.

I've tried your code and could make it work, so to me, it is only a question of how you import and declare your code in the two typ files.

//template.typ
#let conf(body) = {
  // set and show rules
  body
}
//main.typ
#import "template.typ":*

#show: conf

$ x + y $ <test>

If you want some ideas on how to reduce your code to something simpler, depending on what you need, you could use: (credit to Typst forum post)

//template.typ
#let customEq(body) = [
  #show math.equation: it => {
    if it.numbering == none and it.has("label") {
      math.equation(it.body, numbering: "(1)", block: true)
    } else { it }
  }
  #body
]

//main.typ
#import "template.typ": *

#show: customEq

$ x + y $
$ a + b $ <xyz>
$ c + d $ <abc>

Also, have you had a look at the Typst package equate?

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

79588783

Date: 2025-04-23 14:01:53
Score: 1.5
Natty:
Report link

if you add node [fontsize=8], you will get smaller labels.
enter image description here

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

79588780

Date: 2025-04-23 13:59:52
Score: 0.5
Natty:
Report link

Two main potential culprits here:

1. Dynamic Javascript
Lots of sites will dynamically load content in with javascript after the HTML, but beautifulsoup only gets the inital HTML grab.
The best solution for this is to use selenium instead

2. Getting blocked for being a scraper.
Many sites will see non-realistic looking users (in this case your scraper) and deliberately not give you content.
You should improve your header with more information to not get detected so quickly as a scraper, as your header is pretty basic

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Stefan Vučković

79588779

Date: 2025-04-23 13:59:52
Score: 1
Natty:
Report link

Per this Github issue the problem seems to be the default accept encoding header: https://github.com/psf/requests/issues/6271

This issue provides a solution: Python requests library added an additional header "Accept-Encoding: identity"

Reasons:
  • Whitelisted phrase (-2): solution:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: hendiatris

79588778

Date: 2025-04-23 13:58:52
Score: 1
Natty:
Report link

Most likely the website is using a JavaScript framework to dynamically render the content in the browser. The initial server response will look empty since the content is only fetched and put into the website in the browser.

You could use something like Selenium to render the website before scraping, but better would be to use an API if the website has one. Not all websites appreciate being scraped.

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

79588770

Date: 2025-04-23 13:55:51
Score: 1.5
Natty:
Report link

✅ How to fix it

Option 1: Use min-width: 0 on the children This tells the browser not to allow the flex items to grow beyond what the flex container can actually hold:

...

Option 2: Avoid fractional widths Set the container width to a whole number, like 100px or 101px.

Option 3: Use box-sizing: border-box (less effective here but useful when padding/margins come into play)

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

79588754

Date: 2025-04-23 13:50:49
Score: 4
Natty: 4
Report link

Try coverting to as.numeric instead of as.factor

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

79588748

Date: 2025-04-23 13:48:49
Score: 0.5
Natty:
Report link

Why do you have to use messaging?

Let's say that config.js is the file containing:

const config = {
     example: "example"
}

I think that you can write the manifest file such as:

{
    "manifest_version": 3,
    "background": {
         "service_worker": "background.js"
    },
    "web_accessible_resources": {
        {
            "resources: ["config.js"],
            "matches": ["<all_urls>"]
        }
    },
    "content_scripts": [
        {
            "matches": ["<all_urls>"],
            "js": ["config.js", "content.js"]
        }
    ]
}

Then you should be able to access it the content.js simply as:

config.example
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why do you have to use me
  • Low reputation (0.5):
Posted by: AidH

79588745

Date: 2025-04-23 13:46:48
Score: 2
Natty:
Report link

Does increasing the nudge_y realize the desired result?

   geom_text_repel(
     aes(label = paste0(sprintf("%.1f", Note), " min")),
     #    aes(label = Note), 
     size = 3,
     nudge_x = 0.25,
     nudge_y = 1, # increase nudge_Y
     box.padding = 0.2,
     point.padding = 0.2,
     max.overlaps = 10,
     na.rm = TRUE,
     segment.color = "gray50",
     segment.curvature = 0.2,       # SEGMENT CURVE
     segment.ncp = 6,               # NUMBER OF CONTROL POINTS
     
     
     segment.angle = 45,           # CURVE ANGLE
     color = "gray50"
   ) 

Sample Plot

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: Susan Switzer

79588735

Date: 2025-04-23 13:39:46
Score: 2
Natty:
Report link

Hosting etherpad on port 0.0.0.0:9001 to then reverse proxied over a subdirectory path like app.domain.com/etherpad has proven too tricky in Apache while it was so easy to accomplish in NGINX per their documentation here: https://github.com/ether/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy#from-subdirectory-url

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

79588734

Date: 2025-04-23 13:39:46
Score: 2
Natty:
Report link

My mistake was that I pointed python3 away from the initial installation link target /usr/bin/python3.12 to another Python version. Reverting it back to /usr/bin/python3.12 (the default in my Ubuntu 24 installation) resolved the issue. Installing python3-apt did not work.

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Moritz Makowski

79588726

Date: 2025-04-23 13:34:45
Score: 1
Natty:
Report link

Slack does actually accept http, just not when you use the web browser to configure it. If you use the API (apps.manifest.create or apps.manifest.update), you can enter a plain http URL.

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

79588721

Date: 2025-04-23 13:30:44
Score: 0.5
Natty:
Report link

It is possible thanks to the argument tablefoot.value in style.tex:

etable(model1, 
       signif.code = c("***"=0.001, "**"=0.01, "*"=0.05, "+"=0.1),
       style.tex = style.tex(var.title="", fixef.title="",
                             fixef.suffix=" FE", stats.title="", 
                             tablefoot.value = "My standard errors"),
       tex = TRUE) 
#> \begingroup
#> \centering
#> \begin{tabular}{lc}
#>    \tabularnewline \midrule \midrule
#>    Dependent Variable: & mpg\\  
#>    Model:              & (1)\\  
#>    hp                  & -0.0261\\   
#>                        & (0.0136)\\   
#>    drat                & 0.8521\\   
#>                        & (0.7127)\\   
#>    wt                  & -2.980\\   
#>                        & (1.079)\\   
#>    cyl FE              & Yes\\  
#>    Observations        & 32\\  
#>    R$^2$               & 0.85938\\  
#>    Within R$^2$        & 0.47441\\  
#>    \midrule \midrule
#>    \multicolumn{2}{l}{\emph{ My standard errors }}\\
#> \end{tabular}
#> \par\endgroup

This isn't really intuitive and shouldn't be in style.tex given that these kind of notes vary for each export.

Maybe the easiest would be to use threeparttable notes? See: https://lrberge.github.io/fixest/articles/etable_new_features.html#support-for-threeparttable-notes-1

etable(model1, 
       signif.code = c("***"=0.001, "**"=0.01, "*"=0.05, "+"=0.1),
       style.tex = style.tex(var.title="", fixef.title="",
                             fixef.suffix=" FE", stats.title="", 
                             tablefoot = FALSE,
                             tpt = TRUE),
       tex = TRUE, notes = "My standard errors") 
#> \begingroup
#> \centering
#> \begin{threeparttable}[b]
#>    \begin{tabular}{lc}
#>       \tabularnewline \midrule \midrule
#>       Dependent Variable: & mpg\\  
#>       Model:              & (1)\\  
#>       hp                  & -0.0261\\   
#>                           & (0.0136)\\   
#>       drat                & 0.8521\\   
#>                           & (0.7127)\\   
#>       wt                  & -2.980\\   
#>                           & (1.079)\\   
#>       cyl FE              & Yes\\  
#>       Observations        & 32\\  
#>       R$^2$               & 0.85938\\  
#>       Within R$^2$        & 0.47441\\  
#>       \midrule \midrule & \tabularnewline
#>    \end{tabular}
#>    
#>    \begin{tablenotes}
#>      \item My standard errors
#>    \end{tablenotes}
#> \end{threeparttable}
#> \par\endgroup

These options can then be set only once with setFixest_etable:

setFixest_etable(style.tex = style.tex(var.title = "", fixef.title = "",
                                       fixef.suffix = " FE", stats.title = "", 
                                       tablefoot = FALSE, tpt = TRUE))
etable(model1, notes = "My standard errors", tex = TRUE)
#> \begingroup
#> \centering
#> \begin{threeparttable}[b]
#>    \begin{tabular}{lc}
#>       \tabularnewline \midrule \midrule
#>       Dependent Variable: & mpg\\  
#>       Model:              & (1)\\  
#>       hp                  & -0.0261\\   
#>                           & (0.0136)\\   
#>       drat                & 0.8521\\   
#>                           & (0.7127)\\   
#>       wt                  & -2.980\\   
#>                           & (1.079)\\   
#>       cyl FE              & Yes\\  
#>       Observations        & 32\\  
#>       R$^2$               & 0.85938\\  
#>       Within R$^2$        & 0.47441\\  
#>       \midrule \midrule & \tabularnewline
#>    \end{tabular}
#>    
#>    \begin{tablenotes}
#>       \item My standard errors
#>    \end{tablenotes}
#> \end{threeparttable}
#> \par\endgroup

See another example here: https://lrberge.github.io/fixest/articles/exporting_tables.html#setting-etable-default-values-latex-edition

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Laurent Bergé

79588686

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

Please comment out the NavMenu component within the MainLayout.razor file.
Impact:
This will effectively remove the sidebar from the layout.

After this you can delete NavMenu.razor file.

Hide Side Bar

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

79588664

Date: 2025-04-23 12:54:35
Score: 2.5
Natty:
Report link

Just to add another cause for this error: the enable exec command flag was set to true on my service, but not enabled on the container.

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

79588654

Date: 2025-04-23 12:51:35
Score: 2.5
Natty:
Report link

Replace this line:

document.getElementById("demo").innerText = "Score:", score;

with this:

document.getElementById("demo").innerText = "Score: " + score;

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

79588647

Date: 2025-04-23 12:47:34
Score: 1
Natty:
Report link

I ended up with generic solution in which I decompose seconds (or whatever I have initially) and then do what I want with result parts.

function sequentialDivision(number, dividers) {
    const divisionResults = [];
    let remains = number;
    for (const divider of dividers) {
        divisionResults.push(Math.floor(remains / divider));
        remains = Math.floor(remains % divider);
    }

    return divisionResults;
}

function secondsToHoursMinutesSeconds(totalSeconds) {
    const [hours, minutes, seconds] = sequentialDivision(totalSeconds, [3600, 60, 1]);
    return {
        hours, 
        minutes,
        seconds,
    };
}

function secondsToHhMmSs(totalSeconds) {
    return sequentialDivision(totalSeconds, [3600, 60, 1])
        .map(s => s.toString().padStart(2,"0"))
        .join(":");
}

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Elgik

79588640

Date: 2025-04-23 12:44:33
Score: 0.5
Natty:
Report link

you’re not pulling in the C++ standard library

if you're on macOS, do this :

clang++ Hello.cpp -o hello
./hello

or if you’ve installed GCC via homebrew, do this :

g++-13 Hello.cpp -o hello
./hello
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bilal El Mahdaoui

79588636

Date: 2025-04-23 12:41:32
Score: 3
Natty:
Report link

Maxpe apps me error java security cert. cert path validator Exception trust anchor for certification path no found

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

79588635

Date: 2025-04-23 12:40:32
Score: 0.5
Natty:
Report link

Change this line in your javascript :

document.getElementById("demo").innerText = "Score: " + score;

to this :

document.getElementById("demo").innerText = `Score: ${score}`;

or use template literal :

document.getElementById("demo").innerText = "Score: " + score;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bilal El Mahdaoui

79588632

Date: 2025-04-23 12:39:31
Score: 1
Natty:
Report link

The problem is this line document.getElementById("demo").innerText = "Score:", score; Change it to a template literal like this: document.getElementById("demo").innerText = `Score: ${score}`;

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

79588625

Date: 2025-04-23 12:35:30
Score: 3
Natty:
Report link

Sometimes it's esier to prepare text in advance manually. You can do it with any of the bunch of online-tools (e.g. this online text-formatter)

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

79588623

Date: 2025-04-23 12:34:30
Score: 0.5
Natty:
Report link

As of 2025, you should be able to use sklearn on NVIDIA GPUs with a one-line code change to your jupyter notebook:

%load_ext cuml.accel

This uses the cuML library (part of RAPIDS framework) to use the GPU. The rest of the sklearn code should remain the same.

References:

An example Google Colab notebook

cuML Installation

blog post with CPU/GPU performance comparisons

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

79588619

Date: 2025-04-23 12:29:29
Score: 0.5
Natty:
Report link

I've setup Credential Manager through Firebase and the steps that helped me solve similar issues in the past were:

  1. Make sure you're signed into your Google account on the device you're testing
  2. Make sure that you've added your signing certificate fingerprints in the Firebase Project settings (you have to use SHA-1, SHA-256 doesn't work)
  3. Make sure that in the Google Cloude Console, under APIs & Services > Credentials > OAuth 2.0 Client IDs the appropriate clients have been added and that the fingerprints match (in case of using Firebase, the clients will be named "Android client for com.example.appId (auto created by Google Service)".

The code is rarely the issue (I can't spot anything wrong with the code you provided), but it's easy to mess up the setup.

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

79588617

Date: 2025-04-23 12:28:28
Score: 4
Natty:
Report link

I just realized that the problem was with how I was substituting img src's with beautifulsoup, my bad. But as a general tip when using weasyprint in Python, errors are usually related to incorrect path's relative to the base_url. Have a good day ;)

Reasons:
  • Blacklisted phrase (1): good day
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Luís Felipe Araujo de Oliveira

79588616

Date: 2025-04-23 12:27:28
Score: 1
Natty:
Report link

The error code says that your h2-version does not match the version of the database that you are trying to load.

You need to use the same h2-version with which the database (the *.db file) has been created to load this file again. So have a look in the dependencies of your working application to find the exact version of the used h2-dependency.

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

79588610

Date: 2025-04-23 12:21:26
Score: 2.5
Natty:
Report link
  data: Theme.of(context).copyWith(
            colorScheme: const ColorScheme.light(),
          ),

works in my case because I want to change background to white

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bhatti Shb

79588600

Date: 2025-04-23 12:14:25
Score: 1.5
Natty:
Report link

I too had this same question and just figured it out.

The route is just coming from the [Route("[controller]")] line. It uses the class name of the controller minus the word "Controller". So, since the name of the class is "WeatherForecastController", the route becomes /WeatherForecast.

If you would change the class name in the line underneath of the main route to WeatherForecast2Controller, your route would become /WeatherForecast2.

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

79588590

Date: 2025-04-23 12:09:23
Score: 2
Natty:
Report link

Ok I find a way to do it using the maskImage and linearGradient (thanks to this post: Using CSS, can you apply a gradient mask to fade to the background over text?)

Here's my new loginPage.js:

import { Box, Flex, Image, Card } from "@chakra-ui/react";
export default function LoginPage() {
  return (
    <Flex
      paddingX={0}
      marginX={0}
      width={"100%"}
      justifyContent={"space-between"}
    >
      <Box>
        <Box maskImage="linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));">
          <Image src="./img/bordeaux.png"></Image>
        </Box>
      </Box>

      <Flex direction={"column"} justifyContent={"space-evenly"}>
        <Card.Root>
          <Card.Header />
        </Card.Root>
        <Card.Root>
          <Card.Header />
        </Card.Root>
      </Flex>
    </Flex>
  );
}
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Gormec

79588588

Date: 2025-04-23 12:08:23
Score: 4
Natty:
Report link

Technically not possible and (currently) not planned: https://github.com/angular/angular/issues/60950

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

79588583

Date: 2025-04-23 12:06:22
Score: 5.5
Natty: 6.5
Report link

Can we get the work items tab details beside the Commits as well, what changes we need to make to the script to get those.?

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

79588578

Date: 2025-04-23 12:05:21
Score: 4.5
Natty: 5
Report link

Ho una pagina di Salento vacanza in cui ho un iframe; quando clicco su un pulsante, non si apre!

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

79588571

Date: 2025-04-23 12:04:21
Score: 1
Natty:
Report link

I used the sx prop on Tabs, with the css classes for Tabs and Tab. In MUI 7.0.2.

<Tabs
  sx={{
    "& .MuiTabs-root: {
      minHeight: 44,
      height: 44,
    },
    "& .MuiTab-root: {
      minHeight: 44,
      height: 44,
    },
  }}
 >

From the CSS classes documentation: https://mui.com/material-ui/api/tabs/#classes

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

79588565

Date: 2025-04-23 12:02:20
Score: 1.5
Natty:
Report link

Just small change:-

@Override public Intent registerReceiver(@Nullable BroadcastReceiver receiver, IntentFilter filter) { if (Build.VERSION.SDK_INT >= 34 && getApplicationInfo().targetSdkVersion >= 34) { return super.registerReceiver(receiver, filter, android.content.Context.RECEIVER_EXPORTED);

} else {
    Intent intent = super.registerReceiver(receiver, filter);
    return intent;
}

}

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Override
  • Low reputation (1):
Posted by: Monil Raycha

79588557

Date: 2025-04-23 12:00:20
Score: 1
Natty:
Report link

or as simple as this:

Enum eRGBcolor
 color_Red = 0
 color_Green = 1
 color_Blue = 2
End Enum
Function PartRGB(RGBcolor As eRGBcolor, ByVal ColorValue&) As Long
  PartRGB = (ColorValue \ 256 ^ RGBcolor) Mod 256
End Function
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Stephan Dardaganidis

79588555

Date: 2025-04-23 11:58:19
Score: 2.5
Natty:
Report link

You can try writing the query like this:

SELECT Table_one.Name, Table_two.weight FROM Table_one JOIN Table_two on Table_one.identifier == table_two.identifier

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

79588554

Date: 2025-04-23 11:58:19
Score: 1
Natty:
Report link

I am not really sure what you are trying to achieve (yes, low latency but what is the project about and why do you start with off-heap management?)

Take a look at Quarkus+Vert.x which is already super fast and saves a lot of memory - you can even step up the game by native compilation. If you still need to improve things, use specialized libraries like Eclipse Collections. It it a highly optimized Java collections library with even more types, primitive collections.

I used this combination several times to create high performant low latency applications.

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

79588551

Date: 2025-04-23 11:57:18
Score: 0.5
Natty:
Report link
for (int col = 0; col < 21; col++){
    if(col==0)
        System.out.printf("%4s","");
   else System.out.printf("%4s", col);
}

Replace the second for-loop with the above code, and it will work.

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

79588544

Date: 2025-04-23 11:54:17
Score: 2.5
Natty:
Report link

I remember facing a similar problem! The strftime function doesn’t add leading zeros for years before 1000, so for the year "33", it just outputs "33" instead of "0033". The problem becomes more obvious when you try to parse the string back using strptime, because the %Y format expects a 4-digit year.

The datetime module in Python generally expects years to be at least 4 digits long, and doesn’t add zeros for years less than 1000.

You can manually add leading zeros to the year to avoid the parsing issue and ensure consistency. For example:

import datetime
old_date = datetime.date(year=33, month=3, day=28)
formatted_date = old_date.strftime("%Y-%m-%d")
padded_date = f"{int(formatted_date[:4]):04d}{formatted_date[4:]}"

This ensures the year is always 4 digits, and you can safely parse it later.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing a similar problem
  • Low reputation (1):
Posted by: Viktor Sbruev

79588539

Date: 2025-04-23 11:51:17
Score: 1.5
Natty:
Report link

Detail matters.

In an attempt to keep this brief, I glossed over the fact MyFormView contains another view component. This is fine, but it happens to be a form, and it's rendering before `@using(Html.BeginUmbracoForm <MyApp.SecondaryFormController ...` is closed.

This results in a form within a form which is invalid HTML and just breaks things.

Refactoring so the form isn't rendered within another form fixes the issue.

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

79588534

Date: 2025-04-23 11:47:15
Score: 10.5 🚩
Natty: 4
Report link

did you find the solution? i have the same error atboost/libs/model/model.cpp:1185: Incorrect model file descriptor

Reasons:
  • RegEx Blacklisted phrase (3): did you find the solution
  • RegEx Blacklisted phrase (1): i have the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i have the same error
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find the solution
  • Low reputation (1):
Posted by: Khadijah-kharif

79588528

Date: 2025-04-23 11:45:14
Score: 1.5
Natty:
Report link

You can also just compute a diff and then just check if it is still in range

let a = 3.0;
let b = 2.9999999999;
let diff = a - b;
assert_eq!(diff < 0.000001, diff > -0.000001);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29599701

79588521

Date: 2025-04-23 11:40:13
Score: 4
Natty: 4
Report link

apparently there is no way, or the developers here are not experienced enough

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

79588515

Date: 2025-04-23 11:38:12
Score: 2
Natty:
Report link

Instead of NativeModules.SettingsManager.settings.AppleLocale, it should be NativeModules.SettingsManager.getConstants().settings.AppleLocale in newer versions of React Native.

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

79588513

Date: 2025-04-23 11:37:11
Score: 3.5
Natty:
Report link

The formidable codes should be inside the socket.on scope

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

79588512

Date: 2025-04-23 11:37:11
Score: 0.5
Natty:
Report link

distutils used by setuptools to replace the stdlib distutils with setuptools' bundled distutils library

You can check the source distutils code here

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

79588511

Date: 2025-04-23 11:37:11
Score: 0.5
Natty:
Report link

I just found this old question when trying to solve the same issue myself. The answer is:

<l-rectangle class-name="pulse" ...

That passes the className argument to the leaflet constructor which creates the element.

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

79588507

Date: 2025-04-23 11:36:11
Score: 2.5
Natty:
Report link

This is caused by the implementation of .strftime() in the C library in Linux omitting any leading zeros from %Y and %G. The related issue in CPython's issue tracker is here.

Thanks to jonrsharpe's comment for the answer, and highlighting this section of the documentation:

"The full set of format codes supported varies across platforms, because Python calls the platform C library’s strftime() function, and platform variations are common."

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Melipone

79588502

Date: 2025-04-23 11:33:10
Score: 3.5
Natty:
Report link

same issue with me as i commented the line;

reg.fit(x, y) # :))

you must have to add the fit as it predicts on the basis of given data in form of x and y (supervised learning)

Reasons:
  • RegEx Blacklisted phrase (1): same issue
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: VS_Devl

79588495

Date: 2025-04-23 11:29:09
Score: 1
Natty:
Report link

CREATE DATABASE IF NOT EXISTS db_CAJANO_04;

USE db_CAJANO_04;

CREATE TABLE tbl_MARRY_04 (

id INT AUTO_INCREMENT PRIMARY KEY,

username VARBINARY(255),

secret_data VARBINARY(255)

);

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

79588483

Date: 2025-04-23 11:25:08
Score: 3
Natty:
Report link

Eventually, I discovered that my exact case was covered in the docs for kamal: https://kamal-deploy.org/docs/configuration/builder-examples/ under "Using build secrets for new images".

It worked

Reasons:
  • Whitelisted phrase (-1): It worked
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Pål Simen Ellingsen

79588478

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

db.[collection].find({ _id: {$gte: ObjectId(Math.floor(Date.now() / 1000) - 14 * 24 * 60 * 60)}})

db.[коллекция].find({ _id: {$gte: ObjectId(Math.floor(Date.now() / 1000) - 14 * 24 * 60 * 60)}})

sudo -u postgres psql ALTER SYSTEM SET track_commit_timestamp = on; \q

select * from [таблица] WHERE pg_xact_commit_timestamp(xmin) >= NOW() - INTERVAL '2 weeks';

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

79588474

Date: 2025-04-23 11:21:07
Score: 2
Natty:
Report link

The algorithm works by progressively improving an estimate of the shortest path between every pair of vertices by considering each vertex as a possible intermediate step on the path. It would be wrong since now you are iterating through all source node for all intermediary node for all target node instead.

However even if you mess up the order of loops it will run correctly if you repeat it 3 times.
Refer to this paper for the proof of that : https://arxiv.org/abs/1904.01210

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

79588468

Date: 2025-04-23 11:19:06
Score: 1
Natty:
Report link
mport pandas as pd
import numpy as np

data = {
    'feature1':np.random.randint(1,100,100),
    'feature2':np.random.rand(100)*10,
    'Target':np.random.randint(50,150,100)
}

df = pd.DataFrame(data)

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

79588462

Date: 2025-04-23 11:14:05
Score: 1.5
Natty:
Report link

You can mock the pipe:

import { MockPipe } from 'ng-mocks';
export const MockDatePipe = MockPipe(DatePipe);

And then import the MockDatePipe in the providers-array.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Wim van der Veen

79588459

Date: 2025-04-23 11:12:04
Score: 0.5
Natty:
Report link

Try to place script into .sh file and start it like

variables:
  var1: ${var1}

release:
  stage: release
  script:
    - ./echo-files.sh
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: poisoned_monkey

79588453

Date: 2025-04-23 11:09:04
Score: 2
Natty:
Report link

I find a bit funny that nobody used recursive solution, which can fit one line as well

size_t strlen_rec(const char*str) {
  return *str ? 1+strlen_rec(str+1) : 0;
}

but its not tail case recursive, so stackoverflow is guaranteed

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Владимир GhostV

79588431

Date: 2025-04-23 10:58:00
Score: 0.5
Natty:
Report link

There is a solution for that.

Indeed jobs are run on separated session.

The problem, that you cannot pass parameters to the stored procedure (while they are kept in other session). i.e. whether you add in a temporary table and do rollback at the end.

For that solution - any call to the special stored procedure (that calls the job) won't be interfered by any transactions.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Eitan

79588388

Date: 2025-04-23 10:35:55
Score: 3.5
Natty:
Report link

i dont understand any of what you just typed

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

79588387

Date: 2025-04-23 10:35:54
Score: 4
Natty: 7.5
Report link

what if there would be an if-else statement in the ontouch method. the first if clause would return false and while this (same) touch event the if clause switches onto the else clause (while the same touch). but the else clause returns true.

here is my question. the touch event first returns false in the if clause. the else clause returns true, but within the same touch event. is this possible, same touch event, but different return values (switching to the else clause)?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): what if the
  • Low reputation (1):
Posted by: Maximilian Notar

79588386

Date: 2025-04-23 10:34:54
Score: 1
Natty:
Report link

use placeholder, than label

your code:

    label = {Text(text = if (value.isEmpty()) stringResource(id = R.string.name" else "")}

wright code:

placeholder = {Text(text = if (value.isEmpty()) stringResource(id = R.string.name" else "")}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Имя Фамилия

79588382

Date: 2025-04-23 10:32:53
Score: 1
Natty:
Report link

@mrbarletta was misinformed back in 2021

SalesAgility never removed the YUI library in version 7.11.6 of SuiteCRM
YUI v2 is available on every page of SuiteCRM current version 7.14.6

As for your question:

popups are opened in SuiteCRM with the global function open_popup
which has this signature (apologies for missing type information)

function open_popup(module_name, width, height, initial_filter, close_popup, hide_clear_button, popup_request_data, popup_mode, create, metadata)

This will open a popup search window
You can also open your very own custom windows with this function

SUGAR.util.openWindow

signature (no type information):
SUGAR.util.openWindow(URL, windowName, windowFeatures);

As for ajax
SuiteCRM uses jQuery for this
I would recommend you look at https://api.jquery.com/jQuery.ajax/

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @was
  • Low reputation (1):
Posted by: Web Wizard

79588376

Date: 2025-04-23 10:31:53
Score: 2.5
Natty:
Report link

The correct answer is to use the environment variable QSG_RHI_BACKEND=opengl instead of QT_QUICK_BACKEND=opengl

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

79588352

Date: 2025-04-23 10:12:49
Score: 1.5
Natty:
Report link

I ran into a similar problem and I used window.getComputedStyle(domElement) which takes into account the sx properties set.

Then you can do the appropriate style checks as needed.

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

79588347

Date: 2025-04-23 10:10:48
Score: 2
Natty:
Report link

I faced this issue when playing with scaling of AKS. I tryed many things: removing cookies, hard reloads. Restarting of PC.

I did logout from Azure portal and this is fix my issue.

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

79588336

Date: 2025-04-23 10:05:47
Score: 1.5
Natty:
Report link

I see what the issue is. The problem is , its a mismatched structure of the profile. Google doesnt return a login or bio by default. This exists more in Github profile responses so thats why ur code fails. This would work..

async signIn({ user, account, profile }) {try {const { name, email, image } = user; const id = profile.sub; //this is the correct field from Google

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

79588335

Date: 2025-04-23 10:05:47
Score: 3.5
Natty:
Report link

Installing apps from unknown sources in a work profile managed by an EMM is restricted by Android’s security policies, particularly for work profiles. You will need to deploy your app as LOB via Managed Google play. For more info and steps, check out this guide: https://learn.microsoft.com/en-us/intune/intune-service/apps/apps-add-android-for-work#managed-google-play-private-lob-apps

Reasons:
  • Blacklisted phrase (1): this guide
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Md Mudassir

79588326

Date: 2025-04-23 09:57:45
Score: 2
Natty:
Report link

In addition to Chris Martin's answer, it is also used to cache values. This is used in GenericForeignKey(well, CheckFieldDefaultMixin.set_cached_value)

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

79588323

Date: 2025-04-23 09:56:45
Score: 1.5
Natty:
Report link

Possible reasons: • seed.js does not exist in your project folder. • You’re in the wrong directory in the terminal. • File is named differently (e.g., Seed.js instead of seed.js), and file names are case-sensitive in some environments.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Marko Balažic

79588322

Date: 2025-04-23 09:56:45
Score: 4
Natty:
Report link

Administrator rights were needed. I re-installed the extension and it works!

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

79588316

Date: 2025-04-23 09:54:43
Score: 7 🚩
Natty: 5.5
Report link

how to do this step?

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): how to
  • Low reputation (1):
Posted by: Jason Zhang

79588293

Date: 2025-04-23 09:49:41
Score: 0.5
Natty:
Report link

Here are some steps to check the generation of the .cs file:

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

79588292

Date: 2025-04-23 09:49:41
Score: 0.5
Natty:
Report link

Ah yes, the classic CSS torture device — where the table scrolls for eternity and the text just whispers, ‘I used to wrap... once.

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>The Scrollening</title>
  <style>
    .scroll-container {
      width: 300px;
      overflow-x: auto;
      border: 1px solid #999;
      white-space: nowrap;
    }

    table {
      border-collapse: collapse;
      min-width: 600px; 
    }

    th, td {
      border: 1px solid #ccc;
      padding: 8px;
      text-align: left;
    }

    .wrap-me-please {
      max-width: 150px;
      white-space: normal; 
      word-wrap: break-word; 
    }
  </style>
</head>
<body>
  <div class="scroll-container">
    <table>
      <tr>
        <th>ID</th>
        <th class="wrap-me-please">Long Column That Just Wants to Wrap But Is Doomed to Stretch Forever</th>
        <th>Date</th>
      </tr>
      <tr>
        <td>1</td>
        <td class="wrap-me-please">
          This text is long, like a StackOverflow answer with 3 edits and a war in the comments.
        </td>
        <td>2025-04-23</td>
      </tr>
    </table>
  </div>
</body>
</html>
Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SULMAN KHAN

79588283

Date: 2025-04-23 09:43:39
Score: 2
Natty:
Report link

This part of the documentation should help: https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md#region-detection

You can override Mountpoint's automatic bucket region detection with the --region command-line argument or AWS_REGION environment variable.

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

79588282

Date: 2025-04-23 09:43:39
Score: 2
Natty:
Report link

Yes, Excel-DNA v 1.8.0 works fine with .NET 8.0.

You do need the ".NET Desktop Runtime" to be installed, but I'd expect a clear message if that is not the case.

Are you trying a simple add-in, or does your project have additional dependencies?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: Govert

79588276

Date: 2025-04-23 09:42:38
Score: 4.5
Natty: 4.5
Report link

Have a look at prettier-plugin-multiline-arrays.

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

79588264

Date: 2025-04-23 09:36:36
Score: 0.5
Natty:
Report link

After hours of searching and refusing to edit the pipeline in the portal for what is meant to be automated configuration, it looks to be a permissions issue.

In my config, I have a pipeline used for the automate building of the environment (and subsequent pipelines) running in the context of the 'Project Build Service' account.

When running the script used in the pipeline for config locally, in the context of my user account, it creates the pipeline without issues and attaches the Default agent pool for YAML as 'Azure Pipelines' (As wanted). However, running the same script in the context of the 'Project Build Service' account, it does not apply this setting. Therefore, it's a permissions issue that annoyingly gives you a silent error instead of failing.

To fix:

  1. Navigate to 'Project Settings > Agent Pools > Azure Pipelines (Your pool) > Security'

  2. Under 'User permissions', click 'Add'

  3. Select the account your automated process is running in the context of. In my case, this is the Project Build Service account.

  4. Assign them role of 'User'.

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

79588262

Date: 2025-04-23 09:34:36
Score: 1.5
Natty:
Report link

{ "mode_name": "Punjab Turbo MOD", "version": "v1.20.1", "settings": { "fps_unlock": 120, "graphics_quality": "Smooth", "shadows": false, "anti_aliasing": false, "gpu_acceleration": true, "ram_cleaner": true, "network_optimizer": true, "touch_response_boost": true, "thermal_management": true }, "auto_apply": true }

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

79588260

Date: 2025-04-23 09:33:35
Score: 5
Natty:
Report link

Is the following example what you are looking for?

enter image description here

Reasons:
  • Probably link only (1):
  • 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 the
  • High reputation (-1):
Posted by: Musab Dogan

79588256

Date: 2025-04-23 09:30:34
Score: 3
Natty:
Report link

Load a prefixes.ttl file with only prefixes, and they will be remembered as namespaces

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

79588251

Date: 2025-04-23 09:27:34
Score: 1.5
Natty:
Report link

ABOVE he/she is right!!!!
You can configure your rule statement in your WAF web ACL to Inspect the Header and set your Header field name to Host and finally specify a Match Type to a regex pattern.

FIRST you want to create a regex pattern so that if anyone hits your site with ip waf will block it.

open waf > (on left side) regex pattern sets > create regex > put name , description and region... NOW under Regular expressions copy this pattern given below :
^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$

this pattern will match the all ip address.

NOW create a go to rule > add rules > add my own rules > put rule name > select regular rule > statement inspect > choose Single header > in header feild name write = host > match type = matches patten from regex patten set > under regex pattern set choose u r regex. then set Action to BLOCK > add rule....
NOW hit u r website with IP wether it is global accelarator IP , ELB IP or any IP depending on u r archeticture.

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

79588240

Date: 2025-04-23 09:18:32
Score: 0.5
Natty:
Report link

i think you're filtering based on something not directly a property or want to evaluate the whole object (like a string or name after ForEach-Object), you must use the scriptblock form:

Get-ChildItem | ForEach-Object Name | Where-Object { $_ -match '\.(txt|md)$' }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arian Fm

79588237

Date: 2025-04-23 09:17:31
Score: 1
Natty:
Report link

Based on the snippets you've shared I suggest using max-width and word-wrap directly on the td

like this :

td:nth-child(3) {
  max-width: 200px;
  white-space: normal;   
  word-wrap: break-word;
  overflow-wrap: break-word;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohammed Abdessetar Elyagoubi

79588236

Date: 2025-04-23 09:14:31
Score: 2.5
Natty:
Report link

It cost O(nlogn) to build a AVL Tree
and O(n) to build a binary heap using sink-based heap construction

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