79798193

Date: 2025-10-23 20:45:53
Score: 2.5
Natty:
Report link

It's a bit unsafe, as someone could hypothetically do that, but mostly safe. Most of Google Analytics does this anyways, and I see keys in code all the time on sites I inspect the code of. I don't know much about the extensions, but from the docs you provided, I can see that it's pretty much the same thing but instead of it being for websites, it's for extensions. Are most people (~50%) going to even bother looking at the source code of your extension? They absolutely could spam your analytics, but in most cases, that would be pointless and of no gain to them. If your extension becomes popular, then maybe a higher amount of people would maliciously use that API endpoint with the key exposed. But you shouldn't worry too much if you make sure to filter out obvious junk data and detect certain HTTP headers so your analytics show only valid stuff from your application/extension. There is a bit of security through obscurity since knowing how to obtain and read the source code of extensions isn't common knowledge, I mean I probably could do it if I really tried, but I don't exactly know.

A rather opinionated but important thing you should worry about that makes this unsafe/bad is, do you really need to use Google Analytics? I know this is subjective, but I feel it's worth putting here. There are articles that explain why it and Google are bad (https://casparwre.de/blog/stop-using-google-analytics/). If you must use it due to your company or project limitations/whatever that's fine, I just think it isn't all that great and is bloat. I'm just saying, but I'll end it there, as I don't want to break SO rules (https://stackoverflow.com/help/deleted-answers) so I made sure to "fundamentally answer the question" first before adding my opinion.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (1): stackoverflow.com/help
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: JaecadeJnight

79798187

Date: 2025-10-23 20:41:52
Score: 1
Natty:
Report link

What worked for me was to

  1. Go to ios/.symlinks/plugins/firebase_auth/ios/firebase_auth.podspec and find out what the deployment target is

  2. Go to ios/Podfile, uncomment the line and update the value to match what is the file above
    platform :ios, 'value'

  3. Make sure to do run flutter clean, flutter pub get and then pod install in the ios folder

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Anurella

79798185

Date: 2025-10-23 20:38:51
Score: 1.5
Natty:
Report link

enter image description hereIt depends on the application and what you want to deploy.

If you want to deploy a application using clouflare worker you need the following permissions.

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

79798179

Date: 2025-10-23 20:29:49
Score: 2
Natty:
Report link

I came across this while searching how to manage Administrators in the Sylius admin dashboard.

Admin > Configuration > Administrators

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

79798176

Date: 2025-10-23 20:27:48
Score: 1.5
Natty:
Report link

One of the credential types below was failing on our Azure build server but not on my local machine.

{
  "Endpoint": "https://eus.codesigning.azure.net",
  "CodeSigningAccountName": "account",
  "CertificateProfileName": "profile",
  "ExcludeCredentials": [
    "ManagedIdentityCredential",
    "EnvironmentCredential",
    "WorkloadIdentityCredential",
    "SharedTokenCacheCredential",
    "VisualStudioCredential",
    "VisualStudioCodeCredential",
    "AzurePowerShellCredential",
    "AzureDeveloperCliCredential"
  ]
}

Switched to Azure CLI credentials so we can authenticate at the beginning of the build process instead of waiting for the build to progress to signing.

Learned most of this thanks to finding this Stack Overflow answer: https://stackoverflow.com/a/78486322/4503969

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: PizzaToCode

79798171

Date: 2025-10-23 20:24:48
Score: 0.5
Natty:
Report link

1️⃣ تأكد من ربط المشروع بـ docker-compose.override.yml

- افتح الملف docker-compose.override.yml

- أضف تعريف الخدمة الجديدة بنفس الاسم المستخدم في docker-compose.yml

- تأكد من وجود المسار الصحيح للمجلد أو الـ Dockerfile

services:

new-project:

build:

  context: ../new-project

  dockerfile: Dockerfile

ports:

  - "5005:80"

2️⃣ تأكد من أن المشروع مضاف إلى Launch Settings في Visual Studio

- افتح Properties/launchSettings.json داخل مشروع docker-compose

- أضف المشروع الجديد ضمن profiles:

"new-project": {

"commandName": "Project",

"launchBrowser": true,

"applicationUrl": "http://localhost:5005",

"environmentVariables": {

"ASPNETCORE_ENVIRONMENT": "Development"

}

}

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: المارد الرقمي

79798164

Date: 2025-10-23 20:11:45
Score: 1
Natty:
Report link

In a recent version of the 4.0 draft, the deep lookup operator was removed again. It will be possible to traverse maps and arrays with slashes, similar to XML structures.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Christian Grün

79798161

Date: 2025-10-23 20:07:44
Score: 2
Natty:
Report link

If the file is on a network drive, change your internet options...

Internet Options -> Security -> Local Intranet -> Sites -> Advanced -> then add the UNC server path...

EXAMPLE: \\255.55.255.255\Whatever_Foldername\

This will allow the .resx file (and all other files) on the network path(s) to be trusted

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

79798153

Date: 2025-10-23 19:52:41
Score: 2
Natty:
Report link

There's not currently a way to differentiate if an account is a personal vs business product type. The user details API does include a userType field with Enum [ Individual, Business ]. That may be useful for what you're trying to accomplish, but it should be noted that a single user can be categorized as Individual but have digital access to account products that are designated for business (or vice versa).

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

79798133

Date: 2025-10-23 19:32:36
Score: 0.5
Natty:
Report link

Take a look how Shopware handles this when admin user accepts customer group request / change.

I think you need to use the SalesChannelContextRestorer. So:

$this->customerRepository->update($updateData, $context);
$this->restorer->restoreByCustomer($customer->getId(), $context);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SmashingJummy

79798121

Date: 2025-10-23 19:16:33
Score: 1
Natty:
Report link

I had this issue and it went away after I made all the pages that were involved Singletons in MauiProgram.cs

The issue for me was occurring after I nav'd away from the page w the Picker and back. The returned-to page's constructor was being hit on the way back and InitializeComponent ran. I guess that sorta created two Pickers. Dunno.

With the page as a Singleton the constructor does not get hit when it is nav'd back to. HTH.

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

79798117

Date: 2025-10-23 19:12:32
Score: 3
Natty:
Report link

I know this thread is old, but Google brought me here. I have been cutting code for decades and wrote far more C than I care to admit, yet I still don’t understand the dangers of double-free. I have read that it is undefined, that the program may or may not crash, that the world could end, etc. Is the problem in the free() implementation in that it cannot handle being called with a pointer to free memory? If so, that would seem like a simple fix in the library. But here we are, decades later, and it is still a problem, so I clearly misunderstand.

Yes, I know that double free is bad form. I know that dereferencing freed memory is a problem, as is out-of-bounds access, but what specifically about the call to free() with a previously freed pointer causes so much chaos?

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

79798101

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

To pair an Apple Watch to a Mac, connect its companion iPhone to the Mac with a cable, and ensure that the iPhone is paired for development. After this step, follow any instructions on the Apple Watch to trust the Mac. When paired through an iPhone running iOS 17 or later, Xcode connects to the Apple Watch over Wi-Fi. Series 5 and older models of Apple Watch additionally require the Apple Watch and Mac to be associated with the same Bonjour-compatible Wi-Fi network. When paired through an iPhone running older versions of iOS, Xcode requires the iPhone to remain connected to the Mac in order to develop on any model of Apple Watch.

This is the official website description I found

I made an attempt to solve my problem

1. Remove~/Library/Developer/XCode/watchOS DeviceSupport/

2. Open developer mode for iwacth

3. Connect my iPhone to Mac with a data cable

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

79798097

Date: 2025-10-23 18:48:27
Score: 2
Natty:
Report link
<select id="id">
  <option value="0">January</option>
  <option value="1">February</option>
  <option value="2">March</option>
  <option value="3">April</option>
  <option value="4">May</option>
  <option value="5">June</option>
  <option value="6">July</option>
  <option value="7">August</option>
  <option value="8">September</option>
  <option value="9">October</option>
  <option value="10">November</option>
  <option value="11">December</option>
</select>

<span id="log">select something</span>
// added some embedded text so you know.
var selectEl = document.getElementById('id');
var logEl = document.getElementById('log');

selectEl.addEventListener('blur', function() {
  logEl.innerText = 'select lose focus';
});

selectEl.addEventListener('focus', function() {
  logEl.innerText = 'select gain focus';
});

selectEl.addEventListener('change', function() {
  var self = this;
  setTimeout(function() {
    self.focus();
  }, 0);
});

Please tell me if this worked otherwise let me know, if it didn't Here the html, i refined the js, hopefully it'll fit your needs.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please tell me
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: witheredheartz

79798093

Date: 2025-10-23 18:43:26
Score: 1
Natty:
Report link

You can’t completely isolate your app’s audio from the system master volume through normal APIs — the OS mixer always applies the global volume to all playback streams. Libraries like NAudio, CSCore, or OpenAL can control relative app volume, but they still sit under the system mixer, so user volume changes will affect playback.

If you need fully independent control, you’d have to use a custom audio backend (e.g., ASIO on Windows or low-level ALSA/CoreAudio access) that bypasses the system mixer, but that breaks portability and often requires elevated permissions. There’s currently no fully cross-platform way in C# to play audio entirely independent of the system master volume.

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

79798079

Date: 2025-10-23 18:24:22
Score: 5
Natty:
Report link

A simple concat and sort_values could work:

pd.concat((dtrijen, dtvolkel)).sort_values(by='datetime')

But can you explain what you mean (no pun intended) by "keeping the average"?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you explain what you
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: usdn

79798071

Date: 2025-10-23 18:13:20
Score: 1
Natty:
Report link
#include <bits/stdc++.h>
using namespace std;

long double fib[1000000];
int n;

int main()
{
    cout<<"ile liczb fibbonacciego mam wyznaczyć:";
    cin>>n;
    fib[0]=1;
    fib[1]=1;
            for(int i=2; i<n; i++)
            {
                    fib[i]=fib[i-1]+fib[i-2];
            }
            for(int i=0; i<n; i++)
            {
                    cout<<"\n"<<"wyraz nr "<<i+1<<":"<<fib[i];
            }
            return 0;
    
}
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: sebastian

79798059

Date: 2025-10-23 17:59:46
Score: 2
Natty:
Report link

Double-check that your set(CMAKE_CXX_FLAGS_DEBUG ...) command is correctly placed and that CMake is indeed passing these flags to the compiler during a debug build.

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

79798058

Date: 2025-10-23 17:59:46
Score: 2.5
Natty:
Report link

const { BetaAnalyticsDataClient } = require('@google-analytics/data');

const analyticsDataClient = new BetaAnalyticsDataClient();

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

79798052

Date: 2025-10-23 17:50:44
Score: 4
Natty:
Report link

I've been trying to do the same thing and just figured this out. You should be able to use the transformation "Partition by values".

https://grafana.com/docs/grafana/latest/panels-visualizations/query-transform-data/transform-data/#partition-by-values

Example use of the Partition by values transformation, using job_name as the input field.

You'll want to use transformations or value mapping to rename your values, but this gets your data in the right format.

Reasons:
  • Blacklisted phrase (1): trying to do the same
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kevin Meyer

79798034

Date: 2025-10-23 17:14:34
Score: 1.5
Natty:
Report link

process = subprocess.Popen(command_array, ...)

When you run that line, it opens a new python.exe process that creates another top-level window. This new process temporarily gets primary focus.

To fix this you should manually reassign the topmost property after the new window is created to regain priority.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: pzcax

79798027

Date: 2025-10-23 17:01:31
Score: 2
Natty:
Report link

I had the same issue, for apache24 with php 8.4 on windows 11 just copy libssh2.dll from c:\PHP to c:\APACHE24\BIN

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fernando Miguel Carmona Casano

79798022

Date: 2025-10-23 16:54:30
Score: 0.5
Natty:
Report link

FWIW, the current dev version of data.table 1.17.99 can read this file perfectly.

dt = fread("https://gist.githubusercontent.com/b-rodrigues/4218d6daa8275acce80ebef6377953fe/raw/99bb5bc547670f38569c2990d2acada65bb744b3/nace_rev2.csv")
dim(dt)
#> 996 10
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ben373

79798015

Date: 2025-10-23 16:46:28
Score: 1.5
Natty:
Report link

Perhaps this?

data$lab = "x1 label"
...[your plot code]...
a + facet_nested(~ lab + x2, nest_line = TRUE)

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Jon Spring

79798005

Date: 2025-10-23 16:18:20
Score: 6.5 🚩
Natty:
Report link

do you have anything in log?, try to add debug log in .prop for printing request logs.

Reasons:
  • RegEx Blacklisted phrase (2.5): do you have any
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Syed Mohammad Mehdi

79797991

Date: 2025-10-23 16:02:17
Score: 0.5
Natty:
Report link

A way of addressing this would be to run gdb in batch mode. Based on the trick described in [1] about associating commands with breakpoints/watchpoints, you could do something like this:

Create a gdb batch file, say test.gdb:

# http://sourceware.org/gdb/wiki/FAQ: to disable the
# "---Type <return> to continue, or q <return> to quit---"
# in batch mode:
set width 0
set height 0
set verbose off
#set confirm off            # if you want to use breakpoints
#set breakpoint pending on  # if you want to use breakpoints

watch *(int *) 0x600850 # use the appropriate type and address
commands 1 # commands to run at watchpoint 1
  bt
  exit
end

# if your program has arguments you may have to specify them here;
# see [1] for details
run

then run your program:

gdb --batch --command=test.gdb --args <your program>

This will print a backtrace when the watch point is hit, without you waiting at the console.

[1] https://stackoverflow.com/a/10775939/8729545

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dsouzai

79797989

Date: 2025-10-23 16:02:17
Score: 1
Natty:
Report link

In my case the solution was to prune docker images using docker system prune -a and letting them be rebuilt on next devcontainer start.

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

79797984

Date: 2025-10-23 15:52:14
Score: 0.5
Natty:
Report link

I found the solution to this for me The library

"@types/react-native": "^0.73.0"

in my packager which is deprecated is what caused the error. The newer version of react native has this library built in. It looks like in mid october there was a change in npm that maybe related because this is around the time i had this issue

https://www.npmjs.com/package/@types/react-native
https://github.blog/changelog/2025-09-29-strengthening-npm-security-important-changes-to-authentication-and-token-management/

Reasons:
  • Whitelisted phrase (-2): I found the solution
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nate

79797980

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

When I had this issue it was due to quickfix setting SocketUseSSL=Y being enabled - I removed it and the issue was resolved.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Zak Murphy

79797974

Date: 2025-10-23 15:43:11
Score: 2
Natty:
Report link

It’s safe to leave log() statements in production — they don’t run unless a debugger is attached, so they won’t affect performance or expose data to users.

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

79797955

Date: 2025-10-23 15:14:04
Score: 0.5
Natty:
Report link

I solved this problem adding display:inline; to the table css rules.

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Andrés Lescano

79797954

Date: 2025-10-23 15:14:04
Score: 1.5
Natty:
Report link

Run this to fix it:

nvm use 13.6.0
nvm install-latest-npm

This updates npm for the Node version managed by nvm.

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

79797950

Date: 2025-10-23 15:06:02
Score: 0.5
Natty:
Report link

Answering your core question - you should maintain Subscription's lifecycle in your own database while relying on Stripe's Webhook deliveries.

Stripe will generate and deliver webhook event to your assigned endpoint for any changes related to the Subscription - https://docs.stripe.com/billing/subscriptions/webhooks

You can listen to the appropriate webhook events and make real-time changes to your stored data to keep it consistent.

This is a better way because you don't need to constantly poll Stripe's API to retrieve Subscription status etc. This would also allow you to stay within your default rate limits.

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

79797945

Date: 2025-10-23 15:01:00
Score: 0.5
Natty:
Report link

Another nice case was Visual Studio 2026 uploading IPA with no errors, the build was without distribution certificate included. No errors, VS showing upload success, no mails for Apple: what helped was to send the IPA to mac then upload there with Transporter which shown this error.

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

79797944

Date: 2025-10-23 15:00:00
Score: 0.5
Natty:
Report link

Using tail method (docs) works.

last_row = a.tail(1)
last_row.loc[:, 'a'] = 4.0

Apparently it has to be separated into two instructions, because it raises the following warning otherwise:

FutureWarning: ChainedAssignmentError: behaviour will change in pandas 3.0!
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nicolas LIENART

79797939

Date: 2025-10-23 14:53:58
Score: 3.5
Natty:
Report link

Azcopy now supports NFS shares.

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

79797936

Date: 2025-10-23 14:50:57
Score: 0.5
Natty:
Report link

Thanks to @Sweeper for pointing me to @Transient.

The following code works both my example, and real project:

import SwiftData

struct Foo {
    var name: String
}

@Model
final class Bar {
    var id: String
    var name: String
    
    @Transient
    var foo: Foo = .init(name: "")
    
    init(id: String, name: String) {
        self.id = id
        self.name = name
    }
    
    func changeFoo(newName: String) {
        foo.name = newName
    }
}
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • User mentioned (1): @Sweeper
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: koen

79797934

Date: 2025-10-23 14:47:52
Score: 8.5 🚩
Natty:
Report link

did you solve this issue? I have issue getting token from FCM when on opera other browsers work fine.

Reasons:
  • RegEx Blacklisted phrase (3): did you solve this
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you solve this is
  • Low reputation (1):
Posted by: Wajid Khilji

79797927

Date: 2025-10-23 14:34:49
Score: 2.5
Natty:
Report link

What you are looking for is explained on their website under "Reusable Triggers", it contains a code snippet for C# code. Reusable Triggers

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): What you are
  • Low reputation (0.5):
