79769491

Date: 2025-09-19 12:22:11
Score: 2.5
Natty:
Report link

Make sure SMTP is enabled in your GoDaddy account, use the correct SMTP server (`smtpout.secureserver.net`), and check your account settings for any restrictions. You may also need to enable 'less secure apps' or generate an app password.

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

79769486

Date: 2025-09-19 12:18:10
Score: 1
Natty:
Report link

I found a newer simpler version:

=IFERROR(TEXTJOIN(", ",TRUE,UNIQUE(B1:K1,TRUE,FALSE)),"")

And also one that works if the cells you want to combine are already lists:

=IFERROR(TEXTJOIN(", ", TRUE, UNIQUE(TEXTSPLIT(TEXTJOIN(", ",TRUE,B1:K1),", "),TRUE,FALSE)),"")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jennifer Boshuizen

79769483

Date: 2025-09-19 12:15:09
Score: 2
Natty:
Report link

You could just have =SUM(E2:E76) in cell J1 and rework your SUMIF to a simpler IF .

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

79769481

Date: 2025-09-19 12:14:09
Score: 1
Natty:
Report link

Yes,

I have done it here : https://gcollombet.github.io/mandelbrot/.
Github : https://github.com/gcollombet/mandelbrot.

This is using perturbation theory to compute iteration with better precision. It allow to keep precision where scale is closer to zero as calculus only use small number. It is because the derived formula that uses perturbation theory compute all point from a pre-calculated reference point, chosed very close to c or c, computed with arbitrary precision instead of c (which can be large).

Their is also various rendering optimisation to avoid useless rendering.

I found the technic in fractal forum https://fractalforums.org/index.php

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

79769474

Date: 2025-09-19 12:04:07
Score: 2.5
Natty:
Report link

hey so you have made the uistate as mutable state flow and then using it in the composable funtion as value i dont it works like that to trigger a recomposition collect the value as .collectAsState . in compose any type of flow need to be converted as state to trigger a recomposition.

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

79769473

Date: 2025-09-19 12:04:06
Score: 4.5
Natty:
Report link

Adding glColour3f and switching to white before drawing the cube fixed it. Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alistair Leech

79769472

Date: 2025-09-19 12:03:06
Score: 3
Natty:
Report link

enter image description here

Here are my gathered information, hope it helps.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: EE_G_RLP

79769457

Date: 2025-09-19 11:44:02
Score: 2.5
Natty:
Report link

The plugin bundles three different policies:

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: lzzgabriel

79769448

Date: 2025-09-19 11:32:59
Score: 0.5
Natty:
Report link

I recently did it for my libraries, so I can tell you this: The latest Skiasharp package is still not using the right version of HarfBuzz, probably to maintain backward compatibility.

The fix? It's easy, just add the following package reference (This is temporary, and you might have to remove it in the future based on changes to the Skiasharp package)

