79478656

Date: 2025-03-02 05:27:54
Score: 1.5
Natty:
Report link

Export Data Dumps in Postman (Windows 11):

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

79478653

Date: 2025-03-02 05:22:53
Score: 0.5
Natty:
Report link

Safari seems to remember the URL from which the Service Worker was initially installed, and as long as you register the Service Worker with this same address, it imposes a systematic network validation, even with updateViaCache: “all”.

Why does Safari do this?

It's probably a security measure to avoid a scenario where a site registers a Service Worker with updateViaCache: “all”. This Service Worker would never be updated and would remain cached indefinitely, unless the URL changed.

Safari therefore seems to have a different policy from other browsers:

As a solution, I added these lines to the previous script :

if (!initialRegistration) {
    await navigator.serviceWorker.register('/service-worker.js', { updateViaCache: 'all' });
}

When the client downloads the application for the first time, it doesn't yet have a registered Service Worker, so I register what I call the “initial Service Worker” to set the URL to mydomain.com/service-worker.js. Then, immediately afterwards, I register the Service Worker again (the same one) with a different URL, as this one mydomain.com/service-worker.js?v=NEW_VERSION. This process makes updateViaCache operational as soon as it's installed.

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

79478642

Date: 2025-03-02 04:51:49
Score: 0.5
Natty:
Report link

try this:

" resize the window vertically from left/right with the step of 5, m for Modify or More
nnoremap m> 5<C-w>>
nnoremap m< 5<C-w><

Reasons:
  • Whitelisted phrase (-2): try this:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 宇宙大保健

79478639

Date: 2025-03-02 04:46:48
Score: 3.5
Natty:
Report link

Ensure that the tags of related dependencies are consistent

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

79478635

Date: 2025-03-02 04:41:47
Score: 0.5
Natty:
Report link

That's logical why it throws 404 because when u're in home page (as a reference) the about page is inside htmlPages folder and that works fine, but when you are in about page it means you are no longer in src folder but instead you are in src/htmlPages it means when you click the about.html link it tries to take you to src/htmlPages/htmlPages/about.html but instead it should take you to src/htmlPages/about.html. So to fix this you should go to your about.html and change the link from htmlPages/about.html into about.html

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abdel Droid

79478632

Date: 2025-03-02 04:38:46
Score: 2
Natty:
Report link

Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Sat 2025-03-01 23:43:18 UTC; 4h 49min ago Docs: man:nginx(8)

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

79478628

Date: 2025-03-02 04:28:45
Score: 4
Natty: 4
Report link

setting -> code style -> '$your language' -> wrapping and braces

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

79478622

Date: 2025-03-02 04:13:42
Score: 1
Natty:
Report link

The issue was resolved with the command :

colima start --cpu 4 --memory 6 --disk 100 --vm-type=vz --mount-type=virtiofs --dns=1.1.1.1

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

79478613

Date: 2025-03-02 03:56:39
Score: 4
Natty:
Report link

Fixed It I just had to delete and re-install pygame again! Thanks for the help!

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

79478608

Date: 2025-03-02 03:48:38
Score: 2.5
Natty:
Report link

This is the PHP version of the MyInfo demo app, originally built in Node.js, showcasing integration with SingPass and usage of the MyInfo API.

https://github.com/saskysamonte/singpass-myinfo-v4-php

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

79478601

Date: 2025-03-02 03:39:36
Score: 2
Natty:
Report link

remove any other symbols other than alphabets & numbers in my case the culprit was -

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

79478596

Date: 2025-03-02 03:31:35
Score: 2.5
Natty:
Report link

host='localhost', port='8889',
unix_socket='/Applications/MAMP/tmp/mysql/mysql.sock',

answered the problem

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

79478595

Date: 2025-03-02 03:30:35
Score: 2
Natty:
Report link

Following @Saddles' suggestion I ended up adding:

function SHEET() {
  return SpreadsheetApp.getActiveSheet().getIndex();
}

to my sheet's Apps Script library and that seems to have worked.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Saddles'
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Brian

79478585

Date: 2025-03-02 03:21:33
Score: 4
Natty:
Report link

capture: Video For Windows, DirectShow, Media Foundation

https://crackstudio.info/direct-setup/

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

79478582

Date: 2025-03-02 03:21:33
Score: 0.5
Natty:
Report link

Move Content-Disposition and Content-Type to the file content.

