79468179

Date: 2025-02-26 00:06:20
Score: 10.5 🚩
Natty: 5.5
Report link

I'm facing the same issue when trying to run my app on a new iPad with an M1 chip. The app works fine on an older iPad (2017 model), but on the M1 iPad, I get the error:

Frameworks/grpcpp.framework is missing its bundle executable.

What I've tried so far:

Why does it work on an older iPad but not on the M1 chip? How can I ensure grpcpp.framework is correctly linked and embedded? Any help would be appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help would be appreciated
  • RegEx Blacklisted phrase (1): I get the error
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: FalconHeavy11

79468175

Date: 2025-02-26 00:05:19
Score: 11 🚩
Natty: 5.5
Report link

I have the same error, u can solve?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve?
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yan Sena

79468143

Date: 2025-02-25 23:45:14
Score: 5
Natty: 5
Report link

shouldnt we be able to create a private API cluster endpoint with ec2 nodes in private subnets that will join the cluster from the VPCEs ?

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

79468142

Date: 2025-02-25 23:45:13
Score: 11 🚩
Natty: 6.5
Report link

Did you ever solve this? I have the same issue and have been googling for days.

I have pretty much an identical setup as you. I’d really appreciate if you could share your solution if you got it working.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): Did you ever solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Steve

79468063

Date: 2025-02-25 22:48:00
Score: 6 🚩
Natty:
Report link

Actually I am having the exact same problem but need to solve it.I checked my appdsscript.json and it is set correctly as well. I am using:

var details=[[events[i].getStartTime(), events[i].getTitle(), events[i].getStartTime(), events[i].getEndTime(), events[i].getDescription()]];

The time is one hour off once the dates hit the time change in April. however, to test I did this (ADDED A +1 TO MY getStartTime and Get EndTime):

var details=[[events[i].getStartTime(), events[i].getTitle(), events[i].getStartTime()+1, events[i].getEndTime()+1, events[i].getDescription()]];

I knew it would kind of blow up but what is displayed in my spreadsheet was interesting. This is what was in the cell:

Fri Jun 13 2025 18:00:00 GMT-0500 (Central Daylight Time)1

The time is actually correct! It dropped to GMT-5 instead of GMT-6. Is my problem in Google Sheets?

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the exact same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Stephen

79467939

Date: 2025-02-25 21:42:44
Score: 12.5 🚩
Natty: 6
Report link

Did you manage to solve the problem? because the same thing is happening to me and I can't find a solution

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to solve the problem
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • RegEx Blacklisted phrase (2): I can't find a solution
  • RegEx Blacklisted phrase (2): can't find a solution
  • 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
  • Low reputation (1):
Posted by: David Enrique Carrasco

79467895

Date: 2025-02-25 21:19:38
Score: 6
Natty: 7
Report link

what is the modern day way of doing this? I see that event has been deprecated ? thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): what is the
  • Low reputation (0.5):
Posted by: Santiago Restrepo Serna

79467828

Date: 2025-02-25 20:47:30
Score: 4
Natty:
Report link

Ctrl + Shift + P -> Reload Window

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

79467767

Date: 2025-02-25 20:16:23
Score: 4
Natty:
Report link

Emad, Thank you. It worked perfectly

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): It worked
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jhorbam

79467711

Date: 2025-02-25 19:47:16
Score: 4
Natty: 4.5
Report link

export const dynamic = 'force-dynamic'

put in route.js where your API need to fetch fresh data not cached data .

ex : enter image description here

Reasons:
  • Blacklisted phrase (0.5): I need
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sahil Pradhan

79467549

Date: 2025-02-25 18:32:59
Score: 4.5
Natty: 4
Report link

Maybe this is what you need: https://chaquo.com/chaquopy/ This is a demo video: https://www.youtube.com/watch?v=6h2_VPey0Tc

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Miguel Risco-Castillo

79467537

Date: 2025-02-25 18:27:57
Score: 4.5
Natty:
Report link

Where do you deploy your project? Could the SUPABASE_KEY in local and production be different? Or is there a syntax error?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Where do you
  • Low reputation (0.5):
Posted by: ufukcam

79467517

Date: 2025-02-25 18:18:54
Score: 7 🚩
Natty: 5
Report link

Was this ever solved? I have this issue now too

Reasons:
  • RegEx Blacklisted phrase (1.5): solved?
  • RegEx Blacklisted phrase (0.5): Was this ever solved
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Was this
  • Low reputation (1):
Posted by: Lost Paypal User

79467444