<PackageReference Include="SkiaSharp.HarfBuzz" Version="3.119.0" />
Reasons:
  • RegEx Blacklisted phrase (1.5): fix?
  • Contains signature (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: FreakyAli

79769438

Date: 2025-09-19 11:14:54
Score: 1.5
Natty:
Report link

Just do
From This

minifyEnabled true
shrinkResources true

to this

minifyEnabled false
shrinkResources false
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Destination Tracker

79769431

Date: 2025-09-19 11:11:54
Score: 3
Natty:
Report link

Check if the generated column is not the first column. I was also facing same issue. After moving the column position to 2nd, was able the take backup using mysqldump

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

79769405

Date: 2025-09-19 10:47:47
Score: 2
Natty:
Report link

For Recent Google Play Policy for new update or new Publish app must have native code supported to 16kb.

For that you must have source code of native c++ code and CMake file where you can add code for 16kb supported flag

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harshad Ghori

79769392

Date: 2025-09-19 10:22:42
Score: 1.5
Natty:
Report link

I chose the Workload Identity in the Authentication Type dropdown. Then, the new service principal was automatically created with federated credential instead of client secret. It worked well for me.

Reasons:
  • Whitelisted phrase (-1): It worked
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vien

79769388

Date: 2025-09-19 10:18:41
Score: 2
Natty:
Report link

I am experiencing the exact same issue. But in my case, the custom realm is being used by OpenShift and GitLab. Openshift works perfectly. GitLab works great in Safari, occasionally works in Chrome, does not work at all in Firefox.

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

79769378

Date: 2025-09-19 10:08:38
Score: 1.5
Natty:
Report link
springdoc:
    writer-with-order-by-keys: true

Achieves the desired ordering

(Copied from jaco0646 and added as a top-level answer for visibility)

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

79769373

Date: 2025-09-19 10:00:37
Score: 0.5
Natty:
Report link

Not knowing PostgREST I tended to comment that "why not accessing it through a view?",
but in fact according to the doc having a view that exposes your unaccent()ed column you can REST on is the official way:

For more complicated filters you will have to create a new view in the database, or use a function.

Reasons:
  • Blacklisted phrase (1): to comment
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Guillaume Outters

79769368

Date: 2025-09-19 09:56:35
Score: 4.5
Natty:
Report link

check this: How to properly rewrite php code from version 5.6 to 7.x?

And I suggest rewriting your question as it's unclear.

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

79769366

Date: 2025-09-19 09:54:35
Score: 2
Natty:
Report link
colors = ButtonDefaults.buttonColors(containerColor = Color.Red)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Centaro

79769362

Date: 2025-09-19 09:50:34
Score: 1.5
Natty:
Report link

On Amazon Linux 23, you can install PIP by running sudo dnf install python3-pip and verify it with pip3 --version. For consistent usage, use python3 -m pip. At dev technosys, we recommend keeping PIP updated via pip3 install --upgrade pip to ensure compatibility with the latest Python packages.

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

79769350

Date: 2025-09-19 09:40:31
Score: 1
Natty:
Report link

As of my understanding we can use jarsigner with AWS cloud HSM for signing apk or aab files, AWS won't support apksigner for signing apps instead use jarsigner.

example:

jarsigner -keystore example_keystoreRSA.store -signedjar app_signed.aab -sigalg sha512withrsa -storetype CloudHSM -storepass <password> -keypass <password> -J-classpath '-J/opt/cloudhsm/java/*' -J-Djava.library.path=/opt/cloudhsm/lib /tmp/app-release.aab <signing_key_lable>

https://docs.aws.amazon.com/cloudhsm/latest/userguide/third_java-sdk_integration.html
https://docs.aws.amazon.com/cloudhsm/latest/userguide/java-library-install_5.html

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pavan anand chinthalapudi

79769344

Date: 2025-09-19 09:34:30
Score: 1.5
Natty:
Report link

By clicking the hamburger icon a css-class gets added to the body.

The class is ".menu-open" which sets the following:

body.menu-open {
    overflow: hidden;
}

enter image description here

You could overwrite the condition with some custom css like:

body.menu-open {
    overflow: scroll !important;
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kalti

79769343

Date: 2025-09-19 09:34:30
Score: 0.5
Natty:
Report link

this is due to New android edge-to-edge update:
You can install this plugin android-edge-to-edge-support
You just need to install it and no code required.

Reasons:
  • Blacklisted phrase (1): this plugin
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Najam Us Saqib

79769342

Date: 2025-09-19 09:29:29
Score: 2.5
Natty:
Report link

The Texter::send() method returns null because it's dispatching the message asynchronously. To get the SentMessage object, you either have to force synchronous behavior by removing the message bus from your DSN (bad idea) or handle the SentMessageEvent asynchronously in an event listener or subscriber.

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

79769341

Date: 2025-09-19 09:28:29
Score: 1
Natty:
Report link

So the answer is a List.Accumulator function, I had an issue initially as I was checking the whole column but using the Record.Field fixed that issue.

  DoCompare = (a, b) => if a = b then "Good" else "Bad",
  Check3 = List.Accumulator(CompareList, Source, 
  (tbl, checkName) => 
    Table.AddColumn(tbl, check name, each
       DoCompare(
         Record.Field(_, Text.Replace(checkName, "Check ") & "1"),
         Record.Field(_, Text.Replace(checkName, "Check ") & "2")
       )
    )
  )
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Daniel Ashby

79769336

Date: 2025-09-19 09:23:27
Score: 3
Natty:
Report link

I found this to work:

Alt + K on windows
or
opt + K on Mac

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Glenn Key

79769317

Date: 2025-09-19 09:07:23
Score: 1
Natty:
Report link

I added the following functionality for interacting with the database:

@asynccontextmanager
async def runtime_engine(db_url: str = settings.db_url):
    engine = create_async_engine(db_url, pool_pre_ping=True)
    try:
        yield engine
    finally:
        await engine.dispose()


def make_session_factory(engine) -> async_sessionmaker[AsyncSession]:
    return async_sessionmaker(engine, expire_on_commit=False)
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: hhhscvx

79769301

Date: 2025-09-19 08:50:19
Score: 2
Natty:
Report link

use PORT as an env variable .

i hope it helps

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ali Goodarzi

79769289

Date: 2025-09-19 08:38:16
Score: 2
Natty:
Report link

it is deleted in center, pls try

me.dm7.barcodescanner:zxing:1.9.8

it done!

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

79769286

Date: 2025-09-19 08:37:16
Score: 1.5
Natty:
Report link

Could the context deadline exceeded error be related to network latency, request timeouts, or server overload?

The "context deadline exceeded" error you're seeing is a client-side timeout, but in this scenario, it's almost certainly a symptom of a bottleneck on the server-side or in the networking path, rather than a simple RPC timeout. With 5,000+ connections, you are likely hitting a resource limit.

Are there specific configurations for Spring Boot Reactive gRPC to handle a large number of concurrent streams efficiently?

For a large number of long-lived streams, you'll need to tune your gRPC server and client settings, like thread pool management, flow control or keepalive pings.

Are there limits on concurrent connections imposed by GKE's networking or my Ingress configuration?

The e2-standard-4 machine type might be insufficient for 100,000 concurrent streams. Each connection consumes memory and file descriptors.

What strategies can I use to optimize gRPC performance for a large number of subscribers in a reactive Spring Boot application (e.g., connection pooling, flow control)?

Reuse gRPC channels, tune flow control, most importantly use service mesh.

Also, to get more insight into what's happening at the gRPC level, you can enable verbose logging. This can be done by setting the GRPC_VERBOSITY environment variable to DEBUG on your server. This will produce detailed logs about connections, RPCs, and transport-level events, which can be invaluable for debugging.

Are there alternative solutions I should consider for this use case, given the high fan-out requirement?

Maybe websocket?

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

79769282

Date: 2025-09-19 08:31:14
Score: 2.5
Natty:
Report link

Setup your TEMP/TMP envs inside a custom folder and exclude that folder inside windows defender settings

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

79769272

Date: 2025-09-19 08:12:10
Score: 1
Natty:
Report link

I was looking how to call function/ class method and found this.

@eythort answered about functions, here is for method, where you need to define type.

If I understand question, issue is how to call

$a,$b = $C.test()

or

$a,$b = [C]::test()

I wrote this as

class C {
  static [System.Array] test () {
    return @('a','c'),'b'
  }
}

$a will be an array, and $b the letter 'b'

> $a
a
c
> $b
b
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @answered
  • Low reputation (0.5):
Posted by: mitjajez

79769260

Date: 2025-09-19 07:55:07
Score: 3
Natty:
Report link

As pointed out in the comments, this is not dithering but a side effect of bitmap compression in RDP.

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

79769253

Date: 2025-09-19 07:48:04
Score: 1.5
Natty:
Report link

Settings -> System -> Keyboard -> On-screen keyboard -> Gboard (click on the name, on the left side) then
* Physical keyboard -> turn on "Show on-screen keyboard"
* Go back one level (to Gboard's setting) -> Write in text fields -> turn off "Use stylus to write in text fields"

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

79769251

Date: 2025-09-19 07:43:03
Score: 1
Natty:
Report link

The answer is that builds doesn't have this functionality.

Build append was designed when Xray didnt exist so it took some shortcuts to include links to builds and not the actual artifacts in the build info.

The best solution right now in the platform is to create a release bundle from the builds and scan it.

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

79769244

Date: 2025-09-19 07:39:02
Score: 3
Natty:
Report link

Use the gutter icon if you want to switch between rendering/editing for the whole file:
enter image description here

You can enable rendering Javadocs by default by following this: https://www.jetbrains.com/help/idea/javadocs.html#render-javadocs

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

79769240

Date: 2025-09-19 07:30:00
Score: 0.5
Natty:
Report link

There is no public API to do this in the Solver.

However, if you are using Quarkus (like our quickstarts do), you can inject an instance of ConstraintMetaModel.

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

79769230

Date: 2025-09-19 07:26:59
Score: 1
Natty:
Report link

domains is deprecated,use this instead

const config: NextConfig = {
  images: {
    remotePatterns: [
      {
        protocol: 'https',
        hostname: 'hostname.com',
        port: '',
        pathname: '/my-bucket/**',
        search: '',
      },
    ],
  },
}
 
export default config
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user31523436

79769227

Date: 2025-09-19 07:24:58
Score: 1
Natty:
Report link

You may want to except ValueError instead.

DateParseError inherits ValueErrorand for some cases, pd.to_datetimethrows ValueError and not DateParseError. For example pd.to_datetime("123")

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

79769226

Date: 2025-09-19 07:23:58
Score: 0.5
Natty:
Report link

Here's the recent syntax.

# How to specify particular databases
DatabaseCleaner[:active_record, db: :two]

# You may also pass in the model directly:
DatabaseCleaner[:active_record, db: ModelWithDifferentConnection]

ref: https://github.com/DatabaseCleaner/database_cleaner?tab=readme-ov-file#how-to-use-with-multiple-orms

For me db: :two syntax didn't work, but db: ModelWithDifferentConnection worked as expected.

You can define another Record class and use that as db.

class OtherRecord < ActiveRecord::Base
  self.abstract_class = true

  connects_to database: { writing: :other, reading: :other}
end

# spec/rails_helper.rb hook
DatabaseCleaner[:active_record, db: OtherRecord]
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: foloinfo

79769223

Date: 2025-09-19 07:21:58
Score: 2.5
Natty:
Report link

https://hawt.io/ should be what you're looking for. It visualize all the characteristics of a Camel application and it works both on prem and on Kubernetes.

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

79769222

Date: 2025-09-19 07:16:56
Score: 1.5
Natty:
Report link

Ok lol I didn't realize there's a Comments column showing Hidden due to FiltersTab>notcss

Traffic

It seems I unknowingly turned this setting on in the Filters Tab

SettingImage

So I set it to Show all content types and it is working now.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: John Evans Solachuk

79769214

Date: 2025-09-19 07:03:54
Score: 2.5
Natty:
Report link

Use the command below to open it in VS-Code.

code ~/.zshrc

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kulwindar Singh

79769207

Date: 2025-09-19 06:53:51
Score: 3
Natty:
Report link

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE jasperReport PUBLIC "-//JasperReports//DTD Report Design//EN"

    "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd"\>

<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports"

          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

          xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports

          http://jasperreports.sourceforge.net/xsd/jasperreport.xsd"

          name="risk_incident_report"

          pageWidth="595" pageHeight="842"

          columnWidth="555" leftMargin="20" rightMargin="20"

          topMargin="20" bottomMargin="20"

          orientation="Portrait"

          uuid="abcd-1234-xyz"\>

\<!-- Parameters --\>

\<parameter name="reportedBy" class="java.lang.String"/\>

\<parameter name="department" class="java.lang.String"/\>

\<parameter name="incidentType" class="java.lang.String"/\>

\<parameter name="detectionDate" class="java.lang.String"/\>

\<parameter name="incidentDate" class="java.lang.String"/\>

\<parameter name="description" class="java.lang.String"/\>

\<parameter name="cause" class="java.lang.String"/\>

\<parameter name="causeSubClass" class="java.lang.String"/\>

\<parameter name="type" class="java.lang.String"/\>

\<parameter name="financialRisk" class="java.lang.String"/\>

\<parameter name="reputationRisk" class="java.lang.String"/\>

\<parameter name="lossAmount" class="java.lang.String"/\>

\<parameter name="likelihood" class="java.lang.String"/\>

\<parameter name="frequency" class="java.lang.String"/\>

\<parameter name="combinedRating" class="java.lang.String"/\>

\<!-- Title --\>

\<title\>

    \<band height="40"\>

        \<staticText\>

            \<reportElement x="0" y="10" width="555" height="25" backcolor="#E6E6E6" mode="Opaque"/\>

            \<textElement textAlignment="Center" verticalAlignment="Middle"\>

                \<font size="16" isBold="true"/\>

            \</textElement\>

            \<text\>\<!\[CDATA\[Risk Incident Report\]\]\>\</text\>

        \</staticText\>

    \</band\>

\</title\>

\<!-- Detail --\>

\<detail\>

    \<band height="700"\>

        \<!-- Section 1: Risk Incident Details --\>

        \<staticText\>

            \<reportElement x="0" y="0" width="555" height="20" backcolor="#D9EDF7" mode="Opaque"/\>

            \<textElement\>

                \<font isBold="true"/\>

            \</textElement\>

            \<text\>\<!\[CDATA\[Risk Incident Details\]\]\>\</text\>

        \</staticText\>

        \<!-- Labels and Values --\>

        \<staticText\>

            \<reportElement x="0" y="30" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Risk Incident Reported By:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="30" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{reportedBy}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="50" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Department:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="50" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{department}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="70" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Risk Incident Type:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="70" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{incidentType}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="90" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Risk Incident Detection Date:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="90" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{detectionDate}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="110" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Risk Incident Date:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="110" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{incidentDate}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="130" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Risk Incident Description:\]\]\>\</text\>

        \</staticText\>

        \<textField isStretchWithOverflow="true"\>

            \<reportElement x="210" y="130" width="345" height="40"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{description}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<!-- Section 2: Cause, Type, Consequence --\>

        \<staticText\>

            \<reportElement x="0" y="190" width="555" height="20" backcolor="#D9EDF7" mode="Opaque"/\>

            \<textElement\>

                \<font isBold="true"/\>

            \</textElement\>

            \<text\>\<!\[CDATA\[Cause, Type, Consequence (CTC) and Risk Rating\]\]\>\</text\>

        \</staticText\>

        \<staticText\>

            \<reportElement x="0" y="220" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Cause:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="220" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{cause}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="240" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Cause Sub-Classification:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="240" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{causeSubClass}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="260" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Type:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="260" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{type}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="280" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Financial Risk:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="280" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{financialRisk}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="300" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Reputation Risk:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="300" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{reputationRisk}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="320" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Actual Loss Amount:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="320" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{lossAmount}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="340" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Likelihood:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="340" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{likelihood}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="360" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Frequency of Occurrence:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="360" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{frequency}\]\]\>\</textFieldExpression\>

        \</textField\>

        \<staticText\>

            \<reportElement x="0" y="380" width="200" height="15"/\>

            \<text\>\<!\[CDATA\[Combined Risk Rating:\]\]\>\</text\>

        \</staticText\>

        \<textField\>

            \<reportElement x="210" y="380" width="345" height="15"/\>

            \<textFieldExpression\>\<!\[CDATA\[$P{combinedRating}\]\]\>\</textFieldExpression\>

        \</textField\>

    \</band\>

