79749471

Date: 2025-08-28 18:41:20
Score: 1.5
Natty:
Report link
Hu hu hello good gf gath geche verve valo vs cynthia beg 
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pakistan Server

79749467

Date: 2025-08-28 18:38:19
Score: 2.5
Natty:
Report link

I received this message after things were working fine one day, and then not the next day. Turns out my ISP had rebooted something and I had a different public IP address, and the rules in Key Vault > Networking > Firewall needed to be updated.

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

79749460

Date: 2025-08-28 18:25:16
Score: 0.5
Natty:
Report link

It Resolved by setting AutoDirectMode to Off in App_Start/RouteConfig.cs

settings.AutoRedirectMode = RedirectMode.Off;

and if you use ScriptManager, change EnablePageMethods value to 'true':

<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
    </asp:ScriptManager>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zari Habibi

79749441

Date: 2025-08-28 17:53:01
Score: 2.5
Natty:
Report link

I found that after I had copied and pasted the code I got the error because the code had numbered bull-it points and the text editor had numbered bull-it points creating a syntax error.

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

79749440

Date: 2025-08-28 17:49:00
Score: 1
Natty:
Report link

A few small issues in your code are preventing it from working correctly:

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

79749430

Date: 2025-08-28 17:39:58
Score: 4
Natty:
Report link

Turns out that angular-google-charts does not provide consistent access to the wrapper when the chart is rendered dynamically. Any solution that attempts to access the SVG or the chart directly via chartWrapper.getChart() will break after re-renders (for example, when you open DevTools or Angular re-renders the DOM).

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: IgorGarciaRez

79749429

Date: 2025-08-28 17:37:57
Score: 5
Natty: 5
Report link

Same issue here. Still no answer

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Itamar Serafim

79749427

Date: 2025-08-28 17:35:56
Score: 2
Natty:
Report link

I was facing a versioning issue with the Salesforce connector in Azure Synapse. I resolved the problem by updating the Linked Service to use a different version of the connector, which re-established a stable and compatible data connection.enter image description here

Reasons:
  • Whitelisted phrase (-2): I resolved
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: miro_muras

79749426

Date: 2025-08-28 17:30:55
Score: 2
Natty:
Report link

Angular Language Service works for me as of today with Angular 18.

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

79749415

Date: 2025-08-28 17:19:52
Score: 3.5
Natty:
Report link

This is why Stack Overflow is dying

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

79749414

Date: 2025-08-28 17:19:52
Score: 1
Natty:
Report link

I had to use the Explorer and "Open the top level folder". Then the errors go away.

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

79749413

Date: 2025-08-28 17:16:51
Score: 1
Natty:
Report link

In the browser console....

fetch('blob:https://www.facebook.com/<blob id>')
  .then(res => res.blob())
  .then(blob => {
    const url = URL.createObjectURL(blob);
    const a = document.createElement('a');
    a.href = url;
    a.download = 'file.mp4';
    a.click();
  });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mark Bradshaw

79749408

Date: 2025-08-28 17:10:49
Score: 1.5
Natty:
Report link

This is a known issue and is being publicly tracked here: https://issuetracker.google.com/issues/373461924.

I've added a comment to the bug and I'll discuss it with the rest of the team, but we cannot make any promises at this point in time. Sorry for the inconvenience.

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

79749394

Date: 2025-08-28 16:57:46
Score: 1.5
Natty:
Report link

I assume that you need to configure the transmission of packets via the `QUIC` protocol, with the help of which HTTP/3 communicates I cannot provide you with an exact step-by-step answer of what exactly you need to do for such communication
but I would like to direct you based on my knowledge
the first point I would like to discuss is that Laravel is essentially a tool for php with a set of methods and methods for working with these methods.

My assumption is based on the fact that you need to use the http3 Nginx documentation

After setting up the web server, you need to see what protocol the browser uses to exchange information:
1. open browser console
2. go to network tab
3. refresh page
4. look at your version HTTP

P.s: I am not a network professional, and if there are more educated people here in how the protocol interaction version with the framework works, then please make adjustments
goodluck)

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: esca1a

79749390

Date: 2025-08-28 16:55:45
Score: 0.5
Natty:
Report link