Posted by: Nico Sz

79797915

Date: 2025-10-23 14:23:46
Score: 1.5
Natty:
Report link

Ensure the tables you thought you have created have actually been commited. 🙃

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

79797904

Date: 2025-10-23 14:13:43
Score: 3.5
Natty:
Report link

Thaaanks, you saved me, even chatgpt didn't know this one

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

79797900

Date: 2025-10-23 14:11:43
Score: 3
Natty:
Report link

Using "^split" regex will also take the median over train scores. My suggestion would be to use "^split[0-9]+_test_score$" instead.

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

79797899

Date: 2025-10-23 14:11:43
Score: 3
Natty:
Report link

On the docker hub (registry), you can search and select the image that you want and on the tags panel, you can see the different OS/Arch available of this image !

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

79797888

Date: 2025-10-23 14:01:40
Score: 2
Natty:
Report link

k8slogreceiver isn't implemented yet: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/k8slogreceiver/factory.go#L54

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

79797877

Date: 2025-10-23 13:50:37
Score: 2
Natty:
Report link

Probably not. The API Key is tied to your billing account I believe.
In the documentation, it is stated that the Oauth token is used WITH the url to provide access to selected APIs.

https://developers.google.com/identity/protocols/oauth2

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

79797870

Date: 2025-10-23 13:44:36
Score: 2.5
Natty:
Report link

