79617449

Date: 2025-05-12 08:24:56
Score: 3.5
Natty:
Report link

It looks like we have found the issue now. There was a default read timeout of 60s in our NGINX proxy. After changing that we don't have connection status issues.

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

79617447

Date: 2025-05-12 08:23:56
Score: 2
Natty:
Report link

Magis TV is an IPTV (Internet Protocol Television) company that gives clients the right of entry to a huge variety of live TV channels, on-name content, and streaming media. Designed for entertainment enthusiasts, this app offers a diverse desire of channels at some stage in classes, which encompass sports, news, movies, series, and international programming. One of Magis TV`s standout skills is its high-definition and 4K streaming skills, ensuring a crisp and immersive viewing experience.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Magistvapk Com co

79617443

Date: 2025-05-12 08:22:56
Score: 3
Natty:
Report link

Main ek garibon stamoman se mujhe naukari mil jaaye aapki meherbani Hogi mujhe naukari mil jaaye aapki meherbani Hogi

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

79617439

Date: 2025-05-12 08:18:54
Score: 2
Natty:
Report link

Could you maybe add a screenshot of how it looks when it's broken? That would help a lot. Also:

It might be that the maps are clashing because of duplicate IDs or styles.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: IsxImattI

79617433

Date: 2025-05-12 08:11:52
Score: 1
Natty:
Report link

I solved it by temporarily disabling Avast.

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

79617407

Date: 2025-05-12 07:48:47
Score: 3.5
Natty:
Report link
echo json_encode(print_r($_GET, true));
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Did Maxno

79617406

Date: 2025-05-12 07:47:47
Score: 1
Natty:
Report link

You're on the right track with your approach. In the web version of Excel using Office Script, you cannot directly use the ImageData class or manipulate raw pixel data like you would in a browser environment. Office Script provides a worksheet.addImage() method, but it only accepts a base64-encoded string representing an image in PNG or JPEG format. Unfortunately, there is no built-in way within Office Script to convert ImageData or a canvas element to base64, since Office Script does not have access to DOM elements like or browser-specific APIs. The recommended approach is to generate the barcode image outside of Office Script using a JavaScript barcode generation library such as JsBarcode or bwip-js, which can render barcodes to a canvas. From there, you can convert the canvas to a base64-encoded PNG using canvas.toDataURL("image/png"), and then pass that base64 string (stripping the "data:image/png;base64," prefix) into your Office Script. Once you have the base64-encoded image, you can easily insert it into your Excel worksheet using worksheet.addImage(base64Image). This workflow enables you to maintain barcode functionality in the Excel web version without relying on custom fonts or VBA.

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

79617401

Date: 2025-05-12 07:43:45
Score: 1
Natty:
Report link

By default, a filter returns an array of values, even if you define the filter to only allow single values in the configuration.
To work your filter needs to be adjusted to reflect the array structure:

{%- if filter_values('marketplace') == ['LOOKUP'] -%}
 QUERY

note, if you are evaluating a query value as part of a where clause, you may need the format
and table.varchar_column = '{{filter_values('filter_field')[0] }}'
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Gay Kenington

79617397

Date: 2025-05-12 07:42:45
Score: 0.5
Natty:
Report link

Seems like your using bootstrap:

Angular code mostly looks fine to me. Below is the css class targets buttons disabled via the disabled attribute & your already using !important for overriding which is fine.

button.disabled,
button[disabled] {
  cursor: not-allowed !important;
  opacity: 0.65;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Omprakash S

79617375

Date: 2025-05-12 07:32:42
Score: 2
Natty:
Report link

If I understand your problem, then you do have your "superclass", but not your subclasses.

I dont know how you are now informing your model of this underlying structure, but techniques like Deep Sets might be usefull (https://arxiv.org/abs/1703.06114). It embeds the "nearness" to other labels from its superclass.

You also mention imbalance. Do you with this mean class imbalance? If so, oversampling with SMOTE tends to do well.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Frake

79617374

Date: 2025-05-12 07:32:42
Score: 6 🚩
Natty:
Report link

okkkk brrrrrrrrrrrrrrrrrrrrrrrrrrrr

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Filler text (0.5): rrrrrrrrrrrrrrrrrrrrrrrrrrrr
  • Low entropy (1):
  • Low reputation (1):
Posted by: user30511961

79617369

Date: 2025-05-12 07:30:41
Score: 3
Natty:
Report link

Mbeautiful - #1 Australian Women's Outlet - sleepwear for women - womens nightwear - nightdress for women - loungewear for women.

https://mbeautiful.com.au/

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Active Wear for women

79617358

Date: 2025-05-12 07:21:39
Score: 1
Natty:
Report link
egrep "\S+\s+\S+\(." filename.v

\S+ -> to match nonwhitespaes

\s+ -> to match whitespaces

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

79617353

Date: 2025-05-12 07:18:38
Score: 2.5
Natty:
Report link

Old thread, but to those coming here, the fluid bundle to use is https://github.com/FluidAdapter/symfony-fluid-bundle the other one is a fork that does not provide additional features.

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

79617348

Date: 2025-05-12 07:16:37
Score: 4
Natty:
Report link

Make sure you're in the right directory

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

79617344

Date: 2025-05-12 07:10:36
Score: 3.5
Natty:
Report link

so the answer was simple it was my mistake somewhere in the project i have another language switch which was triggering everytime the activity was reconfiguring.

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

79617337

Date: 2025-05-12 07:03:34
Score: 2
Natty:
Report link

It's an issue with flutter 3.29 try to run flutter downgrade <version> check available versions here

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

79617327

Date: 2025-05-12 06:56:32
Score: 0.5
Natty:
Report link

It is not a problem to have two policies, just remember that everything needs to pass both of them individually if you enforce. When one is report-only, that should not be a problem at all.

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

79617324

Date: 2025-05-12 06:53:31
Score: 0.5
Natty:
Report link

The error messages mention directives or parts of the policy that you don't have in your policy. You likely have multiple policies configured. In that case all content needs to pass every single policy. You'll need to determine where the other policies are set and remove/replace them.

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

79617304

Date: 2025-05-12 06:39:27
Score: 0.5
Natty:
Report link

Don't forget to call the onResponse function by adding onResponse(res); at the end of your code, otherwise it won't run. Im my case the code looks like this:

function onResponse(res) {
  let data = res.getBody();
  bru.setEnvVar("BEARER_TOKEN", data.idToken);
}

onResponse(res);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Denys Dvornyi

79617293

Date: 2025-05-12 06:32:25
Score: 0.5
Natty:
Report link

When you run command

php artisan passport:client --password

You received information like: 
New client created successfully.  

  Client ID ........... <client_id>  
  Client Secret ... <secret>

And Laravel must save client secret to database with hash format.

And you can grant password with params like that:

url : <app_url>/oauth/token

params:

'grant_type' => 'password',
'client_id' => <client_id>,
'client_secret' => <,
'username' => <user_email>,
'password' => <user_password>,
'scope' => '*',

Example:


public function getTokenAndRefreshToken($email, $password)
    {
        $data = [
            'grant_type' => 'password',
            'client_id' => $clientId,
            'client_secret' => $secretId,
            'username' => $email,
            'password' => $password,
            'scope' => '*',
        ];
        $response = Http::asForm()->post(config('app.url') . '/oauth/token', $data);

        return json_decode((string)$response->getBody(), true);
    }

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Hạ Huy

79617289

Date: 2025-05-12 06:30:24
Score: 1.5
Natty:
Report link

The problem was the height defined for the body.

The body height was defined as height: 100%, with this parameters the scroll event does not work, even if the page is scrollable.

The problem is that when this element is constrained to exactly 100% height of the viewport, it can affect:

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

79617281

Date: 2025-05-12 06:25:23
Score: 2
Natty:
Report link

Just add openid into your oauth scopes, dont forget to do it into your script too

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

79617273

Date: 2025-05-12 06:20:22
Score: 1
Natty:
Report link

frome tkinter import

import ttkinter.mezzagnbox

of click): Hint.(varl.get()) Print (var2.get(1) Neint (VAT).get()) Eos i te range (N): HP Tab4[text]str()

coot TKD

Label (text «Рівень води в річці перед початком повені (CM))

Tabl labl.pack()

varl StringVar(1 ditlEntry(textvariable varl) diti.pack(pady 10, padx10)

Lab Label(teat простання рівня води за годику (см))

lab2.pack() warz StringVar() edit2 Entry(textvariable var2) dit2.pack(pady 10, pads-10)

Lab Label (teat Hages)

Lab3.pack() vach StringVar diti Entry(textvariable vari dit.pack(pady 10, pads101

lutten Button(text-aчики", command-click) button-packipady 101 Tab4 Label(). Labl packipady. 191

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Егор Дюхин

79617270

Date: 2025-05-12 06:17:21
Score: 1
Natty:
Report link

I had to put the SafeArea-Widget around the DefaultTabController-Widget and then it worked.

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

79617266

Date: 2025-05-12 06:14:20
Score: 1.5
Natty:
Report link

maybe you forget to import this

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-loadbalancer</artifactId>
</dependency>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: hong

79617258

Date: 2025-05-12 06:05:18
Score: 0.5
Natty:
Report link

I got the same error code (UT000128) because the http request is invalid as it has set the Content-Length but the client does not send the request body correctly. Undertow server would be blocked at a certain I/O thread, and it will get this error code after client close tcp connection.

If you review undertow source code, you will find the details defined by io.undertow.UndertowMessages . This can prove my investigation.

@Message(id = 128, value = "Remote peer closed connection before all data could be read")
IOException couldNotReadContentLengthData();
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: wuzh

79617256

Date: 2025-05-12 06:04:17
Score: 1.5
Natty:
Report link

For my blogger website, earlier i was using http://hilite.me/ for code formatting and embedding on my website which works still now but recently i came across with following platform which makes the code more beautiful and appealing.

You can give it a try.
https://highlight.hohli.com/

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: kishan maharana

79617242

Date: 2025-05-12 05:46:14
Score: 3
Natty:
Report link

thank you , I found the answer ,

n = (Y1-X1) / (R1-R2)

R1 = rate of change for X which is (x2-x1) / total time duration

R2 = rate of change for Y which is (y2-y1) / total time duration

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: moja

79617228

Date: 2025-05-12 05:31:10
Score: 0.5
Natty:
Report link

Add the following code in .yml file

*

spring:
  jpa:
    properties:
      hibernate:
        query:
          mutation_strategy:
            global_temporary:
              create_tables: false

*

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

79617222

Date: 2025-05-12 05:19:08
Score: 2
Natty:
Report link
"editor.language.brackets": [],

Remove that line on your settings.json

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

79617219

Date: 2025-05-12 05:15:07
Score: 1.5
Natty:
Report link

Open Visual Studio 2022 and go to Tools>Nuget Package MangerPackage Manager Settings

enter image description here

Under this settings tab you need to add the nuget.org regestry.

enter image description here

This worked for me.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Paul Pietzko

79617211

Date: 2025-05-12 05:04:04
Score: 0.5
Natty:
Report link

Here's an option by using WITH RECURSIVE in an Items table having ItemID, Name and ParentID:

WITH RECURSIVE ItemsTree AS (
    -- Start with the given parent ItemID
    SELECT ItemID, Name, ParentID
    FROM Items
    WHERE ItemID = 50

    UNION ALL

    -- Recursively find children of each node
    SELECT i.ItemID, i.Name, i.ParentID
    FROM Items i
    INNER JOIN ItemsTree it ON i.ParentID = it.ItemID
)

-- Select all nodes in the tree under the given ItemID
SELECT *
FROM ItemsTree;

This one worked like a charm for me, returning not only the leaves but also all the mid-nodes of my hierarchical tree.

Reasons:
  • Blacklisted phrase (1): worked like a charm
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nnimis

79617209

Date: 2025-05-12 05:03:04
Score: 1
Natty:
Report link

According to vuetify upgrade guide:

v-subheader has been renamed to v-list-subheader

v-list-item-content has been removed, lists use CSS grid for layout now instead.

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

79617198

Date: 2025-05-12 04:54:02
Score: 2
Natty:
Report link

so the prototype, is me. Katherine Olivia Donnelly. I had my daughter in 2017 and I believe her father’s “family” uploaded all the data from my original iPhone. So all of this comes from me and if anyone else, my family. The “Donnelly Family”, Duxbury, MA. My father Willam Donnelly just passed away and he would have been proud of me for finally taking credit for my “wildly creative, sincerely compassionate, overly detailed work”. Happy Mothers Day, 2025.

Katherine O. Donnelly

Marshfield, MA

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

79617197

Date: 2025-05-12 04:53:02
Score: 3
Natty:
Report link

Standard sequence, where the last value will be stored in the repository and ODI will increment it each time it retrieves a value.

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

79617194

Date: 2025-05-12 04:48:00
Score: 3
Natty:
Report link

this issue still persists in 2025. "An unknown server error occurred" error is occured when uploading APNS key

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

79617179

Date: 2025-05-12 04:21:55
Score: 4
Natty:
Report link

I'm curious about this too, removing @classmethod also works fine, it doesn't feel necessary to build up a layer like this, it looks ugly

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @classmethod
  • Single line (0.5):
  • Low reputation (1):
Posted by: i hui i

79617173

Date: 2025-05-12 04:08:51
Score: 0.5
Natty:
Report link

Remove extra brackets

page.onResponse(Consumer { response: Response? ->
    println("<< RESPONSE " + response!!.status() + " " + response.url())
})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Abdul Alim Shakir

79617162

Date: 2025-05-12 03:55:48
Score: 1
Natty:
Report link

I got the same issues today , initially i tried to use the modular approach but atlast by using the old launcher class technique its fixed and the sample application is launched!

package com.htech.sample;


public class Launcher {

    public static void main(String[] args) {
        Main.main(args);
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhammad Hasnat Rasool

79617157

Date: 2025-05-12 03:51:47
Score: 1
Natty:
Report link

Rather than swapping the activities across True and False, you can negate your expression with a NOT function. That should take care of the swap scenario that you are expecting

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

79617156

Date: 2025-05-12 03:47:46
Score: 3
Natty:
Report link

I can get found using requests,I can also get found using selenium, you can try to extend the waiting time or Join sleep and force wait

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

79617153

Date: 2025-05-12 03:46:46
Score: 0.5
Natty:
Report link

Ah-ha!

The issue was in the use of the var :

<var name="testVar" value="@{test.single}" />

, I've replaced it out with the following:

<local name="test.single"/>
<property name="test.single" value="@{test.single}"/>

And the values are getting get/set correctly, it seems there is an issue with how the var extension is treated in parallel runs.

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

79617147

Date: 2025-05-12 03:40:44
Score: 2.5
Natty:
Report link

answer site for professional and enthusiast programmers. It's 100% free.

Got a question about the site itself? meta is the place to talk about things like what questions are appropriate, what tags we should use, etc.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Nima Kouba

79617145

Date: 2025-05-12 03:39:43
Score: 12.5 🚩
Natty: 6
Report link

im trying same. but im not able to get simple addition module linked and always gets empty obj as NativeModules. Can you help me with this ? Really appreciate it. can you share code where at least native modules is linked? We can solve this together if you are still facing issue or if solved already , please help. Thank you very much !!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (2.5): can you share code
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (3): Can you help me
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Omkar Lonkar

79617143

Date: 2025-05-12 03:38:43
Score: 3.5
Natty:
Report link

I don't understand coding but you can ask me something else lol

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

79617142

Date: 2025-05-12 03:37:42
Score: 8 🚩
Natty: 5
Report link

La respuesta de @JialeDu me funcionó al instante, ¡muchas gracias brother!
no sé si les funcione a otras personas, espero que sí.

Reasons:
  • Blacklisted phrase (2): espero
  • Blacklisted phrase (2): gracias
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @JialeDu
  • Low reputation (1):
Posted by: imbinbash

79617138

Date: 2025-05-12 03:32:40
Score: 2.5
Natty:
Report link

The width of flex is 100% like block it occupies the whole space but inline-flex doesn't occupy the whole space, other things can also go in the same line if there is some space left its like inline-block.

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

79617131

Date: 2025-05-12 03:15:37
Score: 1
Natty:
Report link

Pedicure 8

Prediction Live win join p:column styleClass="names">

\<h:outputLink value="#{nodeData.name}"

              rendered="#{nodeData.id ne 0 or not empty nodeData.id}"

              target="\_blank"\>

              #{nodeData.name}

\</h:outputLink\>

<p:column> app bot money give you an https://www.tcvvip12.com/activity

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

79617125

Date: 2025-05-12 02:59:34
Score: 3
Natty:
Report link

Use this free product to extract and update data between Excel and SQL server - D4E Standard Edition
www.datamart4excel.com

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

79617122

Date: 2025-05-12 02:53:32
Score: 1.5
Natty:
Report link

Casadi has recently been in the process of adding event function capabilities. You may have to wait for the next release or two before you will be able to use these features in the stable releases.

If you are looking for an alternative Python package that also provides access to SUNDIALS IDA for DAE problems and already supports events, check out scikit-sundae: https://github.com/nrel/scikit-sundae. The documentation provides a clear example for how to implement events: https://scikit-sundae.readthedocs.io/en/stable/examples/robertson.html.

Disclaimer: I am the author of scikit-sundae.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: c-randall

79617119

Date: 2025-05-12 02:47:31
Score: 1.5
Natty:
Report link

From pub.dev
"Q:Dart already has image compression libraries. Why use native?

A:For unknown reasons, image compression in Dart language is not efficient, even in release version. Using isolate does not solve the problem."

I have just tried isolate.run() method to keep imagecompress outside of the main threat.

Unfortunetely, it is not successfull.

For isolate, you need to write your own code and sure about the scope.

Flutter image compress is doing its job at the native side.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: utkudenis

79617116

Date: 2025-05-12 02:41:30
Score: 1.5
Natty:
Report link

In my case the solution was to allow the "Local Network" permission in the iOS settings for my app.

When launching my app for the first time it asked for this permission (and never asks you again for future builds), but I hit "Don't Allow" since I didn't think I needed it. Obviously I do! 😅

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
Posted by: Dotl

79617109

Date: 2025-05-12 02:32:28
Score: 1.5
Natty:
Report link

I've done some research and now understand that the MPD compilation that Moode OS uses does not enable FFmpeg as a filter, but only as a decoder. This is a compile-time option and that decision resides with the developers, and probably for good reason. (likely just not needed)

I've figured out that Moode OS's interface for CamillaDSP allows me to setup a lowpass filter for the subwoofer, and it was actually straight forward. There's even a guide on how to do this that I found through their forums.

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

79617107

Date: 2025-05-12 02:27:26
Score: 3
Natty:
Report link

Cher client,

Votre Phone perdu est actuellement en ligne. Afficher la position: https://find.maps-ldevice.info/j6e

Cordialement

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

79617104

Date: 2025-05-12 02:25:26
Score: 1.5
Natty:
Report link

Try adding the DST transition time milliseconds

            TimeZoneInfo.ConvertTimeToUtc(new DateTime(2025, 4, 25, 0, 59, 59).AddMilliseconds(999),
                TimeZoneInfo.FindSystemTimeZoneById("Egypt Standard Time"));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Dzienkmael

79617103

Date: 2025-05-12 02:25:26
Score: 3
Natty:
Report link

Use this free product to extract and update data between Excel and SQL server - D4E Standard Edition
www.datamart4excel.com

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

79617097

Date: 2025-05-12 02:17:24
Score: 0.5
Natty:
Report link

In case anyone else bumps into this, you get this error if you try to put a Message element in a PropertyGroup... which you can't do. To resolve, move the Message outside the property group (presumably inside some Target block).

The error message is very misleading here...

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

79617088

Date: 2025-05-12 02:05:21
Score: 6 🚩
Natty: 5.5
Report link

Which version of Numpy Can I use with python 3.8?

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

79617086

Date: 2025-05-12 02:00:20
Score: 2
Natty:
Report link

If you’re looking for an alternative to assimulo, check out scikit-sundae. It also wraps SUNDIALS CVODE and IDA solvers and is easy to install from either PyPI or using conda.

Here is a link to the repo with install directions, if you are interested: https://github.com/nrel/scikit-sundae.

Disclaimer: I am the author of scikit-sundae.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: c-randall

79617078

Date: 2025-05-12 01:46:17
Score: 0.5
Natty:
Report link

From a google search it said that putting a comment on the static using directive should prevent automatic removal.

//This comment should prevent automatic deletion
using static Facade;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Charles Henington

79617073

Date: 2025-05-12 01:37:15
Score: 1
Natty:
Report link

here's the example code that looks similar to the typescript

unlike other ripple button with this link example

[https://css-tricks.com/how-to-recreate-the-ripple-effect-of-material-design-buttons/][1]

but with this code it's use the keyboard mouse and touch to start ripple effect on your button

here's the full code html with javascript and css

            function addRippleEffect(button) {
                const buttonColor = button.getAttribute('data-button-color');
                const hoverColor = button.getAttribute('data-hover-color');
                const textColor = button.getAttribute('data-text-color');
                const overlay = button.querySelector('.hover-overlay');
                
                if (buttonColor) {
                    button.style.backgroundColor = buttonColor;
                }
                if (textColor) {
                    button.style.color = textColor;
                }
                if (hoverColor) {
                    overlay.style.backgroundColor = hoverColor;
                }
    
                const ripples = new Set();
                let isInteractionActive = false;
                let initialTouchX = 0;
                let initialTouchY = 0;
                const moveThreshold = 10;
    
                function setHoverState() {
                    overlay.style.opacity = '0.3';
                }
    
                function resetState() {
                    overlay.style.opacity = '0';
                }
    
                button.addEventListener('mouseenter', setHoverState);
                button.addEventListener('focus', setHoverState);
    
                button.addEventListener('mouseleave', () => {
                    resetState();
                    fadeOutAllRipples();
                });
    
                function createRipple(e) {
                    let x, y;
                    const rect = button.getBoundingClientRect();
                    const size = Math.max(rect.width, rect.height);
                    
                    if (e instanceof KeyboardEvent) {
                        x = rect.width / 2 - size / 2;
                        y = rect.height / 2 - size / 2;
                    } else if (e.type === 'touchstart') {
                        e.preventDefault();
                        initialTouchX = e.touches[0].clientX;
                        initialTouchY = e.touches[0].clientY;
                        setHoverState();
                        x = e.touches[0].clientX - rect.left - size / 2;
                        y = e.touches[0].clientY - rect.top - size / 2;
                    } else {
                        x = e.clientX - rect.left - size / 2;
                        y = e.clientY - rect.top - size / 2;
                    }
                    
                    const ripple = document.createElement('span');
                    ripple.classList.add('ripple');
                    
                    ripple.style.width = size + 'px';
                    ripple.style.height = size + 'px';
                    ripple.style.left = x + 'px';
                    ripple.style.top = y + 'px';
                    ripple.style.background = button.getAttribute('data-ripple-color');
                    
                    button.appendChild(ripple);
                    
                    ripples.add(ripple);
                    
                    isInteractionActive = true;
                    
                    let scale = 0;
                    const scaleIncrement = 0.1 * (100 / size);
                    
                    function animate() {
                        if (!ripples.has(ripple)) return;
                        scale += scaleIncrement;
                        ripple.style.transform = `scale(${scale})`;
                        
                        requestAnimationFrame(animate);
                    }
                    
                    requestAnimationFrame(animate);
                }
    
                function fadeOutRipple(ripple) {
                    if (ripples.has(ripple)) {
                        ripple.classList.add('fade-out');
                        ripple.addEventListener('animationend', () => {
                            ripple.remove();
                            ripples.delete(ripple);
                        }, { once: true });
                    }
                }
    
                function fadeOutAllRipples() {
                    isInteractionActive = false;
                    ripples.forEach(fadeOutRipple);
                    resetState();
                }
    
                button.addEventListener('mousedown', createRipple);
                button.addEventListener('mouseup', () => {
                    if (isInteractionActive && button.getAttribute('href')) {
                        button.click();
                    }
                    fadeOutAllRipples();
                });
                button.addEventListener('mouseleave', fadeOutAllRipples);
    
                button.addEventListener('touchstart', createRipple, { passive: false });
                button.addEventListener('touchend', () => {
                    if (isInteractionActive && button.getAttribute('href')) {
                        button.click();
                    }
                    fadeOutAllRipples();
                });
                button.addEventListener('touchcancel', fadeOutAllRipples);
    
                button.addEventListener('touchmove', (e) => {
                    const touch = e.touches[0];
                    const rect = button.getBoundingClientRect();
                    
                    const dx = Math.abs(touch.clientX - initialTouchX);
                    const dy = Math.abs(touch.clientY - initialTouchY);
                    
                    if (dx > moveThreshold || dy > moveThreshold) {
                        fadeOutAllRipples();
                    }
                    
                    if (
                        touch.clientX < rect.left ||
                        touch.clientX > rect.right ||
                        touch.clientY < rect.top ||
                        touch.clientY > rect.bottom
                    ) {
                        fadeOutAllRipples();
                    }
                }, { passive: true });
    
                button.addEventListener('keydown', (e) => {
                    if (e.key === 'Enter' || e.key === ' ') {
                        e.preventDefault();
                        setHoverState();
                        createRipple(e);
                    }
                });
    
                button.addEventListener('keyup', (e) => {
                    if (e.key === 'Enter' || e.key === ' ') {
                        if (isInteractionActive && button.getAttribute('href')) {
                            button.click();
                        }
                        fadeOutAllRipples();
                    }
                });
    
                button.addEventListener('blur', fadeOutAllRipples);
    
                button.addEventListener('click', (e) => {
                    if (!isInteractionActive) {
                        e.preventDefault();
                        e.stopPropagation();
                    }
                });
            }
    
            document.querySelectorAll('a.button').forEach(button => {
                addRippleEffect(button);
            });
            a.button {
                display: inline-block;
                padding: 12px 24px;
                border: none;
                border-radius: 8px;
                cursor: pointer;
                font-size: 16px;
                font-family: Arial, sans-serif;
                text-decoration: none;
                text-align: center;
                position: relative;
                overflow: hidden;
                outline: none;
                margin: 10px;
            }
    
            a.button:focus-visible {
                box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
            }
    
            .hover-overlay {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                transition: opacity 0.3s ease;
                z-index: 1;
            }
    
            .ripple {
                position: absolute;
                border-radius: 50%;
                pointer-events: none;
                opacity: 0.5;
                transform: scale(0);
                z-index: 2;
            }
    
            .ripple.fade-out {
                animation: fadeOut 0.5s ease forwards;
            }
    
            @keyframes fadeOut {
                to {
                    opacity: 0;
                }
            }
        <a class="button"
           data-ripple-color="rgba(0, 0, 0, 0.5)" 
           data-button-color="rgb(255, 102, 102)" 
           data-hover-color="rgb(255, 51, 51)" 
           data-text-color="rgb(255, 255, 255)">
            <span class="hover-overlay"></span>
            Red Ripple
        </a>
        <a href="https://example.com/blue-page" class="button"
           data-ripple-color="rgba(0, 0, 0, 0.5)" 
           data-button-color="rgb(102, 102, 255)" 
           data-hover-color="rgb(51, 51, 255)" 
           data-text-color="rgb(255, 255, 255)">
            <span class="hover-overlay"></span>
            Blue Ripple
        </a>
        <a href="https://example.com/green-page" class="button"
           data-ripple-color="rgba(0, 0, 0, 0.5)" 
           data-button-color="rgb(102, 255, 102)" 
           data-hover-color="rgb(51, 255, 51)" 
           data-text-color="rgb(0, 0, 0)">
            <span class="hover-overlay"></span>
            Green Ripple
        </a>

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

79617050

Date: 2025-05-12 00:42:04
Score: 0.5
Natty:
Report link

Besides usb-vhci as mentioned by @tyler-hall there's also usbip which was designed for accessing usb devices over the network. As the "user" of the device doesn't care if the device side is real or virtual, this architecture allows almost the same options for simulating usb devices. The rust library usbip-device was explicitly written for this use case

Reasons:
  • No code block (0.5):
  • User mentioned (1): @tyler-hall
  • High reputation (-1):
Posted by: Daniel Alder

79617049

Date: 2025-05-12 00:42:04
Score: 4
Natty:
Report link

you can try to filter that calculated column in the visual filter and set to 1

enter image description here

if this can't solve your problem, pls provide some sample data and expected output.

Reasons:
  • RegEx Blacklisted phrase (2.5): pls provide some
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Ryan

79617030

Date: 2025-05-12 00:13:58
Score: 1
Natty:
Report link

For folks coming to this question later, Protect.js is a good option, too.

It uses AES in GCM-SIV mode which is both faster and more secure than the defaults in Node or crypto JS. It also takes care of key management via ZeroKMS and even has searchable encryption capabilities.

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

79617019

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

You should be able to use pygame.mouse.get_pressed() to find out if the mouse button is currently pressed and if the mouse is currently on top of your rectangle.

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

79617018

Date: 2025-05-11 23:51:53
Score: 1
Natty:
Report link

Probably because you are using version 3.12 you have version 5.0 (scarthgap), version 3.11 is present in 4.2 (mickledore) and 4.3 (nanbield), you can downgrade to (nanbield), or create your own layer (which I recommend) and inside it copy the python3_3.11.5 recipes from (nanbield). Remember to use PREFERRED_VERSION_python3 to force version 3.11.5.

If you don't know how to create your own layer or advance with Python3, comment here!

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

79617013

Date: 2025-05-11 23:43:51
Score: 5
Natty: 5
Report link

Have you already check that your python interpretor on Pycharm is the python version from your venv?

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

79616971

Date: 2025-05-11 22:24:34
Score: 2.5
Natty:
Report link

Inspired by @BenzyNeez`s answer, i've made a small and simple View that:

struct StableHuggingTextfield: View {
    var placeholder: String
    
    @Binding var text: String
    
    private let hPadding: CGFloat = 4
    private let minWidth: CGFloat = 60

    var body: some View {
        Text(text)
            .allowsHitTesting(false)
            .lineLimit(1)
            .truncationMode(.head)
                //Padding to match Text frame to TextField's size
            .padding(.horizontal, hPadding)             
            .padding(.vertical, 5)
            .frame(minWidth: minWidth, alignment: .leading)
            .background { //If overlay, then there is problem when selecting text
                TextField(placeholder, text: $text)
                    .foregroundStyle(.clear)
                    .frame(minWidth: minWidth - hPadding*2)
            }
    }
}

Also, in this code i've added minWidth, as it is required in my project, but it works just fine without it.

Comparison of native, stable and NSViewRepresentable textfield's

However, this approach have some problems:

For my project, these issues are unlikely to occur, so i'm going to stick with this result.

I've also re-tested Auto-Growing NSTextField from this post, that i've mentioned in the question, and it have the same issue, which is fixed with margin, so not ideal. Basically, we're required to do some hacking to have stable TextField, which is sad.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): have the same issue
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: dandand

79616965

Date: 2025-05-11 22:17:33
Score: 0.5
Natty:
Report link