Date: 2025-02-25 17:47:46
Score: 5
Natty:
Report link

I think you are trying to ask that edit icon always visible in bottom, even when the page is scrolled or getting scrolled, Am I right ??

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

79467346

Date: 2025-02-25 17:11:38
Score: 5
Natty: 5
Report link

look at this YouTube video for this issue https://youtu.be/UHdoJrukLCM?feature=shared

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: NEo2701

79467285

Date: 2025-02-25 16:47:32
Score: 5.5
Natty: 5
Report link

constants-mocks.tsx

module.exports = { formInitialValues: { name: '', description: '', technicalName: '', type: '', sourceTypeId: 1, providerTypeId: 0, repositoryId: '', connectionId: '', applicationId: '', branchId: '', components: [], fileName: '', contentType: '', sessionIdFile: '', visibility: 'Private',
}, sourceTypes: { Provider: 0, NotDefined: 1, }, };

In the firs test:

jest.mock('./constants', () => require('~digital-lib-mocks/constants-mock'));

In the following tests I cannot change the mocked value to another value.

What can i do?

Reasons:
  • Blacklisted phrase (1): can i do
  • Blacklisted phrase (1): What can i do
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Fran Michelli

79467260

Date: 2025-02-25 16:39:30
Score: 5
Natty: 5
Report link

Same problem here. Even in 2025.

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

79467193

Date: 2025-02-25 16:21:26
Score: 10
Natty: 8
Report link

im having some troubles engaging with instagram API. Can you help me?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can you help me
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29796499

79467081

Date: 2025-02-25 15:36:13
Score: 8.5 🚩
Natty: 6
Report link

Not an answer, but did you ever solve this? I have just migrated and am seeing similar behaviour, only one message a minute being read from the queue, although I am using the ServiceBusProcessorClient to listen for incoming messages.

Reasons:
  • Blacklisted phrase (1): Not an answer
  • RegEx Blacklisted phrase (3): did you ever solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sarah Saunders

79467040

Date: 2025-02-25 15:23:08
Score: 6 🚩
Natty:
Report link

I use this logic in the Databricks LTS version 15.4. There I saw which is the version of hadoop: https://docs.databricks.com/aws/en/release-notes/runtime/15.4lts org.apache.hadoop --> hadoop-client-runtime --> 3.3.6

Do you expect that it should work with it?

Best regards Ruben

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ruben Hartenstein

79466904

Date: 2025-02-25 14:37:57
Score: 4
Natty:
Report link

Never mind, this was just a spring configuratin problem. The same as in this question: Testcontainers loss of connection after some tests running

I was missing the @DirtiesContesxt annotation

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @DirtiesContesxt
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Raining Man

79466885

Date: 2025-02-25 14:32:56
Score: 4.5
Natty:
Report link

Add the meta tag for it.

<link rel="icon" href="/favicon.ico"/>

Further reference: Favicon Standard - 2024 - svg, ico, png and dimensions?

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

79466803

Date: 2025-02-25 14:02:48
Score: 4.5
Natty:
Report link

Another resource for those seeking guidance on how to utilize static files in Epxress

https://expressjs.com/en/starter/static-files.html

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

79466694

Date: 2025-02-25 13:23:38
Score: 5.5
Natty:
Report link

Did anybody ever find an answer to this (asked 12 years 4 months ago) Got the same problem today, I upload an image 1919 X 1134, not only does Wordpress make the image smaller 1536 x 908 instead of it being the original 89kb it's now 176kb

Reasons:
  • RegEx Blacklisted phrase (3): Did anybody ever find an answer to this
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): Did anybody
  • Low reputation (1):
Posted by: Rog ZWT

79466664

Date: 2025-02-25 13:11:34
Score: 5.5
Natty: 7
Report link

https://reactnativeresponsive.hashnode.dev/making-react-native-apps-fully-responsive-with-react-native-responsive-screen u can read this blog for how we can use the react native responsive screen library

Reasons:
  • Blacklisted phrase (1): this blog
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Praveen S

79466658

Date: 2025-02-25 13:09:33
Score: 4
Natty:
Report link

Once I also loose those buttons, but it seems very easy to put it back on the tollbar.

How to add the buttons back

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

79466624

Date: 2025-02-25 12:59:29
Score: 11 🚩
Natty: 5.5
Report link

I'm having the exact same problem, did anyone find a solution to this yet?

Reasons:
  • RegEx Blacklisted phrase (3): did anyone find a solution to this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the exact same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Burak Ayyorgun

79466610