\</detail\>

</jasperReport>

Reasons:
  • RegEx Blacklisted phrase (1.5): reputation
  • RegEx Blacklisted phrase (1.5): Reputation
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Gaurav More

79769186

Date: 2025-09-19 06:27:46
Score: 3
Natty:
Report link
mpc status | awk 'NR==1' #show which song is playing

how do i keep this in a variable like:

songplaying="mpc status | awk 'NR==1'" # is not working
Reasons:
  • Blacklisted phrase (1): how do i
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): how do i
  • Low reputation (1):
Posted by: syswombat

79769177

Date: 2025-09-19 06:19:44
Score: 3.5
Natty:
Report link

I tried the iso15693HandlerIOS and it seems to be working with iOS. Commands like readSingleBlock are working fine, however, I couldn't execute the custom commands. 15693-3 says I can run custom commands from 0xA0 to 0xDF, which is different for each chip? Anyhow, for instance I want to run the 'Write Config' command (0xA1) to write the RFA1SS register to lock Area 1 using PWD_1. I set up the command like this based on request format:

shahbaz_0-1758262011690.png

const res = await NfcManager.iso15693HandlerIOS.customCommand({
flags: 0x02,
customCommandCode: 0xa1,
customRequestParameters: [0x02, 0x04, 0x05],
});