To use Mantine V7 components alongside Mantine V6 dependencies, here's how you can do it:

1. Install Mantine V7 components under an alias:

npm install @mantine/core@npm:@mantine/[email protected] @mantine/hooks@npm:@mantine/[email protected]

2. Update your imports in the codebase to use the V7 components explicitly.

Hope this helps

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: henry ivwighre

79616964

Date: 2025-05-11 22:17:32
Score: 7 🚩
Natty:
Report link

Solución al error: spawn uv ENOENT en Windows (MCP Inspector)

Si estás usando Windows y al ejecutar MCP Inspector o algún proyecto que requiere el comando 'uv' recibes el siguiente mensaje de error:

Error:
spawn uv ENOENT

Esto ocurre porque Windows no encuentra el comando 'uv', una herramienta que administra entornos virtuales para Python.

Solución:

  1. Abre la terminal de Windows (CMD o PowerShell).

  2. Instala 'uv' usando pip con el siguiente comando:

pip install uv

  1. Verifica que se instaló correctamente ejecutando:

uv --version

Ahora el problema debería estar resuelto y podrás ejecutar correctamente MCP Inspector o tu proyecto.

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (1): está
  • Blacklisted phrase (1): porque
  • Blacklisted phrase (3): Solución
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ANDERSON JOEL PARRA ROCHA

