79605101

Date: 2025-05-03 20:57:19
Score: 1.5
Natty:
Report link

Ran into the same PIPELINE_ERROR_DECODE mess, so I built a tiny Go drop‑in: “stream‑audio‑to‑web” ― one‑liner Docker run, seamless MP3 stream in Chrome/Firefox/Safari with live playlist reloads. Try it out here: https://github.com/aposazhennikov/stream-audio-to-web — ⭐s, PRs, and Issues are very welcome!

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

79605096

Date: 2025-05-03 20:54:18
Score: 2.5
Natty:
Report link

You can try making your grid items stateful and only rebuild the single item that was tapped.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ricardo Alexis Huerta Salazar

79605094

Date: 2025-05-03 20:47:17
Score: 5
Natty: 4
Report link

.Stupid. pusipupsiauauauauuaau

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

79605089

Date: 2025-05-03 20:39:15
Score: 1
Natty:
Report link

Try --project flag to reference your configuration while targeting a file

tsc --project tsconfig.json lab.ts
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex

79605085

Date: 2025-05-03 20:36:14
Score: 9
Natty: 7.5
Report link

Any solution fot this issue, I am facing same?

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solution fot this issue, I am facing same?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: unnikpr

79605084

Date: 2025-05-03 20:35:14
Score: 1
Natty:
Report link

Do not use the @ComponentScan annotation, as @SpringBootApplication already covers it.

Set the log level to DEBUG in the settings of your application.properties file.

logging.level.org.springframework.security=DEBUG
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: oguz ol

79605083

Date: 2025-05-03 20:32:12
Score: 5.5
Natty:
Report link

Can you use this then work your way to understand the content type of eadch item?

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): Can you usethe
  • Low reputation (0.5):
Posted by: Apurv G

79605078

Date: 2025-05-03 20:23:10
Score: 0.5
Natty:
Report link

Step 1: Open Qt Creator and Go to Options

  1. Open Qt Creator.

  2. In the top menu, go to Tools > Options (on Windows/Linux) or Qt Creator > Preferences (on macOS).

Step 2: Modify the Kits Configuration

  1. In the Options/Preferences window, go to the Kits tab under the Build & Run section.

  2. You'll see a list of all available kits. These kits represent different Qt versions, compilers, and platforms.

  3. To prevent Qt Creator from enabling all kits by default:

    • Uncheck the kits you don't want to use by default.

    • Leave checked only the ones you wish to work with.

Step 3: Choose Specific Kits for Your Project

When you create a new project:

  1. After selecting the project template and proceeding with the setup, you’ll be asked to choose a kit.

  2. Here, you can manually select the kit(s) you want to use for that project. It will show only the kits that are checked in the Kits tab.

Step 4: Save Changes

After unchecking the unnecessary kits and selecting your desired kit(s) for a new project, click OK or Apply to save the settings.

Additional Tips:

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

79605071

Date: 2025-05-03 20:11:08
Score: 1
Natty:
Report link
Traceback (most recent call last):
  File "/tmp/main.py", line 2, in <module>
    import user_code
  File "/tmp/user_code.py", line 1, in <module>
    from docx import Document
ModuleNotFoundError: No module named 'docx'

[Execution complete with exit code 1]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: W. Steven gallego

79605068

Date: 2025-05-03 20:06:06
Score: 2
Natty:
Report link

In my case helped this:

if (word.Contains('\n') { }

i use .NET 8.0

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

79605060

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

You just need to add one line "preferCSSPageSize: false,". It will make your code as

await page.pdf({ path: FILENAME,

format: 'A4',
margin: {
    top: "0px",
    right: "0px",
    bottom: "0px",
    left: "0px"
},
printBackground: true // required for photos otherwise blank
preferCSSPageSize: false,

});

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

79605055

Date: 2025-05-03 19:54:03
Score: 1
Natty:
Report link

I played with this using mustache, since Avro IDL can be materialized into Avro JSON IDL, and that is input into a template that spits out different outputs, including direct scaffolding to something like asyncio/python.

I personally vomit when I see all the REST verbs embedded in a Swagger interface specification. I prefer EDA over REST (aka ePoll at the OS level). To closely tied to REST for my taste.

As the world goes API first, I go domain model first, including Avro IDL, and perhaps a little OCL (aka DbC) "Aspects" (AOP wink).

I also want to capture relationships in a Semantic Graph model for RBE and AI integration.

If you've seen any tools that can take a UML class diagram, generate Avro -> generate REST and EDA based microservices to support async and sync naturally, in multiple language, transport, and persistence stacks -- well you be sure and speak up. :-)

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

79605051

Date: 2025-05-03 19:48:01
Score: 5
Natty:
Report link

After 2 days of searching for the solution, i went back to check the last file i commited to github before the error started, i discovered it was white space before <?php.

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

79605050

Date: 2025-05-03 19:47:01
Score: 3
Natty:
Report link

A. Sir Bobby Yankee 

A Business mogul. Expert at inspiring those who desires good life.

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

79605040

Date: 2025-05-03 19:26:56
Score: 0.5
Natty:
Report link

Thre are two things you can do

Use "When" property in keybindings for constraints on when it needs to be active

I had a key binding to open seach files in vim but it did not work when there was no active editor. I tried to add it to the vscode keybindings but the problem is that when you add a key map that has a follow up like "space space" all key maps that start with space (<leader> ) will stop working.

So i did this to fix it:

{
    "key": "space space",
    "command": "workbench.action.quickOpen",
    "when": "activeEditorGroupEmpty"
}

Also kept the orignal vscode keymap:

{
      "before": [
        "<leader>",
        "<leader>",
      ],
      "commands": [
        "workbench.action.quickOpen",
      ]
}

Vim keybindings don't work in all states one is which when there is no open editor so I conditionaly constrained the keybding in vscode to only work when the vim one does not work

Define it in vim

If there is no conflict like above where i needed the key bidning to work even when no editor is open then just define it inside vim.

Reasons:
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): did not work
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Samyar

79605036

Date: 2025-05-03 19:17:54
Score: 3.5
Natty:
Report link