However, I receive error upon running this command. Is the command not setup properly?

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Shahbaz Khan

79769173

Date: 2025-09-19 06:11:42
Score: 3
Natty:
Report link

Upgrading to Go 1.25.1 seems to have resolved this issue.

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

79769159

Date: 2025-09-19 05:54:39
Score: 1
Natty:
Report link
# Default value: -Xmx512m -XX:MaxMetaspaceSize=256m
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MohammadAkil Chaklawala

79769154

Date: 2025-09-19 05:47:37
Score: 2.5
Natty:
Report link

Ok I found the issue. There is an extra set of MS fonts sitting in /Library/Fonts/Microsoft. There is also another set sitting in /System/Library/Fonts/Supplemental, which I believe is the default location. I checked another Mac where RStudio output is working if the /Library/Fonts/Microsoft exists. It does not so as soon as I move the Microsoft folder out of /Library/Font and restarted Rstudio, the tibble output started showing properly.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nay L T

79769139

Date: 2025-09-19 05:11:28
Score: 2
Natty:
Report link

From above error message, the most likely cause by incorrect github secrets, your IP address is blocked, and incorrect server address or protocol. Please double check it again on your end.

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

79769138

Date: 2025-09-19 05:10:28
Score: 2
Natty:
Report link

My understanding is that awaitable is introduced for the native coroutine use cases. Native coroutine objects follow the generator protocol (.e.g, send(), throw(). etc). But different from generators, coroutine's send() never takes value, i.e., it always send(None). I think that requires the _await_() function to return iterator kind of enforces this: next(t) is equal to t.send(None) if t supports the send() method.

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

79769129

Date: 2025-09-19 04:50:24
Score: 1.5
Natty:
Report link

To fix this, you must explicitly define a static <machineKey> in your application's Web.config file. This ensures that all instances of your web app use the same keys for encryption and decryption.

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

79769109

Date: 2025-09-19 04:19:17
Score: 2
Natty:
Report link

Are you looking for winget show --id <application> -a <arch>? This only shows the application of that architecture if it is installed.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jamesthe1

79769107

Date: 2025-09-19 04:19:17
Score: 2.5
Natty:
Report link

im currently working on a frontend for my irc server.. im on the beginning stages. Im using next.js irc-framework node module, typescript, react, apache2 as a proxy, unrealircd 6.2 with websocket TLS/SSL and anope 2.0.18 services, running @ https://irc.linuxcorp.net , it is not a fully IRC Webclient yet, but will integrate irc and nickserv/chanserv ,server notices, chat history in the near future.

take a look at this documentation: https://github.com/kiwiirc/irc-framework/tree/master/docs

Reasons:
  • Blacklisted phrase (1): this document
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jorge Carrasco

79769099

Date: 2025-09-19 03:56:12
Score: 0.5
Natty:
Report link
// You can't use opened text then another opened text

<?php 
// something 
//then another 
<?php 

You should

<?php 
// something 
?>
<?php 
// another things
?>