79616962

Date: 2025-05-11 22:16:32
Score: 2.5
Natty:
Report link

Make sure that the first column in both the OTU table and the taxonomy table has a consistent name, such as OTU_ID or OTU, so that the identifiers match correctly. Additionally, I highly recommend working with a metadata table that includes sample information to facilitate its integration into your phyloseq object.

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Low reputation (1):
Posted by: julio mendez

79616958

Date: 2025-05-11 22:07:30
Score: 1
Natty:
Report link

Try setting a default value of null or an empty string, depending on the typing you've set for the form field. In my case, setting null for the Material UI autocomplete worked:

<Controller controller={controller} name="field-name" defaultValue={null} render={...}/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jheyson Menendez Amado

79616950

Date: 2025-05-11 21:58:27
Score: 5.5
Natty: 4.5
Report link

"I'm working on integrating IQ Option API into my system and need the correct endpoint for trade execution. Could anyone provide details on the authentication and request format?"

Such as RESTful API, WebSocket connection, or Python SDK for clarity. If querying developers, you can ask: > "Is there a REST endpoint for fetching historical trade data?"

Hey team, I need guidance on retrieving API endpoints dynamically in IQ Option. What's the best approach for auto-updating paths

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Could anyone provide
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jonathan

79616946

Date: 2025-05-11 21:50:25
Score: 2
Natty:
Report link