Since you doing a statechange using post you may need a RequestVerificationtoken. You can create it in your jquery or easier just to insert it straight into your html with @Html.AntiForgeryToken(). Then pass it into the ajax function, through headers.

 $.ajax({
    type: "post",
    url: '@Url.Action("AddFavorite", "Product")',
    headers: {"RequestVerificationToken": $('input:hidden[name="__RequestVerificationToken"]').val() },
    data: { id: id },          
}).done(function (msg) {
    if (msg.status === 'added') {              
        $('#favarite-user').load(' #favarite-user')
    }
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: TheSuperMrChuy

79749389

Date: 2025-08-28 16:50:44
Score: 0.5
Natty:
Report link

Since version 3.8, you can use an assignment expression
(setup2 := copy.deepcopy(setup1)).update({'param1': 10, 'param2': 20 })

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

79749388

Date: 2025-08-28 16:48:43
Score: 5.5
Natty:
Report link

Unfortunately I don't have a solution, just wanted to say I have been having the same issue for the last month+ :( I have gotten to the point of disabling copilot in RStudio (I'm running R 4.5.1 in RStudio 2025.05.01) to avoid the issue. My colleagues are successfully using copilot in RStudio without this issue. I am very hopeful that someone else can provide a solution!!!

Reasons:
  • Blacklisted phrase (1): :(
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thea B.

79749354

Date: 2025-08-28 16:11:33
Score: 0.5
Natty:
Report link

There are two* possible places.

The one you may have overlooked is in the moodle config.php file, where you set $CFG->wwwroot

Moodle insists on redirecting to its known wwwroot if that's not how you accessed it.

The other one* is in the apache sites-enabled config.

The confusion is likely to happen if these two don't match somehow - i.e. your moodle config.php specifies http://yoursite and your apache config has a redirect from http://yoursite back to https://yoursite

(*) because we all know that with .htaccess files apache config is never in only one place .....

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

79749353

Date: 2025-08-28 16:11:33
Score: 2
Natty:
Report link

I think what you are looking for is the NullClaim transformation

https://learn.microsoft.com/en-us/azure/active-directory-b2c/string-transformations#nullclaim

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

79749332

Date: 2025-08-28 15:58:28
Score: 1
Natty:
Report link

**Answer:**

In Java, you compare strings using the `.equals()` method, not the `==` operator. The `.equals()` method checks whether two strings have the **same value (content)**, while `==` checks whether they refer to the **same object in memory**.

Here’s a simple example:

```java

String str1 = "hello";

String str2 = "hello";

String str3 = new String("hello");

System.out.println(str1 == str2); // true (both refer to same string literal)

System.out.println(str1 == str3); // false (different objects)

System.out.println(str1.equals(str3)); // true (same content)

```

To compare strings **ignoring case**, use `.equalsIgnoreCase()`:

```java

String str4 = "HELLO";

System.out.println(str1.equalsIgnoreCase(str4)); // true

```

Always use `.equals()` or `.equalsIgnoreCase()` when comparing string values in Java.

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

79749319

Date: 2025-08-28 15:40:23
Score: 2.5
Natty:
Report link

Set the Border property of your MFC dialog to Resizing.
You can do that in the Resource view.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
Posted by: Duc Vu Nguyen

79749316

Date: 2025-08-28 15:38:23
Score: 3.5
Natty:
Report link

find . -name *.java threw this error in Ubuntu.

find ./ -name *.java was the fix

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

79749313

Date: 2025-08-28 15:36:22
Score: 0.5
Natty:
Report link

One obvious alternative is to create a SPSC queue backed by a std::vector<std::string> and preallocate strings to a fixed size. As long as the copied string stays within this size, memory allocation never occurs.


    const size_t QUEUE_CAPACITY = 1024;
    // Create a vector with 10 default-constructed (empty) strings.
    std::vector<std::string> shared_string_buffer(QUEUE_CAPACITY);

    // Loop through each string in the vector to reserve its capacity to 128 bytes
    const std::size_t string_default_capacity = 128;
    for (std::string& str : shared_string_buffer) {
        str.reserve(string_default_capacity);
    }

    // Create the SPSC queue manager, giving it a non-owning view of our buffer.
    LockFreeSpscQueue<std::string> queue(shared_string_buffer);

Here's the full working example: (Run)

I have used my LockFreeSpscQueue for this example.

Although nothing really prevents you from creating the queue, like:

std::vector<std::byte> buffer(1024);
LockFreeSpscQueue<std::byte> spsc_queue(buffer);`

and manually implement the (size, string) layout. However, if the consumer thread is not reading quickly enough or the string is too large, you may encounter a "full ring buffer" situation, in which case the producer thread would need to wait.

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

79749302

Date: 2025-08-28 15:27:20
Score: 2.5
Natty:
Report link

Got this issues today, I ended up removing `verify-full` at the end of the postgresql url

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

79749284

Date: 2025-08-28 15:10:15
Score: 0.5
Natty:
Report link

Use immutable-js remove:

const originalList = List([ 'dog', 'frog', 'cat' ])
remove(originalList, 1)
List[2]
0: "dog"
1: "cat"

https://immutable-js.com/docs/v5/remove()/

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

79749279

Date: 2025-08-28 15:06:14
Score: 0.5
Natty:
Report link

At least one way to change tab colors is to use color parameter in Connection Types.

  1. Right-click on any connection and click "Edit Connection"

  2. Go to General folder on the left

  3. There below "Connection name" and "Description" you will see connection type with the button "Edit connection types", go there

  4. There, apart from configuration of connection itself, you will be able to change color of the connection itself in the Database Navigator, but at the same time it will change color of the tab which uses this connection.

I believe default Type for all tabs you create is "Development" and you can change it's color, as well as create your custom types with custom colors which I find quite helpful to be able to distinguish various connections and DBs you have. For example ones I've made is for ClickHouse and GreenPlum connections, you can see them on screenshot.

Connection Types and colors

So tabs themselves will look like that

tab colors example

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

79749276

Date: 2025-08-28 15:04:13
Score: 3.5
Natty:
Report link

There are also commercial 3rd party component

https://aditmath.com/

https://www.tmssoftware.com/site/blog.asp?post=947

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

79749271

Date: 2025-08-28 15:01:13
Score: 0.5
Natty:
Report link

I couldn't get any of the solutions here to work and ended up just overriding the minimum log level for all Polly events in Serilog, e.g.:

var loggerConfig = new LoggerConfiguration()
    .MinimumLevel.Override("Polly", LogEventLevel.Warning);
Log.Logger = loggerConfig.CreateBootstrapLogger();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jimmy

79749266

Date: 2025-08-28 14:57:12
Score: 1.5
Natty:
Report link

You should try using the following command:

move file1.txt file2.txt file3.txt TargetFolder

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

79749258

Date: 2025-08-28 14:51:09
Score: 1.5
Natty:
Report link

In case the @Ramnath option don´t work, as happened to me:

1- download the zip file to a local directory using the web browser

2- from R:

<install.packages("your/Path//yourFile.zip",repos = NULL, type = "source")>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @option
  • Low reputation (0.5):
Posted by: Jorge

79749251

Date: 2025-08-28 14:46:08
Score: 4.5
Natty: 5
Report link

This tool does it. No need for excel or anything. https://flipperfile.com/developer-tools/hex-to-rgb-color-converter/

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

79749249

Date: 2025-08-28 14:46:08
Score: 3
Natty:
Report link
<a href = #Internal-Link-Name>Internal Link Text</a>
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Justin Bankert

79749244

Date: 2025-08-28 14:41:06
Score: 4.5
Natty:
Report link

Set the Features -> Testing -> Automatically Open Test Results to "neverOpen"

enter image description here

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

79749243

Date: 2025-08-28 14:41:06
Score: 2.5
Natty:
Report link

Based on this documentation, you likely need to use defineSecret in your backend code instead of defineString. The latter is used for non-secret values stored in a .env file or provided in the CLI when you deploy. See this part of the docs for how to retrieve secret values.

My guess is that you have the live key in a .env file that’s being picked up by defineString. Also since you’ve already hardcoded the secret and deployed, I’d recommend rotating your key once you’ve resolved the issue, even though it’s just a test key.

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

79749242

Date: 2025-08-28 14:40:06
Score: 0.5
Natty:
Report link

Like you said stated here and here, you could be able to this:

from typing import ParamSpec, TypeVar, Callable
import tenacity

P = ParamSpec("P")
R = TypeVar("R")

@tenacity.retry
def foo_with_retry(*args: P.args, **kwargs: P.kwargs) -> None:
    foo(*args, **kwargs)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 0ro2

79749239

Date: 2025-08-28 14:39:06
Score: 3
Natty:
Report link

Using the following formulas should work

'=FILTER(A3:A9 & " " & B3:B9, C3:C9<TODAY())'

Based on the below data in column A to C

enter image description here

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

79749228

Date: 2025-08-28 14:30:03
Score: 2.5
Natty:
Report link

it needs quotes ?

[postgres@olpgdb001 s1]$ grep max_wal_senders postgresql.conf

#max_wal_senders = 10           # max number of walsender processes

max_wal_senders = '0'           # max number of walsender processes

[postgres@olpgdb001 s1]$ cat postgresql.auto.conf



[postgres@olpgdb001 s1]$ pg_ctl start

waiting for server to start....2025-08-28 16:20:54.437 CEST [3333] LOG:  redirecting log output to logging collector process

2025-08-28 16:20:54.437 CEST [3333] HINT:  Future log output will appear in directory "log".

 done

server started



postgres=# show  wal_level;

 wal_level

-----------

 minimal

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

79749225

Date: 2025-08-28 14:28:03
Score: 1.5
Natty:
Report link

Running Xcode 16.4 I was having a similar problem with just the Mac version of my app not displaying the correct name, ( iOS and tvOS were displaying correctly). Went into the target settings under the heading "Packaging" and changed the Product Name from: $(TARGET_NAME) to: My App Name. This fixed the problem on the Mac version displaying the correct App Name in finder as well as displaying the correct name in the About screen.

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

79749223

Date: 2025-08-28 14:25:02
Score: 1.5
Natty:
Report link

It seems like ${command:cmake.buildDirectory} does work these days.

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

79749217

Date: 2025-08-28 14:21:01
Score: 2.5
Natty:
Report link

This re:Invent video on multi-region Appsync deployment can answer your questions in detail. They go over two approaches - 1/ API GW based approach and 2/ CloudFront + Lambda@edge which would potentially apply to your ask. There is also a sample code repo if you would like to implement this in your account.

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

79749216

Date: 2025-08-28 14:21:01
Score: 2.5
Natty:
Report link

It's not commonly used, in my experience, but elements with the ID become global variables with the ID as the variable name.
https://css-tricks.com/named-element-ids-can-be-referenced-as-javascript-globals/

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

79749215

Date: 2025-08-28 14:20:00
Score: 3
Natty:
Report link

This answer seems to be:

pytest -rP

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

79749188

Date: 2025-08-28 13:54:54
Score: 2
Natty:
Report link

correct your pipeline locally do not go into empty pipline ( no jobs) when merging
to solve the issue you must force a new commit that trigger a new pipline
git push origin {your remote branch} --force

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

79749176

Date: 2025-08-28 13:43:50
Score: 2.5
Natty:
Report link

The same problem, I've been looking for a solution for the third day now)
Ping pls if you'll find the reason

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Алексей Денисов

79749161

Date: 2025-08-28 13:30:46
Score: 2
Natty:
Report link
$GNTXT,01,01,00,txbuf alloc*61
  1. Reduce the amount of different message types

  2. Reduce the cycle time of the messages

  3. Increasing the buffer size could help for a short period of time.

    See : https://portal.u-blox.com/s/question/0D52p00008HKDaWCAX/i-occasionally-get-this-text-message-gntxt010100txbuf-alloc61

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

79749155

Date: 2025-08-28 13:19:43
Score: 2.5
Natty:
Report link

No. You cannot change the storage root of an existing catalog in Databricks.

Databricks API documentation is not very specific on this but you can find it here in the Terraform Databricks provider documentation https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/catalog#storage_root-1

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

79749148

Date: 2025-08-28 13:17:41
Score: 5
Natty:
Report link

Are you using react-router in your app?

If you do try to change base path in your BrowserRouter component as well. Check this link:

Can I set a base route in react-router

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): Check this link
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Fábio Fraga Paulo

79749139

Date: 2025-08-28 13:14:40
Score: 1.5
Natty:
Report link

Your client uses a fixed thread pool of only 50 threads . But you're trying to create 250 connections. The thread pool can only process 50 connections at a time, but the connection attempts are being made rapidly, potentially overwhelming the server.

Check your operating system's limits:

Various TCP/IP stack settings

Some systems have artificial limits on localhost connections to prevent denial-of-service.

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

79749122

Date: 2025-08-28 13:01:36
Score: 2.5
Natty:
Report link

Change the maxHistory from 10 to a big number (eg, set it to 500) and set a value for total-size-cap (eg, 50MB), and when you start up your application, then your application will only keep the last 5 most recent log files (and delete any log files that were created in the last 500 days).

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

79749119

Date: 2025-08-28 12:59:36
Score: 3.5
Natty:
Report link

Same problem here, googled it and found your post.

Looked into it further and it seems to be a LazyVim issue: https://github.com/LazyVim/LazyVim/issues/6355

They propose temporary solutions to fix it, otherwise it'll be fixed in upcoming updates.

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Akitake

79749118

Date: 2025-08-28 12:59:36
Score: 3.5
Natty:
Report link

The problem has finally been resolved. It is essentially related to the presence of a load balancer in my environment. The whole story and the workaround applied are detailed here:

(https://github.com/dotnet/aspnetcore/issues/63412)

Regards

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

79749117

Date: 2025-08-28 12:59:36
Score: 0.5
Natty:
Report link

To use reCAPTCHA in Android apps, you need to use a reCAPTCHA v2 ("Checkbox") key from the reCAPTCHA Admin Console.

There is no separate "Android" key type — just create a v2 key (Checkbox type), and it works with SafetyNet.getClient(...).verifyWithRecaptcha(siteKey).

Steps:

  1. Go to reCAPTCHA Admin Console.

  2. Select reCAPTCHA v2 → "I'm not a robot" Checkbox.

  3. Leave domains blank (Android doesn’t use them).

  4. Use the site key in your app and the secret key on your backend.

Can I use a Web key?

Yes. The v2 Checkbox key works for both web and Android (via SafetyNet).

Note:

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Hysen Stublla

79749089

Date: 2025-08-28 12:37:30
Score: 1.5
Natty:
Report link

I can relate to this. I had a similar situation during one of my trade shows—everything was running fine at first, but as more customers came in, problems started happening again and again, almost like the system being overloaded with too many threads.

We had to call an engineer on an emergency basis, and he fixed it quickly. Since then, I’ve seen how important it is to work with dependable trade show companies Los Angeles provides, so issues don’t disrupt the whole event.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Foster Display Group

79749076

Date: 2025-08-28 12:24:27
Score: 10.5
Natty: 7
Report link

could you please provide the solution here? The video has been deleted

Thanks in advance!

Best regards

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (2.5): could you please provide the solution
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Davide F

79749060

Date: 2025-08-28 12:10:22
Score: 3
Natty:
Report link

DNS Propagation can cause these issues, too
Mine worked after 1 hour of waiting

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

79749054

Date: 2025-08-28 12:07:21
Score: 2
Natty:
Report link

I found answer to this after lots of digging around. MYOB seems to have a special edition named server edition which needs be installed if we have to use the SDK. This is not available in normal download page but only on Old version downloads page. This installs an API service and exposes the service on the url http://localhost:8080

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

79749049

Date: 2025-08-28 12:03:19
Score: 2.5
Natty:
Report link

Yes, this is a known limitation today. The Angular Language Service does not yet surface the concrete type for variables declared with the new @let control-flow syntax, so editor hovers often show any even when your underlying data is fully typed. Template type checking still works, the limitation is in how the language service presents the type information for @let.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @let
  • User mentioned (0): @let
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Vinay Kandula

79749035

Date: 2025-08-28 11:56:18
Score: 3
Natty:
Report link

Classroom logs are available from the Activities.list() method with applicationName=classroom

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

79749034

Date: 2025-08-28 11:55:17
Score: 1.5
Natty:
Report link

[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: กา ก้า

79749032

Date: 2025-08-28 11:54:17
Score: 0.5
Natty:
Report link

I am the only person who needs to access this script and no one else should be able to access the Client ID and Secret.

Use PropertiesService.getUserProperties(), Properties.getProperty() and Properties.setProperty().

See Comparison of property stores.

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

79749029

Date: 2025-08-28 11:53:16
Score: 8
Natty: 5.5
Report link

facing a similar issue. Anyone able to figure out the solution for this?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing a similar issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: vailax

79749019

Date: 2025-08-28 11:44:14
Score: 0.5
Natty:
Report link

Use Microsoft PowerToys and the utility Always On Top which can be used to toggle Always On Top mode 👍

From the doc:

PowerToys Always On Top is a system-wide Windows utility that allows you to pin windows above other windows. This utility helps you keep important windows visible at all times, improving your productivity by ensuring critical information stays accessible while you work with other applications.

When you activate Always On Top (default: ⊞ Win+Ctrl+T), the utility pins the active window above all other windows. The pinned window stays on top, even when you select other windows.

The tool has loads of useful things, but could disable every other part of it if you want.

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

79749012

Date: 2025-08-28 11:39:12
Score: 6.5
Natty: 7
Report link

Can DNS propagation cause this too?

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

79749008

Date: 2025-08-28 11:36:11
Score: 1
Natty:
Report link

Try:

project = PROJECT and issuetype = Epic and issueFunction not in hasLinkType("Epic-Story Link")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 0x53olution

79748993

Date: 2025-08-28 11:22:07
Score: 1
Natty:
Report link

I know this is an old question but for people stumbling across this, Canonical is at least in the works of sunsetting support for Bazaar in Launchpad and advices all users to migrate to Git workflows instead. Since Launchpad was the main Bazaar hub, I think it's safe to say that Bazaar is officially dead from september 1 2025: https://discourse.ubuntu.com/t/phasing-out-bazaar-code-hosting/62189

There is a fork, Breezy, that is keeping a form of Bazaar alive even today. (Ironically, it uses Git for version control) The last official relase of Bazaar was back in 2016.

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

79748991

Date: 2025-08-28 11:20:06
Score: 1.5
Natty:
Report link

Please try this in Pre-processor script and let me know if it works.

message = message.replace(/([^\\r])EVN\|/, '$1\rEVN|');

return message

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tariq Mishal

79748986

Date: 2025-08-28 11:18:05
Score: 1
Natty:
Report link

IIS Configuration

1. Install Required Components

2. ARR Settings

3. Request Filtering

4. URL Rewrite Rule

5. Configuration Editor

-------------

Jenkins Configuration

1. System Configuration

2. Security Settings

-------

Notes

ref: https://stackoverflow.com/a/63146495/9082863

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Filler text (0.5): -------------
  • Low reputation (1):
Posted by: Talip ÇAKIR

79748983

Date: 2025-08-28 11:15:04
Score: 3
Natty:
Report link

Wifi password is not working

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: SOHAIL BANGASH SOHAIL BANGASH

79748974

Date: 2025-08-28 11:11:04
Score: 3.5
Natty:
Report link

Yes, I'm trying this script on my website, nothing to change anything site name fwab

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: SandhyaToday Promo's

79748973

Date: 2025-08-28 11:08:03
Score: 2
Natty:
Report link

Our women’s fashion store is all about style, elegance, and confidence. We bring you a carefully curated collection of clothing that blends timeless classics with the latest trends. From chic casual wear to sophisticated evening looks, our pieces are designed to make every woman feel beautiful, empowered, and effortlessly stylish.

We focus on high-quality fabrics, modern cuts, and versatile designs that fit seamlessly into your lifestyle.

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

79748970

Date: 2025-08-28 11:07:03
Score: 1.5
Natty:
Report link

You are missing the important 'mocks initialization' statement in your before method. Adding this statement should solve the problem.

MockitoAnnotations.initMocks(this); // for below Mockito 3.4.0

MockitoAnnotations.openMocks(this); // for Mockito 3.4.0 and above

Sources :

  1. link : Initialising mock objects - Mockito

  2. link : https://www.javadoc.io/doc/org.mockito/mockito-core/3.4.0/org/mockito/MockitoAnnotations.html

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

79748956

Date: 2025-08-28 10:54:59
Score: 7
Natty: 6.5
Report link

I have also worked with pyonnate but it doesnt detect properly who is is speaking , it gets confused between different speakers. so i go for fixing the variable num_speaker but there is a usecase that we dont know total number of speaker in audio gonna be . Can you please guide on this ?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you please guide
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Suman Bai

79748951

Date: 2025-08-28 10:50:58
Score: 1.5
Natty:
Report link

It looks like the DevOps pipeline is using the default -O2 optimization for Emscripten, which is why you’re seeing that in the build logs. To switch to -O3, you’ll need to pass it explicitly to the emcc compiler. Depending on how your pipeline is set up, this usually means adding -O3 in the Blazor WebAssembly AOT compilation settings or in the MSBuild arguments for the pipeline task. Basically, you want to override the default optimization level so Emscripten knows to use more aggressive optimizations. It might take a little trial to get the exact spot where the flag needs to be inserted, but that’s the general approach.

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

79748942

Date: 2025-08-28 10:36:54
Score: 1
Natty:
Report link

In my case there was a line in the very beginning and end of the SQL file that wasn't supposed to be there. (from the export or extraction).

I started with a .tzst file (from Plesk)

Removing the very first and last line from the .sql made the import work!

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

79748935

Date: 2025-08-28 10:29:53
Score: 2
Natty:
Report link

I have been trying to solve this issue, but I have not found any solution. I have a Laravel 12 backend and a Vue 3 frontend, separate from each other. To subscribe to the private channel, I must authenticate with the backend. For that, I have used the endpoint: "broadcasting/auth," but it always returns an exception.

Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException

I have also tried to fix this, but no luck. I also added the middleware for Broadcast.

Broadcast::routes(['middleware' => ['auth:sanctum']]); 

Also tried below

Broadcast::channel('App.Models.User.{id}', function ($user, $id) {
    return (int) $user->id === (int) $id;
});
Broadcast::channel('App.Models.User.*', function () {
    return true;
});

Frontend pusher initialization

this.pusher = new Pusher(import.meta.env.VITE_PUSHER_KEY, {
                cluster: import.meta.env.VITE_PUSHER_CLUSTER,
                forceTLS: true,
                authEndpoint: `${APP_URL}/broadcasting/auth`, // localhost:8000/broadcasting/auth
                auth: {
                    headers: {
                        Authorization: BearerToken,
                        Accept: 'application/json',
                    },
                },
            })

it does make connection with the public channles but unable to do with the private

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): no luck
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tushar

79748923

Date: 2025-08-28 10:13:49
Score: 0.5
Natty:
Report link
a = int(input())
q = a
b = []
fheight = []
j = 0
sheight = []
jkf = []

for i in range(a):
    c = int(input())
    b.append(c)

for p in range(a-1):    
    n=p
    k=p+1 
    q -= 1

    for i in range(q):
        d = (b[n]-b[k])
        if d < 0:
            k += 1
            fheight.append(d)
            jkf.append(p)

        else:   
            k += 1
m = min(fheight)*-1
h = fheight.index(min(fheight))
s = (jkf[h]) + 1
for p in range(s, a-1):    
    n=p
    k=p+1 
    q = (a-1) - p

    for i in range(q):
        d = (b[n]-b[k])
        if d > 0:
            k += 1
            sheight.append(d)

        else:
            
            k += 1
print(max(sheight) + m)




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

79748922

Date: 2025-08-28 10:10:48
Score: 1
Natty:
Report link

A bit late with a solution/workaround but hopefully this helps someone.

TortoiseSVN seems to be determining the Windows locale in a wrong way. It seems to use the language used for the Windows date, time and number formats. When I changed the formatting language to "English (United states)" the problem was fixed for me.

If the spell check you want to use is English but you want your date to be formatted the German way you could change the formatting language to "English (German)".

Changing the Windows region fromat

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

79748914

Date: 2025-08-28 09:59:46
Score: 2.5
Natty:
Report link
         Rule       | supp  |  conf   |  lift
    -------------------------------------------
     B ->  C & E    |  50%  |  66.67% |  1.33
     E ->  B & C    |  50%  |  66.67% |  1.33
     C ->  E & B    |  50%  |  66.67% |  1.77
     B & C ->  E    |  50%  |  100%   |  1.33
     E & B ->  C    |  50%  |  66.67% |  1.77
     C & E ->  B    |  50%  |  100%   |  1.33
How to calculated the supp,can give me formula?
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Landry MUGISHA

79748911

Date: 2025-08-28 09:53:44
Score: 8
Natty: 5
Report link

facing same issue

is any one have solution can you please share

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please share
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing same issue
  • Low reputation (1):
Posted by: Nilesh Bhayani

79748910

Date: 2025-08-28 09:51:43
Score: 0.5
Natty:
Report link

So my code worked what I needed to do was add https://github.com/settings/developers → OAuth Apps → your app.

I created an app somewhere else in github

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: user1898829

79748909

Date: 2025-08-28 09:50:43
Score: 1
Natty:
Report link

When authenticating using Entra, rather than using Office.auth.getAccessTokenAsync use createNestablePublicClientApplication from the MSAL library

import { createNestablePublicClientApplication} from "@azure/msal-browser";

Register an app in Entra Id and use


  var pca = await createNestablePublicClientApplication({
      auth: {
        clientId: "00000000-0000-0000-0000-00000000", //APPID
        authority: "https://login.microsoftonline.com/00000000-0000-0000-0000-00000000" //TENANTID
      },
    });
    const tokenRequest = {
      scopes: [                
        "Mail.Read",
        ...
        ],
    };
      
    const userAccount = await pca.acquireTokenSilent(tokenRequest);
        var restId = Office.context.mailbox.convertToRestId(Office.context.mailbox.item.itemId, Office.MailboxEnums.RestVersion.v2_0);

    var mailContent = await fetch(
      "https://graph.microsoft.com/v1.0/me/messages/" + restId + "/$value", {
        method: "GET",
        headers: {
          "content-type": "application/json",
          "Authorization": ("Bearer " + userAccount.accessToken)
        }});

Enable single sign-on in an Office Add-in with nested app authentication - Office Add-ins | Microsoft Learn

Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: musch

79748908

Date: 2025-08-28 09:50:43
Score: 1
Natty:
Report link

If you're using UV to manage your Python project this can be done with

uv add --dev pyright

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

79748906

Date: 2025-08-28 09:48:43
Score: 0.5
Natty:
Report link

Current Restriction in Microsoft Purview Unity Catalog Scanning

As of now, Microsoft Purview only supports scoped scans at the catalog level when working with Azure Databricks Unity Catalog. This means:

Workarounds and Recommendations

While schema-level filtering is not natively supported, here are some practical workarounds:

1. Split Catalogs Strategically

2. Use Managed Access Controls

3. Automate Filtering via Scripts

4. Leverage Lineage Tracking

5. Use Hive Metastore for Schema-Level Scans

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

79748897

Date: 2025-08-28 09:41:40
Score: 2
Natty:
Report link

Firmware is the low-level, hardware-specific code that boots, configures, and directly controls a device, whereas embedded software is broader, often layered above firmware to provide features, user logic, networking, filesystems, and apps; all firmware is embedded software, but not all embedded software is firmware. The distinction is not about using RTOS or RAM alone, but about role, coupling to hardware, update model, and where it sits in the stack

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

79748889

Date: 2025-08-28 09:36:38
Score: 2
Natty:
Report link

David Maze pointed me to this post about the same problem. The second answer:

In your Jenkins interface go to "Manage Jenkins/Global Tool Configuration"

Then scroll down to Docker Installations and click "Add Docker". Give it a name like "myDocker"

Make sure to check the box which says "Install automatically". Click "Add Installer" and select "Download from docker.com". Leave "latest" in the Docker version. Make sure you click Save.

did not work for me. I have to add that I'm new to Jenkins so I might have just failed to figure out the correct Jenkinsfile.

so I followed the first comment and made a custom Dockerfile. Although I followed this Jenkins Community post to create this Dockerfile:

Dockerfile.jenkins:

# https://github.com/jenkinsci/docker/blob/master/README.md
FROM jenkins/jenkins:lts-jdk17

USER root

# install docker cli
RUN apt-get -y update; apt-get install -y sudo; apt-get install -y git wget
RUN echo "Jenkins ALL=NOPASSWD: ALL" >> /etc/sudoers
RUN wget http://get.docker.com/builds/Linux/x86_64/docker-latest.tgz
RUN tar -xvzf docker-latest.tgz
RUN mv docker/* /usr/bin/

USER jenkins

Finally, I had problems setting permissions for the Docker socket. Because while that -v flag I mentioned in the OP does cause some docker.sock to be mapped into the Jenkins container, I can't find it on the host system or in WSL, so I can't set its permissions. If it's some virtual file that actually redirects to \\.\pipe\docker_engine, that may be impossible. There was a [post](Bind to docker socket on Windows) with a great many answers about this. The only one applicable to my case of running a Linux container on a Windows host was to start the container with --user root. I'll have to investigate whether that's okay security-wise for us.

So, the final commands to start the container are

$ docker build -f ./Dockerfile.jenkins -t jenkins-docker:latest .
$ docker run --name jenkins-docker -p 8080:8080 -v //var/run/docker.sock:/var/run/docker.sock --user root jenkins-docker:latest
Reasons:
  • Blacklisted phrase (1): did not work
  • RegEx Blacklisted phrase (1.5): I'm new
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: LemongrabThree

79748886

Date: 2025-08-28 09:32:37
Score: 0.5
Natty:
Report link

Solving the problem through Unitask

using Cysharp.Threading.Tasks;
using DG.Tweening;
using UnityEngine;
public class WindowStartAnimation : MonoBehaviour
{
    [SerializeField] private GameObject _window;
    private UIAnimation _UIAnimation;
    [SerializeField] private float _animDuration;
    private async UniTask StartAnimationTask()
    {
        await UniTask.Yield();
        await UniTask.NextFrame();
        _UIAnimation = new();
        if(_window != null)
            _UIAnimation.UIScale(_window, new Vector3(0.4f, 0.4f), Vector3.one, _animDuration, Ease.OutBack, false);
    }
    private void Start()
    {
        StartAnimationTask().Forget();
    }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Aleksey Kon

79748882

Date: 2025-08-28 09:30:36
Score: 7.5
Natty: 5.5
Report link

Веб сайт жасау:Менің сүйікті кітабым

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Райхан Кожахова

79748879

Date: 2025-08-28 09:29:36
Score: 0.5
Natty:
Report link

The problem is not XGBoost itself, it is how the data is being represented. By one-hot encoding every email address, you have turned each unique email into its own column, which is why your model now expects 1000 inputs. That approach also doesn’t generalize, your model is just memorizing specific emails instead of learning patterns.

If the label is truly tied to individual emails (e.g. abc@gmail → high, xyz@yahoo → low), then you don’t need ML at all, you just need a lookup table or dictionary. A model will never be able to guess the label for an unseen email in that case.

If you want ML to work, you need to extract features from the email that can generalize. For example, use the domain (gmail.com, yahoo.com), the top-level domain (.com, .org), or simple stats about the username (length, numbers, special characters, etc.). That way you only have a few numeric features, and your model input is small and stable.

Another option is to use techniques like hashing (fixed-size numeric representation) or target encoding instead of one-hot encoding. And when you deploy, make sure your API does the same preprocessing step so you can just send an email string, and the server will convert it into the right features before calling the model.

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

79748875

Date: 2025-08-28 09:26:35
Score: 0.5
Natty:
Report link

Try setting your model to evalaution mode with my.eval() before writing it to tensorboard.

This reduces the randomness in your model for each pass. As the add_graph method calls the graph several times for tracing, it errors when differences happend due to the random nature of the model.

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

79748848

Date: 2025-08-28 08:59:28
Score: 1.5
Natty:
Report link

it's because your kernel expects 7 bit addressing instead of 8 bit addressing.
In 8 bit addressing you will have the slave address(7bit) + read/write bit (1bit).

In 7 bit addressing you will right shift the bit once, so that read/write bit will be removed and you'll get only the slave address which is enough to detect the device present at that address.

Read more about 7 bit addressing in linux.

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

79748847

Date: 2025-08-28 08:58:28
Score: 2.5
Natty:
Report link

Restating the Problem

You want:

  1. Accessor methods like get_<PropertyName>() to be hidden automatically when a class instance is created.

  2. If the accessor method is explicitly declared with the hidden keyword, the related ScriptProperty should also be hidden.

  3. To be able to toggle this "hidden" visibility programmatically at runtime (not just at design-time with hidden).

In short: Can you dynamically hide methods (e.g., from Get-Member) after class creation in PowerShell?


Direct Answer

No — you cannot dynamically hide methods on a PowerShell class once it has been compiled.

PowerShell classes are just thin wrappers over .NET types. Once the type is emitted, the metadata about its members (visibility, attributes, etc.) is fixed. Unlike C#, PowerShell does not expose any supported mechanism to rewrite or patch that metadata at runtime.


Why This Is the Case


What You Can Do Instead

Since you can’t change class methods at runtime, here are workarounds:

1. Use Add-Member / PSObject layer instead of class

If you attach script properties/methods dynamically:

$o = [PSCustomObject]@{}
$o | Add-Member -MemberType ScriptMethod -Name "MyMethod" -Value { "Hello" }

# Hide it later
$o.PSObject.Members["MyMethod"].IsHidden = $true

Now Get-Member won’t show MyMethod, because IsHidden works on PSObject members.

This gives you the runtime flexibility you’re asking for, but not within class.


2. Use hidden at design time

If you’re sticking with classes, the only supported way:

class MyClass {
    hidden [string] HiddenMethod() { "secret" }
}

This hides it from Get-Member, but you cannot toggle later.


3. Hybrid approach: wrap the class

You can keep your logic in a class, but expose accessors as PSObject script properties, which you can hide/unhide dynamically:

class MyClass {
    [string] Get_Secret() { "hidden stuff" }
}

$inst = [MyClass]::new()
$ps = [PSCustomObject]@{ Base = $inst }
$ps | Add-Member ScriptProperty Secret { $this.Base.Get_Secret() }
$ps.PSObject.Members["Secret"].IsHidden = $true

Now you have a class internally, but only expose dynamic script properties externally, where you can control visibility.


Limitations & Caveats


Final Summary

If you want, I can draft a POC “Use-ClassAccessors” helper that builds instances using PSObject + Add-Member, so you can keep the same API style but gain runtime hide/unhide capability.

Would you like me to sketch that?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Sona Arajyan

79748844

Date: 2025-08-28 08:55:27
Score: 0.5
Natty:
Report link

Think the question is NOT about reading an error message, and NOT about how to enable identity_insert (you can see this from the 1st code snippet of the question itself). It is also NOT about if using identity_insert is a good, bad or risky thing.
The question was: "However when I run the application..."
Or: Why does it work once, but does not work a second time.
Answer: you have to enable identity_insert per connection.
Good practice: enable it only temporarily for a single insert statement.
use it only if you really need it.

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

79748839

Date: 2025-08-28 08:48:25
Score: 3
Natty:
Report link

I use this approach, based on danielsiegl.gitsqlite - a wrapper with some additional powers for bigger databases!

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

79748838

Date: 2025-08-28 08:48:25
Score: 0.5
Natty:
Report link

To expand a bit on @BenjiWiebe answer.

One can also discard the stdout of tee with:

echo "something" | tee file1.txt file2.txt file3.txt 1>/dev/null

Although this way it is not posible to mix overwrite with append (unless piped again to other tee).

Use this to mix overwrite and append:

# overwrite file1.txt and append to file2.txt and file3.txt
echo "something" | tee file1.txt | tee -a file2.txt file3.txt 1>/dev/null
# same as
echo "something" | tee -a file2.txt file3.txt > file1.txt

In the end tee and unix pipes are quite flexible, one can then decide what combination makes more sense in a script.

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

79748837

Date: 2025-08-28 08:47:25
Score: 1
Natty:
Report link

It saves my time.

if #available(iOS 15, *) {
    self.tableView.sectionHeaderTopPadding = 0
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Faraz Zafar

79748828

Date: 2025-08-28 08:41:23
Score: 7.5
Natty: 5
Report link

Do you have any more information on the solution mentioned aboved? The link does not work.

Reasons:
  • Blacklisted phrase (1): The link does not work
  • RegEx Blacklisted phrase (2.5): Do you have any
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ukone10

79748824

Date: 2025-08-28 08:38:22
Score: 0.5
Natty:
Report link
DATABASE_URL = "postgresql://myusername:mypassword@localhost/postgres"

This line seems weird.

If myusername and mypassword are variable,you should use format-string like below

DATABASE_URL = f"postgresql://{myusername}:{mypassword}@localhost/postgres"

Hope it works.

Reasons:
  • Whitelisted phrase (-1): Hope it works
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Li Zihao

79748814

Date: 2025-08-28 08:25:19
Score: 1.5
Natty:
Report link

It’s not possible to change a method’s visibility at runtime in PowerShell classes. The private or hidden keywords must be used at design time. Get-Member will always show public methods defined in the class, and attributes like Browsable cannot dynamically hide them once the class is compiled.

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

79748798

Date: 2025-08-28 08:09:15
Score: 1.5
Natty:
Report link

You can try implementing visual similarity search with BilberryDB SDK: bilberrydb.com. It’s a vector database with HNSW-based similarity search and few-shot learning support.

Note though, this won’t search the entire web like Google Images instead, you would need to upload your own image collection and it will let you build a reverse / visual similarity search system over that dataset.

They also provide a visual similarity search demo app: app.bilberrydb.com/?app=3kirqgqd2b6 you can try out.

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

79748795

Date: 2025-08-28 08:08:15
Score: 2.5
Natty:
Report link

try Eclipselink 4.0.5, since 4.0.6 and now 4.0.7 fails with earlier setup and complains about missing transaction manager - what is not the case. My guess scanning order is changed starting by EL 4.0.6.

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