It's interesting how OBD-II provides real-time performance data for vehicles — a reminder of how I track and optimize game performance for Magic Brawl APK users. Data-driven performance improvement applies everywhere! You can also visit.

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

79797869

Date: 2025-10-23 13:44:36
Score: 1.5
Natty:
Report link

As of 9/24/2025, Gemini 1.5 (pro and flash) were retired (no longer available, same for Gemini 1.0 models). That's why you get 404 error. You should migrate to Gemini 2.0/2.5 Flash and later instead. Please follow the latest Gemini migration guide.

Check the retired models

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

79797836

Date: 2025-10-23 13:12:26
Score: 1
Natty:
Report link

Try either

import * as config from '../config.json';

or if you want to do as you wrote, then add this under compilerOptions in your tsconfig.json

"resolveJsonModule": true,
"esModuleInterop": true,
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BjarkeHou

79797834

Date: 2025-10-23 13:11:26
Score: 2.5
Natty:
Report link

I'm afraid you'll need to make two requests. The parent and links attributes are read-only for the issue. So the only option is to make a second request as described here: https://www.jetbrains.com/help/youtrack/devportal/resource-api-issues-issueID-links-linkID-issues.html#create-Issue-method

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

79797827

Date: 2025-10-23 13:06:24
Score: 4
Natty:
Report link