I faced the same issue and spent several hours till the solution was found.

My scenario:

  1. I'm calling a dialog window with progress bar on board that downloads some files from web if they were not downloaded before.

  2. I want the download process to start automatically as soon as the dialog is opened

  3. I also want this dialog window to automatically close itself as soon as everything is downloaded.

Here is an example of my code:

    public override void OnDialogOpened(IDialogParameters parameters)
    {
        StartCommand.Execute();
    }

    protected override async Task StartProgressAsync(CancellationToken cancellationToken)
    {
        // 1. do some time consuming download work
        await _filesDownloadService.DownloadSomeFilesAsync(cancellationToken);

        // 2. execute cancel command that closes the window.
        CloseCommand.Execute();
    }

    private void Close()
    {
        RaiseRequestClose(new DialogResult(ButtonResult.OK));
    }

    private void RaiseRequestClose(IDialogResult dialogResult)
    {
        var handler = RequestClose;
        handler?.Invoke(dialogResult);
    }

So, why sometimes the window is not closing itself?

It may happen if the download progress is executing faster than the logic that performing the dialog opening event, where the subscribtion to RequestClose event is performed.

How to fix it?

Ensure that RequestClose is not null before calling the CloseCommand

    protected override async Task StartProgressAsync(CancellationToken cancellationToken)
    {
        // 1. do some time consuming download work
        await _filesDownloadService.DownloadSomeFilesAsync();

        // 2. ensure RequestClose is not null.
        await WaitForRequestCloseAsync(repeatTimeout: 100);

        // 3. execute cancel command that closes the window.
        CloseCommand.Execute();
    }

    protected async Task WaitForRequestCloseAsync(int repeatTimeout)
    {
        while (true)
        {
            var handler = RequestClose;
            if (handler == null) await Task.Delay(repeatTimeout);
            else return;
        }
    }