Date: 2025-02-25 12:54:27
Score: 6 🚩
Natty: 4
Report link

Is there a way to include the map without using an IFrame? I want to have a button on the popup that includes a javascript function that runs code outside the map.

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there a
  • Low reputation (1):
Posted by: Discovery Fox

79466598

Date: 2025-02-25 12:50:25
Score: 6 🚩
Natty:
Report link

i have win10 but it didnt work on my computer :( can you recommend any other solutions for this error message?

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: amessyrem

79466552

Date: 2025-02-25 12:34:20
Score: 4.5
Natty: 5
Report link

I've written a blog post on how to do it here - https://shashwatv.com/parse-audio-to-ogg-opus-telegram/

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

79466517

Date: 2025-02-25 12:20:16
Score: 7.5 🚩
Natty:
Report link

Could you please share/describe your stream?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you please share
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tapas Saha

79466451

Date: 2025-02-25 11:51:10
Score: 5
Natty:
Report link

Grid Search is a hyperparameter tuning method that systematically tests multiple parameter combinations to find the best model configuration. In Scikit-Learn, this can be done using GridSearchCV.
For a more detailed explanation, you can check this video: https://youtu.be/819tMzaZ94s

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): check this video
  • Blacklisted phrase (1): this video
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Stacy Martin

79466422

Date: 2025-02-25 11:39:07
Score: 10 🚩
Natty: 4.5
Report link

Did you end up finding a solution? I am having the same problem here.

Reasons:
  • RegEx Blacklisted phrase (3): Did you end up finding a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Pablo Córdoba Rodríguez

79466399

Date: 2025-02-25 11:31:04
Score: 6 🚩
Natty: 5
Report link

if i do that i have this error : 'EvaluationType' is not allowed in 'propertyExpression' element

Any idea ?

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1): i have this error
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Cédric RIOU

79466346

Date: 2025-02-25 11:14:59
Score: 7 🚩
Natty: 5
Report link

When executing the script using this method, the following encoding error occurred: Error: invalid byte sequence in UTF-8

I generated a key using the following method and used it to create a signature, then utilized the signature as the token to connect to ElastiCache, but encountered persistent errors.

 signing_key=$(printf "AWS4$aws_access_key_id")
 signing_key=$(echo -n "$datestamp" | openssl dgst -sha256 -mac HMAC -macopt key:"$signing_key" | cut -d' ' -f2)
 signing_key=$(echo -n "$aws_region" | openssl dgst -sha256 -mac HMAC -macopt key:"$signing_key" | cut -d' ' -f2)
 signing_key=$(echo -n "$service" | openssl dgst -sha256 -mac HMAC -macopt key:"$signing_key" | cut -d' ' -f2)
 signing_key=$(echo -n "aws4_request" | openssl dgst -sha256 -mac HMAC -macopt key:"$signing_key" | cut -d' ' -f2)
signature=$(echo -en "$string_to_sign" | openssl dgst -sha256 -sign "$signing_key"| cut -d' ' -f2)

Could you help me analyze the specific cause of the error? thanks so much.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Could you help me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: libra ma

79466280

Date: 2025-02-25 11:01:55
Score: 4
Natty:
Report link

please don t react this offer.

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

79466264

Date: 2025-02-25 10:57:54
Score: 11.5
Natty: 8.5
Report link

Anyone found any solutions for this ??

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (2): Anyone found
  • RegEx Blacklisted phrase (2): any solutions for this ?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gireesh MT

79466261

Date: 2025-02-25 10:57:53
Score: 6 🚩
Natty:
Report link

am not getting results if i replace LARGE function by SMALL function kindly help

Reasons:
  • Blacklisted phrase (3): kindly help
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: M Holla

79466259

Date: 2025-02-25 10:56:52
Score: 9 🚩
Natty: 5.5
Report link

Did you ever figure out why the ping reply is null?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figure out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Stefan Nilsson

79466255

Date: 2025-02-25 10:55:52
Score: 5
Natty: 6.5
Report link

I was looking for it too. This article says that we cannot add this property ourselves

https://smartbotsland.com/blog/social-networks/telegram/telegram-bot-user-count/

Reasons:
  • Blacklisted phrase (1): This article
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Андрій Томашевський

79466213

Date: 2025-02-25 10:42:48
Score: 10.5 🚩
Natty: 4
Report link

Were you able to resolve your problem? I'm facing the same issue and can't seem to solve it no matter what I try.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve your problem?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dániel Horváth

79466157

Date: 2025-02-25 10:25:43
Score: 8.5
Natty: 8.5
Report link