community.cloudflare.com/t/intermittent-etimedout-when-using-cloudflare-proxying/578664/2

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: aret

79797823

Date: 2025-10-23 13:03:23
Score: 3.5
Natty:
Report link

Engineering is a very important field for many people, including me.

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

79797818

Date: 2025-10-23 12:58:22
Score: 2
Natty:
Report link

To see which resources are using a subnet, go to the Virtual Network (VNet) where the subnet is located. In the sidebar, select Connected Devices. This section lists all the resources currently connected to that subnet.

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

79797812

Date: 2025-10-23 12:51:20
Score: 3
Natty:
Report link

Thank you, in my case, Windows 11, I just deleted the CURL_CA_BUNDLE environment, cause it had the value: "C:\Program Files\PostgreSQL\16\ssl\certs\ca-bundle.crt". After deleted, close all the terminals o cmd, and reopen, then pip install works ok.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: veritus placerat

79797810

Date: 2025-10-23 12:50:20
Score: 0.5
Natty:
Report link

I have also encountered this problem. I successfully ran my code in windows and received this message in ubuntu. This might be caused by a pandas issue, and the solution of Gemini 2.5pro corrected it. You can refer to it:

You have Pandas code that runs perfectly on one machine (e.g., Windows) but fails with an AttributeError: 'DataFrame' object has no attribute 'tolist' when moved to another (e.g., an Ubuntu server).

The error is often confusing because the traceback might point to a completely unrelated line of code (like a simple assignment df['col'] = 0), which is a known issue in older Pandas versions where the error is mis-reported.

The actual problematic line of code is almost certainly one where you call .tolist() directly after an .apply(axis=1):

Python

# This line fails on some systems

behavior_type = all_inter[...].apply(lambda x: [...], axis=1).tolist()

The Root Cause: Pandas Version Inconsistency

This issue is not caused by the operating system itself (Windows vs. Ubuntu), but by different versions of the Pandas library installed in the two environments.

On your Windows machine (Newer Pandas): apply(axis=1) returns a pandas.Series object. The Series object has a .tolist() method, so the code works.

