79804146

Date: 2025-10-29 19:26:29
Score: 0.5
Natty:
Report link

What is @{n='BusType';e={$disk.bustype}}? AI gave me similar examples, I just barely understand it. Seems n & e as shortcuts for Name & Expression in so called Calculated Property Syntax.

@{Name='PropertyName'; Expression={Script Block}} or @{n='PropertyName'; e={Script Block}}.

AI suggested an example:

Get-ChildItem -File | Select-Object Name, @{n='SizeMB'; e={$_.Length / 1MB}}

demonstrating exactly what I desired to archive, then why does @{n;e} act strangely in Select-Object?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Starts with a question (0.5): What is
  • High reputation (-2):
Posted by: gavenkoa

79804141

Date: 2025-10-29 19:11:25
Score: 0.5
Natty:
Report link

This is due to the fact of a (not so?) recent change in collapsing margins. In a block layout, the margin-bottom and margin-top of the heading elements collapses (only one margin is applicable), but in a flex layout, the margins are not collapsed. So, what you see in the flex layout is all the margins accounted for.

Try removing margin-top or margin-bottom for your needs. You can read more about margins here: https://www.joshwcomeau.com/css/rules-of-margin-collapse/ or at mdn: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_box_model/Mastering_margin_collapsing

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: phun-ky

79804137

Date: 2025-10-29 19:07:24
Score: 0.5
Natty:
Report link

You could use process tracking instead

vrrp_instance Vtest_2 {
        [...]
        track_process {
                check_haproxy
        }
}

The tracking block would look like this

vrrp_track_process check_haproxy {
    process haproxy
    weight 10
}

This way you dont need a separate script running.

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

79804126

Date: 2025-10-29 18:45:16
Score: 6 🚩
Natty:
Report link

For those that are facing the same problem, please check this configuration under:

File > Project Structure > Project Settings > Module
Screenshot:

image

Reasons:
  • Blacklisted phrase (1): please check this
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): facing the same problem
  • Low reputation (1):
Posted by: Leonardo Piel

79804123

Date: 2025-10-29 18:43:15
Score: 3.5
Natty:
Report link

This is still happening 6.6 years later Microsoft SUCKS

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

79804117

Date: 2025-10-29 18:35:13
Score: 1
Natty:
Report link

You can use a Navigator widget or a named route to achieve this https://docs.flutter.dev/ui/navigation#using-the-navigator

If you intend displaying as a pop-up modal, then refer to the example on showDialog https://api.flutter.dev/flutter/material/showDialog.html#material.showDialog.1

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Akumbom

79804114

Date: 2025-10-29 18:33:11
Score: 4.5
Natty:
Report link

As per your suspect yes i agree that aggregation query is quiet inefficient. I am not sure if you have supportive index to these?

Base collection from where you running aggregate query should have below index: { "seller_company_id": 1,'meetings.is_meeting_deleted':1, "is_deleted": 1,"is_hidden": 1 }

It is ok if you dont have 'meetings.is_meeting_deleted':1 in index as it is multikey.

And for the joining collection Company _id default index is sufficient.

Seems the CPU utilisation is pretty high 100% and as per the real time tab screenshot there seem lot of getMore running. I believe it is either Atlas search or the change stream. Can you help with what are the most common getMore command running?

with above info we can find some clue.

thanks, Darshan

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (3): Can you help
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Darshan J

79804112

Date: 2025-10-29 18:30:11
Score: 2.5
Natty:
Report link

use https://www.svgviewer.dev/ and insert the code of the xml and download it and import it (worked for me)

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: newguy.

79804105

Date: 2025-10-29 18:19:08
Score: 1.5
Natty:
Report link

Please note that, In MongoDB, when you drop a collection or index, it may not be deleted immediately. Instead, it enters a "drop-pending" state, especially in replica sets, until it is safe to remove—after replication and commit across nodes. The "ObjectIsBusy" error means MongoDB cannot proceed because the object, such as an index, is still active or not fully deleted.

This status is internal and usually clears automatically once MongoDB finishes its background cleanup.

As you said it is fresh mongo that curious me if there was already older version of mongod ran and abandoned? If it is fresh you can clear the dbpath and try start them

Thanks, Darshan

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Darshan J

79804100

Date: 2025-10-29 18:11:06
Score: 3
Natty:
Report link

!4 value filled in property worked for me

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: julia

79804093

Date: 2025-10-29 17:58:03
Score: 2
Natty:
Report link

Figured out that you can get data out of the embedded report through the Javascript client for powerbi we were able to use this to get the users filter selections. Also we were able to add the users email address to the Row Level Security and implement it in the Reports to only show them content they were able to see.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Cory Koch

79804092

Date: 2025-10-29 17:57:02
Score: 1.5
Natty:
Report link

The ErrorLevel is equal to -1 when the volume is crypted

Your can do the following command for exemple to uncrypte the volume :

manage-bde -status c: -p || manage-bde -unlock c: -RecoveryPassword "Key-Key..."
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: JLG

79804081

Date: 2025-10-29 17:39:58
Score: 1.5
Natty:
Report link

One useful resource is the AWS latency matrix from Cloud Ping.

AWS Region Latency Matrix

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

79804067

Date: 2025-10-29 17:20:54
Score: 2.5
Natty:
Report link

You can use this website to answer these questions : https://www.dcode.fr/javascript-keycodes

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Roman Diez

79804064

Date: 2025-10-29 17:14:53
Score: 1.5
Natty:
Report link

Functions for component wise operations has a prefix cwise in Eigen. cwiseQuotient performs the component wise division.

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

79804063

Date: 2025-10-29 17:13:52
Score: 3
Natty:
Report link

Agree. It's not the same when you are exporting to CSV. Some columns need to be adjusted. In mi case, so many columns containing numerical Ids that most of the time start with ceros. Excel delete those ceros and make the column numeric and worse put the number in scientific notation.

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

79804050

Date: 2025-10-29 17:01:49
Score: 1.5
Natty:
Report link