Did you managage to solve this problem? If yes can you share it

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Korhan_34

79466073

Date: 2025-02-25 09:52:36
Score: 9.5 🚩
Natty: 5.5
Report link

I wanted to add a comment, but I need to have 50 reputation and I don't have it. This is unfortunately not an answer, but I wanted to ask if you got any far in this problem. I am also trying to register custom transforms, but the process is too obscure, and Vega documentation does not help at all. I've found two interesting examples: https://github.com/mitvis/vl-animation/tree/main this one, where a prototype compiler for vega is built and even custom functions are defined in src/compile.ts; and this other one, that implements a custom transform: https://github.com/vega/vega-plus/tree/master/packages/vega-plus-core However, even with both examples, the process seems very obscure to me. Did you manage to go past this problem? Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): not an answer
  • RegEx Blacklisted phrase (1.5): 50 reputation
  • RegEx Blacklisted phrase (3): Did you manage to
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Colors

79466010

Date: 2025-02-25 09:33:30
Score: 6 🚩
Natty:
Report link

You have given the User model twice. Please share the user action.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yash

79465962

Date: 2025-02-25 09:18:26
Score: 4.5
Natty:
Report link

Try to change language mode (in the bottom right corner of VSC) from CSS to Tailwind CSS screenshot

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

79465908

Date: 2025-02-25 08:54:20
Score: 5
Natty:
Report link

"typescript": "3.2.4", "@types/lodash-es": "4.17.5" can't upgrade typescript as project is in angular 7 can someone suggest a solution

Reasons:
  • RegEx Blacklisted phrase (2.5): can someone suggest a solution
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Desu Sri Meghana

79465869

Date: 2025-02-25 08:35:14
Score: 10 🚩
Natty: 5
Report link

function setUp(){
  
    // Save the h3 element
    var element = document.getElementById("initial");

    // Create setInterval, save to variable to clear later
    var timer = setInterval(function() {
         
        // Current element value
        var value = element.innerHTML;
        
        // Decrease
        value--;
        
        // Set value
        element.innerHTML = value;
        
        // Clear if we're at 0
        if (value === 0) {
            clearTimeout(timer);
        }
    }, 1000);
}
<button onclick="setUp()">Activate timer</button>
<h3 id="initial">60</h3>
Hello, Thanks for your code.

  1. I want to add a "Stop timer" Button to this code. How do I do that?
  2. I also want the countdown to start from 60 seconds when I click the "Activate timer" Button again? Please help. Thanks in advance.
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): How do I
  • RegEx Blacklisted phrase (3): Please help
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Jon Brown

79465854

Date: 2025-02-25 08:30:13
Score: 4.5
Natty:
Report link

post this on stackexchange.com

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

79465847

Date: 2025-02-25 08:28:12
Score: 20
Natty: 7.5
Report link

I have the same problem. Were you able to solve it? If so, how did you fix it?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1): you able to solve
  • Blacklisted phrase (1): how did you fix
  • RegEx Blacklisted phrase (3): did you fix it
  • RegEx Blacklisted phrase (1.5): solve it?
  • RegEx Blacklisted phrase (1.5): fix it?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: i o

79465818

Date: 2025-02-25 08:14:08
Score: 6.5 🚩
Natty: 4.5
Report link

I have similar requirements to the OP. I have tried to find the template "Update SharePoint list item when linked work item is changed in DevOps | Microsoft Power Automate)" but I cannot seem to locate it.

Any ideas?

Reasons:
  • Blacklisted phrase (1): Any ideas
  • Blacklisted phrase (1): I have similar
  • Blacklisted phrase (0.5): I cannot
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Arzan Patel

79465790

Date: 2025-02-25 08:04:05
Score: 4.5
Natty:
Report link

Was there a fix on this issue?

"Thanks Bill. This worked... I just changed one character in the header and got the result – Mandarb Gune "

Which character in the header did you change?

Edit

Change from

headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'}

to

headers = {'User-agent': 'Mozilla/5.0'}

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1.5): fix on this issue?
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Was there a fix on this is
  • Low reputation (1):
Posted by: V A

79465773

Date: 2025-02-25 07:59:04
Score: 7
Natty: 7.5
Report link

Check out this tutorial in youtube: https://youtu.be/Okf0dzCINXg?si=ADiBkd8ADytinb1U

Reasons:
  • Blacklisted phrase (1): this tutorial
  • Blacklisted phrase (1): youtu.be
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yolly Dagdag

79465734

Date: 2025-02-25 07:44:00
Score: 4
Natty: 4.5
Report link