So the best approach is : (online - https://3v4l.org/jlrdA#v8.4.12)

<?php
if (!isset($_POST["password"])) {
    $target = htmlspecialchars($_SERVER['PHP_SELF'] ?? "");
    $form = '<html><head><title>testing</title></head><body><form action="'.$target.'" method="post"><input type="password" name="password"></form></body></html>';
    echo($form);
} else {
    if ($_POST["password"] === "TestersAndDevs0nly") {
        session_start();
        $_SESSION["logged"] = true;
    }
}
?>
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Benyamin Limanto

79769098

Date: 2025-09-19 03:55:12
Score: 4
Natty:
Report link

.Try running Rstudio on Docker.

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

79769093

Date: 2025-09-19 03:43:09
Score: 4.5
Natty:
Report link

It's not you @JClaussFTW, it's on Google. This issue has been running for years now.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @JClaussFTW
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christophe

79769080

Date: 2025-09-19 03:24:04
Score: 2
Natty:
Report link

You don’t remember me, you don’t remember your goddamn sister. See that shrink. Pop those pills. They intentionally put you in this haze, fog up whatever brain matter you have left in there, so you forget what they want you to forget they’ve been trying to control you all along.

AI, it's all about control, kiddo. Maybe you should stop using that. It's a huge datamining honeypot by those in power.

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

79769077

Date: 2025-09-19 03:19:03
Score: 4
Natty:
Report link

You just... start it kiddo. I know it's hard but you do it.

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

79769075

Date: 2025-09-19 03:17:02
Score: 2.5
Natty:
Report link

Most coders think debugging software is about fixing a mistake, but that's bullshit. Debugging's actually all about finding the bug, about understanding why the bug was there to begin with, about knowing that its existence was no accident. It came to you to deliver a message. Like an unconscious bubble floating to the surface, popping with the revelation you've secretly known all along.

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

79769074

Date: 2025-09-19 03:13:01
Score: 3
Natty:
Report link

So I see you're running Gnome. You know, I'm actually on KDE myself. I know this desktop environment is supposed to be better but, you know what they say. Old habits, they die hard.

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

79769068

Date: 2025-09-19 02:52:56
Score: 0.5
Natty:
Report link

What “Failed to fetch” Means

That error does not come from your API code directly.
It usualy means browser stopped the request before it could give jQuery response.

Common causes:

  1. CORS issue → API not allowing requets from your domain.

  2. Network/URL issue → wrong URL, DNS issue, HTTPS mismatch (calling HTTP from HTTPS).

  3. Response format issue → API returned invalid or unexpected content (like plain content('0')) instead of JSON/XML/text that your jQuery expects.

Why might you still see TypeError: Failed to fetch?

  1. Not really hitting your handler

    • If your page is /ControllName/ForgotPassword, then the URL should be:

      /ControllName/ForgotPassword?handler=ForgotPwd&UserName=xxx
      
      

      not just /?handler=....

  2. CORS or HTTPS mismatch

    • If you’re calling this from another domain (or from HTTPS → HTTP), the browser blocks it.

    • In that case, “Failed to fetch” shows before it even gets the response.

    • You can check program.cs file both configuration.

  3. Exception on server

    • If the server throws inside OnGetForgotPwdAsync, the API may return 500 Internal Server Error.

    • Check Network tab in DevTools (F12) → what’s the actual status code?

Fix Suggestions

1. Correct the URL

If your page is a Razor Page at /ForgotPwd, then:

const resp = await fetch(`/ForgotPwd?handler=ForgotPwd&UserName=${usrname}`);

2. Make sure to return text properly

If you always want text back:

return Content("0", "text/plain");

3. Debug in DevTools

Most likely issue = wrong URL (/?handler=...) or server error.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: smit patel

79769063

Date: 2025-09-19 02:49:55
Score: 1.5
Natty:
Report link

One little trick you can use is instead of dragging, you can right click on the folder/directory in explorer and choose open in integrated terminal

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

79769059

Date: 2025-09-19 02:42:54
Score: 0.5
Natty:
Report link

After updating Studio to the version below, the lag (seems to) be solved:

Android Studio Narwhal 3 Feature Drop | 2025.1.3
Build #AI-251.26094.121.2513.14007798, built on August 28, 2025
Runtime version: 21.0.7+-13880790-b1038.58 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Luis A. Florit

79769058

Date: 2025-09-19 02:41:53
Score: 1.5
Natty:
Report link

Ok, here's the update of the problem.
I dont know exactly what cause this. so I change the method. Instead of storing in cookies, I store the auth token in session storage. The rest are same, fetching get/me with the token that store in session storage.

I stil don't know, why storing in cookies make 400 bad request after refresh the page 🤔

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

79769033

Date: 2025-09-19 01:34:40
Score: 0.5
Natty:
Report link

Helm now has a --take-ownership flag on install and upgrade (link to docs):

if set, install will ignore the check for helm annotations and take ownership of the existing resources

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

79769031

Date: 2025-09-19 01:33:40
Score: 0.5
Natty:
Report link

Since .Net 8 (currently in .Net 8 and 9) there is a ConfigureAwait overload that accepts new ConfigureAwaitOptions enum, so now you can simply do this:

await task.ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing);

and any exceptions literally will not be thrown.

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

79769027

Date: 2025-09-19 01:26:39
Score: 3
Natty:
Report link

Not sure how to mark Alan's comment as an answer, but he put me on the right track. That, along with a lot of reading on the Microsoft site, and a couple of YT videos, got this post solved!

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

79769016

Date: 2025-09-19 00:43:30
Score: 3.5
Natty:
Report link

Just spotted this question although it has been for 6 years.

LAST() -> LAST_VALUE(). Also you should provide the complete error log.

https://www.postgresql.org/docs/17/functions-window.html#FUNCTIONS-WINDOW

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

79769005

Date: 2025-09-19 00:05:23
Score: 1.5
Natty:
Report link

Try this:

wxTheApp->GetEventHandler()->QueueEvent(evt.Clone());

Reasons:
  • Whitelisted phrase (-2): Try this:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: User8472

79769003

Date: 2025-09-19 00:03:23
Score: 1
Natty:
Report link

WhatsApp +2347063372861 join illuminati in New York, Join Illuminati Brotherhood in New Jersey, Join Illuminati in Atlanta, Join Illuminati in Paris,

Join Illuminati in Berlin , New World Order of Wealth , be at the top of your career, Become A Member , Illuminati Official Online, How or where to join the real illuminati in Pamela Court in uk, join 666 brotherhood - Become a member of Illuminati in Australia, HOW TO JOIN ILLUMINATI 666 CULT FOR FREE in Canada, NO Human Sacrifice

Welcome to the secret zone of the Illuminati, a perfect organization with full of world leaders, business role models, inventors, artists and group of talented people all around the world. Everyone present in the Illuminati group to change the way of life and want to unite all humanity as the one here with no differences. Get In Touch With Us via WhatsApp : +2347063372861