On your Ubuntu machine (Older Pandas): When the lambda function returns a list, this older version of Pandas "expands" the results into a pandas.DataFrame object instead of a Series. The DataFrame object does not have a .tolist() method, which causes the AttributeError.

The Solution

To make your code robust and compatible with all Pandas versions, you must first access the underlying NumPy array using the .values attribute. Both Series and DataFrame objects support .values.

You only need to add .values before your .tolist() call.

Original Code:

Python

#

behavior_type = all_inter[columns].apply(lambda x: [...], axis=1).tolist()

Fixed Code:

Python

#

behavior_type = all_inter[columns].apply(lambda x: [...], axis=1).values.tolist()

This works because .values will return a NumPy array regardless of whether .apply() outputs a Series (on your Windows machine) or a DataFrame (on your Ubuntu machine), and NumPy arrays always have a .tolist() method.

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

79797803

Date: 2025-10-23 12:45:19
Score: 1
Natty:
Report link
  1. Decoupling: Reduces dependencies between classes → easier to change or replace components.

  2. Testability: Enables mocking dependencies → simpler and faster unit testing.

  3. Maintainability: Centralized control of dependencies → clearer, cleaner codebase.

  4. Reusability: Components don’t depend on specific implementations → more reusable logic.

  5. Scalability: Makes adding features or new services smoother → less code breakage.

  6. Flexibility: Swap implementations at runtime or via configuration (e.g., local vs. cloud storage).

  7. Consistency: Manages shared resources (e.g., singletons) cleanly and predictably.

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

79797802

Date: 2025-10-23 12:45:19
Score: 2.5
Natty:
Report link

My bad: the AWS RDS database was not set on "Publicly accessible".

Changed that, and within seconds I could push via drizzle kit.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Fi Li Ppo

79797801

Date: 2025-10-23 12:45:19
Score: 1
Natty:
Report link

It's like you are trying to get some binary file. I got the same issue, I was importing modules from react-router-dom which is deprecated. I changed all my imports from react-router-dom to react-router.

https://www.npmjs.com/package/react-router-dom

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

79797792

Date: 2025-10-23 12:33:16
Score: 1.5
Natty:
Report link
env:
  MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} or "your_password"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ömer bulut

79797790

Date: 2025-10-23 12:33:16
Score: 1.5
Natty:
Report link

SOLUTION:

Find the related folder in you desktop

click here to see image

Open Permissions file

The choose security tab

click here to see image

Enable all options for user: EVERYONE

click here to see image

Run the query COPY again on SQL

click here to see image

Reasons:
  • Whitelisted phrase (-2): SOLUTION:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nelson Marques

79797787

Date: 2025-10-23 12:32:15
Score: 2
Natty:
Report link

openssl s_client -showcerts -connect google.com:443 </dev/null 2>/dev/null|openssl x509 -outform PEM | python3 -c "

import sys

import json

body = {}

body['cert'] = sys.stdin.read()

json.dump(body, sys.stdout)

" | python3 -c "

import sys

import json

body = json.load(sys.stdin)

print(body['cert'])

" | openssl x509 -text; echo $?

Certificate:

Data:

    Version: 3 (0x2)

    Serial Number:

        fa:bc:89:f7:bf:33:10:94:0a:00:00:00:01:25:fd:32

    Signature Algorithm: sha256WithRSAEncryption

...

0

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

79797783

Date: 2025-10-23 12:28:14
Score: 0.5
Natty:
Report link

I used these:

SELECT n, RTRIM(n,'0') AS noZeroes, RTRIM(RTRIM(n,'0'),'.') AS noDot
 FROM ( VALUES (123.456700), (123.456), (123) ) AS s (n);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: edixon

79797778

Date: 2025-10-23 12:25:13
Score: 1.5
Natty:
Report link

Since you're using vanilla React Native CLI with the old architecture, the solution is different. Here are the most common causes for markers not showing on Android CLI projects:

Quick Checks:

// Won't render
coordinate={{ latitude: "28.6139", longitude: "77.2090" }}
// Will render
coordinate={{ latitude: parseFloat(data.lat), longitude: parseFloat(data.lng) }}
const [region, setRegion] = useState({
  latitude: 37.78825,
  longitude: -122.4324,
  latitudeDelta: 0.0922,
  longitudeDelta: 0.0421,
});

<MapView region={region} onRegionChangeComplete={setRegion}>
  <Marker coordinate={coords} />
</MapView>
const [mapReady, setMapReady] = useState(false);

<MapView onMapReady={() => setMapReady(true)}>
  {mapReady && locations.map((loc, i) => (
    <Marker key={String(i)} coordinate={loc.coordinates} />
  ))}
</MapView>

Can you share: (1) your marker rendering code, (2) a sample of your API data structure, and (3) whether you're using Google Maps API key in AndroidManifest.xml? This will help pinpoint the exact issue.

Reasons:
  • Whitelisted phrase (-1): solution is
  • RegEx Blacklisted phrase (2.5): Can you share
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: UNKNOWN GUY

79797768

Date: 2025-10-23 12:16:10
Score: 1
Natty:
Report link

The problem arises due to the fact, that the TCL exec tries to pass each argument to its called program. The exec does quoting on its own. Due to that, it is not wise to pass all arguments as one to the exec call.

What I do is to eventually write a temporary batch file and issue the commands there.

In addition, there is a magic autoexec_ok function, which may also help.

In a nutshell:

aMike has already commented this.

Please look to this page for the full problem and solution possibilities: TCL wiki:exec quotes problem

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

79797767

Date: 2025-10-23 12:15:10
Score: 1
Natty:
Report link