My experience shows that order by does nor serialize the row set but sort by does..

https://learn.microsoft.com/en-us/kusto/query/window-functions?view=microsoft-fabric#serialized-row-set

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

79465732

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

I used the same version. Why isn't there an error?

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

79465731

Date: 2025-02-25 07:41:59
Score: 5
Natty: 6
Report link

https://reactnativeresponsive.hashnode.dev/making-react-native-apps-fully-responsive-with-react-native-responsive-screen u can read this blog for react native responsive screen library how to use and how it will work

Reasons:
  • Blacklisted phrase (1): this blog
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Praveen S

79465696

Date: 2025-02-25 07:27:54
Score: 6 🚩
Natty: 5.5
Report link

Is there someone by any chance has a cached version of the 2.11.3 or 2.11.4 aar file? Can you share? I can't find it anywhere and I am also unable to build from sources.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there someone
  • Low reputation (0.5):
Posted by: slingkid

79465679

Date: 2025-02-25 07:21:53
Score: 4
Natty: 5.5
Report link

Can we able to access odbc drivers from Azure web service application? Like we have simba spark installed on server and Azure web service trying to access this driver

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can we
  • Low reputation (1):
Posted by: Pawan Phogat

79465633

Date: 2025-02-25 07:00:48
Score: 9
Natty: 7
Report link

I would like to know if PJSIP partial porting is done without using ioqueue and PJSocket ? If yes - could you please provide any reference ?

Reasons:
  • Blacklisted phrase (1.5): I would like to know
  • RegEx Blacklisted phrase (2.5): could you please provide
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Satyavani Namala

79465589

Date: 2025-02-25 06:31:42
Score: 4.5
Natty:
Report link

Understanding OEM_PAID and OEM_PRIVATE Networks in Android: https://www.devgem.io/posts/understanding-oem-paid-and-oem-private-networks-in-android

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

79465532

Date: 2025-02-25 06:06:35
Score: 4
Natty: 4.5
Report link

Here is the curated list of providers https://github.com/learnk8s/free-kubernetes

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

79465523

Date: 2025-02-25 06:00:34
Score: 5.5
Natty:
Report link

Is there a way display weight and volume is same line.

For example: weight, volume or weight|volume

The above code helped me a lot.

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Blacklisted phrase (1): helped me a lot
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Is there a
  • Low reputation (1):
Posted by: Navi

79465511

Date: 2025-02-25 05:52:32
Score: 4
Natty:
Report link

I want to use conditional formatting for replacing empty or blank cells in a column to dash and highlight formatting for non empty or dashed cells

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thekrayat Suwailim

79465491

Date: 2025-02-25 05:37:28
Score: 6 🚩
Natty: 6
Report link

Perhaps you should change executor handler number from 1 to 2?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eric

79465446

Date: 2025-02-25 04:57:19
Score: 4
Natty: 5
Report link

Yo here in 2025 and adding myself as a user worked as last comment suggested!!

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

79465305

Date: 2025-02-25 03:09:58
Score: 4
Natty:
Report link

How to get where set time out in 30 seconds

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Zongbin Tu

79465277

Date: 2025-02-25 02:43:52
Score: 9.5 🚩
Natty:
Report link

I want answers too. Have you solved it now?

Reasons:
  • Blacklisted phrase (2): Have you solved it
  • RegEx Blacklisted phrase (1.5): solved it now?
  • RegEx Blacklisted phrase (1): I want
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: suli

79465233

Date: 2025-02-25 02:04:45
Score: 4.5
Natty: 5
Report link

Thanks for your contribution.

I have tried to add password to an xlsx successfully. However, there are some problems when adding password to xls/csv excel files.

May I know if the msoffcrypto can support xls/csv?

Thanks. Ricky

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: R.Chung

79465199

Date: 2025-02-25 01:30:39
Score: 4
Natty:
Report link

Is that a known issue - that with the flex consumption plan you can't deploy from github actions to azure? (my local machine is windows).

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is that a
  • Low reputation (1):
Posted by: jm007

79465178

Date: 2025-02-25 01:09:34
Score: 4.5
Natty:
Report link

what you need to install

This worked. You can get it from

https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Robert Serrano

79465157

Date: 2025-02-25 00:55:31
Score: 5
Natty:
Report link

Please see the image below. Stackoverflow is not allowing to put a short question with the image.

ALB HSTS attribute

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: GGG

79465140

Date: 2025-02-25 00:45:28
Score: 4
Natty:
Report link