fileContent.Headers.ContentType = new MediaTypeHeaderValue(contentType);
fileContent.Headers.ContentDisposition = new 
ContentDispositionHeaderValue("form-data")
{
  Name = "\"file\"",
  FileName = $"\"{Path.GetFileName(fileFullPath)}\""
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nneka

79478571

Date: 2025-03-02 03:01:30
Score: 1.5
Natty:
Report link

The workaround is:

import pretty_midi
pretty_midi.pretty_midi.MAX_TICK = 1e10
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Felipe Tuyama

79478567

Date: 2025-03-02 02:58:29
Score: 1.5
Natty:
Report link

this seems to work is I add a schema? Maybe there is a more correct way?

df = pl.DataFrame(numbers, schema=['a', 'b'], orient="row")

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: diogenes

79478555

Date: 2025-03-02 02:44:27
Score: 1
Natty:
Report link

I've been investigating this issue as well

From the following bug report, it may be an OS bug related to backup where your Application subclass is not launched: https://issuetracker.google.com/u/0/issues/160946170

Possible solutions:

  1. Ask user to restart device
  2. Disable app backup
Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: mliu

79478538

Date: 2025-03-02 02:15:22
Score: 2
Natty:
Report link

Try this command run :

pip install google-auth-oauthlib

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: sushantjoshi800

79478523

Date: 2025-03-02 01:51:18
Score: 0.5
Natty:
Report link

I am the creator of the app in the screenshot. These are standard NSMenuItems, not custom views. It is just a NSAttributedString with NSTextTab(type: .rightTabStopType, location: longestTitleWidth) and different text color.

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

79478519

Date: 2025-03-02 01:46:17
Score: 1.5
Natty:
Report link

Don't forget to run the function with ().

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

79478518

Date: 2025-03-02 01:45:17
Score: 3
Natty:
Report link

Check for leading or trailing whitespace in the file name.

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

79478517

Date: 2025-03-02 01:44:16
Score: 2.5
Natty:
Report link

This is still true. I have an AWS-hosted django website and was having difficulties generating link previews on LinkedIn (they worked fine on FB). I switched my load balancer TLS setting from 1.3 to 1.2, and voià, good to go.

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

79478511

Date: 2025-03-02 01:33:15
Score: 3.5
Natty:
Report link

The issue seemed to be an environmental issue that was bugged. It resolved itself after doing some tests.

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

79478496

Date: 2025-03-02 01:11:11
Score: 3
Natty:
Report link

Check the Shelly knowledge base for examples. I believe the following is your exact use case:

https://www.shelly.com/blogs/scripts-library/dynamic-load-shedding-script-for-energy-management

as well as examples and snippets on GitHub: https://github.com/ALLTERCO/shelly-script-examples

When drafting scripts directly in the app or through the web-interface of your device there should also be an option to open the library of examples.

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

79478484

Date: 2025-03-02 00:43:07
Score: 5.5
Natty: 5
Report link

are you find some method Answer=?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: BaymaxValero

79478480

Date: 2025-03-02 00:37:06
Score: 1
Natty:
Report link

It looks like you are mixing and matching properties and components.

To my knowledge "apower" is a property of for example a "Switch" component in the Pro 4 PM. See https://shelly-api-docs.shelly.cloud/gen2/Devices/Gen2/ShellyPro4PM

So "Switch.GetStatus" will get properties including apower, voltage and current.

There is a separate voltmeter component for the shelly sensor add-on - though not used on any of the base devices I am aware of. The voltm

For these types of items make sure to always double-check the documentation for the device you are working with.

For example the Shelly Pro 4 PM - does not have voltmeter as a component. Rather it has voltage, power and current as properties of the SWITCH component.

When in doubt "Shelly.GetComponents" should list all the available components on the device.

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

79478472

Date: 2025-03-02 00:16:02
Score: 3.5
Natty:
Report link

I got the same issue. I Think it has to do with the NEW EU rules for exchanges and API's. ill let you know when i find the solution.. Would you please do the same? :)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: R4all undoubtable Ai

79478468

Date: 2025-03-02 00:12:02
Score: 2
Natty:
Report link

Assuming you are using "BEFORE_COMMIT" transaction phase since you want them to run all in one transaction. When you have a @TransactionalEventListener with phase "BEFORE_COMMIT" implies that there is already an active transaction. You don't need to put another @Transactional annotation. It causes some problems when used with default "AFTER_COMMIT" which is described in detail here, like you mentioned.

Now I have to create a new transaction (REQUIRES_NEW), and if something goes wrong, I can't roll back A entity. Why is this?

No, you don't have to set propagation to "REQUIRES_NEW". You can remove unnecessary @Transactional annotation.

You can also validate if the code is being executed in transaction with the help from: TransactionSynchronizationManager.isActualTransactionActive()

Reasons:
  • RegEx Blacklisted phrase (0.5): Why is this
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @TransactionalEventListener
  • User mentioned (0): @Transactional
  • User mentioned (0): @Transactional
  • Low reputation (1):
Posted by: Abdurrahman Kutlu

79478467

Date: 2025-03-02 00:11:01
Score: 2.5
Natty:
Report link

I had a similar error, turned out i was installing bcrypt instead of bcryptjs on my backend . check your package.json on your backend !

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

79478452

Date: 2025-03-01 23:57:58
Score: 6 🚩
Natty:
Report link

Having the same exact issue. Was working fine and then all of a sudden no matter what I do I get the same error 12 (when I preview or when its published). It was initially an unlisted video and I thought they might have changed something but uploaded the video to another account and made that public and still same thing. Error code 12.

Reasons:
  • RegEx Blacklisted phrase (1): I get the same error
  • No code block (0.5):
  • Me too answer (2.5): I get the same error
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Scott Bogdan

79478450

Date: 2025-03-01 23:53:57
Score: 0.5
Natty:
Report link

Fish 4.0.0 was recently released, with support for Kitty's comprehensive keyboard protocol.

So if you run Fish 4.0.0 on a terminal that speaks the Kitty protocol, then bind shift+enter "accept-autosuggestion; execute" should work.

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

79478447

Date: 2025-03-01 23:52:57
Score: 0.5
Natty:
Report link

Fish 4.0.0 was recently released, with support for Kitty's comprehensive keyboard protocol.

So if you run Fish 4.0.0 on a terminal that speaks the Kitty protocol, then bind ctrl+enter "accept-autosuggestion; execute" should work.

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

79478443

Date: 2025-03-01 23:49:56
Score: 2.5
Natty:
Report link

Problem solved, the Kindle hadn't given the app permission to use the storage, once I changed the settings on the device it worked fine. Now all I have to do is make sure to request permission in the app and all is good.

Reasons:
  • Blacklisted phrase (1): I have to do
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Hank Wilson

79478436

Date: 2025-03-01 23:45:55
Score: 5
Natty: 4.5
Report link

@Azevedo are you looking for something like this:

jq -r '.dependencies | keys[] as $k | "\($k)@\(.[$k])"' < ~/package.json  | xargs npm install -g 

?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Azevedo
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Wes Dean

79478425

Date: 2025-03-01 23:30:52
Score: 0.5
Natty:
Report link

Would the following work for you?

type Piped = { a: true; b: true; c: true };

const result = pipeline.reduce((acc, fct) => ({ ...acc, ...fct(acc) }), {} as Piped);

Of course you can declare the Piped type as an intersection of other types or whatever, but don't make it too complicate.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: anotherOne

79478416

Date: 2025-03-01 23:24:52
Score: 1
Natty:
Report link

In this and many duplicates I see that there will at least be few comments which say "don't worry OS will reclaim the memory if/when it needs it". This is plain wrong. If free()/delete do not release memory to the OS by calling brk() or munmap() (depending on how the memory was originally allocated from the OS), OS doesn't know that application doesn't need the memory anymore and it cannot reclaim it. What it can do though is to swap out those pages, but that it can even do when the process is actually using that memory (though it depends on some virtual memory settings). If the process is actually not using that memory it'll never need to be swapped back in which makes the "OS reclaims the memory" illusion more realistic. This also means if you don't have any swap configured in your system (which is true for many perf sensitive systems) then OS can never reclaim memory in this way.

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

79478409

Date: 2025-03-01 23:16:50
Score: 0.5
Natty:
Report link

Due to the fact that this result is still common on Google when searching for Geocoding API alternatives to Google due to License, I figured I would answer as well to provide more clarity.

Google Maps and most mapping providers that offer geocoding will not allow this type of usage or any usage really that doesn't involve directly using their Mapping Products.

There are other APIs specifically for this purpose. To name a few:

I'm sure I've missed quite a bit here, but those are ones I can think of immediately that allow you to use them without mapping requirements.

If you are doing USA only, there is also the US Census TIGER/Line Geocoder.

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

79478403

Date: 2025-03-01 23:11:50
Score: 0.5
Natty:
Report link

Hat tip to @[email protected] who gave me the answer on Mastodon.

buildNpmPackage inherits from mkDerivation, so you can just get the directory by overriding postInstall.

buildNpmPackage rec {
  npmDepsHash = "sha256-+4lLBQ+UQ2XT0wwE6jADxG1UNZjLkQCLvvN1SdiUwZY=";
  pname = "mysite";
  src = fs.toSource {
    root = ./.;
    fileset = sourceFiles;
  };
  postInstall = ''
cp -rv public/ $out
'';
  version = "0.0.1";
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Eleanor Holley

79478397

Date: 2025-03-01 23:08:49
Score: 2.5
Natty:
Report link

My case was McAfee VPN. Disabling it solved the problem. I'm using Windows 11 on ASUS Core Ultra 9 285H laptop.

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

79478390

Date: 2025-03-01 23:01:47
Score: 2.5
Natty:
Report link

friend- this is an open-ended question that's not suitable for this forum. These questions are meant to be specific and problem-based, with a limited number of potential solutions. Best of luck with your graduation.

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

79478385

Date: 2025-03-01 22:58:47
Score: 2.5
Natty:
Report link

This issue doesn't sound like Python's fault, but more your IDE. Try factory resetting your IDE / completely reinstalling it from the source. A flashing black screen is also a way you can configure windows to show notifications, I believe. Check that setting as well.

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

79478380

Date: 2025-03-01 22:51:45
Score: 1
Natty:
Report link

The base class and its derived class have different destructor names

Destructors don't have names. Like constructors, they're referred to via the name of the type being constructed or destroyed, but they are not regular functions and don't have regular function names.

Could you explain what happens when a destructor is declared as a virtual function?

It just tells the compiler that the destructor is virtual. Nothing "happens" at declaration time.

If you mean what happens when an object with a virtual destructor is destroyed, then the answer is virtual dispatch.

Unlike a regular function, the dispatch is to the most derived type's destructor, rather than the most derived method override with the same name, because destructors are not regular functions and don't have regular function names.

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you explain what
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: Useless

79478374

Date: 2025-03-01 22:45:44
Score: 3
Natty:
Report link

Check your antivirus software. In my case, the WSA is blocked by AVG and being quarantined.

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

79478373

Date: 2025-03-01 22:45:44
Score: 1
Natty:
Report link
self.viewclass = 'Label'

self.layout_manager = RecycleBoxLayout(
    orientation='vertical',
    default_size=(None, 56),
    default_size_hint=(1, None),
    size_hint_y=None
)
self.add_widget(self.layout_manager)

But it is wrong

Correctly

self.layout_manager = RecycleBoxLayout(
    orientation='vertical',
    default_size=(None, 56),
    default_size_hint=(1, None),
    size_hint_y=None
)

self.add_widget(self.layout_manager) 
self.viewclass = 'Label'        # after add_widget
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mipsii

79478372

Date: 2025-03-01 22:43:44
Score: 1.5
Natty:
Report link

enter code herethis is the only way I was able to download

 "
pip install pyqt5
pip install pyqt6
pip install pyqt-tools
 "

enter the commands one at a time )

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

79478370

Date: 2025-03-01 22:42:44
Score: 1.5
Natty:
Report link

What you experience is a expected. From the specification under "Names":

A simple name only is specified (a name that contains no dots). In this case the namespace is taken from the most tightly enclosing named schema [...]

In general it is better to give all your named types a namespace, as one cannot reference a named type without a namespace from a type that does have a namespace.

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): What you
  • Low reputation (0.5):