Use modern Sass @use for theme variables. Create one entry file per scheme, @use the scheme at the top, then @use your partials. Partials access variables via @use "theme" as *. This avoids duplicating partials and compiles each scheme to its own CSS. Example:

// scheme_alpha.scss
@use "themes/scheme_alpha" as theme;
@use "_styles";

// _styles.scss
@use "theme" as *;
@use "_header";
@use "_footer";

// _header.scss
.header {
  background-color: $color_primary;
  color: $color_secondary;
}

Each scheme file builds its own CSS without changing the partials.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @use
  • User mentioned (0): @use
  • User mentioned (0): @use
  • User mentioned (0): @use
  • Low reputation (1):
Posted by: Kamran Javed

79797758

Date: 2025-10-23 12:09:08
Score: 3
Natty:
Report link

There must have been something cached in my browser. I tried the same steps in incognito mode on my browser and it connected!

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

79797749

Date: 2025-10-23 12:01:06
Score: 1.5
Natty:
Report link

The only option is to inject JS or CSS to override how the preview panel works. The built-in preview_sizes customization only supports a device_width, the height always uses all available space in the viewport.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Thibaud Colas

79797741

Date: 2025-10-23 11:49:03
Score: 3.5
Natty:
Report link

Try : https://vite.dev/ use vite frame work it will work alter for react

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: S.M.Jegan-CIDC

79797739

Date: 2025-10-23 11:48:02
Score: 4.5
Natty:
Report link

I'm working on a project that can be of interest to you https://github.com/pkvartsianyi/spatio

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

79797720

Date: 2025-10-23 11:32:58
Score: 2
Natty:
Report link

I added MessageBoxOptions.ServiceNotification or MessageBoxOptions.DefaultDesktopOnly and got what you want - a modal window on top of the notepad application.

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

79797717

Date: 2025-10-23 11:24:56
Score: 3.5
Natty:
Report link

The solution, upgrade to 6.9.3 which had not yet been released at the time of posting.

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

79797708

Date: 2025-10-23 11:18:55
Score: 1
Natty:
Report link

That’s expected behavior — Excel doesn’t allow inserting rows inside a protected table, even if the table cells are unlocked and “Insert rows” is checked.

Workarounds:

1. Unprotect → Add row → Reprotect via VBA or manually.

2. Use a data entry form that temporarily unprotects the sheet, adds a row, then protects it again.

3. Or move the table to an unprotected area and lock only the rest of the sheet.

Excel’s “Insert rows” permission only applies to rows outside structured tables, not within them.

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

79797703

Date: 2025-10-23 11:12:53
Score: 1.5
Natty:
Report link

You didn’t break anything. Your code is no longer running in one call stack (same name as program)—every procedure has its own stack entry and message queue.

Use the 276-byte PGMQ layout. Ensure you are sending messages to, and telling your message subfile to get its messages from, the designated call stack message queue.

That PGMQ layout is 3 parts: Program, module, procedure.

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

79797698

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

Apparently, the styles for the flatpickr were not loaded.

Depending on how you installed `flatpickr`, you would need to include the flatpickr CSS stylesheet to resolve the issue.
You might simply need to include CSS with the <link> HTML tag:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css">

or add to assets:

@import 'flatpickr/dist/flatpickr.css';

I was looking to install the flatpickr with Laravel. Here are the sources I used to resolve the issue:
How do I load the CSS for flatpickr when I use npm to install it in Laravel?
Laravel + Flatpicker: How to Install using NPM

Reasons:
  • Blacklisted phrase (1): How do I
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Maria Mozgunova

79797691

Date: 2025-10-23 10:50:47
Score: 2
Natty:
Report link

From iOS 17 use .containerRelativeFrame(.vertical)

ScrollView {
    VStack {
        Spacer()
        
        Text("Hello, world!")
        
        Spacer()
        
        Text("Some Text")
    }
    .containerRelativeFrame(.vertical)
}

More: https://www.hackingwithswift.com/quick-start/swiftui/how-to-adjust-the-size-of-a-view-relative-to-its-container

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

79797681

Date: 2025-10-23 10:43:46
Score: 1
Natty:
Report link

There are lots of posts already about how to gracefully shutdown Node http servers:

Graceful shutdown of a node.JS HTTP server

Nodejs/express, shutdown gracefully

How do I shut down my Express server gracefully when its process is killed?

Quitting node.js gracefully

To also gracefully shutdown all open websocket connections, just add this to your shutdown handler:

for (const client of wss.clients) {
    client.close(1001, 'Server shutdown');
}
wss.close();
Reasons:
  • Blacklisted phrase (1): How do I
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Sámal Rasmussen

79797679

Date: 2025-10-23 10:38:45
Score: 2
Natty:
Report link

Use

<th nowrap>Line 1<br>Line 2</th>
<td nowrap>Line 1<br>Line 2</td>
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Stephan Grün

79797677

Date: 2025-10-23 10:35:44
Score: 1
Natty:
Report link

I reproduce the problem. With the above-mentioned code I get result as follows:

# ->
# Found 61444 results
# Fetched 9946 available abstracts
# Read 9946 abstracts

Actually it is well-known PubMed problem of 10,000 results. See discussion here for example.

retmax=61444 sudgested by @Denis Sechin in Entrez.efetch does not solve the problem.

The way I can suggest is to handle entries year by year by changing mindate and maxdate in a cycle as follows:

# mindate = '2013/01/01',  maxdate = '2013/12/31',
# Found 2827 results
# Fetched 2824 available abstracts
# Read 2824 abstracts

# mindate = '2014/01/01',  maxdate = '2014/12/31',
# Found 3102 results
# Fetched 3098 available abstracts
# Read 3098 abstracts
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @indoes
  • Low reputation (1):