No longer a warning, an error now.

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

79465011

Date: 2025-02-24 23:07:09
Score: 4
Natty:
Report link

CC BY-SA 2025.2.24.23038

I AM THAT I AM

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

79465006

Date: 2025-02-24 23:03:08
Score: 4.5
Natty:
Report link

It's disappointing that for 5 days no one even tried to help me solve the problem. A total disappointment.

Reasons:
  • Blacklisted phrase (1): help me
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Maki Wien

79464996

Date: 2025-02-24 22:58:06
Score: 7
Natty: 8.5
Report link

Can someone please tell me what any of this means and what's it is for? Because I'm not doing these things to my phone I don't even know what they are???? I just found them in my files and would like answers.... Please

Reasons:
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (2.5): Can someone please tell me what
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can someone please
  • Low reputation (1):
Posted by: Fuk Luv

79464983

Date: 2025-02-24 22:52:05
Score: 4.5
Natty:
Report link

I faced this issus : and solve it when i change compileSdk to be 34

enter image description here

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

79464966

Date: 2025-02-24 22:43:02
Score: 6 🚩
Natty:
Report link

Thanks for the answer, I changed it but still not working, now it's not getting error, the editor still recognize it but there is no changes on the app.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): still not working
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hunor

79464915

Date: 2025-02-24 22:13:55
Score: 5
Natty: 4
Report link

@atomictom 's answer just worked for me in a similar use case! I'm unable to comment on that comment directly

Reasons:
  • Blacklisted phrase (1): to comment
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @atomictom
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: BTM

79464860

Date: 2025-02-24 21:47:49
Score: 9 🚩
Natty:
Report link

Can you share your .ioc file??

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share your
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you share you
  • Low reputation (1):
Posted by: amirparto

79464779

Date: 2025-02-24 21:01:38
Score: 5
Natty:
Report link

You can reuse across LODs and also other objects. this tool can do that https://youtu.be/w8KhhKiOIZQ?si=5dkT44_f50OTB4Fm

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: majid kamran

79464749

Date: 2025-02-24 20:43:33
Score: 7.5 🚩
Natty: 4.5
Report link

It's been a while. Could you solve it?. I'm going through something similar

Reasons:
  • Blacklisted phrase (2): Could you solve
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: s3nnin

79464692

Date: 2025-02-24 20:18:26
Score: 4.5
Natty:
Report link

Hi I am the implementer of the myfaces ajax scripts, this could be related to a problem I am investigating atm https://issues.apache.org/jira/browse/MYFACES-4710 It looks closely like it, the parameters get lost along the way. I am looking into the issue, please also check the bug report for updates on this, it should be fixed the next few days!

Reasons:
  • RegEx Blacklisted phrase (2): Hi I am the
  • RegEx Blacklisted phrase (1): I am looking into the issue, please
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: werner

79464691

Date: 2025-02-24 20:16:25
Score: 4
Natty:
Report link

Updating the answer. Google Play Console has a filter form factor under device catalog. You can include or exclude the following:Phone, Tablet, TV, Wearable, Car, Chromebook.

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: Billy Cauvier

79464683

Date: 2025-02-24 20:10:24
Score: 4
Natty: 4.5
Report link

caroline you are such a legend!!! <3

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

79464672

Date: 2025-02-24 20:03:22
Score: 4
Natty:
Report link

Currently, Safari does not support editing metatags once they have been created. Nothing worked for me, so I will have to create a component with a custom pinch or use a library that can help me.

Reasons:
  • Blacklisted phrase (1): help me
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Guilherme Andeglieri

79464650

Date: 2025-02-24 19:52:20
Score: 5
Natty:
Report link

Bhai, try to reinstall the GCC as I think the error you are getting is most probably due to an incorrect setup of GCC in your system. I am attaching the video link you can refer to solve your error and some steps to solve your query:

The error message you're seeing indicates that the command

c:\MinGW\bin\\gcc.exe

is not recognized. This suggests that there might be a typo or misconfiguration in your build task or environment settings. Here's a step-by-step guide to help you troubleshoot and fix the issue:

Check the Compiler Path:

Ensure that the path to your GCC compiler is correctly set in your c_cpp_properties.json file. It should look something like this:

"compilerPath": "C:\MinGW\bin\gcc.exe"
Make sure that the path is correct and that gcc.exe exists at that location.

Verify Environment Variables:

Ensure that the MinGW bin directory is added to your system's PATH environment variable. This allows the command prompt to recognize gcc as a command. To add MinGW to your PATH:
Right-click on 'This PC' or 'Computer' on your desktop or in File Explorer.
Select 'Properties'.
Click on 'Advanced system settings'.
Click on the 'Environment Variables' button.
In the 'System variables' section, find the Path variable, select it, and click 'Edit'.
Add the path to your MinGW bin directory (e.g., C:\MinGW\bin).

Check Build Task Configuration:

The error message suggests that the build task is trying to use min instead of gcc. This might be a typo in your build task configuration.
Open your tasks.json file (if you have one) and ensure that the command is set to gcc instead of min. It should look something like this:

{
 "version": "2.0.0",
 "tasks": [
  {
  "label": "build",
  "type": "shell",
  "command": "gcc",
  "args": [
   "-g",
   "${file}",
   "-o",
   "${fileDirname}\\${fileBasenameNoExtension}.exe"
  ],
  "group": {
   "kind": "build",
   "isDefault": true
  },
  "problemMatcher": ["$gcc"]
  }
 ]
}

Reopen Your IDE:

After making these changes, restart your code editor or IDE to ensure that the new settings are applied.

Test Compilation:

Try compiling a simple "Hello World" program again to see if the issue is resolved. By following these steps, you should be able to resolve the issue and successfully compile your C programs using GCC. If you still encounter problems, please let me know!

Reasons:
  • Blacklisted phrase (1): video link
  • RegEx Blacklisted phrase (2.5): please let me know
  • RegEx Blacklisted phrase (2): Bhai
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shah Kunj

79464554

Date: 2025-02-24 18:55:07
Score: 4.5
Natty:
Report link

Check below two link it will help you NULL semantic/ behaviour nullSafe comparison

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

79464461

Date: 2025-02-24 18:12:56
Score: 4
Natty: 4
Report link

Chapeau :-) Great solution for a sad lack of functionality

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

79464455

Date: 2025-02-24 18:09:55
Score: 7
Natty: 7
Report link

Друг! Ты даешь пример с функцией TakePhotoAsync(). А сам предлагаешь смотреть GetSnapShot. Это по разному работает, как думаешь?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: Павка

79464438

Date: 2025-02-24 18:02:53
Score: 4
Natty:
Report link

Use datetime2 instead of datetime, which should gives the result

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kumar

79464338

Date: 2025-02-24 17:15:42
Score: 14 🚩
Natty: 6
Report link

Did you find any solution? I have the same problem

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find any solution
  • Low reputation (1):
Posted by: Cesar Fernando

79464332

Date: 2025-02-24 17:13:41
Score: 4
Natty:
Report link

The module you need to update / restore is the one called GeneXus.

enter image description here

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

79464196

Date: 2025-02-24 16:12:27
Score: 4
Natty: 4
Report link

I am not able to run your Food Recipes app project you posted on GitHub. I have performed the steps as you specified, but I am having issues with connecting it to Firebase as well as running the project. It will be a great help if you guide me through the problem ASAP. https://github.com/MuhammadSabah/Frisp?tab=readme-ov-file

Reasons:
  • Blacklisted phrase (1): guide me
  • Blacklisted phrase (1): I am not able to
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Saajal Borhade

79464186

Date: 2025-02-24 16:09:26
Score: 10 🚩
Natty:
Report link

I am facing the exact issue! Is there any solution available yet?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2): any solution available yet?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anand Babu

79464180

Date: 2025-02-24 16:08:25
Score: 6.5 🚩
Natty: 5
Report link

Was wondering if you got anywhere with this? I am trying to do the same but struggling.

I am trying to use LDAP with MISP using the ldapAuth plugin which is supposed to be easier to implement....

https://github.com/MISP/MISP/tree/50df1c9771bf4d420cd9fb20d1f48d7fd80202e7/app/Plugin/LdapAuth

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (2): Was wondering
  • Blacklisted phrase (1): trying to do the same
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ranjb81

79464145

Date: 2025-02-24 15:59:22
Score: 4
Natty:
Report link

[2025-02-24 07:09:17] Chat: This chat may be used by third-party AI tools for quality assurance and training purposes. Learn more about how we use & protect your data in our Terms Of Service & Privacy Policy

Hi! Can I help you find the right plan?

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

79464132

Date: 2025-02-24 15:53:21
Score: 6
Natty: 7
Report link

You might be interested in https://github.com/wy-z/vscode-vim-mode, thanks.🙏

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): 🙏
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: weiyang

79464119

Date: 2025-02-24 15:48:19
Score: 4.5
Natty:
Report link

Para subir una aplicación de Next en el IIS, puedes seguir estos pasos:

1- Instalar los siguientes módulos

IIS NODE

https://github.com/Azure/iisnode/releases/tag/v0.2.26

URL REWRITE

https://www.iis.net/downloads/microsoft/url-rewrite

Application Request Routing

https://www.iis.net/downloads/microsoft/application-request-routing

2- Crear una carpeta en tu disco C y pasar lo siguiente:

3- Crea un archivo server.js en tu carpeta con la siguiente información.

const { createServer } = require("http");
const { parse } = require("url");
const next = require("next");

const dev = process.env.NODE_ENV !== "production";

const port = process.env.PORT ;
const hostname = "localhost";
const app = next({ dev, hostname, port });
const handle = app.getRequestHandler();

app.prepare().then(() => {
  createServer(async (req, res) => {
    try {
      const parsedUrl = parse(req.url, true);
      const { pathname, query } = parsedUrl;

      if (pathname === "/a") {
        await app.render(req, res, "/a", query);
      } else if (pathname === "/b") {
        await app.render(req, res, "/b", query);
      } else {
        await handle(req, res, parsedUrl);
      }
    } catch (err) {
      console.error("Error occurred handling", req.url, err);
      res.statusCode = 500;
      res.end("internal server error");
    }
  })
    .once("error", (err) => {
      console.error(err);
      process.exit(1);
    })
    .listen(port, async () => {
      console.log(`> Ready on http://localhost:${port}`);
    });
});

4- Configuración en el IIS

Verificamos si tenemos instalados nuestros módulos; eso lo hacemos dando click en nuestro servidor del IIS.

enter image description here

Luego damos clic en módulos para ver el IIS NODE.

enter image description here

Luego de eso seleccionamos delegación de características.

enter image description here

y verificamos que las asignaciones de controlador estén en lectura y escritura.

enter image description here

luego creamos nuestro sitio web en el IIS y referenciamos la carpeta que creamos, damos click en el sitio web y entramos en asignaciones de controlador

enter image description here

una vez dentro le damos click en agregar asignaciones de modulo, en Ruta de acceso de solicitud ponemos el nombre del archivo js en este caso "server.js", en modulo seleccionamos iisnode y en nombre colocamos iisnode.

Le damos en aceptar; esto nos creará un archivo de configuración en nuestra carpeta llamado "web". Lo abrimos y colocamos esto:

    <!-- First we consider whether the incoming URL matches a physical file in the /public folder -->
    <rule name="StaticContent">
      <action type="Rewrite" url="public{REQUEST_URI}"/>
    </rule>

    <!-- All other URLs are mapped to the node.js site entry point -->
    <rule name="DynamicContent">
      <conditions>
        <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="True"/>
      </conditions>
      <action type="Rewrite" url="server.js"/>
    </rule>
  </rules>
</rewrite>

<!-- 'bin' directory has no special meaning in node.js and apps can be placed in it -->
<security>
  <requestFiltering>
    <hiddenSegments>
      <add segment="node_modules"/>
    </hiddenSegments>
  </requestFiltering>
</security>

<!-- Make sure error responses are left untouched -->
<httpErrors existingResponse="PassThrough" />
<iisnode node_env="production"/>

<!--
  You can control how Node is hosted within IIS using the following options:
    * watchedFiles: semi-colon separated list of files that will be watched for changes to restart the server
    * node_env: will be propagated to node as NODE_ENV environment variable
    * debuggingEnabled - controls whether the built-in debugger is enabled

  See https://github.com/tjanczuk/iisnode/blob/master/src/samples/configuration/web.config for a full list of options
-->
<!--<iisnode watchedFiles="web.config;*.js"/>-->

</system.webServer>

Detenemos nuestro sitio en el IIS actualizamos y subimos el sitio.

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (2): Crear
  • Blacklisted phrase (2): crear
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Maria Teresa Soriano

79464106

Date: 2025-02-24 15:46:18
Score: 5.5
Natty: 5
Report link

How do we do this now, since the changes Google have implemented?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How do we
  • Low reputation (0.5):
Posted by: D.Man

79464059

Date: 2025-02-24 15:27:13
Score: 4.5
Natty: 6
Report link

Thank you Tim. The code works great !!!

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

79464044

Date: 2025-02-24 15:25:11
Score: 8.5 🚩
Natty: 3.5
Report link

hey i have working on the same , can you help if you got an idea

Reasons:
  • RegEx Blacklisted phrase (3): can you help
  • RegEx Blacklisted phrase (2): hey i have
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dev MuhammedSalih