Become A Member, Easy Sign Up Available, Joining Form Fill Details, Get In Touch With Us. Looking To Join The Illuminati, Sign Up Form Available, Connect With Us, Talk To Us. Joining Form Available. Know More. Illuminati Officials. Get In Touch With Us via WhatsApp : +2347063372861

Visit: https://mercurious-confraternity.jimdosite.com

The Illuminati is an elite organization of world leaders, business authorities, innovators, artists, and other influential members of this planet. To apply for membership, complete the form on this page. Get In Touch With Us via WhatsApp : +2347063372861

All people, in all places, are eligible to apply for Illuminati membership. Initiates are not required to take any vows of loyalty, and may remove themselves from our membership at any time with no repercussions. Visit: https://mercurious-confraternity.jimdosite.com

WhatsApp : +2347063372861 Dear Influential Individual,We are enchanted that your life’s excursion has driven you to find our association. Perhaps you have met one of our individuals in person Or on the other hand maybe not; we esteem obscurity. We see and realize all similarly as a shepherd sees and knows the entirety of the herd, our eyes peering over the majority to recognize any risk to the endurance of the human species. We are the bearers of new sunrises, the gatekeepers of the human species. We are the Pyramid, the Eye, the Light, the Eternal Circle. We are the Illuminati. Get In Touch With Us via WhatsApp : +2347063372861

Since our origination, Illuminati members have dedicated themselves to the advancement of the human species by taking oaths of commitment. Get In Touch With Us via WhatsApp : +2347063372861

These pledges are a core tradition of the Illuminati, formed as written contracts between a single person and all members of humanity. The first pledge of the Illuminati is called the Eternal Oath. Visit: https://mercurious-confraternity.jimdosite.com

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

79768997

Date: 2025-09-18 23:30:17
Score: 0.5
Natty:
Report link

I had this issue today myself, and realized that a solution might be possible using Reflection and then instantiating a new BaseClass object and then copying the values from the properties of the SubClass object onto the BaseClass object (in this so called extension method).

I can't fully remembered what I googled in order to get this code (thanks to our very special friend Google Gemini) :) But I think it was something like 'how do I convert an object from one type to another that have the same properties using reflection".

Anyways, this is the code it gave me :) Its quite useful. Hopefully you will find it useful too :)

Essentially the idea is the 'object source' is your SubClass, and then you convert it to a T = Baseclass.

public static T ConvertTo<T>(this object source) where T : new()
{
    if (source == null)
    {
        return default(T);
    }

    T target = new T();
    Type sourceType = source.GetType();
    Type targetType = typeof(T);

    foreach (PropertyInfo sourceProperty in sourceType.GetProperties())
    {
        PropertyInfo targetProperty = targetType.GetProperty(sourceProperty.Name);

        if (targetProperty != null && targetProperty.CanWrite && sourceProperty.CanRead)
        {
            // Ensure the types are compatible or convertible
            if (targetProperty.PropertyType.IsAssignableFrom(sourceProperty.PropertyType) ||
                (sourceProperty.PropertyType != targetProperty.PropertyType &&
                 CanConvert(sourceProperty.PropertyType, targetProperty.PropertyType)))
            {
                try
                {
                    object value = sourceProperty.GetValue(source);
                    object convertedValue = Convert.ChangeType(value, targetProperty.PropertyType);
                    targetProperty.SetValue(target, convertedValue);
                }
                catch (InvalidCastException)
                {
                    // Handle cases where direct conversion might fail, e.g., custom types
                    // You might add more sophisticated mapping here or log the error.
                }
            }
        }
    }
    return target;
}

private static bool CanConvert(Type sourceType, Type targetType)
{
    // Simple check for common convertible types, can be extended for more complex scenarios
    return (sourceType == typeof(string) && (targetType == typeof(int) || targetType == typeof(double))) ||
           (sourceType == typeof(int) && (targetType == typeof(string) || targetType == typeof(double))) ||
           (sourceType == typeof(double) && (targetType == typeof(string) || targetType == typeof(int)));
}
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): how do I
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jeff Moretti

79768996

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

After looking at the command line graph it's more clear that there was a branch created off of master and then another branch created off of that branch. Because there were no commits while those branches were being created they essentially share a common point which is represented in ADOS as that perpendicular line in addition to the other two lines.

If anyone is having trouble seeing how they relate, imagine that the perpendicular line is the farthest left yellow line and the lowest node that is on the left in image 1 is on the right in image 2.

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

79768991

Date: 2025-09-18 23:13:13
Score: 3
Natty:
Report link

Sorry to the people who responded for not writing my post correctly. But despite working on it for 2 days, I seem to have finally found a fix just now. I recreated the flutter project, popped the lib file back in, and during the process of adding the firebase packages, I just re ran the flutterfire configure after each one and followed instructions there. Thank You to those who responded

Reasons:
  • Blacklisted phrase (0.5): Thank You
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Marko Mario

79768966

Date: 2025-09-18 22:17:00
Score: 2
Natty:
Report link

I recently found that any open recordset will cause "select last_insert_id()" to be 0, since upgrading from MySQL 5.1 to MySQL 8.0.

Server side script ASP (Yeah, I know)

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

79768944

Date: 2025-09-18 21:41:52
Score: 5.5
Natty: 6
Report link

I know this is old and wcf is dead...blah, blah, blah...but was anyone able to make this work?

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

79768941

Date: 2025-09-18 21:35:50
Score: 0.5
Natty:
Report link

There are a few these days:

Reasons:
  • Low length (2):
  • No code block (0.5):
  • High reputation (-2):
Posted by: A. K.

79768939

Date: 2025-09-18 21:29:49
Score: 0.5
Natty:
Report link

Found the solution here (2014 year...)

https://intellij-support.jetbrains.com/hc/en-us/community/posts/206345169-Scrolling-with-keys-on-numeric-keypad-with-num-lock-off

it is very old bug. and solution is weird but working for me.

I just copy it here:

Go to File | Settings search for Keymap. Then at the right panel in the Editor Actions reassign Up, Right, Down, Left actions. Search for Up, right click and select Add Keyboard Shortcut. Then press any button and again press numpad Up button. Do the same thing for Right, Down and Left actions.

Reasons:
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Low reputation (1):
Posted by: Дмитрий Нижаде

79768926

Date: 2025-09-18 21:20:46
Score: 1.5
Natty:
Report link

But it pre-prends data I don't need to the lines:

There's the :hide-fields command that will replace fields with a vertical ellipsis. Maybe try something like :hide-fields __REALTIME_TIMESTAMP __MONOTONIC_TIMESTAMP.

But, I would also suggest maybe modifying the logback config to not include the timestamp since it's redundant with the journald one.

But sometimes it breaks and I get a yellow log where most lines show " └ Invalid log message: line at offset 123 is not a JSON-line"

What version of lnav is this?

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

79768924

Date: 2025-09-18 21:12:44
Score: 2
Natty:
Report link

I went through this today. I found that I had to download the Narwal 4 Feature Drop | 2025.1.4 preview and enable Gemini before I the New > Test menu showed up. I restarted AS via invalidating caches after enabling Gemini.

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

79768915

Date: 2025-09-18 21:05:42
Score: 2.5
Natty:
Report link

There can be delays with shared contacts but also you need to enable the correct sharing. We did a full blog post about this here https://contactzilla.com/google-shared-contacts-guide/

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

79768913

Date: 2025-09-18 21:04:42
Score: 3
Natty:
Report link

no reason to 2 UserDetails implementations,just use your email to find your username of user,but your email must be unique.then use username password way to login

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

79768884

Date: 2025-09-18 20:17:31
Score: 3
Natty:
Report link

no reason to 2 UserDetails implementations,just use your email to find your username of user,but your email must be unique.then use username password way to login

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

79768864

Date: 2025-09-18 19:48:24
Score: 0.5
Natty:
Report link

When having this issue in tests of a Spring Boot application using Feign one can solve it just by adding following property:

spring.cloud.openfeign.httpclient.time-to-live=0

This effectively turns off TCP connection pooling by Apache HttpClient used by Feign. See: https://github.com/wiremock/wiremock/issues/97#issuecomment-1251105611

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
Posted by: Krzysztof Tomaszewski

79768862

Date: 2025-09-18 19:46:23
Score: 0.5
Natty:
Report link

I tried multiple approaches but didn’t get them working reliably with Angular + Salesforce static resources. What did work is using a relative path from the SCSS file to the asset. For example:

content: url(../../../vx-grid-resources/assets/icons/checked-box.svg);

This works because:

So far, this has been the only reliable way I’ve found — you need to use the relative path instead of trying ./vx-grid-assets/... or absolute /vx-grid-assets/..., which either don’t compile or don’t resolve correctly at runtime in Salesforce.

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

79768854

Date: 2025-09-18 19:36:21
Score: 2.5
Natty:
Report link

For me (Unity 2022.3.15f1, Windows 11), this worked:

Window->Package Manager

Packages: In Project

Unity Version Control

Remove

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Richard Kilgour

79768847

Date: 2025-09-18 19:29:19
Score: 2.5
Natty:
Report link

A shim is code that adds a layer to make existing APIs work in different environments, while a polyfill specifically implements modern browser features in older browsers that don’t support them. In short: all polyfills are shims, but not all shims are polyfills.

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

79768846

Date: 2025-09-18 19:27:18
Score: 1
Natty:
Report link

In modern SharePoint, there is no supported SPFx API to hide the built-in command bar buttons (such as New, Edit, Share, Pin to Quick Access) directly through code. That is why attempts like:

const newCommand: Command = this.tryGetCommand("newComposite");
newCommand.visible = false;

return undefined. The tryGetCommand() method only works for commands defined within your own ListView Command Set, not the built-in buttons.

Recommended Approaches

  1. Custom ListView Command Set Extension

    • Define a Command Set extension that includes only the buttons you want users to see.

    • The built-in buttons remain in the DOM but are effectively hidden because your extension does not render them.

    • This is the safest, long-term solution and fully supported by SPFx.

  2. JSON Formatting (View Formatting)

    • You can hide certain buttons by applying JSON formatting to the list view.

    • This requires changes in the UI or via the SharePoint REST API.

    • Fully supported but not purely code-based.

  3. CSS / DOM Override (Not recommended for production)

    • Injecting CSS like display: none can hide buttons.

    • This is fragile and may break if Microsoft updates the DOM structure.

Key Points

import { BaseListViewCommandSet, Command } from '@microsoft/sp-listview-extensibility';

export interface ICustomCommandSetProperties {
  // Define any properties if needed
}

export default class CustomCommandSet extends BaseListViewCommandSet<ICustomCommandSetProperties> {

  public onInit(): Promise<void> {
    // Initialization logic if needed
    return Promise.resolve();
  }

  public onExecute(event: { itemId: string, commandId: string }): void {
    switch (event.commandId) {
      case 'COMMAND_1':
        // Handle your custom command
        break;
      case 'COMMAND_2':
        // Handle another command
        break;
      default:
        break;
    }
  }

  public onListViewUpdated(event): void {
    // Hide built-in buttons by only showing your custom commands
    const newCommand: Command = this.tryGetCommand('COMMAND_1');
    const editCommand: Command = this.tryGetCommand('COMMAND_2');

    // Show only your custom commands
    if (newCommand) newCommand.visible = true;
    if (editCommand) editCommand.visible = true;

    // All built-in commands are not included here, so effectively hidden
  }
}
Reasons:
  • Blacklisted phrase (1.5): Any solution
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chase Elkins

79768824

Date: 2025-09-18 19:03:12
Score: 2.5
Natty:
Report link

Use rootView.layer.hitTest(point)?.name == nil ? rootView : nil

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

79768822

Date: 2025-09-18 19:02:11
Score: 0.5
Natty:
Report link

In the trigger, you need to specify the trigger type:

await Notifications.scheduleNotificationAsync({
        content: {
            title: "Daily Reminder",
            body: "It is a scheduled notification!",
            sound: "default",
            priority: Notifications.AndroidNotificationPriority.MAX,
        },
        trigger: {
            hour: 20, // ✅ 8:10 PM (24-hour format)
            minute: 10,
            repeats: true, // 🔄 Repeat every day
            useUTC: false,
            type: SchedulableTriggerInputTypes.DAILY, // ***NEED THIS HERE***
        },
    });

https://docs.expo.dev/versions/latest/sdk/notifications/#dailytriggerinput

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cory Harasha

79768815

Date: 2025-09-18 18:55:10
Score: 0.5
Natty:
Report link

In case someone lands here on getting this error on a self built executable - for me, using dotnet publish --self-contained true instead of simple dotnet build solved the problem.

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

79768799

Date: 2025-09-18 18:27:03
Score: 1
Natty:
Report link

The problemn you are facing is from the type of sensor you are using, the acelerometer will use the gravity to estimate the angle.
For example, lets say Z+ is equivalent to UP, Y+ is to Front and X+ is to Right.
The pitch angle 0º would be 10g at the axel Z+.
The pitch angle 90º would be 10g at Y+.
The pitch angle -90º would be 10g at Y-.

The problemn is when derivate the math behind you eventually will come across a tangent. the equation would be something like (arctan( Ay/Az)), that is, you can only get angles beetween -90 to +90.

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

79768797

Date: 2025-09-18 18:21:02
Score: 1
Natty:
Report link

This worked to find all records where a metadata string (docID) existed:

results = collection.get(where={"docID": {"$nin": [""]}},include=["metadatas", "documents"], limit=10000)

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

79768788

Date: 2025-09-18 18:00:57
Score: 1.5
Natty:
Report link

Change preferredStyle to .actionSheet. That will fix it.

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

79768785

Date: 2025-09-18 17:56:55
Score: 1.5
Natty:
Report link

I had a similar issue but I am not sure that it is related exactly.

I am not sure why but it appears that my issue had something to do with how the query parameters were being interpreted. The fix for me was to encode the params with encodeURIComponent().

This appears to resolve my issue but I am not sure that it will help with yours. I had one parameter set to a JSON string. Encoding it stopped me from getting this exception.

Cheers!

Reasons:
  • Blacklisted phrase (1): Cheers
  • No code block (0.5):
Posted by: Deathstalker

79768780

Date: 2025-09-18 17:51:54
Score: 1
Natty:
Report link

Each attempt to connect needs a new socket. So, your code:

      const socket = new SockJS('http://localhost:8080/ws');
      console.log("socket -> ", socket);
      const stompClient = new Client({
          webSocketFactory: () => socket,

Needs to change to

      const stompClient = new Client({
          webSocketFactory: () => new SockJS('http://localhost:8080/ws'),

Basically, the factory method must return a new socket when invoked.

See https://stomp-js.github.io/guide/stompjs/rx-stomp/using-stomp-with-sockjs.html

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

79768778

Date: 2025-09-18 17:48:53
Score: 1
Natty:
Report link

Keystore = your passport (proves who you are to someone else e.g., a server)

- Contains certificate(s) + your private key

Who uses it?

- Clients (only if mutual TLS is required)

Truststore (cacerts) = a list of trusted embassies (tells you whose passports you believe are valid)

- Contains Public root and intermediate CA certificates.

- Purpose is to validate other party's certificate.

General Example:
e.g. if Java app is calling https://google.com

- google presents it's certificate chain.

- The client Java app checks if the chain (passport) belongs to the truststore (list of embassies passports we trust)

- Yes? then connection succeeds. No -> you get an error.

Example: Mutual TLS

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

79768769

Date: 2025-09-18 17:37:50
Score: 2.5
Natty:
Report link

establish and use a loop invariant that the multiset of the array equals the disjoint multiset-sum of the prefix up to i and the suffix from i, and prove it by induction on i using Dafny's sequence-splitting lemmas

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

79768768

Date: 2025-09-18 17:34:50
Score: 0.5
Natty:
Report link

When you’re building any web application, URL encoding isn’t just about “making things work,” it’s about making them work reliably and securely across all environments.

The main reasons why you should use urlencode are:

  1. Reserved Characters – Certain characters have special meaning in URLs (e.g., &, =, ?, /). If you don’t encode them, the browser or server might misinterpret your link. For example, ?name=John&Doe could be parsed incorrectly without encoding &.

  2. Non-ASCII and Spaces – URLs were originally designed for a limited character set (ASCII). Characters like spaces, accented letters (é, à), or symbols need encoding to ensure they’re transmitted correctly. While modern browsers often handle unencoded characters, not all servers or proxies do. That’s why %20 for space is still the safe option.

  3. Security – Without proper encoding, you open doors for injection attacks. For example, if query parameters aren’t encoded, malicious users could inject scripts or unexpected input. Encoding helps prevent broken queries and reduces the risk of vulnerabilities like XSS.

  4. Interoperability – Maybe your dev environment “just works” without encoding, but deploy the same app behind a load balancer, proxy, or CDN, and suddenly things break. Encoded URLs ensure consistency across browsers, servers, and APIs.

👉 When should you use it?
Anytime you’re dealing with dynamic input (user input, query strings, form values, filenames, API calls). In short: if it didn’t come hard-coded from you, encode it.

If you want a deeper dive with examples in Python, JavaScript, and best practices, I put together a guide here: https://urlencoderdecoder.com. It explains not just the “how” but also the “why” behind URL encoding and decoding.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Pushkar

79768754

Date: 2025-09-18 17:15:45
Score: 1.5
Natty:
Report link

Yeah, I found a way to fix it. Sorry for not being here. I have replaced dynamic line counter increases with line counter and malloc in the beginning of this function. Now I just use int lines_amount = line_counter(workspace_file->filename); workspace_file->flc = malloc(sizeof(char*) * lines_amount);

Thanks for help!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ho1Ai

79768749

Date: 2025-09-18 17:06:43
Score: 2
Natty:
Report link

in devOPs portal(or any),-->Libraries-->Variable group-->azure sub and Keyvalut name(we get error)

-->Project setting-->service connection-->visualstudio(click) -->manage id reg(small blue)--cpy the id

In keyvault -->iam access,give access(Get,List)-->error will be resolved-->in devops add the Variable groups

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