Posted by: Vladimir

79797675

Date: 2025-10-23 10:33:43
Score: 3.5
Natty:
Report link

https://ionicvoip.com/ maybe can help you make a application voip with ionic

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

79797668

Date: 2025-10-23 10:30:43
Score: 2.5
Natty:
Report link

Optimize GeoJSON data loading in ArcGIS Web Components using Server-Sent Events (SSE) for faster, real-time updates. Enhance map performance, reduce latency, and deliver seamless interactive geospatial visualizations with efficient data streaming.

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

79797663

Date: 2025-10-23 10:22:41
Score: 1.5
Natty:
Report link

UnionToIntersection is not what you really need

Pay attention to the wonderful library type-fest, there are 2 suitable types: AllUnionFields and SharedUnionFields

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

79797656

Date: 2025-10-23 10:13:38
Score: 2.5
Natty:
Report link

Your code is valid in C99+, but not in C89. C99 allows unnamed struct/union types in sizeof . C89 does not support anonymous structs expressions.

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

79797654

Date: 2025-10-23 10:12:37
Score: 11.5
Natty: 7
Report link

I also encountered this problem, and I've already set my account to private mode, but it still doesn't work. May I ask if you have any solutions?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): May I ask
  • RegEx Blacklisted phrase (2): it still doesn't work
  • RegEx Blacklisted phrase (2): any solutions?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 尘幕天空

79797651

Date: 2025-10-23 10:09:36
Score: 3.5
Natty:
Report link

Lehenga choli  🩷💖

*◾Note : Booking Complusary,Next Day Pickup*

*◾ Booking No : +919925689923

<<<<<<<<<>>>>>>>>>

My  Surat🕴️ fashion

<<<<<<<<<>>>>>>>>

🕴Surat New Bombay Market

India, Gujarat Suratenter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Filler text (0.5): <<<<<<<<<
  • Filler text (0): >>>>>>>>>
  • Filler text (0): <<<<<<<<<
  • Filler text (0): >>>>>>>>
  • Low reputation (1):
Posted by: Mehul Limbani

79797641

Date: 2025-10-23 09:55:32
Score: 2
Natty:
Report link

https://github.com/ray-project/ray/blob/ray-2.48.0/python/ray/_raylet.pyx#L1852

Function execute_task is where a remote function finally get executed. You can see ray just wrap your normal function (none async function) with a async wrapper and execute inside asyncio event loop.

So ray does not preempt async tasks, it just treat sync function as a async function.

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

79797640

Date: 2025-10-23 09:55:32
Score: 2
Natty:
Report link

The QoS setting of the client is the maximum QoS that it can receive. For example, if a message is published at QoS 2 and a client subscribed at QoS 0, then the message will be delivered with QoS 0. In your example, the server publishes at QoS 0 and the client set a maximum QoS of 2. Here, the message will be delivered with QoS 0, because that is the highest QoS that the server offers. See this Mosquitto documentation for an explanation of how the QoS setting works.

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

79797638

Date: 2025-10-23 09:54:31
Score: 4
Natty:
Report link

txs, after searching several hours .. this does the trick THANKS a LOT

Reasons:
  • Blacklisted phrase (0.5): THANKS
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hannes Ledl

79797636

Date: 2025-10-23 09:54:31
Score: 2
Natty:
Report link

you could try turning up the brightness, but if your storage is corrupted that wont work anyways.

i suggest checking out a support site for the phone you own and writing them some sort of message

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

79797626

Date: 2025-10-23 09:44:29
Score: 0.5
Natty:
Report link

You can use https://pcivault.io/; they are a PCI Credit Card Tokenization Vault. Using PCI Vault can aid your payment processing with multiple PSPs since you need to be PCI compliant to store credit card information, but with PCI Vault, you store the card info of the user there and can request that they process the payment to whichever PSP you want.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: toyin emmanuel

79797625

Date: 2025-10-23 09:44:29
Score: 5.5
Natty:
Report link

All,

This is the VBA code.

Can you give me some way to make this work pls.

Sub LoopCheckValue()
    Dim cell As Range
    Dim i As Integer
    
    i = 4
    For Each cell In ActiveSheet.Range("J5:J13")
    'What's the criteria?
    
        If (cell.Value <= 0) Then
     
        Set Outapp = CreateObject("Outlook.Application")
        Set Outmail = Outapp.CreateItem(0)
    

        With Outmail
            .to = "mail" 'CHANGE THIS
            .CC = ""
            .BCC = ""
            .Subject = [F2].Value + " Item due date reached"
            .Body = Range("A" & i).Value & " is due "
            .Send   'or use .Display
        End With
        ElseIf (cell.Value >= 30) And (cell.Value < 180) Then
     
        Set Outapp = CreateObject("Outlook.Application")
        Set Outmail = Outapp.CreateItem(0)
    

        With Outmail
            .to = "mail" 'CHANGE THIS
            .CC = ""
            .BCC = ""
            .Subject = [F2].Value + " Item due date reached"
            .Body = Range("A" & i).Value & " is due in less then 30 days"
            .Send   'or use .Display
        End With
        ElseIf (cell.Value < 180) Then
     
        Set Outapp = CreateObject("Outlook.Application")
        Set Outmail = Outapp.CreateItem(0)
    

        With Outmail
            .to = "mail" 'CHANGE THIS
            .CC = ""
            .BCC = ""
            .Subject = [F2].Value + " Item due date reached"
            .Body = Range("A" & i).Value & " is due in less then 180 days"
            .Send   'or use .Display
        End With
        End If
        i = i + 1
    Next cell