Posted by: Oscar Westra van Holthe - Kind

79478362

Date: 2025-03-01 22:37:43
Score: 2
Natty:
Report link

Hi I resolved it by installing exactly required NDK version as in error message

Reasons:
  • Whitelisted phrase (-2): I resolved
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: surely

79478354

Date: 2025-03-01 22:31:42
Score: 1
Natty:
Report link

So finally i have resolved the issue. so instead of using

import { useSendTransaction } from "thirdweb/react";

use the following

import { sendAndConfirmTransaction } from "thirdweb";

sendAndConfirmTransaction waits for the transaction to approve and then moves forward and that allows the proper waiting and then the transfer function goes well.

use it like as follows

await sendAndConfirmTransaction({
    transaction: tx,
    account,
});
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: a4illusionist

79478350

Date: 2025-03-01 22:23:40
Score: 1.5
Natty:
Report link

This is working for me and it is based on modified version of this:

Is there a way to loop through a table variable in TSQL without using a cursor?

As you can see, no more Cursors! HTH someone!

DECLARE @target_state CHAR(4) 
DECLARE @geom_state geography
DECLARE @distance FLOAT = 482803; -- A distance in metres   482803 = 300 miles
declare @RowNum int, @State_ID int
select State_ID=MAX(State_ID) FROM [dbo].[gis_US_States_GeoJSON]     --start with the highest ID
Select @RowNum = Count(*) From [dbo].[gis_US_States_GeoJSON]       --get total number of records
WHILE @RowNum > 0                          --loop until no more records
BEGIN   
    select  @target_state = STUSPS, @geom_state = State_Boundaries_geog
    from [dbo].[gis_US_States_GeoJSON] where State_ID= @RowNum 
    INSERT INTO dbo.gis_shell300_imls (MID)(SELECT m.MID 
       FROM dbo.gis_MuseumFile2018_File1_Nulls m , dbo.gis_2022_gaz_zcta_national z
      WHERE
       @geom_state.STContains(z.ZCTA_Centroid_Geography)  = 1)
    set @RowNum = @RowNum - 1    --decrease count