@ tibortru answer works. I had a requirement where the requirement was to run scheduled spring batch job a lot more often in the test environments. I achieved this like so in the application-test.yml

batch
  scheduler:
    cron: 0 ${random.int[1,10]} 7-23 * * *

And referenced it like so:

@Scheduled(cron = "${batch.scheduler.cron}")
public void runJob()
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @answer
  • Low reputation (1):
Posted by: TheLittleChimp

79804042

Date: 2025-10-29 16:52:47
Score: 2.5
Natty:
Report link

Azure SQL supports synonyms for cross-database access but only on the same server.

https://learn.microsoft.com/en-us/sql/relational-databases/synonyms/synonyms-database-engine?view=sql-server-ver17

"Four-part names for function base objects are not supported."

"You cannot reference a synonym that is located on a linked server."

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

79804041

Date: 2025-10-29 16:52:47
Score: 1
Natty:
Report link

I encountered this while trying to download a file using Lambda from S3.

For my scenario, I did the following steps:

  1. Go to IAM -> Roles -> Search for Lambda's role (you can find it in Lambda -> Permissions -> Execution role -> Role name)

  2. Click Add permissions -> Create inline policy

  3. Choose a service -> S3

  4. In the Filter Actions search bar look for GetObject -> Select the checkbox

  5. In Resources click on Add ARNs in the "object" row

  6. Add bucket name and the resource object name if needed - if not, select Any bucket name and/or Any object name. Click Add ARNs

  7. Click Next -> Add a Policy name

  8. Click Create policy

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

79804038

Date: 2025-10-29 16:48:46
Score: 1.5
Natty:
Report link