End Sub
Private Sub Worksheet_Selection(ByVal target As Range)

    If ActiveCell.NumberFormat = "dd-mmm-yy," Then
    
    ActiveSheet.Shape("Calendar").Visible = True
    
    
    
    ActiveSheet.Shape("Calendar").Left = ActiveCell.Left + ActiveCell.Width
    ActiveSheet.Shape("Calendar").Top = ActiveCell.Top + ActiveCell.Height
    
    Else: ActiveSheet.Shape("Calendar").Visible = False
    
    End If
    
End Sub
Reasons:
  • Blacklisted phrase (3): give me some
  • RegEx Blacklisted phrase (2.5): Can you give me some
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Marco Bakx

79797619

Date: 2025-10-23 09:40:28
Score: 1.5
Natty:
Report link
implementation 'com.google.ai.edge.litert:litert:1.4.0'
implementation 'com.google.ai.edge.litert:litert-support:1.4.0'
implementation 'com.google.ai.edge.litert:litert-metadata:1.4.0'
implementation 'com.google.ai.edge.litert:litert-api:1.4.0'

use this for workaround @Hossam Sadekk

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

79797610

Date: 2025-10-23 09:31:25
Score: 2
Natty:
Report link

I got an answer:

That one happens because Radix uses pointer events, and happy-dom/jsdom don’t fully support them.

your workaround adding those small polyfills in your setup file is totally fine.

everyone using Radix or shadcn in Vitest does something similar.

If you ever want to avoid polyfills, the only real alternative is running your tests in a real browser (like Vitest browser mode or Playwright), but that’s heavier.

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

79797609

Date: 2025-10-23 09:30:25
Score: 1.5
Natty:
Report link

Finally found a workaround: The issue is the manually assigned Id of the Example Entity.

If the id field is null by default and the value generated by a sequence or other type of Generator then the event is triggered.

If it is necessary to assign the id manually one could implement Persistable and make the entity object itself define whether it's new or not.

Adjusted the example project to see all variants: https://github.com/thuri/spring-domain-events/commit/097904594f6cd83526b871d0599fd04e13a6cc0c

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

79797608

Date: 2025-10-23 09:30:25
Score: 0.5
Natty:
Report link

As an alternative, if you're just using a one-off WakeLock and you don't need to share it across multiple tasks, you can also call wakeLock.setReferenceCounted(false) prior to calling wakeLock.acquire(). This would avoid the thread-safety concerns and still prevent the crash.

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

79797597

Date: 2025-10-23 09:16:22
Score: 2
Natty:
Report link

I’m not sure. This is just a prediction.

It might not trigger computation; it may create a decision tree and add two different branches depending on whether the result is true or false. During execution, it chooses one of these branches based on the result and continues the process.

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

79797596

Date: 2025-10-23 09:16:21
Score: 4.5
Natty:
Report link

For now, you can fix it like described here https://youtrack.jetbrains.com/issue/PY-85025

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

79797594

Date: 2025-10-23 09:14:21
Score: 1.5
Natty:
Report link

Okay so the post should probably renamed to: what does -fPIC do.

After searching a little bit I found out that when compiling a shared library in this case you have to specify -fPIC to allow position independent code PIC

Originally this issue came up because I tried to link a static library to a dynamic library. It is therefore important to also build the static library using -fPIC

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

79797585

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

Late-Night Debugging: When Every Portal Went Down
Last night was one of those nights every software engineer person remembers.
At around 10:30 PM, all our portals suddenly went down — completely.

The screen filled with this scary message:
“Server Error in ‘/’ Application — Could not load file or assembly ‘Microsoft.CodeDom.Providers.DotNetCompilerPlatform’. Access is denied.”
At first, I thought it was a missing DLL issue. But everything was exactly where it should be. That’s when it hit me — this was a permissions disaster waiting to be solved.

The Investigation
No one in the team had a clue why this happened — it had never occurred before.
Later I found out it was caused by some user permission settings done on the server that unintentionally stripped access from our Application Pool identities.
Basically, IIS couldn’t read, compile, or serve anything.
The entire system was down — and the pressure was on.

The Turning Point
From 10:30 PM till 2:00 AM, I kept investigating, checking access rights, logs, and IIS settings.
After hours of frustration, I finally struck gold — the life-saving commands that restored everything:

icacls “C:\inetpub\wwwroot\<YourSite>” /grant “IIS AppPool\<AppPoolName>:(OI)(CI)F” /T
icacls “C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files” /grant “IIS_IUSRS:(OI)(CI)F” /T
iisreset

And like magic — one by one, every portal came back online.
The Relief (and a Little Bit of Glory)
By 2 AM, everything was back to normal.
No errors. No downtime. Just a huge sigh of relief.

That night, I unintentionally became the hero of the night — and learned one big lesson:
Never underestimate a few lines of icacls!
Thanks Allah for the save — and respect to every developer who’s ever fought a late-night production fire

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

79797575

Date: 2025-10-23 08:47:14
Score: 3.5
Natty:
Report link

My issue was paths clashing as per the comments above. By correcting those, the app was accepted for review and has now been approved for live.

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

79797573

Date: 2025-10-23 08:43:13
Score: 2
Natty:
Report link

Already implied but…

Switch to using the 276 byte PGMQ layout. Then you can ensure your messages go to the right procedure MSGQ and your message subfile population will gets it messages from there also.

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

79797572

Date: 2025-10-23 08:38:12
Score: 1
Natty:
Report link

For me, i had to replace my when...statement with a doReturn,
i.e. instead of :-

when(service.getString()).thenReturn("something to return"));

use this:-

import org.mockito.Mockito;
.....

Mockito.doReturn("something to return").when(service).getString();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chris Magowan