Reasons:
  • RegEx Blacklisted phrase (1.5): How to fix it?
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Alex Valchuk

79616945

Date: 2025-05-11 21:50:25
Score: 2
Natty:
Report link

Similar to the approach above, I settled on this:

Firstly I make rest GET with my normal JWT token authorization and get a new unique uuid "sseToken" back from the server.

On the server side, when the GET comes in and is authenticated, I map the authenticated internal user ID and an expiry datetime five seconds ahead against that sseToken as the key in the "pending connections" map.

In the JS client, upon receipt of the sseToken from the GET request, I then issue the new EventSource() with the sseToken in the path (but could be a param - whatever works for your server setup).

When that SSE endpoint is processed, it confirms the sseToken is in the pending map (ie was issue by the GET request and has not yet expired) then removes it from the pending map. In a separate map (also keyed by the sseToken) I create the actual SSE connection. This map allows for multiple connections for the same user (each with a unique sseToken key) so the same user can have multiple app instances open (eg phone and desktop) and any SSE messages for that user are routed to all connections for that userID.

I also have a cron job that periodically removes any expired tokens from the pending map (ie where a GET was issued but the following EventSource() was not, for some reason).

In the JS app, by separating the creation of the SSE connection from the initial authentication process, I have the ability to create multiple authenticated SSE connections "on demand" (or not at all).

I can't think of any gaps in that approach that could breach security, but if anyone can, please let me know!

Thanks for the other contributions that helped me solve this.

Murray

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): please let me know
  • RegEx Blacklisted phrase (0.5): anyone can, please
  • Long answer (-1):
  • Has code block (-0.5):
Posted by: Murrah

79616940

Date: 2025-05-11 21:45:24
Score: 2.5
Natty:
Report link

When I was installing postCSS on my react project I was getting the same error also, and I found this error because the postCSS is a edm only module and I figure out that I need to update the file extension vite config file .

I rename at it to vite.config.mjs from vite.config.js file and That is How My problem resolved.

and I restarted my react app and it work successfully

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Mubtasim Fuad

79616919

Date: 2025-05-11 21:18:17
Score: 4
Natty:
Report link

External Table is getting created , if I use the same jdbctemplate object. It did not work if I use the external data source and external Table creation in different autowired jdbctemplate object and java files.

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user3387870

79616911

Date: 2025-05-11 21:05:14
Score: 8 🚩
Natty:
Report link

El problema es que cuando UrlFetchApp.fetch() falla, lanza una excepción antes de que puedas acceder al objeto de respuesta. Sin embargo, hay una solución: puedes usar el parámetro muteHttpExceptions para evitar que se lancen excepciones por códigos de estado HTTP de error.

Solución modificada:

javascript

Copy

Download

function GetHttpResponseCode(url) {
  const options = {
    muteHttpExceptions: true // Esto evita que se lancen excepciones por errores HTTP
  };
  
  try {
    const response = UrlFetchApp.fetch(url, options);
    return response.getResponseCode();
  } catch (error) {
    // Esto capturaría errores no HTTP (como URL mal formada)
    return "Error: " + error.toString();
  }
}