[

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

: [email protected]

[email protected]

[29/10, 9:01 pm] Karam Ali Larik🙂‍↔️😔🥺💫: [email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

[email protected]

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Karam Ali lark

79804024

Date: 2025-10-29 16:32:42
Score: 1.5
Natty:
Report link

add

<uses-permission android:name="android.permission.WRITE_SETTINGS" />

in your androidmanifest.xml

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

79804007

Date: 2025-10-29 16:14:38
Score: 0.5
Natty:
Report link

The solution I've often employed in this type of scenario makes use of cfthread and some form of async polling.

Without a concrete example, I'll try and outline the basic mechanics...

I've used XHR polling, and event-stream based solutions here - but the principle holds whichever technique you employ.

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

79804006

Date: 2025-10-29 16:13:37
Score: 1.5
Natty:
Report link

Encountered the same problem today and was pretty lost.
It seems it was due to mismatches in the package versions between the apps and the library.

In the end I ran `pnpm dlx syncpack fix-mismatches` (or run `pnpm dlx syncpack list-mismatches` first to see what changes will be applied) and the problem was solved.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Job van Gerwen

79803998

Date: 2025-10-29 16:05:35
Score: 1
Natty:
Report link
linkStyle={{
backgroundColor: x + 1 !== page ? "#ffffffff" : "",
color: x + 1 !== page ? "#000000ff" : "",
borderColor: x + 1 !== page ? "#000000ff" : "",
}}

add this inline css or make custom css in index.css, it will resole the issue
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Junaid

79803987

Date: 2025-10-29 15:55:32
Score: 7.5 🚩
Natty:
Report link

Did you find a solution, brother? We all are in the same boat here.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution
  • Low reputation (1):
Posted by: Mr.Alamdari

79803982

Date: 2025-10-29 15:50:31
Score: 1.5
Natty:
Report link

I installed a php package that allows you within your composer.json file to configure a path that copies vendor assets to a public directory.

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

79803958

Date: 2025-10-29 15:32:26
Score: 4
Natty:
Report link

If you'd like to explore Deep Web, the link below is one of the best doorways to start your journey!

NOTE: ONLY FOR EDUCATIONAL PURPOSE!

Reasons:
  • Blacklisted phrase (1): the link below
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Alex

79803948

Date: 2025-10-29 15:23:23
Score: 4.5
Natty:
Report link

I had my apt sources messed up my bad

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

79803940

Date: 2025-10-29 15:12:20
Score: 4
Natty:
Report link

Sorting the filenames before generating their arrays / hashes fixed it.

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

79803938

Date: 2025-10-29 15:10:20
Score: 0.5
Natty:
Report link

I know I'm late, but I just stumbled upon the same issue. I'm using OpenPDF-1.3.33, and by default cell's element is aligned to the left.

You need to make

p.setAlignment(Element.ALIGN_CENTER); // not Element.ALIGN_MIDDLE
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SoldierKB

79803937

Date: 2025-10-29 15:10:20
Score: 1.5
Natty:
Report link

Problem solved. I had a subsequent:

parameters.to_sql("Parameter", con=connection, if_exists='replace', index=False)

That replaces the TABLE during data import - not existing ROWS.....

Anyway, thanks for your feedback!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Nilsie

79803936

Date: 2025-10-29 15:10:20
Score: 1
Natty:
Report link

I encountered this exact issue and resolved it. The 10-second delay is caused by IPv6 connectivity being blocked in your Security Groups.

My Setup

The Fix

**Add IPv6 inbound rules to your Security Groups

This is root cause as per Claude AI:**

When using ECS Service Connect with Fargate in a dual-stack VPC:

  1. Service Connect attempts IPv6 connection first (standard .NET/Java behavior per RFC 6724)

  2. Security Group silently drops IPv6 packets (if IPv6 rules aren't configured)

  3. TCP connection times out after exactly 10 seconds (default SYN timeout)

  4. System falls back to IPv4, which succeeds immediately

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

79803928

Date: 2025-10-29 15:00:17
Score: 1.5
Natty:
Report link

For anyone looking at this more recently:

In scipy version 1.16, and presumably earlier, splines can be pickled and the code in the question works without error.

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

79803923

Date: 2025-10-29 14:56:16
Score: 3
Natty:
Report link

Probably you need to remove the current connection and add it again.

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

79803920

Date: 2025-10-29 14:54:16
Score: 2.5
Natty:
Report link

@jared_mamrot

Question: I want to calculate elasticities, so I am using elastic().

ep2 <- elastic(est,type="price",sd=FALSE)

ed <- elastic(est,type="demographics",sd=FALSE)

ei <- elastic(est,type="income",sd=FALSE)

ep2 and ed are working, but when type="income", running ei shows an error:

Error in dimnames(x) <- dn : 
  length of 'dimnames' [2] not equal to array extent
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • User mentioned (1): @jared_mamrot
  • Low reputation (1):
Posted by: Yan Jin

79803919

Date: 2025-10-29 14:54:16
Score: 2.5
Natty:
Report link

in AWS service connect. it will try to resolve first IPv6 and it failed then it will go IPv4.
In fail case it will hold 10s.
to resolve check security group and your allow IPv6 port

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

79803909

Date: 2025-10-29 14:38:12
Score: 1
Natty:
Report link

Thank you so much! it solved the problem after 2 entire days struggling. Here is minor tweak:

curl 'https://graph.facebook.com/v22.0/YOUR_PHONE_NUMBER_ID/register' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-d '{
  "messaging_product": "whatsapp",
  "pin": "000000"
}'
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jeff

79803905

Date: 2025-10-29 14:33:11
Score: 1
Natty:
Report link

As said above, maps are not safe inside go routines like this.

The simplest way to modify your example is to add a mutex and perform lock/unlock on each pass.

package main

import (
    "fmt"
    "sync"
)

type Counter struct {
    m  map[string]int
    mu sync.Mutex
}

func main() {
    counter := Counter{m: make(map[string]int)}
    var wg sync.WaitGroup

    for i := 0; i < 100; i++ {
        wg.Add(1)
        go func(id int) {
            defer wg.Done()
            key := fmt.Sprintf("key%d", id)

            counter.mu.Lock()
            defer counter.mu.Unlock()
            counter.m[key] = id * 10
        }(i)
    }

    wg.Wait()
    fmt.Println(counter.m)
}

This should help demonstrate the issue. But there are other ways to handle this, with read/write mutex or a channel. Note that using locks may slow down the program, compared to other methods.

More discussion: How safe are Golang maps for concurrent Read/Write operations?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: Brian Wagner

79803895

Date: 2025-10-29 14:24:09
Score: 1
Natty:
Report link

This appears to be a recent issue with Anaconda, and on the Anaconda forum, this solution has worked:

Could you try updating conda-token by running:

conda install –-name base conda-token=0.6.1

Original Forum Post

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

79803893

Date: 2025-10-29 14:20:08
Score: 1.5
Natty:
Report link

I think you should use below style to access the nested variables in scripts

doc[“attributes”][“jewelry_v2”][“keyword”]

Or use Ctx style
ctx.attributes.jewelry_v2.keyword.value

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: S.AliReza Golmohammadi

79803888

Date: 2025-10-29 14:16:06
Score: 4.5
Natty: 4.5
Report link

https://medium.com/@rahilreo/decoding-the-webs-gibberish-an-intuitive-guide-to-ascii-unicode-and-utf-8-65e2585cbfce

look at this post to better understand character sets(unicode) and encoding(utf-8)

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: freaky hitler

79803886

Date: 2025-10-29 14:15:06
Score: 3.5
Natty:
Report link

I downgraded DotVVM.AspNetCore from 5.0.0 to 4.3.9 and now it works fine.

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

79803883

Date: 2025-10-29 14:12:05
Score: 1.5
Natty:
Report link

Writing to the log file from multiple processes will work fine, until the maximum log file size is reached and the RotatingFileHandler attempts to rotate the log file. Rotating the log file is done by renaming the log file (appending .1 to the file name). This will not be possible because the file will be in use (locked) by other processes.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Martin Watts

79803880

Date: 2025-10-29 14:11:04
Score: 3
Natty:
Report link

So the reason im getting forbidden is because despite my channel being partnered, i still have to request access to the API. Not entirely sure where, but thats why im getting 403.

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

79803863

Date: 2025-10-29 13:42:58
Score: 4.5
Natty: 4
Report link

bump - asking the same question

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

79803848

Date: 2025-10-29 13:31:54
Score: 2
Natty:
Report link

I just found out the issue.
Business-initiated calling is not available for U.S. phone numbers in the Meta (WhatsApp Business Cloud API).

That’s why the API returns:

(#138013) Business-initiated calling is not available

So if you're testing with a U.S. WhatsApp number (starting with +1), you won’t be able to send call permission requests or start business-initiated calls.

Switching to a phone number from a supported country resolves the issue.

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

79803841

Date: 2025-10-29 13:25:53
Score: 0.5
Natty:
Report link

I found the issue. in the orm.xml, I had to use

org.axonframework.eventhandling.AbstractDomainEventEntry

for the attribute config instead of

org.axonframework.eventhandling.AbstractSequencedDomainEventEntry
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: MatterOfFact

79803835

Date: 2025-10-29 13:20:51
Score: 1.5
Natty:
Report link

Just restating Jenkins fixed that for me.

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

79803828

Date: 2025-10-29 13:10:49
Score: 3.5
Natty:
Report link

It is a disassembly of try-catch blocks.

Please check this out: __unwind

Reasons:
  • Blacklisted phrase (1): Please check this
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: pshi-ya-chyel

79803823

Date: 2025-10-29 13:03:47
Score: 2.5
Natty:
Report link

@Tobias, Oracle explicitly permits custom information in the manofest

Modifying a Manifest File

You use the m command-line option to add custom information to the manifest during creation of a JAR file. This section describes the m option.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Tobias
  • Low reputation (0.5):
Posted by: al0

79803817

Date: 2025-10-29 12:57:46
Score: 0.5
Natty:
Report link

For me, the answer from @devzom actually worked. After a little research into it I found that by default, Astro uses static site generation (SSG) where pages are pre-rendered at build time. In default ('static') mode, routes with dynamic query parameters don't work properly because there's no server running to handle the requests at runtime.

By adding output: 'server', you're telling Astro to run in Server-Side Rendering (SSR) mode, which means there's an actual server processing requests, so dynamic routes with query parameters work correctly.

In the file astro.config.mjs

export default defineConfig({
    output: 'server',
});

I then put my code up on DigitalOcean and had to install the following adapter:

npm install @astrojs/node

(or in my case, since I was using an older theme: npm install @astrojs/node@^8.3.4 )

Then your astro.config.mjs looks like:

import node from '@astrojs/node';

export default defineConfig({
    output: 'server',
    adapter: node({
        mode: 'standalone',
    }),
});

There are also hosting adapters for Vercel, Netlify, and Cloudflare
https://docs.astro.build/en/guides/on-demand-rendering/

As others have mentioned, setting output to 'hybrid' in astro.config.mjs will work, but you will need to add "export const prerender = false;" at the top of the page that you want to get the query parameters for, basically this is telling the file that the route in that file needs SSR.

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

79803811

Date: 2025-10-29 12:52:44
Score: 3.5
Natty:
Report link

All your routes will be served through that __fallback.func. What makes you think that they aren't being served? What happens when you access a route?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Daniel Roe

79803802

Date: 2025-10-29 12:48:43
Score: 2.5
Natty:
Report link

Installing binutils package in the Alpine Docker image solved this handshake issue for me.

I saw this solution in alpine/java image. Here's the link to its Dockerfile

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

79803790

Date: 2025-10-29 12:32:39
Score: 1
Natty:
Report link

The error is that jalali_date uses distutils, but in Python 3.12, distutils is removed and should be replaced with setuptools.

pip install setuptools
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hamidreza

79803786

Date: 2025-10-29 12:30:38
Score: 3.5
Natty:
Report link

Thank you to everyone that replied. I think this is more than enough feedback to work with. I clearly still have a lot to learn. Also, apologies to @AlexeiLevenkov for not putting this in code review. I will look at using table lookups and animating palettes. For anyone else that stumbles on my thread I had a bug in my code where it was clipping because the seconds were looping back around. The fix was to create a frameCounter variable and increment it every time Invalidate() was called. Use that instead of the DateTime.Now.Second otherwise it will not be smooth.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @AlexeiLevenkov
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Brandon M.

79803782

Date: 2025-10-29 12:29:38
Score: 0.5
Natty:
Report link

There is actually a way to achieve this. In cases such that you are packaging multiple executable in a single package, this option will be helpful. I've verified this with pyinstaller==6.15.0

exe = EXE(....,
          ....,
          contents_directory='_new_internal'
      )
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Parth Bhuva

79803777

Date: 2025-10-29 12:27:37
Score: 0.5
Natty:
Report link

Planner Premium uses Project schedule APIs. The official documentation is here:

https://learn.microsoft.com/en-us/dynamics365/project-operations/project-management/schedule-api-preview

But I'm not familiar with that APIs.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: martinm

79803773

Date: 2025-10-29 12:21:36
Score: 3.5
Natty:
Report link

okay, thanks bro. I tried changing the MARGIN attribute to 3, and now the LABEL can be centered!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ReGoMark

79803764

Date: 2025-10-29 12:11:33
Score: 7
Natty:
Report link

here are some clarifications for this request:

Step1: Data

Let's assume you have a factory that produces 3 products (A,B,C). Each product goes through 3 production steps (Stamping, Assembly, Test). You measure for each product the cycle time per production step in minutes. The data looks like this:

products=['Product A', 'Product A','Product A','Product A','Product A','Product B','Product B','Product B','Product B','Product B', 'Product C','Product C','Product C','Product C','Product C']

production_step=['Start', 'Stamping', 'Assembly','Test','End','Start', 'Stamping', 'Assembly','Test','End','Start', 'Stamping', 'Assembly','Test','End','Start', 'Stamping', 'Assembly','Test','End','Start', 'Stamping', 'Assembly','Test','End']

cycle_time=[0,150,100,170,0,0,130,80,100,0,0,100,90,120,0]

data = list(zip(products, production_step, cycle_time))

df=pd.DataFrame(data, columns=['Product', 'Production Step', 'Cycle Time (min)'])

Note: I artificially added a "Start" and "End" time of 0 so the area charts in the next Step 2 resemble density plots.

Step 2: Visualization

fig=go.Figure()

fig.add_trace(go.Scatter(x=df["Production Step"], y=df["Cycle Time (min)"], line_shape='spline', fill='tozeroy'))

fig.show()

enter image description here Note:

Step3: Make it look like a ridge plot

This is where I'm stuck. What is missing is a vertical offset and the Product names appearing along the y-axis.

Do you have any ideas how to make this happen?

Reasons:
  • Blacklisted phrase (1): any ideas
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • RegEx Blacklisted phrase (2.5): Do you have any
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: MaximJ

79803762

Date: 2025-10-29 12:07:32
Score: 0.5
Natty:
Report link

enter image mohan

Pausing briefly to soak in the view of migratory birds across the marshy land, Jadhav continued to share the best practices that the O&M teams follow at the company’s different projects. In the initial phase of the project, the O&M team is involved in devising the costing model that is provided to the bidding team. The technology parameters are then planned, before selecting the equipment. When the construction phase begins, the O&M team is deployed at the site to supervise the quality of work and ensure smooth handover of the plant, in addition to engaging third-party players. This ensures that the plant starts generating electricity to its full commissioned capacity to avoid generation loss. The team also develops a breakdown impact analysis and mitigation matrix for all equipment in the solar plant. This serves as a guide for responding to equipment failures and outlining specific actions to be taken for each type of issue. “Before the plant begins operations, we have a certification programme called the “Competency Matrix”, which has three levels – competent, conquerer and champion. All employees at the site must pass the exam and have to undertake necessary certification according to their job profile. Until they get this certification, they are not allowed to work independently at the site,” says Jadhav.

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

79803761

Date: 2025-10-29 12:01:30
Score: 1
Natty:
Report link

Please let me suggest a slightly different approach for your problem. I hope it is working for you.

Spoiler: While trying to reproduce your problem, I found something that I think is missing in PluginClassLoader for handling dynamically loaded jars: It adds all URLs of the jars shipped as dependency with the plugin, but not the URL of the jar itself. This can be fixed. Let me show you how:

First my code to reproduce your problem. You didn't share your actual code, but I used the description from here to start: https://alef1.org/jean/jpf/

I created a simple plugin, which does actually nothing, just log messages when started and stopped.

public class SamplePlugin extends Plugin {

    @Override
    protected void doStart() {
        System.out.println("Plugin started");
    }

    @Override
    protected void doStop() {
        System.out.println("Plugin stopped");
    }
}
<?xml version="1.0" ?>
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 1.0" "http://jpf.sourceforge.net/plugin_1_0.dtd">
<plugin id="org.example.string" version="0.0.4"
        class="org.example.SamplePlugin">
</plugin>

And a Main class, which loads that plugin from a jar file in my case located under maven-pg-plugin/target:

public class Main {

    public static void main(String[] args) throws IOException, JpfException {
        ObjectFactory objectFactory = ObjectFactory.newInstance();
        PluginManager pluginManager = objectFactory.createManager();
        File pluginDir = new File("./maven-pg-plugin/target");
        File[] plugins = pluginDir.listFiles((dir, name) -> name.endsWith(".jar"));
        if (plugins != null) {
            PluginManager.PluginLocation[] locations = Arrays.stream(plugins).map(Main::createPluginLocation)
                    .toArray(PluginManager.PluginLocation[]::new);
            Map<String, Identity> result = pluginManager.publishPlugins(locations);
            for (Map.Entry<String, Identity> entry : result.entrySet()) {
                Identity identity = entry.getValue();
                String pluginId = identity.getId();
                pluginManager.activatePlugin(pluginId);
                pluginManager.deactivatePlugin(pluginId);
            }
        }

    }

    private static PluginManager.PluginLocation createPluginLocation(File file) {
        try {
            return StandardPluginLocation.create(file);
        } catch (MalformedURLException e) {
            // replace RuntimeException with something more suitable
            throw new RuntimeException(e);
        }
    }
}

When running, the output of the sample plugin should be seen on the console.

That code works when the jar is also on the classpath, but stops working when removed from the classpath. The behaviour is the same with Java 8 as well as with newer versions.

Since PluginClassLoader is also an instance of URLClassLoader, i could fix it by calling addURL (which is protected) via reflection and add the jar of the plugin itself:

    private static void fixPluginClassLoader(PluginManager pluginManager, String pluginId) {
        PluginDescriptor descriptor = pluginManager.getRegistry().getPluginDescriptor(pluginId);
        // retrieve the URL to the plugin jar through JPF
        URL url = pluginManager.getPathResolver().resolvePath(descriptor, "");
        PluginClassLoader pluginClassLoader = pluginManager.getPluginClassLoader(descriptor);
        try {
            Method method = URLClassLoader.class.getDeclaredMethod("addURL", URL.class);
            method.setAccessible(true);
            method.invoke(pluginClassLoader, url);

        } catch (ReflectiveOperationException e) {
            // replace RuntimeException with something more suitable
            throw new RuntimeException(e);
        }
    }

And insert the call to that method before using the plugin:

            for (Map.Entry<String, Identity> entry : result.entrySet()) {
                Identity identity = entry.getValue();
                String pluginId = identity.getId();
                fixPluginClassLoader(pluginManager, pluginId); // <-- addition here
                pluginManager.activatePlugin(identity.getId());
                pluginManager.deactivatePlugin(identity.getId());
            }

Tadaa! 🎉 For Java 11 this fix works out of the box, the jar doesn't need to be on the classpath and no extra command line arguments.

However with newer Java versions with extended module checks the command line argument --add-opens needs to be added to access the protected method of URLClassLoader:

--add-opens java.base/java.net=ALL-UNNAMED

(using ALL-UNNAMED assuming you are not actively creating Java modules)

Two notes of warning:

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me
  • Long answer (-1):
  • Has code block (-0.5):
Posted by: nineninesevenfour

79803760

Date: 2025-10-29 11:58:29
Score: 1
Natty:
Report link

Because of this delay, Kafka assumed the consumer was dead and revoked its partitions.

To fix it:

  1. Make sure your processing inside poll() isn’t taking too long.

  2. You can either increase max.poll.interval.ms or process records faster before the next poll() call.

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

79803757

Date: 2025-10-29 11:55:29
Score: 2
Natty:
Report link

I’m using Ubuntu with an RTX 4070, and the only setup that works for me is Python 3.11 with TensorFlow 2.15.1.

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bernardo Braga

79803753

Date: 2025-10-29 11:53:28
Score: 1.5
Natty:
Report link

This usually happens when the default terminal profile in VS Code is set to null or restricted.

It is explained step-by-step in this short YouTube video here: https://youtu.be/Bh7w9vTVRko

Fix:

  1. Open VS Code Settings (Ctrl + ,)

  2. Search for terminal.integrated.defaultProfile.windows

  3. Choose a terminal like Command Prompt or PowerShell

  4. Restart VS Code

That should solve it!

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tedy Kimutai

79803751

Date: 2025-10-29 11:52:27
Score: 4.5
Natty: 4.5
Report link

I think that you are looking for this:

https://mlflow.org/docs/latest/api_reference/_modules/mlflow/tracking/fluent.html#log_table

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

79803734

Date: 2025-10-29 11:35:23
Score: 3.5
Natty:
Report link

I followed these instructions and was able to get the production keys for an internal/private app: https://help.railz.ai/en/articles/6395617-steps-to-complete-the-quickbooks-online-app-assessment-questionnaire

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

79803728

Date: 2025-10-29 11:32:22
Score: 1
Natty:
Report link

Struggled with Django’s test Client and getting POST data to work too—fun times! One trick I learned: building a Python-based AI assistant that can automate and test stuff locally actually helped me understand these client requests and workflows way better. Found a course (not mine) that walks you through building such an assistant, step-by-step, using Python and AI tools—even for beginners, it’s way less painful: https://payhip.com/b/R9Ae1.

Now my test scripts run smoother... but my AI assistant still refuses to debug my code for pizza.

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

79803725

Date: 2025-10-29 11:30:21
Score: 0.5
Natty:
Report link

Couple years later... Turns out there are now order and hue_order arguments on the barplot method.

Documentation voilà: https://seaborn.pydata.org/generated/seaborn.barplot.html

for example:

import pandas
import seaborn

values = pandas.DataFrame({'value': [0.3, 0.112, 0.561, 0.235]})
values_sorted = v['value'].sort_values(ascending=False)

seaborn.barplot(
    x=values_sorted.index, 
    y=values_sorted,
    order=values_sorted.index,
);
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: ewerybody

79803714

Date: 2025-10-29 11:19:19
Score: 0.5
Natty:
Report link

In dev tools navigator.maxTouchPoints is always set to 1.

Note this might trigger in older smartphone devices that doesn’t support multiple touch points.

if(navigator.maxTouchPoints == 1) { 
//your code
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Onyedikachi Oko - Dexter

79803707

Date: 2025-10-29 11:15:18
Score: 2
Natty:
Report link

In PhpStorm or WebStorm, the Emmet ! abbreviation for generating an HTML5 boilerplate works only in files recognized as HTML, so it won’t automatically expand in a .php file because the editor treats it as PHP code. To insert the boilerplate inside a PHP file, place the cursor outside any <?php ?> tags and use the Emmet “Expand Abbreviation” command manually from View → Context Actions → Emmet → Expand Abbreviation (or press Ctrl+Alt+J / Cmd+Alt+J) and type !. If that doesn’t work, you can enable Emmet for PHP under Settings → Editor → Emmet → Enable Emmet for: HTML, PHP, etc. Alternatively, create a custom Live Template: go to Settings → Editor → Live Templates, add a new template under the PHP context, set an abbreviation such as html5, and paste the standard HTML5 boilerplate code inside. Then, whenever you type html5 and press Tab in a PHP file, PhpStorm will insert the complete HTML5 structure without affecting PHP execution.

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

79803702

Date: 2025-10-29 11:11:17
Score: 1
Natty:
Report link

That Nucleo board is/was totally fine. That mass storage which is by default enabled is to load hex file straight to connected target without use of any program but simple file transfer or drag and drop if you will. If it's not needed you can turn it off by choosing appropriate options in upgrade firmware tool. Boot pin has nothing to do with it. I hope it helps someone.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: John Doe

79803690

Date: 2025-10-29 11:00:14
Score: 1
Natty:
Report link

I have found a method that allows you to add eventListeners/onExecution logic to commands.

As vs code does not allow you to alter existing commands, we have find a workaround. So this guide can be used for any command altering in vs code.

VS code allows you to register an already existing command, and will use the last registration. (This could conflict with other extensions doing the same!)

Easy guide

We register an existing command, and on execution we follow a `unregister - execute - register` logic. The registered command calls the original command, and so we don't fall into a recursive loop we have to follow this logic.

Hope this helps!

Reasons:
  • Blacklisted phrase (1): this guide
  • Whitelisted phrase (-1): Hope this helps
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user27925777

79803682

Date: 2025-10-29 10:46:12
Score: 0.5
Natty:
Report link

Extending the answer from @simon i end up tracking all the traceback returning by extract_tb().

Package:

from logging import getLogger
from os.path import basename
from traceback import extract_tb

logSys = getLogger()

def catchUnexpectedError(funct):

    def wrapper():
        try:
            funct()

        except Exception as unknown:
            stack = extract_tb(unknown.__traceback__)
            exc, msg = repr(unknown).rstrip(')').split('(', maxsplit=1)

            logSys.critical(f'Execution finished by exception {exc}: {msg.strip(chr(34))}.')
            logSys.critical(f'The following errors led to program failure:')

            for n, tb in enumerate(stack):
                logSys.error(f'{n}) {tb.line} (line {tb.lineno}) at {basename(tb.filename)}')
    
    return wrapper

Module:

from asset import catchUnexpectedError

def nested():
    raise ValueError("Deliberately raise")

@catchUnexpectedError
def hello():
    nested()

hello()

Output:

[CRITICAL] Execution finished by exception ValueError: 'Deliberately raise'. (11:27:43 29/10/2025)
[CRITICAL] The following errors led to program exit: (11:27:43 29/10/2025)
[ERROR] 0) funct() (line 51) at _init_.py (11:27:43 29/10/2025)
[ERROR] 1) nested() (line 15) at main.py (11:27:43 29/10/2025)
[ERROR] 2) raise ValueError("Deliberately raise") (line 11) at main.py (11:27:43 29/10/2025)

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @simon
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ludovico

79803681

Date: 2025-10-29 10:45:11
Score: 1.5
Natty:
Report link
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Surbhi Doshi

79803677

Date: 2025-10-29 10:39:10
Score: 2.5
Natty:
Report link

I gave up with Conda in the end and have gone for a vanilla Python solution. Pros + cons, but it's been fine for me. Too much of my life wasted trying to fix abstract issues!

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

79803672

Date: 2025-10-29 10:33:08
Score: 1.5
Natty:
Report link

If this happened after setting targetsdk to 35 & beyond then add following line to you layout.xml :

android:fitsSystemWindows="true"

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

79803667

Date: 2025-10-29 10:32:08
Score: 1.5
Natty:
Report link

I've had the same issue. Once I went through the steps in Evan's answer it still didn't work. What fixed it for me was moving the caller repo from internal to private. This can be done under General Settings -> Danger Zone.

enter image description here

After the change, I pushed another commit and it triggered the workflow.

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

79803660

Date: 2025-10-29 10:24:05
Score: 7 🚩
Natty: 5.5
Report link

I'v faced same problem and did as you without any success.
do you find a solution for this problem ??

Reasons:
  • RegEx Blacklisted phrase (2.5): do you find a
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Mohammad Hawasli

79803658

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

Cuma dia jo777 yang paling keren gausah di ragukan lagi

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

79803656

Date: 2025-10-29 10:21:04
Score: 2.5
Natty:
Report link

Thank you @Matt Pitkin, your comment gave me the idea to solve my problem by doing away with the function and, instead using

if (df['a'] == 0).any().any(): # Check if any zero exists in the entire DataFrame
    print("DataFrame contains zero values. Plotting aborted.")
else:
    plt.plot(dfd[1], df['a'], color='g', label='a')

This works fine for me, except for 'b' which has all zeros it plots a straight line at 0. What I want is to avoid printing loads of error line when the column has no data.
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Looks like a comment (1):
Posted by: Zilore Mumba

79803651

Date: 2025-10-29 10:18:03
Score: 1
Natty:
Report link

There are RFC standards for creating deterministic UUIDs, specifically v3 (MD5) and v5 (SHA-1). You need your own code for this (or a software library) since it doesn't come out of the box in .NET.

I created one such library that you could use. It's called DeterministicGuids and it's open source and licensed under MIT.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Mark Cilia Vincenti

79803649

Date: 2025-10-29 10:18:03
Score: 3.5
Natty:
Report link

This seemed to be caused by some additional libraries and code that had not been setup correctly. Removing this fixed the issue

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

79803648

Date: 2025-10-29 10:15:02
Score: 5
Natty: 5.5
Report link

i have been using https://www.extrieve.com/platforms/quickcapture/ easy integration

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

79803645

Date: 2025-10-29 10:09:00
Score: 3.5
Natty:
Report link

Bisa-bisanya lo masih bingung. Solusinya ada. Gak pake ribet. 🔥 jo777.help

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

79803635

Date: 2025-10-29 10:02:58
Score: 1
Natty:
Report link
return items.every((item) => item.length >= 5);

It means:

function(item) {
  if(item.length >= 5) {
    return true; 
  }
}

As in, get only those items that are length more or equal with 5.

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

79803632

Date: 2025-10-29 10:01:56
Score: 11 🚩
Natty:
Report link

😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂

Reasons:
  • Blacklisted phrase (1): 😂
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Filler text (0.5): 😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂
  • Low entropy (1):
  • Low reputation (1):
Posted by: xxx

79803619

Date: 2025-10-29 09:44:52
Score: 2
Natty:
Report link

My problem is the definition of the function I adapted from an SO post. In the function I have 3 arguments: plot_with_checks(df, x_col, y_col), while as in in the plotting I have plt.plot(x=x_col, y=y_col), 2 arguments. In calling the function I call it with df (which is the full dataframe), hence the problem. So I think I need to have a function consistent with the call to function.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Zilore Mumba

79803610

Date: 2025-10-29 09:33:49
Score: 4
Natty: 6
Report link

new rwerwerewrwererr PS D:\ASP.NET Core & Angular\AngularAPI> ng new Angular7

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

79803609

Date: 2025-10-29 09:32:48
Score: 2
Natty:
Report link

I have found the problem. I went through my project and fixed every warning I had. After that everything started working as expected. I cant narrow down exactly what warning caused this issue. I still find it strange though that aspire publish and dotnet publish both did not give me any errors or warnings regarding this issue.

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

79803604

Date: 2025-10-29 09:22:46
Score: 1
Natty:
Report link

After installation postgresql@18 via homebrew i get answer:

Warning: The post-install step did not complete successfully
You can try again using:
  brew postinstall postgresql@18

After performing this command the error was solved

brew postinstall postgresql@18
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Garfield

79803592

Date: 2025-10-29 09:09:42
Score: 3
Natty:
Report link

Sorry, question type is a new addition in SO, and I had a little understanding of it

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

79803588

Date: 2025-10-29 09:05:41
Score: 1.5
Natty:
Report link

Чтобы реализовать ESP32-S3 в качестве USB-хоста для чтения данных с последовательного USB-устройства, нужно использовать встроенный контроллер USB On-The-Go (OTG). Хотя в среде Arduino существует некоторая поддержка USB-хоста, использование ESP-IDF — более надёжный и документированный подход для взаимодействия с периферийными устройствами.

Вот как лучше всего это сделать с помощью ESP-IDF, включая пояснения по двум USB-портам на вашей плате.

Разница между портами USB

На плате разработчика ESP32-S3-N16R8, как правило, два порта USB:

Подход с использованием ESP-IDF (рекомендуемый)

ESP-IDF предоставляет полноценный стек USB-хоста с поддержкой драйвера для устройств класса CDC-ACM (Communication Device Class — Abstract Control Model), к которому относится большинство последовательных USB-устройств.

  1. Настройка среды разработки: Установите и настройте среду ESP-IDF.

  2. Активация стека USB-хоста: В конфигурации проекта (idf.py menuconfig) включите стек USB-хоста:

    • Component config -> USB Host

    • Включите поддержку концентраторов (enable_hubs), если вы используете внешний USB-хаб.

    • Настройте другие параметры, например, количество запросов на передачу (max_transfer_requests), для высокоскоростных устройств.

  3. Активация драйвера CDC-ACM: Добавьте в проект драйвер хоста CDC-ACM:

    • Component config -> USB Host -> Class drivers -> CDC-ACM
  4. Разработка программы: ESP-IDF предоставляет пример peripherals/usb/host/cdc, который демонстрирует использование драйвера хоста CDC-ACM. На его основе можно построить свою программу.

    • Программа должна инициализировать стек USB-хоста, дождаться подключения устройства, а затем открыть канал связи с ним.

    • После подключения устройства вы сможете использовать драйвер CDC-ACM для чтения данных через API.

Пример кода (на основе ESP-IDF)

Хотя конкретный пример кода слишком велик, чтобы приводить его здесь целиком, можно показать основные этапы работы с API, как это демонстрируется в примерах ESP-IDF:

  1. Инициализация:

    c

    #include "usb/usb_host.h"
    #include "usb/cdc_acm_host.h"
    
    // Инициализация стека USB-хоста
    usb_host_install(config);
    
    // Запуск демона хоста
    usb_host_client_register(client_config, &client_handle);
    
    

    Используйте код с осторожностью.

  2. Обнаружение устройства: Демон хоста автоматически отслеживает подключение и отключение USB-устройств. Вам нужно будет реализовать функцию обратного вызова, которая будет вызываться при обнаружении устройства.

  3. Чтение данных: После открытия канала связи с устройством вы сможете использовать API-функции драйвера CDC-ACM для чтения и записи данных.

    c

    // Пример чтения данных
    cdc_acm_host_data_in_transfer(client_handle, ...);
    
    

    Используйте код с осторожностью.

  4. Освобождение ресурсов: По окончании работы необходимо освободить все ресурсы.

Подход с использованием Arduino

Поддержка USB-хоста в среде Arduino для ESP32-S3 менее развита, но существует библиотека EspUsbHost.

  1. Установка библиотеки: Через менеджер библиотек Arduino установите библиотеку EspUsbHost.

  2. Пример кода:

    cpp

    #include "EspUsbHost.h"
    
    UsbHost usb;
    
    void setup() {
        Serial.begin(115200);
        usb.begin(); // Инициализация USB-хоста
    }
    
    void loop() {
        usb.task(); // Запуск фонового процесса
        if (usb.serialDeviceConnected()) {
            Serial.println("Serial device connected!");
            while (usb.serialDeviceConnected() && usb.getSerial().available()) {
                Serial.write(usb.getSerial().read());
            }
        }
    }
    
    

    Используйте код с осторожностью.

  3. Ограничения: Подход на основе Arduino может быть проще, но он более ограничен по сравнению с ESP-IDF, где обеспечивается низкоуровневый контроль и доступ ко всем функциям стека USB-хоста.

Итог

Для вашего проекта настоятельно рекомендуется использовать ESP-IDF. Он предоставляет надёжный и полноценный стек USB-хоста с официальной поддержкой драйверов для устройств CDC-ACM. Хотя среда Arduino предлагает более простой подход, её реализация менее стабильна и гибка для сложных задач с USB-хостом.

Перед началом работы убедитесь, что вы подключаете последовательное USB-устройство к порту OTG, а не к порту UART/JTAG.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: Hadicha Hayatova

79803583

Date: 2025-10-29 09:03:40
Score: 1
Natty:
Report link

You can share the pipeline service connection for GitHub created by the GitHub Azure Pipeline app between multiple projects within the same azure organization. Go to Project Settings -> Pipelines Service connections -> select the GitHub service connection -> ON top right, edit Security -> Project permissions -> Add projects.

However, as said, it's only within the same org.

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

79803569

Date: 2025-10-29 08:38:35
Score: 1
Natty:
Report link

In your init.vim, try and do this:

call plug#begin()
...
Plug 'epwalsh/obsidian.nvim'
...
call plug#end()

" Call here your setup codecode
:lua require("obsidian").setup {}

Mind that : before lua require, and write that require function after you call plug#end(). Solved similar problem for me

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

79803568

Date: 2025-10-29 08:37:34
Score: 4
Natty:
Report link

why is this an opinion based question? looks like a standard debugging question to me

Reasons:
  • RegEx Blacklisted phrase (0.5): why is this
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): why is this an
Posted by: Bending Rodriguez