END
Reasons:
  • Blacklisted phrase (1): Is there a way
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: IrfanClemson

79478346

Date: 2025-03-01 22:20:40
Score: 3.5
Natty:
Report link

None worked actually. I’m using Zoho mail

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

79478345

Date: 2025-03-01 22:18:39
Score: 0.5
Natty:
Report link

Here is an improvement of @Matus' answer which eliminates the hard-coded constants. The hard-coded constants are not correct in all situations (monitor resolution, Windows versions, personalization settings).

This code answers the question about calculating the size (and position) of the maximized window. It leaves some things to be desired, but they are outside of the scope of the question:

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Matus'
  • Low reputation (1):
Posted by: Will Fred

79478341

Date: 2025-03-01 22:12:38
Score: 4
Natty:
Report link

I tried your script but as you can see from the images below basically the blue line stays in position.

enter image description here

enter image description here

enter image description here

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

79478340

Date: 2025-03-01 22:11:38
Score: 3
Natty:
Report link

this is like really old but just right click on the three dots on the same bar then "RESET MENU" 😃

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

79478337

Date: 2025-03-01 22:11:38
Score: 2
Natty:
Report link

Accpac is an old technology from Sage, so you are using 3rd party component to call Crystal reports. I don't understand why you are not calling the Crystal reports directly

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