Simply add custom CSS to the slider's bar and text elements to change their colors.

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

79605033

Date: 2025-05-03 19:14:53
Score: 0.5
Natty:
Report link

I've faced the same problem and fixed it by setting debuggable to false or simply remove it inside app level build.gradle file.

Before:

buildTypes {
        debug {
            debuggable true
        }
    }

After:

buildTypes {
        debug {
            
        }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Salar Arabpour

79605030

Date: 2025-05-03 19:10:52
Score: 0.5
Natty:
Report link

The non-white-space pattern \S (uppercase \S opposite of \s) documented for sed here was chosen because often we need to match spaces or non-spaces in regexp:

sed 's/\(https\S*\)/"\1"/g' elenco.txt

same as

sed -E 's/(https\S+)/"\1"/g' elenco.txt

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

79605029

Date: 2025-05-03 19:10:52
Score: 1
Natty:
Report link

Add the missing SLF4J dependency:
The error indicates that the org.slf4j.impl.StaticLoggerBinder class is missing. This is typically required by some logging libraries.

Add this to your android/app/build.gradle file:

dependencies {
    implementation 'org.slf4j:slf4j-nop:1.7.30' // Add this line
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bahaa Shammout

79605028

Date: 2025-05-03 19:09:52
Score: 0.5
Natty:
Report link

I've faced the same problem and fixed it by setting debuggable to false or simply remove it inside app level build.gradle file.

Before:

buildTypes {
        debug {
            debuggable true
        }
    }

After:

buildTypes {
        debug {
            
        }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Salar Arabpour

79605023

Date: 2025-05-03 19:00:49
Score: 1.5
Natty:
Report link

I just deployed the same files built with 'flutter build web' as the Azure Static Web App and the workaround below worked.

 assets:
      - packages/timezone/data/latest_10y.tzf

Load the timezone database with:

await tz.initializeTimeZone('assets/packages/timezone/data/latest_10y.tzf');

This workaround did not work when the same files were deployed as Azure App Service. I am still interested to know if there is a way to make it work on the App Service, in case someone figured it out.

Reasons:
  • Blacklisted phrase (1): did not work
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tom

79605021

Date: 2025-05-03 18:57:49
Score: 1
Natty:
Report link

The table name you sould change accordingly. Something like

alter table project_overview rename...

ALTER TABLE

project_overview

RENAME TO

project_overview

;

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

79605020

Date: 2025-05-03 18:56:48
Score: 1
Natty:
Report link

On line 19, change this:

bot.send_message(call.message, "Button clicked")

to:

bot.send_message(call.message.chat.id, "Button clicked")

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

79605019

Date: 2025-05-03 18:55:48
Score: 2.5
Natty:
Report link

This seems to be an issue with a dependency in your code as indicated by

from helper1.task_logger import TaskRunMetadata

Last time I faced a similar issue, I found out it was a version mismatch between my base image and the library I was installing. Quick question, are you using the same base image for both dev and prod containers? Do you mind sharing your dockerfile and possibly the part of dcompose for that dockerfile?

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

79604996

Date: 2025-05-03 18:33:42
Score: 0.5
Natty:
Report link

Those are only warnings and the SUMO developers discovered that there are too many of them, see https://github.com/eclipse-sumo/sumo/issues/7783 and https://github.com/eclipse-sumo/sumo/issues/7821. But all these fixes meant changes to the SUMO code. So if updating your SUMO is not an option you are out of luck

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

79604995

Date: 2025-05-03 18:32:42
Score: 1.5
Natty:
Report link

from reportlab.pdfgen import canvas

# Update PDF with additional page

pdf_path_updated = "/mnt/data/Dhananjay_Shaadi_Report_Updated.pdf"

c = canvas.Canvas(pdf_path_updated, pagesize=A4)

width, height = A4

# Page 1 - same as before

c.setFont("Helvetica-Bold", 18)

c.drawCentredString(width / 2, height - 50, "विवाह रिपोर्ट - धनंजय पाटिल")

c.setFont("Helvetica", 12)

c.drawString(50, height - 90, "जन्म विवरण:")

c.drawString(70, height - 110, "तारीख: 15 जून 2003")

c.drawString(70, height - 130, "समय: शाम 7:15")

c.drawString(70, height - 150, "स्थान: सूरत, गुजरात")

text = c.beginText(50, height - 190)

text.setFont("Helvetica", 11)

text.textLines("""

सप्तम भाव (विवाह स्थान) कुंडली में अच्छे प्रभाव में है। यह दर्शाता है कि:

- आपकी शादी प्रेम और समझदारी से भरी होगी।

- जीवनसाथी कलात्मक या मीडिया क्षेत्र से जुड़ी हो सकती है।

- जीवनसाथी सुंदर, शांत स्वभाव और भावनात्मक रूप से गहराई वाली होगी।

शादी की संभावित उम्र:

- 25 से 28 वर्ष के बीच विवाह होने की संभावना है।

शादी का प्रकार:

- पंचम और सप्तम भाव के शुभ संबंध दर्शाते हैं कि यह लव मैरिज हो सकती है या आपकी करीबी दोस्त से विवाह हो सकता है।

विवाह के बाद:

- जीवनसाथी आपके करियर और बिजनेस में सहयोगी सिद्ध होगी।

- विवाह के बाद आपके जीवन में स्थिरता और प्रगति आएगी।

टिप:

- गुरुवार और शुक्रवार को विवाह संबंधित निर्णय लेना शुभ रहेगा।

- जीवनसाथी से मिलने के संकेत मीडिया, क्रिएटिव फील्ड, या नेटवर्किंग के माध्यम से संभव हैं।

""")

c.drawText(text)

# Page 2 - Partner origin and background

c.showPage()

c.setFont("Helvetica-Bold", 16)

c.drawCentredString(width / 2, height - 50, "जीवनसाथी का स्थान और पृष्ठभूमि")

text2 = c.beginText(50, height - 100)

text2.setFont("Helvetica", 11)

text2.textLines("""

आपकी कुंडली के अनुसार:

- राहु का प्रभाव और सप्तम भाव की स्थिति यह संकेत देती है कि आपकी जीवनसाथी संभवतः आपके शहर 'सूरत' से नहीं, बल्कि किसी अन्य शहर या राज्य से हो सकती है।

- यह रिश्ता किसी सोशल मीडिया, डिजिटल प्लेटफ़ॉर्म, या कार्य के माध्यम से बन सकता है।

- जीवनसाथी का स्वभाव गंभीर, रचनात्मक और समझदार हो सकता है। वो कला, फैशन, मीडिया या डिज़ाइन से जुड़ी हो सकती हैं।

स्थान की संभावनाएँ:

- पश्चिम भारत (राजस्थान, महाराष्ट्र आदि) या दक्षिण भारत की पृष्ठभूमि।

- शादी के बाद संभवतः स्थान परिवर्तन या नए शहर में रहने की संभावना।

आपका यह संबंध सिर्फ भावनात्मक नहीं बल्कि करियर और सोच में भी संतुलन लाएगा।

""")

c.drawText(text2)

c.save()

pdf_path_updated

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: Dhananjay Patil

79604993

Date: 2025-05-03 18:30:42
Score: 1
Natty:
Report link

Check if you have public/build directory with compiled assets.

If you don't have this folder, run:

 ./vendor/bin/sail npm run build
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kolya Slisarenko

79604984

Date: 2025-05-03 18:21:39
Score: 1.5
Natty:
Report link

On line 23, change this:

dock1.setMinimumWidth(200)

to:

dock2.setMinimumWidth(200)

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

79604982

Date: 2025-05-03 18:17:38
Score: 0.5
Natty:
Report link

I know that you said that you don't want to modify functions, but I though my solution might be helpful to someone else in the future, so I will add it here :)

I came up with following approach to get common parameter value in function:

$ErrorAction = $PSCmdlet.MyInvocation.BoundParameters.ErrorAction
if ($null -eq $ErrorAction) {
    $ErrorAction = $ErrorActionPreference
}

Then I have applied it to related function call:

Install-PackageProvider -Name $ProviderName -Force:$Force -ErrorAction $ErrorAction

Here is related commit in my repository:

https://github.com/gucu112/Gucu112.Powershell/commit/12969ac0657500bc992cb8d9669cefb52e99b0b7

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

79604971

Date: 2025-05-03 18:01:34
Score: 1
Natty:
Report link

I’ve identified the issue. It turns out that the Oracle Workflow Engine requires DBMS_SCHEDULER to be enabled.

If it’s not, jobs may be created but won’t progress, understandably, since the scheduler is responsible for executing them.

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

79604969

Date: 2025-05-03 17:53:32
Score: 2
Natty:
Report link
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tobilashy

79604968

Date: 2025-05-03 17:53:32
Score: 1
Natty:
Report link

For mysqlnd it's very easy, just set options for your opened db connection:

$mysqli->options(MYSQLI_OPT_INT_AND_FLOAT_NATIVE,1);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Soltanov

79604952

Date: 2025-05-03 17:31:27
Score: 1.5
Natty:
Report link

i think this is because of invalid tokens

models = embeddingsClient(
    endpoint=endpoint,
        credential = DefaultAzureCredential(),
        model= model_name
)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vishwajeet Londhe

79604951

Date: 2025-05-03 17:27:26
Score: 3
Natty:
Report link

Just reload pom.xml file after adding spring boot security dependency if you are using IntelliJ IDE and restart/rerun the application.

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

79604941

Date: 2025-05-03 17:14:23
Score: 0.5
Natty:
Report link

The best I could find (after much trial/error) to ensure onDialogOK does bubble back as expected is to get rid of the auto-close option in q-menu and handle closing of the pop up menu manually instead. Changes as follows:

pages/IndexPage.vue: (define isMenuOpen and pass the state as follows: <LocalMenu v-model="isMenuOpen">):

import { ref } from 'vue'
const isMenuOpen = ref(false)

function onDialogOK () {
  isMenuOpen.value = false
  console.log('OK Event received in parent!')
}

components/LocalMenu.vue: (pass the model in as follows: <q-menu self="top left" v-model="model"> and add the following:

<script setup>
const model = defineModel()
</script>

This does the job but has the disadvantage of "leaking" the menu state into the parent. It really feels like a workaround to smth that should work out of the box in Quasar?

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

79604920

Date: 2025-05-03 16:55:19
Score: 1.5
Natty:
Report link

Resolution, for anyone who might benefit from my experience: the issue was relying on session state, which might or might not work in a load-balanced environment. The solution was to switch to the Firestore API for session management - which will cost more but seems to be working. Interim solutions using cookies or the project's own mysql database were problematic in different ways.

What's still aggravating is that GCP obviously changed something abruptly on the back end without notifying of the impending change.

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

79604919

Date: 2025-05-03 16:54:19
Score: 2
Natty:
Report link

Run these following commands :>

npm install -D tailwindcss@3

npx tailwindcss init -p
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mahesh Shinde

79604916

Date: 2025-05-03 16:51:15
Score: 6 🚩
Natty:
Report link

You sent

My Facebook is suddenly locked but I'm trying to unlock it but I'm being asked to submit id in it I do not have any id proof so give me some other option so that I can unlock

First name: Mehedi

Sure name : Mehedi Hasan

Last name: Hasan

Email : [email protected]

Phone number: 01610058411

Thanks facebook Team..

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (3): give me some
  • Contains signature (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mehedi Hasan

79604913

Date: 2025-05-03 16:49:14
Score: 0.5
Natty:
Report link

It turned out the entry point defined within the Dockerfile is actually the very initial the process within the container (pid=1).

Which means there's no other upstream process to resolve the env variable either from /etc/profile or /etc/environment or whatever.

So it is the matter of entry point it self to manage/decide/resolve whatever the sources to refer for env resolution.

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

79604909

Date: 2025-05-03 16:45:13
Score: 1.5
Natty:
Report link

I would say your model is to dumb. You mainly have two options if you want to use tool calling in good way.

I had similar errors and upgrading model solved most problems for me.

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

79604889

Date: 2025-05-03 16:19:07
Score: 1.5
Natty:
Report link

You’re thinking of the Element Inspector, which is a different tool—it lets you explore the DOM tree, often heavily modified by JavaScript, unlike rvest’s static parsing. If you’re looking for easier ways to handle web data or just want a break, check out my website for the full Waffle House menu to satisfy your cravings. While Element Inspector is great for dynamic sites, rvest works best on simpler, static pages. For those who prefer coding-free solutions, browser tools might be more intuitive. Either way, there’s always a workaround—or a waffle!

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

79604887

Date: 2025-05-03 16:18:06
Score: 4.5
Natty:
Report link

For everyone searching a website where you can do this here:

Image Blur

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

79604886

Date: 2025-05-03 16:18:06
Score: 1.5
Natty:
Report link

Yes, the signal can be reconstructed from the spectrogram, provided that:

here is described a non-neural k-means clustering vocoder which can reverse specrogram to original with no audible loss of fidelity:

https://blog.hashtron.cloud/post/2025-05-03-take-me-home-to-the-kmeans-city/

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

79604878

Date: 2025-05-03 16:11:04
Score: 1
Natty:
Report link
Program your bot to send you a message with link to that user. This can be done by using link in your message (must be used as message entity or inline keyboard button):

tg://user?@SarahKartikaa=<user_id>
Or in case you are using MarkdownV2 for formatting

[inline mention of a user](tg://user?id=<user_id>)
Then, by clicking on that link, you will open a user profile, where you can message your target.

Note, user can change his privacy settings, and disable mentions. In this case these links will not work.
Reasons:
  • Blacklisted phrase (1): these links
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MUHAMMAD ISKANDAR YUSUF

79604865

Date: 2025-05-03 15:52:00
Score: 1
Natty:
Report link
for i in range(len(nums)-1):
        if nums[i] > nums[i+1]:
            return False     # If any element is greater than the next, it's not sorted
    return True              # If the loop completes without out-of-order elements, sorted
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: GregAbeel

79604862

Date: 2025-05-03 15:49:00
Score: 1.5
Natty:
Report link

consider a programing language that describes a program as a Turing machine operating on binary tape and ends with a filler character that must be repeated more then bb(number of states of the Turing machine described) and no character is encoded with all zeros.
let n be the number of states of a quine and q be the number of ones in the quine output.
bb(n) < q because the number of ones is at least the number of filler characters and q ≤ bb(n).
there for bb(n)<bb(n) contradiction.

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

79604860

Date: 2025-05-03 15:46:59
Score: 4
Natty:
Report link

Please use this tool: https://alignhash.codeutility.io/

It supports many languages including PHP.

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

79604858

Date: 2025-05-03 15:46:58
Score: 1.5
Natty:
Report link

Why compiler can’t understand in foo1 that all I need it to capture f by value since it is the only variable in used in lambda? Why this must be explicitly stated as in foo2?

You need to declare variable lambda in order to capture.

Snippet:

void foo1() {
    double d = 1.0;
    auto lambda = [=, &d]() { d = double(f); };
    lambda();  
}

void foo2() {
    double d = 1.0;
    auto lambda = [f=f, &d]() { d = double(f); };
    lambda();  
}
Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why
  • Low reputation (0.5):
Posted by: Adios Gringo

79604845

Date: 2025-05-03 15:31:55
Score: 3
Natty:
Report link

I had a similar problem searching data files. It turned out that there were some extra lines in the raw data file that went beyond the data.

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

79604841

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

Your decorator is working just fine — it’s not showing 4 seconds, it's showing this: Time: 4.38690185546875e-05.

That means 0.000043869 seconds, or about 44 microseconds, not 4 seconds. It’s just written in scientific notation, and you probably misread it as "4.38 seconds."

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

79604835

Date: 2025-05-03 15:18:52
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sai P

79604834

Date: 2025-05-03 15:18:52
Score: 3
Natty:
Report link

This is why they discontinued it:

https://tanersener.medium.com/saying-goodbye-to-ffmpegkit-33ae939767e1

If you want to use it, build it locally. Or wait for some days. I am actively working on it. Will share the procedure

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abdul Muiz

79604828

Date: 2025-05-03 15:10:50
Score: 1
Natty:
Report link

Okay so it turns out there were a couple of issues:

  1. I wasn't monitoring stderr for errors from clangd -- it was closing immediately because my command line arguments were invalid. (As it turns out, "bar" is not a valid command line argument.)

  2. Something was messed up with my visual studio workspace -- I was making changes to the extension, but it was launching some old version so my changes weren't actually being seen. I tried resetting the experimental instance of visual studio, but that just caused it to fail builds, saying it couldn't find the extension. I tried bumping the version number, but that didn't make a difference. Ultimately, the only thing that "fixed" it was to completely delete and re-create the VSIX project from scratch, only copying over a few of my cs files.

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

79604825

Date: 2025-05-03 15:01:48
Score: 1
Natty:
Report link

Pairing is required to read the following characteristics.

Peripheral : Omron HEM-7600T (Omron Evolv)

Step:

  1. Pairing begins when this characteristic is read ( setNotifyValue ).
  2. Pairing will begin and can be completed manually.
    Once pairing is complete, the peripheral will disconnect.
  3. You can reconnect and read ( setNotifyValue ) this characteristic again to get the measurement.

I'll write this down for anyone coming later.

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

79604818

Date: 2025-05-03 14:55:47
Score: 2.5
Natty:
Report link

....compile("\b\B") or ^$ f

Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
Posted by: Mykel Alvis

79604817

Date: 2025-05-03 14:53:46
Score: 2
Natty:
Report link

thanks for the hint it certainly pointed me in the right direction.

As it turned out it was the request header that was wrong and nothing to do with nginx at all, we have a couple of different deployment scenarios, in one we expose the API services I was having the problem with as part of a larger set of services, the web server start up logic for this particular scenario was missing some configuration tuning of our open api plugin that our swagger ui is driven from.

Essentially by default the open api plugin sets the expected response content to 'application/json' for all endpoints, we override this for endpoints that return images by changing the expected response header to 'image/png', with this in place the browser interprets binary data received correctly when it creates the temporary file for download.

This was actually something I addressed before but seems to have crept back into this deployment scenario possibly when we migrated to .NET core.

Thanks again

Gary

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gary Cuthbert

79604814

Date: 2025-05-03 14:49:45
Score: 4
Natty:
Report link

you could use img and generate a gif

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

79604805

Date: 2025-05-03 14:39:41
Score: 4.5
Natty:
Report link

Ich habe gerade herausgefunden, das ich mit einer vorherigen Lösung die svg auch einen border-radius zu geben schon richtig war jedoch es nicht korrekt abgerundet wurde, da es bereits grundlegend nicht 100% ganz unten in meiner div ist die area chart. Weiß jemand wieso die Chart einen leichten Abstand nach unten hat?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fabian

79604786

Date: 2025-05-03 14:20:37
Score: 1.5
Natty:
Report link

The error was caused by OpenCore Legacy Patcher. I tested on a different macOS device without OCLP, using the same macOS, Flutter & Xcode versions, and everything worked fine.

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

79604784

Date: 2025-05-03 14:18:36
Score: 3.5
Natty:
Report link

composer dump-autoload might fix it as well.

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

79604769

Date: 2025-05-03 14:06:34
Score: 0.5
Natty:
Report link

When I'm typing the last line, VSCode is expected to hint me the type of parameter should be int,

Using Python 3.12.3

When your script was executed. I received an error message that said,

line 19, in <module> printer = Foo2 if check_equal else Foo NameError: name 'check_equal' is not defined.

check_equal: bool should be check_equa l= bool

a.print('int')

Output:

int 3

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When I
  • Low reputation (0.5):
Posted by: Adios Gringo

79604754

Date: 2025-05-03 13:49:30
Score: 0.5
Natty:
Report link

In many ways, individual microservices can be considered "mini-monoliths" with respect to their specific functionality domain. Essentially, microservices architectures are SOA at a lower level of granularity regarding the responsibility of each component. They follow similar design principles as monolithic applications, just with a narrower scope.

You can think of it this way: A traditional monolith is like a big department store where everything happens under one roof. A microservice architecture breaks this down into a shopping mall with specialised shops. Each shop (microservice) still has its own staff, inventory system, and checkout counter (the 3 layers) - just focused on one type of product. The key difference is in how they connect and operate:

You should bear in mind that software architecture concepts are abstractions to facilitate design and understanding. When you implement an architecture pattern, depending on the system at hand, this same implementation may be identical to another architecture pattern, but conceptually different.

Don't fret too much about names, most of the time they are marketing strategies (from companies and academia professors) trying to make their solution be recognised as the industry staple.

Here's some references on the subject:

https://www.ibm.com/think/topics/three-tier-architecture

https://thetechsolo.wordpress.com/2015/07/05/from-monolith-three-tiers-architectures-to-soa-vs-microservices/

https://www.atlassian.com/microservices/microservices-architecture/microservices-vs-monolith

https://www.springfuse.com/microservice-vs-layered-architecture-comparison/

https://xbsoftware.com/blog/monolith-vs-microservices-vs-distributed-monolith/

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

79604752

Date: 2025-05-03 13:47:29
Score: 1.5
Natty:
Report link

Thank you soo much for that solution it worked for me too. I was out of solutions to try. Chat gpt couldn't even figure it out.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dan Kmetz

79604750

Date: 2025-05-03 13:38:26
Score: 4.5
Natty:
Report link

chrome-native://pdf/link?url=content%3A%2F%2Fmedia%2Fexternal%2Fdownloads%2F1000009356

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hamza Ben salah

79604744

Date: 2025-05-03 13:31:24
Score: 2.5
Natty:
Report link

I got mad before realizing that some packages are not compatible with your version. Download another version of portable python and run ```D:\WPy64-31290\python\python.exe -m pip install ........```

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Filler text (0.5): ........
  • Low reputation (0.5):
Posted by: Ebrahim Mehri

79604738

Date: 2025-05-03 13:24:23
Score: 0.5
Natty:
Report link

You can now map async iterators by passing a function as a second parameter to Array.fromAsync:

async function *asyncGen() {
  yield 45;
  yield 5;
  yield 98;
}

const results = await Array.fromAsync(asyncGen(), (v) => v + 10);

console.log(results);

// [ 55, 15, 108 ]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MJ Walsh

79604737

Date: 2025-05-03 13:22:22
Score: 2.5
Natty:
Report link

You are missing position: relative, try adding it to the SliderSpan class

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

79604731

Date: 2025-05-03 13:13:20
Score: 3.5
Natty:
Report link

End up giving up using webbrowser and use Selenium instead.

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

79604723

Date: 2025-05-03 13:06:18
Score: 6.5 🚩
Natty: 4.5
Report link

I've tried many solution to import .avif images, this one only works
Use this plugin: https://wordpress.org/plugins/avif-support/

Reasons:
  • Blacklisted phrase (1): this plugin
  • Blacklisted phrase (1.5): any solution
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohammad mekawy

79604716

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

I think the best and up-to-date way of doing this is using TextInputLayout from Material Design and set the Style tag as ExposedDropdownMenu

<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu"
    android:layout_width="250dp"
    android:layout_height="wrap_content"
    android:hint="Hint Text"
    android:orientation="horizontal">
    <AutoCompleteTextView
        android:id="@+id/actv_exposed_dropdown_list"
        android:layout_width="match_parent"
        android:layout_height="61dp"
        android:inputType="none" />
</com.google.android.material.textfield.TextInputLayout>

The result will be like this:
enter image description here

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

79604708

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

This should do the trick:

new Thread(() -> {
    Clip clip = (Clip) mixer.getLine(dataLineInfo);
    clip.open(audioFormat, byteData, 0, byteData.length);
    clip.start();
    clip.drain();
    clip.close();
}).start();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Langdon

79604695

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

After a few tries, I found sizeInBytes property in scala:

  val spark: SparkSession = SparkSession.builder().master("local[4]").getOrCreate()
  import spark.implicits._
  val values = List(1)
  val df: DataFrame = values.toDF()
  df.cache()
  println(df.count())
  df.explain("cost")
  print(df.queryExecution.optimizedPlan.stats.sizeInBytes)
  df.unpersist()
  spark.stop()

It's work. (source code for sizeInBytes property here, just trace the scala code from function df.explain("cost"): https://github.com/apache/spark/blob/v3.5.5/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/Statistics.scala#L55)

So I tried with python (need to call function instead of property like scala, maybe calling to Java need it ¯\_(ツ)_/¯ )

    spark: SparkSession = SparkSession.builder.master("local[4]").getOrCreate()
    sc: SparkContext = spark.sparkContext
    df = spark.range(1)
    df.cache()
    # force df persist
    print(df.count())
    # force dataframe collect statistics so we can get the data size
    df.explain("cost")
    # df._jdf.show()
    print(df._jdf.queryExecution().optimizedPlan().stats().sizeInBytes())
    df.unpersist()
    spark.stop()

When I tested with dummy data, the df.explain("cost") is not needed, but I think we will need it in real case, because when I trace the code I saw it call to function collectWithSubqueries: https://github.com/apache/spark/blob/v3.5.5/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/QueryPlan.scala#L545

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

79604694

Date: 2025-05-03 12:30:10
Score: 1.5
Natty:
Report link

Exactly the same issue, adding On Data Change action for respective widget throws a compilation error

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

79604693

Date: 2025-05-03 12:24:08
Score: 9 🚩
Natty: 5
Report link

maybe you can help me out.

By mistake, I have deleted my Polylang default language. So, I have added it again manually.

However, there is no star in Languages section. No plus in pages. So system doesn't recognize my primary language. How can I fix that (i tried to add new language in hope that it will offer me solution to mark that language as primary so I get star but nothing).

Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): you can help me
  • RegEx Blacklisted phrase (2): help me out
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Sabi

79604692

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

In Python, lookups in a set stay constant time on average O(1), even with hundreds of millions of elements, as long as there's enough RAM and no serious hash collisions. So, I think, that the maximum size of a set for fast lookup is mostly limited by available memory, not by the algorithm itself.

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

79604679

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

Basically, a poller is needed for queueChannel1 and spring integration can move the message to queueChannel2 afterwards.

@Bean
public IntegrationFlow testflow11() {
    return f -> f.channel("queueChannel1")
            .handle(new GenericHandler<String>() {
                @Override
                public String handle(String payload, MessageHeaders headers) {
                    System.out.println("[testflow11]: Processed " + payload);
                    return payload;
                }
            }, e -> e.poller(Pollers.fixedRate(0).maxMessagesPerPoll(-1)))
            .channel("queueChannel2");

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

79604675

Date: 2025-05-03 12:06:02
Score: 4
Natty:
Report link

visit us to replacement iPhone 13 Pro Max Battery at

https://icareapplebd.com/services-iphone-ipad-macbook-imac-iwatch-display-battery/iphone-13-pro-max-battery-replacement-repair/

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

79604674

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

I found that it is like this

echo %%613%% > SomeTextFile.txt  

That was my first guess, but I thought it would not work. And apparently I was wrong

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

79604672

Date: 2025-05-03 12:02:01
Score: 4
Natty:
Report link

Ok event.deltaY works good and is much smaller a code. merseebokoo.

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

79604662

Date: 2025-05-03 11:48:58
Score: 1
Natty:
Report link

I need the user to update the entry boxes, then loop through each entry to make an API PUT call for each entry.

The error message "AttributeError:'str' object has no attribute 'append'" appears. This means that, as @Barman mentioned, date.append(DD) should actually be dd.append(date).

It has been observed that the time f-string format is inaccurate.

It should be possible for you to write readable code.

Presuming that you wish to utilize the lists' starting entry f"{DD[0]}T{DT[0]}Z"

Then you can update the assignment.

To see if it succeeded or not, you could try using your 200 lines.

Snippet(re-worked):

DD = []
DT = []


date = entry1.get()
time = entry2.get()

DD.append(date)
DT.append(time)


for i in assignment:
    due_at = f"{DD[0]}T{DT[0]}Z" 
    update = i.edit(assignment={'due_at': due_at}) 
    print(f"Updated assignment due date: {due_at}") 
    print(update) 

Let me know if your 200 lines work.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Barman
  • Low reputation (0.5):
Posted by: Adios Gringo

79604649

Date: 2025-05-03 11:32:54
Score: 1
Natty:
Report link

Apparently you can do that using the transition property in the navigation functions, like this:

Get.to(()=> PageName(), transition: Transitions.fade)

and there many options to choose from.

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

79604629

Date: 2025-05-03 11:15:50
Score: 2.5
Natty:
Report link

Excellent article sur les design patterns en React avec Redux ! Une structure bien pensée et des exemples concrets qui facilitent la compréhension, même pour des développeurs intermédiaires. Dans le cadre d’une agence communication moderne, maîtriser ces bonnes pratiques est essentiel pour concevoir des applications web performantes, évolutives et maintenables. Merci pour ce contenu enrichissant qui met en lumière l’importance d’une architecture bien structurée dans les projets front-end !

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

79604622

Date: 2025-05-03 11:07:48
Score: 2
Natty:
Report link

AWS Lambda supports specific Python versions (e.g., 3.9, 3.10). If your local environment uses a different version, dependencies built there might not work.

Also,AWS Lambda expects a very specific structure for Python layers:

layer.zip/python/lib/python3.10/site-packages/

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

79604606

Date: 2025-05-03 10:44:43
Score: 3
Natty:
Report link

you are comparing a string to an integer

(sry for being late)

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

79604600

Date: 2025-05-03 10:36:41
Score: 1
Natty:
Report link

you can also post a Runnable to the view's message queue:

dialogView.post(new Runnable() {
    @Override
    public void run() {
        int width = dialogView.getWidth();
        int height = dialogView.getHeight();
        Log.d("DialogSize", "Width: " + width + ", Height: " + height);
    }
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muddasir Mirza

79604589

Date: 2025-05-03 10:29:39
Score: 5
Natty:
Report link

The problem somehow lied in the fixtures

async function deployToken() {
    const Token = await ethers.getContractFactory("Token");
    const token = await Token.deploy();
    await token.waitForDeployment();
    const tokenAddr = await token.getAddress();
    return { token, tokenAddr };
  }
async function deployFundedToken() {
    const Token = await ethers.getContractFactory("Token");
    const token = await Token.deploy();
    await token.waitForDeployment();
    const tokenAddr = await token.getAddress();
    const oneEth = ethers.parseEther("1");
    await setBalance(tokenAddr, oneEth);
    return { token, tokenAddr };
  }

I had these two fixtures. When I deleted the funded one and just started to fund when I needed to the balanceOf func and all the other ones became callable. Does anyone know why though?

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2): Does anyone know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: TheCodeSommelier

79604584

Date: 2025-05-03 10:22:38
Score: 1.5
Natty:
Report link

Your .fxml file might still have something like this:

<Button onAction="#handleButtonClick" />
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sakshi Rautela

79604581

Date: 2025-05-03 10:15:36
Score: 1.5
Natty:
Report link

My problem was missing out the backslash / in front of the image path, like <img src="images/picture.jpg" />. The image got displayed just fine after changing to <img src="/images/picture.jpg" />.

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

79604577

Date: 2025-05-03 10:10:35
Score: 1.5
Natty:
Report link

You can try using the address bar or Go to range (Ctrl+G) functionality by entering your range without the header rows as A2:A

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

79604571

Date: 2025-05-03 10:05:34
Score: 1.5
Natty:
Report link

This handy feature is available on Google Sheets mobile app - you can select your range of columns, and then just drag down the upper edge of selection by one row! This works on all other ranges as well.

For desktop version you can try unselecting rows using Ctrl or Ctrl+Shift

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

79604567

Date: 2025-05-03 09:55:31
Score: 2
Natty:
Report link

Beeing late for the party just wanna say this behaviour of the IDE can be caused when it considers your project as a Java project. You can understand this from your project_name.iml file. There should be a tag like <module type="JAVA_MODULE"... If it's not the case of your project you can just close it, remove .iml file and be sure to remove the .idea folder also. Next time you open your project in IDEA you will get "New - Directory" menu back again.

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

79604566

Date: 2025-05-03 09:54:31
Score: 2.5
Natty:
Report link

Yes. DRCP is a good solution to share servers and sessions across multiple application instances. Exposed via most of the language drivers and frameworks. Simple to use. Tech brief here: https://www.oracle.com/docs/tech/drcp-technical-brief.pdf

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

79604550

Date: 2025-05-03 09:34:26
Score: 8
Natty: 7
Report link

Your solution works flawlessly in .net 4.8

But in .net 8.0 and 9.0, the scroll does not work. I cannot find any solution or alternative code.

Would anyone know, how I can get this code to work on the newer versions of .net?

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): I cannot find
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (0.5): I cannot
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ryan

79604546

Date: 2025-05-03 09:30:25
Score: 1
Natty:
Report link

I could use Todo Comments plugin (by folke :)) => highlight and search for todo comments like TODO, HACK, BUG in your code base

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

79604543

Date: 2025-05-03 09:26:24
Score: 1
Natty:
Report link

Medi-Core Lab- Your Trusted Partner in Diagnostic Excellence At Medi-Core Lab, we are committed to delivering accurate and reliable diagnostic services to ensure better healthcare outcomes. Whether you need routine blood tests, advanced health screenings, or specialized diagnostic solutions, our state-of-the-art facilities and expert team provide quality reports with precision and speed. Why Choose Medi-Core Lab Comprehensive Testing – From routine blood work to advanced diagnostics Cutting-Edge Technology – Modern equipment for high accuracy Expert Team – Skilled professionals ensuring reliable results Quick & Easy Reports – Fast processing for timely medical decisions Our Services Include: Blood Tests Health Checkups Pathology Services Preventive Health Screenings Stay proactive about your health with Medi-Core Lab. Book your diagnostic tests today! https://naresh8.odmtnew.com

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

79604540

Date: 2025-05-03 09:23:23
Score: 4
Natty:
Report link

https://jonathansoma.com/words/olmocr-on-macos-with-lm-studio.html

I think yes. Use the above instructions to get it running using LM studio. Lm studio has built in support for multiple GPUs.

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

79604535

Date: 2025-05-03 09:11:21
Score: 2.5
Natty:
Report link

Thanks David for your answer. I forgot to reply. Indeed, the variable SPRING_PROFILE_ACTIVE is working for me :). I pass it in my -e option when starting my container and the correct profile is loaded.

I still have to check how to provide Spring property values via environment variables. That might come handy in the future ;).

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

79604517

Date: 2025-05-03 08:56:17
Score: 3
Natty:
Report link

I have an alternative to easy create a jquery datatables server side using go and gorm, you can visit this github repository: https://github.com/ZihxS/golang-gorm-datatables

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

79604514

Date: 2025-05-03 08:52:16
Score: 2
Natty:
Report link

Your program don't really need <bits/std++.h>. Please, just #include <iostream>.

The header <bits/std++.h> isn't a standard header for GCC compiler, and cannot be found.

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

79604506

Date: 2025-05-03 08:49:15
Score: 0.5
Natty:
Report link

I did this myself in one of my projects, if I want to tell you step by step what I did, it would be like this:

First I created a splash page, asked the server to send me an initial API that included all the initial data that showed the latest status of the user. (Depending on your needs, for example, here you can get prayer time data and qadha prayer records... all in one api), after this step you call this api in the splash page and set and specify the status of data capture and navigation with a progress bar. I can give you my code to help you use its structure for yourself:

import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:lottie/lottie.dart';
import 'package:package_info_plus/package_info_plus.dart';
import 'package:provider/provider.dart';
import 'package:connectivity_plus/connectivity_plus.dart';
import 'package:internet_connection_checker/internet_connection_checker.dart';
import 'package:share_plus/share_plus.dart';

class Splash extends StatefulWidget {
  const Splash({Key? key}) : super(key: key);

  @override
  _SplashState createState() => _SplashState();
}

class _SplashState extends State<Splash> with TickerProviderStateMixin {
  late final preferences = FunctionalPreferences();
  late AnimationController? controller;
  bool internetConnection = true;
  bool isLoading = true;
  bool showRetry = false;
  int hasActiveLanguage = 0;
  String languageName = '';
  String currentAppVersion = '';
  String currentApiVersion = '';

  @override
  void initState() {
    controller = AnimationController(
      vsync: this,
      duration: const Duration(seconds: 5),
    )
      ..addListener(() {
        setState(() {});
        if (controller!.isCompleted) {
          initialControls();
        }
      });

    internet(context);

    Future.delayed(const Duration(seconds: 8), () {
      if (isLoading) {
        setState(() {
          showRetry = true;
        });
      }
    });

    super.initState();
  }

  @override
  void dispose() {
    controller!.dispose();
    super.dispose();
  }

  internet(context) async {
    ModelUtils model = Provider.of<ModelUtils>(context, listen: false);
    bool result = await InternetConnectionChecker().hasConnection;
    final token = await preferences.getToken();

    debugPrint('token: ${token.toString()}');

    if (result == true) {
      if (token != '') {
        await initialData();
      } else {
        setState(() {
          isLoading = false;
        });
        if(!showRetry) {
          controller?.forward();
        }
      }
    } else {
      Connectivity().onConnectivityChanged.listen((ConnectivityResult result) async {
        if (result != ConnectivityResult.none) {
          if (token != '') {
            await initialData();
          } else {
            setState(() {
              internetConnection = true;
              isLoading = false;
            });
            if(!showRetry) {
              controller?.forward();
            }
          }
        }
      });
    }
  }

  Future<void> initialData() async {
    ModelUtils model = Provider.of<ModelUtils>(context, listen: false);
    final token = await preferences.getToken();
    
    try {

      Api.initialData().then((response) async {
        if (response.statusCode == 200) {
          var responseData = json.decode(response.body);         
            if (responseData != null) {
              controller?.forward();
              setState(() {
                isLoading = false;
                showRetry = false;
                currentApiVersion = responseData['current_version'];
              });

              // Things you want to do on responseData
            }
        } else {
          debugPrint('initial error: ${json.decode(response.body)}');
        }
      });
    } catch (e) {
      debugPrint('Err: $e');
    }
  }

  initialControls() async {
    ModelUtils model = Provider.of<ModelUtils>(context, listen: false);

    final token = await preferences.getToken();
    bool userSetting = await preferences.getSetting();
    model.userStreak = await preferences.getStreak();
    debugPrint('userSetting splash: ${userSetting}');

    if (token == '') {
      Navigator.push(
        context,
        MaterialPageRoute(builder: (context) => const Login()),
      );
    } else {
      if (userSetting == false) {
        Navigator.push(
          context,
          MaterialPageRoute(builder: (context) => Start(token: token)),
        );
      } else {
        Navigator.push(
          context,
          MaterialPageRoute(builder: (context) => MyHomePage()),
        );
      }
    }
  }

  @override
  Widget build(BuildContext context) {
    ModelUtils model = Provider.of<ModelUtils>(context);
    if (internetConnection == false) {
      return const NoInternet(nestedScreen: false);
    }

    return Scaffold(
      backgroundColor: Color(model.appTheme['bg[500]']),
      body: SafeArea(
        child: Center(
          child: Column(
            children: [
              Expanded(
                child: Column(
                  mainAxisAlignment: MainAxisAlignment.center,
                  children: [
                    Lottie.asset(
                      'assets/lotties/processing.json',
                      width: size.width * 0.65,
                      height: size.width * 0.65,
                      fit: BoxFit.contain,
                      repeat: true,
                      animate: true,
                    ),
                    Padding(
                      padding: EdgeInsets.only(top: size.width * 0.06),
                      child: Text(
                        'در حال پردازش',
                        style: TextStyle(
                          fontSize: 19,
                          fontFamily: 'BakhBold',
                          color: Color(model.appTheme['primary']),
                        ),
                      ),
                    ),
                    
                    isLoading == true
                    ? Container(
                      margin: EdgeInsets.only(
                        top: size.width * 0.08,
                        right: size.width * 0.12,
                        left: size.width * 0.12
                      ),
                      alignment: Alignment.bottomCenter,
                      child: LinearProgressIndicator(
                        minHeight: size.width * 0.025,
                        backgroundColor: Color(model.appTheme['percentIndicator']),
                        borderRadius: BorderRadius.circular(10),
                        valueColor: AlwaysStoppedAnimation(Color(model.appTheme['primary']).withOpacity(0.5)),
                      ),
                    )
                    : Container(
                      margin: EdgeInsets.only(
                        top: size.width * 0.08,
                        right: size.width * 0.12,
                        left: size.width * 0.12
                      ),
                      alignment: Alignment.bottomCenter,
                      child: LinearProgressIndicator(
                        value: controller!.value,
                        minHeight: size.width * 0.025,
                        backgroundColor: Color(model.appTheme['percentIndicator']),
                        borderRadius: BorderRadius.circular(10),
                        valueColor: AlwaysStoppedAnimation(Color(model.appTheme['primary'])),
                      ),
                    ),

                  ],
                ),
              ),
                           
              if (showRetry)
                Container(
                  width: size.width * 0.5,
                  margin: EdgeInsets.symmetric(
                    vertical: size.width * 0.03
                  ),
                  child: Button(
                    title: 'تلاش مجدد',
                    bgColor: model.appTheme['primary'],
                    borderColor: model.appTheme['primary'],
                    shadowColor: model.appTheme['shadow'],
                    titleColor: model.appTheme['cartDark'],
                    onTap: () async {
                      setState(() {
                        isLoading = true;
                        showRetry = false;
                      });

                      bool internetAvailable = await InternetConnectionChecker().hasConnection;
                      if (internetAvailable) {
                        await initialData();
                        setState(() {
                          internetConnection = true;
                          isLoading = false;
                        });
                      } else {
                        setState(() {
                          internetConnection = false;
                          showRetry = true;
                        });
                      }
                    }
                  ),
                ),
            ],
          ),
        ),
      ),
    );
  }
}

I hope I was able to help you. Good luck

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