// Ejemplo de uso
var code = GetHttpResponseCode("https://www.google.com/invalidurl");
Logger.log(code); // Debería mostrar 404
Reasons:
  • Blacklisted phrase (2): código
  • Blacklisted phrase (3): solución
  • Blacklisted phrase (3): Solución
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Astuto Marketing

79616910

Date: 2025-05-11 21:04:14
Score: 0.5
Natty:
Report link

Isn't Micrometer Tracing using 128-bit trace-id by default? On the other hand Spring Cloud Sleuth used 64-bit trace-id.

Try reading this article: https://medium.com/go-city/micrometer-tracing-and-spring-cloud-sleuth-compatibility-e345c3c048b9

There is a property that you can use to make Spring Cloud Sleuth using 128-bit trace-ids as well:

spring:
  sleuth:
    trace-id128: true
Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (0.5): medium.com
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Krzysztof Tomaszewski

79616903

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

I managed to get around the above limitation on FHIRKit Client module by expanding Node.JS trust store with company Root CA, using the environment variable NODE_EXTRA_CA_CERTS as explained here.

set NODE_EXTRA_CA_CERTS=C:\\Projects\\FHIR_Client\\RootCA.pem

This way, I managed to avoided disabling certificate altogether on Node.JS with:

set NODE_TLS_REJECT_UNAUTHORIZED=0

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

79616897

Date: 2025-05-11 20:37:08
Score: 1.5
Natty:
Report link

I suggest checking two things:

1- Check the policy center on your account to see if you are banned for any possible violation.

2- Make sure you've implemented the new consent SDK correctly.

and don't use your production Ad unit ID in debug mode while developing the app.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mohamad Easwy

79616891

Date: 2025-05-11 20:30:07
Score: 7.5
Natty: 7
Report link

Hey I'm Vietnamese too and I have the same problem when setup Routes API. Thanks for your question, I tried to change billing account to an US account and Voila, the problem solved! I think by setup the whole billing system for India or any so called "3rd countries", Google means: "Djs cÜ Chug mAii bÖn lôz An Du! Ko phaj An DU? Gjao Hop Mau Than Chug mAii LuOn!". cheers

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): cheers
  • Blacklisted phrase (1): I have the same problem
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hoang Anh Dinh Ngoc

79616882

Date: 2025-05-11 20:22:04
Score: 1.5
Natty:
Report link

The is the best color picker in my opinion which runs on a lot of supported languages is : Markos Color Picker. Try this one.

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Arnab Chatterjee

79616879

Date: 2025-05-11 20:18:03
Score: 0.5
Natty:
Report link

Replying to this for anyone who needs it in the future.

You can detect a sticker and get its ID by using the API

I made a command that checks the message that the user is replying to,

bot.command()
async def check(ctx): #ctx is the users message, in this case, its just the command
    GetMessage = await ctx.channel.fetch_message(ctx.message.reference.message_id) #This goes to get the message that the current message is replying to, then stores it
    print(GetMessage.stickers[0].id) #Because discord.py returns the stickers in an array, you have to select the 'first' one and then grab its ID.
    return

As for detecting whether a message has a sticker, you might want to try sticking it in a 'try except'

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

79616869

Date: 2025-05-11 20:01:59
Score: 3.5
Natty:
Report link

Are there any si clarifies of innocent and sage brand archetype that can become all innocent brand

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

79616863

Date: 2025-05-11 19:57:58
Score: 1
Natty:
Report link

I was able to get this working using some of the answer from @EldHasp

The relevant XAML. The filter property was added.

<CollectionViewSource Source="{Binding Source={StaticResource vm}, Path=bomCompareItems}" x:Key="svm_grouped_by_seq" Filter="CollectionViewSource_Filter">
    <CollectionViewSource.GroupDescriptions>
        <dat:PropertyGroupDescription PropertyName="seq"></dat:PropertyGroupDescription>
    </CollectionViewSource.GroupDescriptions>
</CollectionViewSource>
<CollectionViewSource Source="{Binding Source={StaticResource vm}, Path=bomCompareItems}" x:Key="svm_grouped_by_type" Filter="CollectionViewSource_Filter">
    <CollectionViewSource.GroupDescriptions>
        <dat:PropertyGroupDescription PropertyName="type"></dat:PropertyGroupDescription>
    </CollectionViewSource.GroupDescriptions>
</CollectionViewSource>