79478332

Date: 2025-03-01 22:07:37
Score: 1
Natty:
Report link

I would use kotlinx.coroutines.channels.Channel as thread safe buffer. In your case maybe it would make sense to additionally use extension functions as suggested by William Reed.

Reasons:
  • Whitelisted phrase (-1): In your case
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Luni_2000

79478329

Date: 2025-03-01 22:03:36
Score: 5
Natty:
Report link

I need to tallk to stackexchange team.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29852319

79478326

Date: 2025-03-01 21:59:35
Score: 1.5
Natty:
Report link

As mentioned in other answers, in MacOS there's a conflicting shortcut that uses Shift-Command-A set at the system level by default that you can disable.

In MacOS Sequoia (15.x.x), you can find it under Keyboard Settings within the System Settings app.

Steps

  1. System Settings > Keyboard > Keyboard Shorcuts...
  2. Click "Services" Tab inside left sidebar
  3. Expand the "Text" grouping within the list of shortcuts
  4. Uncheck "Search man Page Index in Terminal" (or change the keyboard shortcut)

Screen recording of accessing keyboard shortcut setting "Search man Page Index In Terminal" within MacOS Sequoia 15.3.1's System Settings app

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

79478324

Date: 2025-03-01 21:58:35
Score: 2.5
Natty:
Report link

It could be a problem related to your graphics card or graphics settings. One other thing you can try is to reset your IDE settings.

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

79478322

Date: 2025-03-01 21:56:34
Score: 3.5
Natty:
Report link

Very good question, I also need an answer

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Артем Демьянов

79478319

Date: 2025-03-01 21:55:34
Score: 2
Natty:
Report link

RTA offers a diverse range of stylish apparel, including rta clothing staples like rta hoodie men, men's rta hoodie, and the sleek black rta hoodie. Their denim collection features must-haves such as rta denim pants, rta denim mens, rta denim jeans, rta skinny jeans, rta jeans mens, rta jeans, and rta denim shorts. Complete your look with rta shorts, rta t shirt, rta t shirt men, and cozy options like the rta sweatshirt. For a functional touch, add rta cargo pants to your wardrobe and create the ultimate rta outfit for any occasion.

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

79478313

Date: 2025-03-01 21:53:33
Score: 1
Natty:
Report link

I had a similar issue with GDrive REST API copy method. In my case, I parsed destination directory from url and did not remove parameters, i.e. I was passing folder name {actual_folder_id}?usp=drive_link to REST endpoint. Response from API "file not found" was rather misleading, so I'm sharing this info here.

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

79478297

Date: 2025-03-01 21:30:29
Score: 2.5
Natty:
Report link

just found the issue. the right VPCs have been selected but the CIDR from the default VPC was used. no clue why. Maybe clicked first on the default one... i dont know

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

79478294

Date: 2025-03-01 21:25:26
Score: 8 🚩
Natty:
Report link

@Igor, did you ever get this resolved? I am facing this exact issue and struggling to get passed it.

I have no answer yet and even using your code to remove the CSP for localhost is not working.

Reasons:
  • RegEx Blacklisted phrase (3): did you ever get this resolved
  • RegEx Blacklisted phrase (1.5): resolved?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Igor
  • Low reputation (1):
Posted by: Brian

79478293

Date: 2025-03-01 21:25:26
Score: 2.5
Natty:
Report link

For Google Sheets: =SUMIF(ARRAYFORMULA(MOD(COLUMN(B1:Z1),2)),0,B1:Z1) Change the range in both places to suit your needs. Successfully sums the values of every other column.

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

79478290

Date: 2025-03-01 21:24:26
Score: 0.5
Natty:
Report link

You can hide any of the respective gridlines using the following lines:

test_ax.xaxis._axinfo['grid'].update({'linewidth': 0}) 
test_ax.yaxis._axinfo['grid'].update({'linewidth': 0})
test_ax.zaxis._axinfo['grid'].update({'linewidth': 0})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Márton Horváth

79478286

Date: 2025-03-01 21:20:25
Score: 1.5
Natty:
Report link

Just add the @XmlAccessorType(XmlAccessType.FIELD) annotation to your TokenVO class to define explicit way of accessing your properties.

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

79478281

Date: 2025-03-01 21:17:25
Score: 2
Natty:
Report link

This bug is caused by OpenJDK, changing temporarily OpenJDK for Oracle JDK solve this problem.

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