79803564

Date: 2025-10-29 08:30:32
Score: 1
Natty:
Report link

You need to work on the blue channel in isolation; -gamma doesn't work that way. The -gamma operator only accepts a single value.
You should do the following for your intended effect:

magick convert gray.png -channel B -gamma 1.5 +channel blue.png
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pustak Pathak

79803558

Date: 2025-10-29 08:26:31
Score: 2.5
Natty:
Report link

If you need pyrubberband, then you need rubberband-cli.But I want to note that it is easier on Windows to work with rubberband-cli through subprocess.Go to: https://breakfastquay.com/rubberband/. Select: Rubber Band Library v4.0.0 command-line utility. Windows executable for the Rubber Band utility program. You will download a folder (leave everything in the folder, and it may not work). You will need to work with rubberband.exe through subprocess. You can write ./folder/rubberband.exe --full-help to learn how to use the command. You should know that this method will cause a delay and works through files, it is not for realtime(even with --realtime). Also not very difficult to write a wrapper to the rubberband DLL file. Through microsoft/vcpkg you can download the DLL file. Then through ctypes make a wrapper. For the wrapper, the link to the C-API(you need exactly this, because Ctypes): https://github.com/breakfastquay/rubberband/blob/default/rubberband/rubberband-c.h

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Maxim

79803534

Date: 2025-10-29 07:56:22
Score: 2
Natty:
Report link

This was not mentioned anywhere, so I want to add another possible cause of a 403 error when pulling an image from GHCR. I had a user with an admin role directly assigned in the package permissions who was still getting a 403.

It turned out that the organization had “maximum lifetimes for personal access tokens” enabled, while the user’s token had no expiry set.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Hasselbach

79803529

Date: 2025-10-29 07:52:21
Score: 3
Natty:
Report link

Unfortunately, you need to register/log in to download Anaconda. But can download from alternative websites like here

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

79803518

Date: 2025-10-29 07:33:17
Score: 4.5
Natty:
Report link

A workaround, not an answer: I have changed the required shortcut to one that does not use the printscreen button (duh!), for example ALT+UP, that did the trick.

Reasons:
  • Blacklisted phrase (1): not an answer
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Piotr Wojtaszek