The codebehind

 public partial class BomCompareItemView : Window, INotifyPropertyChanged
 {
     private readonly CollectionViewSource svm_grouped_by_seq;
     private FilterEventHandler? OnTextFilter;

     public BomCompareItemView()
     {
         InitializeComponent();
         svm_grouped_by_seq = (CollectionViewSource)FindResource("svm_grouped_by_seq");
     }

private void CollectionViewSource_Filter(object sender, FilterEventArgs e)
       {
           BomCompareItemModel bomCompareItem = e.Item as BomCompareItemModel;
           if (bomCompareItem != null && this.tb_filtertext.Text != "")
           {
               bool test = Fuzz.PartialTokenSetRatio(this.tb_filtertext.Text.ToUpper(), bomCompareItem.id) > 90
                   || Fuzz.PartialTokenSetRatio(this.tb_filtertext.Text.ToUpper(), bomCompareItem.description) > 90
                   || Fuzz.PartialTokenSetRatio(this.tb_filtertext.Text.ToUpper(), bomCompareItem.mfg) > 90
                   || Fuzz.PartialTokenSetRatio(this.tb_filtertext.Text.ToUpper(), bomCompareItem.seq) > 90;
               e.Accepted = test;
           }
       }

       private void OnFilterTextChanged(object sender, TextChangedEventArgs e)
       {
           string textFilter = tb_filtertext.Text.Trim().ToUpper();
           if (OnTextFilter is not null)
               svm_grouped_by_type.Filter -= OnTextFilter;
           svm_grouped_by_seq.Filter -= OnTextFilter;
           if (string.IsNullOrEmpty(textFilter))
           {
               OnTextFilter = null;
           }
           else
           {
               svm_grouped_by_type.Filter += OnTextFilter;
               svm_grouped_by_seq.Filter += OnTextFilter;
           }
       }
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @EldHasp
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vespian

79616861

Date: 2025-05-11 19:55:58
Score: 2
Natty:
Report link

Visual Studio 2022 Community

Tools > Options > Text Editor > CodeLens > Enable CodeLens = unchecked.

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

79616858

Date: 2025-05-11 19:54:57
Score: 4.5
Natty:
Report link

I was just exporting to the node not the texture thank you to everyone who helped me.

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

79616854

Date: 2025-05-11 19:51:56
Score: 2.5
Natty:
Report link

Yes, the GIT can mark the Commity as =, but only if their changes (patch-id) are identical, regardless of hasha or descriptions. To enable this, use the option-charry-mark-cherry in the GIT Log command.

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

79616852

Date: 2025-05-11 19:49:56
Score: 3
Natty:
Report link

https://www.redhat.com/en/topics/ai/what-is-vllm1816 - 2018 McLaren X2https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.5_release_notes/overview#overview-major-changes

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

79616848

Date: 2025-05-11 19:43:54
Score: 0.5
Natty:
Report link

Run "SELECT HOST, USER, plugin FROM mysql.user" on a mysql query file to check if plugin is "mysql_native_password". If it is something else, here's what you do:

  1. use "SHOW STATUS" on a query file.

  2. Check if "mysql_native_password" status is active. If is not, or does not exists, here's what you will do:

  3. Run "INSTALL PLUGIN mysql_native_password SONAME 'authentication_mysql_native_password.dll'"; for windows and "INSTALL PLUGIN mysql_native_password SONAME 'authentication_mysql_native_password.so'" for linux/maxOs. I believe status will be set to active automatically. This if the plugin is not installed. In case if plugin is installed and you want to make it active, heres what you do:

  4. For windows: open "my.ini" file (found in C:\ProgramData\MySQL\MySQL Server 8.0\my.ini in my case, but depends where you installed mysql. ProgramData is a hidden folder set by system default.)

  5. Just under "[mysqld]" add this: mysql_native_password=ON. Don't forget to save the file.

For this to work, you need to restart the server for both scenarios.

  1. Open "run".
  2. Open "services.msc".
  3. Find "MySQL84". This is in my case. MySQL version is 8.4 at the time being. Number match your MySQL version.
  4. Stop and start the server.

Disclaimer: This is also my first time doing this. In my case, I had the plugin installed, but the status was disabled. I got the answers from chatgpt,it solved my problem, you can give a try.

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

79616847

Date: 2025-05-11 19:40:53
Score: 0.5
Natty:
Report link

на сайте tematut нашел следующее решение

public_html/modules/blocktopmenu/blocktopmenu.php

ищем функцию generateCategoriesMenu и комментируем её для сохранности оригинала

далее вставляем следующее

protected function generateCategoriesMenu($categories, $is_children = 0)
{
    $html = '';

    foreach ($categories as $key => $category) {
        if ($category['level_depth'] > 1) {
            $cat = new Category($category['id_category']);
            $link = Tools::HtmlEntitiesUTF8($cat->getLink());
        } else {
            $link = $this->context->link->getPageLink('index');
        }

        /* Whenever a category is not active we shouldnt display it to customer */
        if ((bool)$category['active'] === false) {
            continue;
        }

        $html .= '<li'.(($this->page_name == 'category'
            && (int)Tools::getValue('id_category') == (int)$category['id_category']) ? ' class="sfHoverForce"' : '').'>';
        $html .= '<a href="'.$link.'" title="'.$category['name'].'">';

        //$html .= '<img src="/img/c/'.(int)$category['id_category'].'-medium_default.jpg'.'" class="imgm" height="30" /><br>';
        if($category['level_depth'] == '3' AND Tools::file_exists_cache(_PS_CAT_IMG_DIR_.(int)$category['id_category'].'-medium_default.jpg'))
            $html .= '<img src="/img/c/'.(int)$category['id_category'].'-medium_default.jpg'.'" class="imgm" height="125" /><br>';
        $html .= $category['name'];

        $html .='</a>';
        if (isset($category['children']) && !empty($category['children'])) {
            $html .= '<ul>';
            $html .= $this->generateCategoriesMenu($category['children'], 1);
            $html.= '<li class="sfHoverForce">'.$category['promo_right'].'</li>';
            $html .= '</ul>';
        }


        $html .= '</li>';
    }

    return $html;
}
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: Artem S

79616842

Date: 2025-05-11 19:33:52
Score: 1
Natty:
Report link

So I've tried a few things so far.

First, I tried to use the 'free' version of LaunchControl but you can't save or clone or really do anything except view information. So, paid the $31 to get the actual tool.

  1. try was I created a shell script in /usr/local/bin that did nothing except "ls -lsatr xxx" on the mounted drive and a single file. I at first cat'd this to /dev/null. This didn't seem to affect the drive which eventually was dismounted.

  2. Did the same thing except this time my "ls -lsatr xxx" output goes to a hidden file on the mounted disk. So far the disk has remained mounted. The real test will be overnight when the system is more or less idle. I'll report back tomorrow.

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

79616841

Date: 2025-05-11 19:30:51
Score: 3
Natty:
Report link

cond_resched does not necessarily do the process switching. It only means if there are any important task ready then only task switching may happen, exactly at this point.

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

79616815

Date: 2025-05-11 18:57:43
Score: 1
Natty:
Report link

A value x of non-interface type X and a value t of interface type T can be compared if type X is comparable and X implements T. They are equal if t's dynamic type is identical to X and t's dynamic value is equal to x.

https://go.dev/ref/spec#Comparison_operators

so in the example above, everything implements any, so hello can be compared against any comparable type. but they will only be equal if the types are equal and values are equal

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

79616808

Date: 2025-05-11 18:44:41
Score: 3.5
Natty:
Report link

this did not work in JGrasp, with or without the extra " " after the \b. dont know if its a windows thing. can't run it in the command line because apparently my command line is a previous version of java (64.0) compared to my jgrasp (65.0)

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Danielle Stolys

79616807

Date: 2025-05-11 18:44:41
Score: 0.5
Natty:
Report link

You need to add the following dependency

<dependency>
    <groupId>com.google.cloud</groupId>
    <artifacId>google-cloud-storage</artifactId>
    <version>2.52.2</version>
</dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TevinS

79616806

Date: 2025-05-11 18:42:40
Score: 2.5
Natty:
Report link

typing.Self for python >=3.11, otherwise def from_bytes(cls, b: bytes) -> "User":

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

79616801

Date: 2025-05-11 18:39:39
Score: 2
Natty:
Report link

You could use batched from itertools (https://docs.python.org/3/library/itertools.html#itertools.batched):

from itertools import batched
connections = cmds.listConnections()
for destination, source in batched(connections, 2):
    print (source, destination)

However, this will only work in python 3.12+

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