79478258

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

From this thread (and elsewhere): https://github.com/utmapp/UTM/issues/3567

and confirmed here: https://github.com/utmapp/UTM/releases/tag/v4.6.1

The copy/paste issue with macOS guest host is resolved in v4.6.1+ only for macOS 15 host AND guest. "Copy/paste synchronization between macOS 15 guest and host now works when the guest tools are installed (from the CD icon in the toolbar)."

"Earlier guests are not supported due to a bug in Apple's VirtIO drivers."

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: sw.smayer97

79478250

Date: 2025-03-01 20:49:19
Score: 1.5
Natty:
Report link

When changing the sign of the estimate, I also wanted to reverse the confidence intervals (CIs). Below is the code:

modify_table_body(
  ~.x %>%
  dplyr::mutate(
    estimate = -estimate,
    temp = conf.low,
    conf.low = -conf.high,
    conf.high = -temp
  ) %>%
  dplyr::select(-temp)
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Edgar Munoz

79478242

Date: 2025-03-01 20:41:17
Score: 1
Natty:
Report link

I don't know if this can help you ... it is just a little script to color the background behind ema's and when the candle close the background change. It works without the need to reload the graph. Guido

//@version=6

indicator(title="Background color behind EMA", shorttitle="Background color behind EMA", overlay=true)

showBackground = input(false, title="BG Buy-Sell", group="Background", inline="toggles")

length01 = input.int(1, minval=1, title="EMA 1") offsetV01 = input.float(defval = 0, minval=-10, maxval = 10, step = 0.01, title="EMA 1 Offset ▲▼") offsetH01 = input.int(defval=-1, minval=-500, maxval=500, step = 1, title="EMA 1 Offset ◄ ►") source01 = input(low, title="Sorgente EMA 1")

length02 = input.int(2, minval=1, title="EMA 2") offsetV02 = input.float(defval = 0, minval=-10, maxval = 10, step = 0.01, title="EMA 2 Offset ▲▼") offsetH02 = input.int(defval=1, minval=-500, maxval=500, step = 1, title="EMA 2 Offset ◄ ►") source02 = input(low, title="Sorgente EMA 2")

ema_to_plot_01 = ta.ema(source01,length01) ema_to_plot_02 = ta.ema(source02,length02)

buySignal = ema_to_plot_01 > ema_to_plot_02 sellSignal = ema_to_plot_01 < ema_to_plot_02

bgcolor(buySignal and showBackground ? color.new(color.green, 50) : na, offset = -1) bgcolor(sellSignal and showBackground ? color.new(color.red, 50) : na, offset = -1)

plot(ta.ema(source01, length01), title="EMA 1", color=color.red, offset=offsetH01, linewidth=1) plot(ta.ema(source02, length02), title="EMA 2", color=color.blue, offset=offsetH02, linewidth=1)

enter image description here

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

79478237

Date: 2025-03-01 20:38:17
Score: 2
Natty:
Report link

Note to the unwary: you do need to remember to call Me.UpdateRecentFiles(...filename...) in your own code, wherever you load your files or save your files! Otherwise nothing will happen.

You also need to import System.Collections.Specialized and System.Linq, or you will get an error that Cast is unknown.

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

79478234

Date: 2025-03-01 20:37:17
Score: 3
Natty:
Report link

its better if we use external css well in the html code write the p tag in this was as it divides the sections of paragraph

first para

second para

External css for the divided paragraph for adding some style to only p1 tag use .p1 { your wish style } same for p2 .p2 { ........}

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Filler text (0.5): ........
  • Low reputation (1):
Posted by: G.Dhanush

79478225

Date: 2025-03-01 20:31:16
Score: 2
Natty:
Report link

Since binary formatter is not recommended, I would mention Ruff binary serializer - easy to use, can simply replace json serializers

It is written with optimizations for Unity games data, and is to use in .NET too

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

79478212

Date: 2025-03-01 20:25:14
Score: 2.5
Natty:
Report link

For MacOS, click on Configure Terminal settings, Change the Terminal kind from Integrated (default) to external for both User and Workspace.

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

79478208

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

Try using the AL: Explorer. This should show you all of the object definitions.

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

79478191

Date: 2025-03-01 20:05:10
Score: 8
Natty: 7
Report link

How do you know it worked with the above?

Reasons:
  • Blacklisted phrase (1): How do you
  • Whitelisted phrase (-1): it worked
  • RegEx Blacklisted phrase (2.5): do you know it
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How do you
  • Low reputation (0.5):
Posted by: grietbroek

79478188

Date: 2025-03-01 20:04:10
Score: 3
Natty:
Report link

CREATE TABLE Benefits (Ben_id NUMBER(2), Ben_plan VARCHAR2(1), Ben_provider NUMBER(3), Active VARCHAR2(1) CHECK (Active = 'Y' OR Active = 'N'));

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

79478181

Date: 2025-03-01 19:57:08
Score: 2.5
Natty:
Report link

Sixteen years ago a brave soul took a stand against the encroaching era of windows 11 ensuring that windows 7 would remain the beloved operating system for generations to come. Their actions echoed through time solidifying windows 7s place as a steadfast companion in the world of technology. Thanks to that hero the comforting presence of Windows 7 continues to grace desktops across the globe. The familiar aero effects trusty gadgets and reliable performance are still celebrated and the slowmotion blue flower of windows 11 is but a distant memory.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Euan

79478172

Date: 2025-03-01 19:53:07
Score: 1.5
Natty:
Report link

Okay, finally i solve this problem. What i do:

libs.toml:

kotlinx-coroutines = "1.10.1" kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }

gradle:

implementation(libs.kotlinx.coroutines.test)

main.kt(desktop app):

Dispatchers.setMain(Dispatchers.Swing)

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Егор Сауткин

79478167

Date: 2025-03-01 19:48:06
Score: 0.5
Natty:
Report link

I ran into an issue when trying to create a thumbnail from a video file on iOS. The error was caused by the app not having proper access to the selected file.

The fix? I had to call url.startAccessingSecurityScopedResource() before actually using the file. Here’s what worked for me:

// ✅ Start accessing the security-scoped resource (iOS only)
let accessGranted = false;

if (Platform.OS === "ios" && video.path.startsWith("file://")) {
  accessGranted = video.path.startAccessingSecurityScopedResource();
  
  if (!accessGranted) {
    throw new Error("Failed to access security-scoped resource.");
  }
}

Reference

Reasons:
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (1.5): fix?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Pratik Gondaliya

79478156

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

Selection.FormatConditions.Add Type:=xlExpression, Formula1:="=($A3=""" & lastName & """)*($B3=""" & firstName & """)"

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

79478155

Date: 2025-03-01 19:41:05
Score: 1.5
Natty:
Report link

What ended up working was:

Remove the whole @font-face declaration and install the otf version of the font at the macOS level. This lets librsvg see the font in a way it couldn't with the local font file, it seems.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Gregory T

79478152

Date: 2025-03-01 19:38:04
Score: 4.5
Natty:
Report link

Are you saying the code prints this in the console?

"ping: 20.457208156585693 download: 79367128.02705236 upload: 8458681.882858781"

If yes, then the code worked. The download and upload speeds are returned in bits per second. You can convert it to Mbps by dividing them by 10**6.

If no, then please share which specific problem you are facing when running the code.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: S. H. Pafez

79478151

Date: 2025-03-01 19:38:04
Score: 2
Natty:
Report link

There is also isbnlib on PyPI. This is a LGPLv3-licensed "pure Python library that provides several useful methods and functions to validate, clean, transform, hyphenate and get metadata for ISBN strings".

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

79478150

Date: 2025-03-01 19:37:04
Score: 3
Natty:
Report link

I had typed up an answer on my phone, but ss wouldn’t let me enter it without using their code format tool.

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

79478148

Date: 2025-03-01 19:36:04
Score: 2
Natty:
Report link

I'm going to recommend starting with a larger pre-trained model. Since you’ve already experimented with a model in the 6.7B range; you can stick with something that has a larger number of parameters. It should provide more robust performance for handling complex prompts; even though it's not fully tuned to your exact needs.

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

79478140

Date: 2025-03-01 19:29:03
Score: 1
Natty:
Report link

most issues of Ubuntu Bluetooth problems are due to drivers, they best work if you update the kernel version using the generic files which they contain the latest by default if you are working in an online system.

open terminal in Ubuntu type the following: before you start make sure you are in your directory or on the desktop where you save your commands and results using the "->" arrow.

  1. navigate to desktop using the "cd" command the full path and case sensitive works "/home/"JohnDoe"/Desktop

  2. pwd /* this command will show you current directory you should see Desktop or the directory you want to be at */

  3. uname 2>&1 -r >> notepad.txt /* This command will return from system function call the kernel version only, if this does not work try uname -a and look the version before the keyword: "generic" */

  4. sudo apt-get install linux-image-generic

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

79478134

Date: 2025-03-01 19:20:01
Score: 2
Natty:
Report link

I have multiple application uploaded in play store. so in my home directory (mac) i already had upload-keystore.jks file and it conflicting with new one.

Soln: Simply move/copy previous jks file to another folder and then create new one. hope will solve

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Najmul.myself

79478126

Date: 2025-03-01 19:16:00
Score: 1.5
Natty:
Report link

Thanks to @JeffC and @steve-ed: the problem was with Chrome tabs. I added tab re-creation every 100 iterations:

    if n != 0 and n % 100 == 0:
        print('group {}: IDs {}-{} processed in {} s'.format(group, n - 100, n, time.time() - start))
        driver.switch_to.new_window('tab')
        curr = driver.current_window_handle
        for handle in driver.window_handles:
            driver.switch_to.window(handle)
            if handle != curr:
                driver.close()
        start = time.time()

And now it gives a stable result:

group 1: IDs 100-200 processed in 11.281310081481934 s 
group 1: IDs 1100-1200 processed in 9.197898626327515 s 
group 1: IDs 2100-2200 processed in 10.045527458190918 s 
... 
group 1: IDs 5100-5200 processed in 9.298804521560669 s
...
group 1: IDs 14100-14200 processed in 9.699942350387573 s
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @JeffC
  • User mentioned (0): @steve-ed
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Daemon2017

79478112

Date: 2025-03-01 19:02:57
Score: 1.5
Natty:
Report link

interesting...

What would be the formula if we don't want indetnation but instead a flatten version like this :

a>b>k1>c1
a>b>k1>k3
a>b>k1>k4
a>b>k2
a>c>d
e
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Laurent Bosc

79478110

Date: 2025-03-01 18:56:56
Score: 0.5
Natty:
Report link

set showUserAvatar to "false",showUserAvatar to "null", this will make both users message to their sides.

   <GiftedChat
      messages={messages}
      showUserAvatar={false}
      renderAvatar={null}
      onSend={this.onSend}
      user={{
        _id: 1,
      }}
    />

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

79478107

Date: 2025-03-01 18:55:56
Score: 3
Natty:
Report link

Exception occurs surely because you didn't specify data_type for creation of instance of UnstructuredData.

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

79478106

Date: 2025-03-01 18:55:56
Score: 1
Natty:
Report link

Had to catch the 6.2.11.5 validation fail here to. Finally the following changes helped when PDF is generated with LaTex

\usepackage[a-3b]{pdfx}
%%% PDF/A, eurosym causes validation fail 6.2.11.5
%\usepackage[right]{eurosym} % replaced \EUR with \texteuro
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: rklehm

79478104

Date: 2025-03-01 18:53:56
Score: 2
Natty:
Report link

I would say that if the crash is related to rendering, then review your mod rendering code and ensure that all rendering methods are correctly implemented and that there are no null references or incorrect method calls.

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

79478095

Date: 2025-03-01 18:46:55
Score: 2.5
Natty:
Report link

You can recover the underlying object using memoryview.obj.

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

79478091

Date: 2025-03-01 18:45:55
Score: 1
Natty:
Report link

This is possible to do. I've seen many people who are new to version control get started in GitHub online. I've also seen people whose workplace limits what they can install on their computer in strange ways. Here is how to make a new branch from an old commit online directly on GitHub's site right now.

  1. Go to the home page of the repository and click to see the list of all the commits on the repository. That button is surrounded by an orange square in the picture below.

Home page of a repository. The text for the button says "Commits". The page's contents are mostly redacted.

  1. Click to browse the files of the commit you're interested in. This commit starts with a "3". That small button on the right is surrounded by an orange square in the picture below.

Repository commits list page. The text in the button in the orange square is "<>". The page's contents are mostly redacted.

  1. Make a new branch from the commit. To do so, look at the place the branch's name usually appears. You can see this is the same commit - it starts with a "3" too. Click on the dropdown next to the commit number, type in the name of the new branch and click "Create" to create the new branch. Those fields are surrounded by orange squares in the picture below.

The "Code" page of the commit. Part of the same commit sha, or hash, is there in multiple places. Each step of the process is labeled with a number and the instructions that were described above. The contents of the page are mostly redacted.

Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Mixchange

79478083

Date: 2025-03-01 18:41:54
Score: 0.5
Natty:
Report link

Just use whatever is the latest version available for react-native

  1. Create a new project
  2. Take all the libraries installed from the old projects package JSON
  3. Install them in the new Project
  4. Copy the SRC files for the project
  5. If there was any configuration file changes do those as well
  6. After doing all this run the project if there are issues stopping it Debug them one by one.

Problems you will probably face

When you will install latest version of the libraries, sometimes a piece of code of configuration might have changed so you will have to look for those and change them accordingly.

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

79478079

Date: 2025-03-01 18:36:53
Score: 1.5
Natty:
Report link

Issue is user is not created I have run below command in docker

docker exec -it {container_name} mongosh use admin

to choose database in which one we will add a custom user. Now we can type already prepared a script with a custom password, username, and roles

db.auth( 'admin', 'adminpassword' ) db.createUser({user: "root", pwd: "password", roles : [{role: "readWrite", db: "product-service"}]});

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

79478077

Date: 2025-03-01 18:36:53
Score: 1
Natty:
Report link

There are some browser behavior changes in 2024, related to 3rd parties cookies.
You can try follow the guide provided by Google.

To make the signInWithRedirect() flow seamless for you and your users, the Firebase Authentication JavaScript SDK uses a cross-origin iframe that connects to your app's Firebase Hosting domain. However, this mechanism doesn't work with browsers that block third-party storage access.

https://cloud.google.com/identity-platform/docs/web/redirect-best-practices

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