79273521

Date: 2024-12-12 00:31:26
Score: 1
Natty:
Report link

Install NuGet Packages

Microsoft.AspNetCore.Http.Features
Microsoft.AspNetCore.Mvc.ViewFeatures
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ragab Mohamad

79273513

Date: 2024-12-12 00:22:25
Score: 2
Natty:
Report link

In (almost) 2025, I'm here to report they've added an easier way to sync the fork with the upstream repository on the UI.

There's a Sync Fork option and you can choose to Compare the changes or just go ahead and Update the branch.

Screenshot of the Github Interface

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

79273508

Date: 2024-12-12 00:17:23
Score: 4.5
Natty: 5.5
Report link

Realicé la respectiva parametrización en el ODBC driver versión 16.20 DSN Setup y la conexión parece funcionar. Sin embargo en r quiero realizar la conexión sin necesidad de diligenciar mis credenciales, para esto es la autenticación LDAP en teoría, sin embargo aún haciendo la configuración en el archivo ODBC.INI con todas las credenciales necesarias, la conexión me sigue fallando. Alguien sabe qué puede estar causando el inconveniente? Alguien podría explicarme por favor la forma correcta de configurar la autenticación en Teradata para que la conexión odbc no solicite credenciales en R?

Reasons:
  • Blacklisted phrase (1): todas
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Juan Andres Angulo Rincon

79273503

Date: 2024-12-12 00:14:22
Score: 3
Natty:
Report link

Add it in your initialValues object. It must have be of type number and instead of declaring it as undefined, you use 0

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

79273499

Date: 2024-12-12 00:12:21
Score: 1.5
Natty:
Report link

I realised my mistake upon reading over this - I do DoCmd.Close before gstrActiveUser = Me.txtUsername

DUHHH, ugh no wonder it wasn't working. Anyway, maybe this can help someone else.

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

79273475

Date: 2024-12-11 23:52:17
Score: 4.5
Natty: 7
Report link

This might help. An example of using multipart form.

https://github.com/lexiforest/curl_cffi/blob/15500fae1399f8e107f16357a905d275884a69f0/examples/upload.py

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

79273467

Date: 2024-12-11 23:46:15
Score: 1
Natty:
Report link

You are printing out start, but seem to be thinking about printing out i

|Variables    | Output|
|-------------|-------|
|start=0, i=0 | 0     |
|start=1, i=1 | 1     |
|start=0, i=1 | 0     |
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TobiMoss

79273465

Date: 2024-12-11 23:46:15
Score: 1.5
Natty:
Report link

If your table has already been created

In the Database Navigator window, expand your table by clicking ⏵

Right-click Columns

At the top of the context menu click Create Column

Now you should be able to create an id autoincrement column You can also make it a primary/unique

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

79273462

Date: 2024-12-11 23:44:15
Score: 0.5
Natty:
Report link

For anyone having this problem with .NET 8 you need to look in the output window and show output from Windows Forms in the drop-down.

Windows Forms Designer output window

In my case it was unable to find Microsoft.Extensions.Logging.Abstractions version 8.0.0.0. I had version 9.0.0.0 installed as a transistive package reference of Microsoft.Extensions.Caching.Memory.

Installed NuGet Package dependency

You will need to look through your installed packages and find the one that has a depdency on a higher version of the missing pacakge and downgrade that to an 8.X.X.X version.

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Damien D

79273448

Date: 2024-12-11 23:37:14
Score: 1
Natty:
Report link

The error you are seeing is a result of the file not being publically accessible. What I mean is that the URL you shared in the post requires you log into Trello in order to access the file. Your Zap needs to be able to access the file from Trello without having to log in.

You may be using a Trello trigger which supplies the actual file object. When you are setting up your Google Drive step, you can look for a field coming in from Trello which is the attachment and says (exists but not shown). If you use this field then your Google Drive step should work.

If you try this and are still having issues I would encourage you to reach out to Zapier Support when logged in using our contact form (https://zapier.com/app/get-help). We would be more than happy to continue working with you to find a solution to your problem.

Ted - Zapier Support

Reasons:
  • Whitelisted phrase (-1): try this
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Zapier Support

79273443

Date: 2024-12-11 23:34:12
Score: 6 🚩
Natty: 5.5
Report link

how its posible that this bugs remain alive without solution for so long?

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 its
  • Low reputation (1):
Posted by: Nelson Rodriguez

79273437

Date: 2024-12-11 23:27:10
Score: 4
Natty:
Report link

Can someone tell me how to configure ModSec to reduce resource consumption?

Unfortunately there is no any chance to configure ModSecurity to reduce resource consumption. What I can say is that 2 core (you didn't mention the types of core) and the 2GB of RAM seem very low for 100,000 requests (per second, I assume). That's lot of transactions, and each transaction uses lot of memory.

You can tune your instance (that the blog post mentions too) that which types of files should be inspected, then you can decrease the resources usage, but I'm afraid that's only a partial solution. Create a filter for this based on the file suffix is very risky IMHO, so be careful with that.

Reasons:
  • Blacklisted phrase (1.5): tell me how to
  • RegEx Blacklisted phrase (2.5): Can someone tell me how
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can someone
  • High reputation (-1):
Posted by: airween

79273436

Date: 2024-12-11 23:27:10
Score: 1
Natty:
Report link

I like to use an 2px outline with offset so it is really obvious. I feel like box shadow isn't quite enough.

[tabindex="-1"]:focus, input:read-write:focus, select:focus, textarea:focus{
    outline: solid 2px;
    outline-offset: 1px;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Frank Gomez

79273434

Date: 2024-12-11 23:24:09
Score: 1
Natty:
Report link

As you said, the hash map is gonna have at its most 26 entries/characters, with each one holding an integer that might ocupy 4 to 8 bytes - 4 bytes makes already possible to reach: 2,147,483,647 as an integer.

Thinking about that, it doesn't matter how long your string argument (p) is, the entries are gonna still be capped to the 26 characters of the hash map and the space ocuppied (4 to 8 bytes) are never gonna change. Therefore, the space complexity does not grow with the p size, meaning it's not linear but constant -> O(1).

:)

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

79273425

Date: 2024-12-11 23:18:08
Score: 2.5
Natty:
Report link

I don't think you need this answer anymore, but in case anyone is facing the same problem, this is the solution I found.

Add to metro.config.js:

config.resolver.sourceExts = ['jsx', 'js', 'ts', 'tsx', 'json', 'cjs'];

If you are using Expo, try changing your app.json file:

{
  "expo": {
    ...
    "packagerOpts": {
      "sourceExts": ["cjs"]
    }
}
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same problem
  • Low reputation (0.5):
Posted by: Rosiel Victor

79273422

Date: 2024-12-11 23:14:07
Score: 1.5
Natty:
Report link

For me, the issue was resolved when I moved my internal package dependency to devDependencies instead of dependencies

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

79273419

Date: 2024-12-11 23:12:07
Score: 0.5
Natty:
Report link

I did

dpkg -l | grep nvidia
dpkg -l | grep nvidia-driver

to get lists of nvidia related drivers. The one by one did

apt purge [packagename]

(sometimes had to change the order of which package was being removed)

then did

apt autoclean 
apt autoremove

...to clean up any dependencies that were hanging around

re-ran

dpkg -l | grep nvidia
dpkg -l | grep nvidia-driver

to make sure list was empty then rebooted then followed

https://wiki.debian.org/NvidiaGraphicsDrivers#Version_535.183.01-1

to reinstall drivers.

Then did a clean install of comfyUI

Everything seems to be working again.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: r3adm3

79273417

Date: 2024-12-11 23:11:06
Score: 0.5
Natty:
Report link

The prior solutions helped me a lot, but I also needed to change the value at the index of the tuple. For example: access(l, (0,0,0)) = 7.

The other solutions return a primitive value and so the nested list doesn't get updated.

I found that this approach, based on previous answers works (in case someone has the same need as me):

def set_it(obj, indexes, v):
   a = obj
   for i in indexes[:-1]:
     a = a[i]
   a[indexes[-1]] = v

Usage:

>>> l = [[[1, 2],
...       [3, 4]],
...      [[5, 6],
...       [7, 8]]]
>>> set_it(l, (0, 0, 0), -1)
>>> l
[[[-1, 2], [3, 4]], [[5, 6], [7, 8]]]
Reasons:
  • Blacklisted phrase (1): helped me a lot
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: thayne

79273416

Date: 2024-12-11 23:11:06
Score: 3.5
Natty:
Report link

I found a solution so I want to share it here if someone would have similar problem.

If you are using a thermal receipt B&W printer, make sure everything what you're trying to print has 100% black color. So in this case, the problem was, that texts were not black, but just some kind of dark gray which resulted in white dots on the print.

The main reason of bad color was bootstrap, so the solution is forcing the text to be black by adding color: black !important in stylesheet.

Reasons:
  • Whitelisted phrase (-1): solution is
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Me too answer (2.5): have similar problem
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dominik Buranský

79273413

Date: 2024-12-11 23:10:06
Score: 1.5
Natty:
Report link

Configuring Least Connections

To configure the Least Connections algorithm in Azure Application Gateway:

Navigate to the Azure Portal (https://portal.azure.com)

Open the Azure Resource Explorer (https://resources.azure.com)

Locate your Resource Group and Application Gateway

Find the "routingMethod" setting Change the value from "roundrobin" to "leastresponsetime"

This configuration allows the Application Gateway to route incoming requests to the backend server with the least number of active connections, potentially improving overall performance and resource utilization.

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

79273411

Date: 2024-12-11 23:09:06
Score: 1
Natty:
Report link

There are proxy settings inside vs code. Put in your organizations' proxy server addresses in there, it worked for me

Reasons:
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Andrew Karasev

79273410

Date: 2024-12-11 23:08:05
Score: 3.5
Natty:
Report link

My Instagram and Facebook account pe 22k flowered karna hai

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

79273409

Date: 2024-12-11 23:08:05
Score: 1
Natty:
Report link

Simply use curl http://sh.rustup.sh | sh

You force the protocol to https, but the server talk only http

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

79273393

Date: 2024-12-11 22:56:02
Score: 0.5
Natty:
Report link

Just need to replace it with a global regex search:

var data = cols[j].innerText.replace(/(\s\s)/gm, ' ').replace(/;/g, "\r\n")

Note sure what the \s\s is about tho but keeping it in there just in case (idk the format of your data)

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

79273387

Date: 2024-12-11 22:53:02
Score: 0.5
Natty:
Report link

While I do not know why the dependencies were not automatically added, I worked around the problem by adding them manually:

pitest(group: 'org.pitest', name: 'pitest-command-line', version:'1.15.0')
pitest(group: 'org.pitest', name: 'pitest-entry', version:'1.15.0')
pitest(group: 'org.pitest', name: 'pitest', version:'1.15.0')
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: John Gregg

79273376

Date: 2024-12-11 22:45:00
Score: 2
Natty:
Report link

in the Book schema write @JsonIgnoreProperties("books") // Ignore le champ books dans author lors de la sérialisation

private Author author;

in the Author schema write @JsonIgnoreProperties("author") // Ignore le champ author dans book lors de la sérialisation

private Set books= new HashSet<>();

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

79273374

Date: 2024-12-11 22:45:00
Score: 0.5
Natty:
Report link

This sounds like a really interesting thing that you are trying to do. I had a look at the JSON you provided and I am guessing that it may not be fully fleshed out and was only meant as a rough example. In particular, ManyChat may not like the empty arrays. I would suggest fleshing things out a bit more like this:

  "version": "v2",
  "content": {
    "type": "instagram",
    "messages": [
      {
        "type": "cards",
        "elements": [
          {
            "title": "Sample Product",
            "subtitle": "This is a sample card showcasing a product.",
            "image_url": "https://dummyimage.com/600x400/000/fff.png&text=Sample+Image",
            "action_url": "https://example.com/product",
            "buttons": [
              {
                "type": "web_url",
                "url": "https://example.com/product",
                "title": "View Product"
              },
              {
                "type": "web_url",
                "url": "https://example.com/cart",
                "title": "Add to Cart"
              }
            ]
          }
        ],
        "image_aspect_ratio": "horizontal"
      }
    ],
    "actions": [
      {
        "type": "web_url",
        "url": "https://example.com/shop",
        "title": "Visit Shop"
      }
    ],
    "quick_replies": [
      {
        "title": "More Products",
        "payload": "MORE_PRODUCTS"
      },
      {
        "title": "Contact Support",
        "payload": "CONTACT_SUPPORT"
      }
    ]
  }
}

See if that works for a start. If it does, you should be on the right track and can continue to get your real data into a shape that emulates this.

If you are still having trouble please feel free to reach out using our contact form when you are logged in (https://zapier.com/app/get-help). We will be more than happy to work with you and dig into our detailed logs to see if we can find anything helpful beyond the error message you are seeing.

Ted - Zapier Support

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

79273370

Date: 2024-12-11 22:43:00
Score: 1.5
Natty:
Report link

it is now available e.g.

SELECT ssot__Name__c FROM ssot__Account__dlm WHERE LOWER(ssot__Name__c) LIKE LOWER('WhAtEveR%') LIMIT 10

works

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

79273362

Date: 2024-12-11 22:39:59
Score: 1
Natty:
Report link

Turns out I ran into this error because I run the following command (do not copy-paste this if not intended):

pip install -t requirements.txt

Maybe you can just simply switch -t to -r and you'll be good

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

79273356

Date: 2024-12-11 22:36:58
Score: 1
Natty:
Report link

This was a nasty one took me hours to finally figure out, in this documentation Fetch OAuth token you will notice the curl has last line data-urlencode, the line above this doesn't have new line backslash

enter image description here

So when i was running this curl the token was getting generated but it was missing the authorization_details

For fixing this you have to make sure that your fetch token curl is complete and looks like this

      export CLIENT_ID=<client-id>
      export CLIENT_SECRET=<client-secret>
      export ENDPOINT_ID=<endpoint-id>
      export ACTION=<action>

      curl --request POST \
      --url <token-endpoint-URL> \
      --user "$CLIENT_ID:$CLIENT_SECRET" \
      --data 'grant_type=client_credentials&scope=all-apis' \
      --data-urlencode 'authorization_details=[{"type":"workspace_permission","object_type":"serving-endpoints","object_path":"'"/serving-endpoints/$ENDPOINT_ID"'","actions": ["'"$ACTION"'"]}]'

Now this is complete and should get you the response

Reasons:
  • Blacklisted phrase (1): this document
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tidalcharter

79273355

Date: 2024-12-11 22:35:57
Score: 2
Natty:
Report link

Turns out I needed to add

[HttpPost("itn.{format}"), FormatFilter]

To my endpoint, with this I don't need OutputFormatters.

Also you need to include the .xml extension in your request URL, like /api/shop/itn.xml

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

79273343

Date: 2024-12-11 22:30:56
Score: 1
Natty:
Report link

I temporarily gave my user the BigQuery Admin role and then deleted the dataset manually via the UI.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Shannon -jj Behrens

79273329

Date: 2024-12-11 22:22:55
Score: 1
Natty:
Report link

You should create something like this:

const preparedSearch = `%${search}%`;
db.execute(
  sql`SELECT * FROM items WHERE name ILIKE ${preparedSearch}`,
);

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

79273328

Date: 2024-12-11 22:21:54
Score: 3
Natty:
Report link

There is a defect in pynput for Python 3.13. The bug is reported here.

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

79273318

Date: 2024-12-11 22:14:52
Score: 1.5
Natty:
Report link

I found that the above answer to the question by Ruslan did not work (2013?) anymore. I did not have a command to:

git branch -M main

which I did after the commit.

Also, they failed once I had that branch command because when I created the repo it had conflicting README.md and LICENSE.

My solution was to:

  1. Delete the repo as defined above on github and create a new one WITHOUT README.md and LICENSE.
  2. Locally I deleted the .git file in the root directory (NOTE: it is not visible on Visual Studio Code on windows the way I have it configured). From CLI (within Visual Studio Code) I ran: git init git remote add origin THE_REPO_URL git add . git commit -m "Initial commit" git branch -M main git push -u origin main

One warning: Do not create the README.md or LICENSE on the cloud repo. If you do, you will have to resolve the fact that the repo has files that are not reconciled with the local files. Create the new repo without these files or you will have to do the reconciliation of these files.

Reasons:
  • Blacklisted phrase (1): did not work
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: rjapenga

79273304

Date: 2024-12-11 22:09:50
Score: 10 🚩
Natty: 4.5
Report link

did you find the solution? if you did please share it.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • RegEx Blacklisted phrase (3): did you find the solution
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find the solution
  • Low reputation (1):
Posted by: Hikmat Afghan

79273300

Date: 2024-12-11 22:09:50
Score: 1
Natty:
Report link

You need to add an "r" to make a raw string so the backslashes will be interpreted correctly

food['GPA'] = food['GPA'].astype(str).str.extract(r'(\d*\.\d+|\d+)', expand=False)
food['GPA'] = pd.to_numeric(food['GPA'], errors='coerce')
print(food['GPA'].unique())
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: joel

79273298

Date: 2024-12-11 22:08:50
Score: 2.5
Natty:
Report link

For me it worked when I used case when statement first, created a new column and then used that new column to filter out for the observations that I wanted to keep.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kamila rywelska

79273295

Date: 2024-12-11 22:06:49
Score: 1
Natty:
Report link

I ran into Same issue even after setting up CORS currectly adding Cache-controle and pragmain the headers request fixed it for me

 const response = await fetch(`s3bucketurl`, {
        headers: {
            "Cache-Control": "no-cache",
             Pragma: "no-cache",
        }
    });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SetUp

79273285

Date: 2024-12-11 21:59:48
Score: 1.5
Natty:
Report link

Just use iloc and slice as you would do with a list i.e. start:end:step. Example:

df = pd.DataFrame({"A":range(100)})
display(df.T)
display(df.iloc[0::5].T)
display(df.iloc[1::5].T)
display(df.iloc[2::5].T)
# ...

res

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

79273282

Date: 2024-12-11 21:58:47
Score: 2.5
Natty:
Report link

first of all it's Tanstack Router.
What's in MyComponent.tsx?, if there is nothing related to routing (I imagine not, since the error indicates that you are not exporting a Route) move it from the routes folder

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Tomás Canales

79273281

Date: 2024-12-11 21:58:47
Score: 1.5
Natty:
Report link

I had this issue also. For me, the problem is that GAppM-10.24.0.tgz has files inside it with very long names. These long names cannot extract to the C:\Users{username}\AppData\Local\XamarinBuildDownloadCache\ directory because it violates the MAX PATH length of 260 characters. (At least on Windows 10). So it hangs trying to create a file it cannot create.

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

79273276

Date: 2024-12-11 21:54:46
Score: 1
Natty:
Report link

No. In order to call the third-party api while keeping the API Key secret a server side request should be made instead (i.e: A request on the backend) and the response of that request should then be sent to your frontend/web client.

Any request sent on the frontend would be logged in the network console on the browser devtools where you can get details about the request including any authorization headers. enter image description here

To keep your secret key SECRET, It is better you set up your API Request on your backend server, such that the request is securely handled on the backend and the response of that request is sent over to the frontend through the existing secure API integration between your frontend and your backend.

Extra tips include:

  1. Storing your SECRET Key in an environment variable on the Backend
  2. Using an API gateway or service to manage and authenticate API requests
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harrylever

79273268

Date: 2024-12-11 21:49:45
Score: 1.5
Natty:
Report link

You should use the hasAuthority annotation instead.

@PreAuthorize("hasAuthority('AGNI_OIMIVR')")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hamza Naceur

79273262

Date: 2024-12-11 21:48:45
Score: 2
Natty:
Report link

It is not the same:

ML.net: https://dotnet.microsoft.com/en-us/apps/ai/ml-dotnet

Tensorflow.net: https://github.com/SciSharp/TensorFlow.NET

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

79273246

Date: 2024-12-11 21:40:43
Score: 2.5
Natty:
Report link

I solved the problem opening the project in VS first. There the missing things were clearer. And after installing all the missing files in VS and compiling it there, Rider worked and compiled smoothly

Sorry if I don't have the correct words but I am a beginner/enthusiast coder.

Reasons:
  • Whitelisted phrase (-2): I solved
  • RegEx Blacklisted phrase (2): I am a beginner
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Loxevan

79273240

Date: 2024-12-11 21:36:42
Score: 2
Natty:
Report link

Consider switching to Vite.

Here's how to set up a new React project using Vite:

# Create new Vite project
npm create vite@latest my-react-app

# Navigate to project directory
cd my-react-app

# Install dependencies
npm install

# Start dev server
npm run dev

https://github.com/facebook/create-react-app/issues/13717#issuecomment-2537222504

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

79273238

Date: 2024-12-11 21:35:41
Score: 0.5
Natty:
Report link

The answer to my problem, was some wort of weird behaviour, axios actually made the requests to http://sub.domain.tld/api/path, while my reverse proxy forwarded that to the IP:Port, as it was http and not https, after adding a '/' at the end of the api_url, not the base_path, I could finally get everything to work.

Hope this helps anyone else :)

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: crazywolf

79273217

Date: 2024-12-11 21:27:39
Score: 1
Natty:
Report link

It looks like the setting:

spark.sql.ansi.enabled true

Must be set on non-serverless job/non SQL warehouse clusters for the behaviour to be consistent. This is on by default in those clusters, but not others.

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

79273214

Date: 2024-12-11 21:26:39
Score: 2.5
Natty:
Report link

hi so I'm smart and intelligient and I can answer this very good questeion so when your background colors have an argument they call a divorse lawyer and they have to go to either marriage concilling or get a divource and if they do then you should pick if you want to go with mommy or daddy but its hard choice because yeah

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

79273201

Date: 2024-12-11 21:22:37
Score: 4
Natty: 4.5
Report link

yes im very intelligent and can answer this very complicated question and say that the sharp means that its sharp and if you touch it you'll feel ouch!!!!!!!!!!!!!!

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Filler text (0.5): !!!!!!!!!!!!!!
  • Low reputation (1):
Posted by: jimbob funglepants

79273196

Date: 2024-12-11 21:20:37
Score: 1
Natty:
Report link

I found out that even though I could see the file in file explorer at the file location, when I went to the command line there, and listed the directory, the file name was actually readFile.txt.txt. It was displayed as readFile.txt with text file type. I renamed the file and removed the extra .txt and it was found by the code. Thanks for all the help!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Michele

79273186

Date: 2024-12-11 21:16:35
Score: 5
Natty: 5
Report link

is there a way of using multiple arrays in indirect function? Unfortunately vstack function is not available in the 2019 version....

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): is there a way
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): is there a
  • Low reputation (1):
Posted by: David Titz

79273182

Date: 2024-12-11 21:15:34
Score: 1
Natty:
Report link

To complete the answer from John Rotenstein.

A stateless machine, service, or component does not retain information about the state of a session or transaction after it has been processed.

Thus, in the case of the NACL, it can't work on OSI layer 4 as it can't record session begin and end. However it have nothing to do with the fact that NACL block traffic by default, this is because it's policy is "deny by default".

To answer the original question, it seems that NACL are stateless in order to avoid unintended complexity while optimizing bandwidth as is the AWS mindset (simplexity).

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

79273175

Date: 2024-12-11 21:12:33
Score: 1.5
Natty:
Report link

This can be too late to answer but the capabilities that Python libraries do for Excel are very limited based on my experience.

Intead, SheetFlash, which is my favorite Excel add-in, can be your solution. You don't have to write any codings but you can set up the automation workflows within Excel. You don't need to learn coding.

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

79273174

Date: 2024-12-11 21:12:33
Score: 2
Natty:
Report link

Draw(Line, 2, color)

but make sure you add the direct 9 library and includes in visual studio in properties.

Also if you wanna learn how to draw in Direct9, 11, 11.1 & 11.2 go here: http://www.directxtutorial.com/

It contains all the information you need to get you started.

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

79273173

Date: 2024-12-11 21:12:33
Score: 4.5
Natty:
Report link

It is possible using Snowsight webui. You can create filters with static lists or dynamic lists from a table. Refer to this documentation for creating filters. I'm not sure if it is feasible in Datagrip or Beaver. It is annoying to type or paste values.

Creating filters example

filter use

results

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

79273172

Date: 2024-12-11 21:11:33
Score: 1
Natty:
Report link

It doesn't require another call to the API.

In the YouTube iFrame's onReady handler, getPlayerState() will return -1 (unstarted) for "unavailable" videos, while all other videos should return a status of 5 (video cued).

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

79273164

Date: 2024-12-11 21:08:31
Score: 4
Natty:
Report link

What does onPointerEnterCapture and onPointerEnterLeave mean? What types do they hold? I thought they were used for assistive text but I'm not sure.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What do
  • Low reputation (1):
Posted by: Delilah

79273163

Date: 2024-12-11 21:07:31
Score: 0.5
Natty:
Report link

Got a response from an Apple engineer on how to correctly handle this:

.onPreferenceChange(HeightKey.self) { [$height] height in
  $height.wrappedValue = height
}

I feel a little sheepish for not realizing this earlier.

The approach that avoids preferences by @Benzy Neez is also a good one.

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

79273151

Date: 2024-12-11 21:03:30
Score: 1
Natty:
Report link

I'm going to add an additional option here that doesn't require a loop.

If want to do this 'n' times, you can do:

const timeReduction = (time, n) => time * Math.pow(0.955, n)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kofu

79273144

Date: 2024-12-11 21:00:29
Score: 3
Natty:
Report link

Using Environment.isExternalStorageLegacy() does what I need. I tested it on Android 10 with request/preserveLegacyExternalStorage and without. Without, you cannot access databases outside of app specific storage and SAF is required to access documents outside of the app.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dana Bell

79273132

Date: 2024-12-11 20:54:27
Score: 1
Natty:
Report link

When you add builder.AddServiceDefaults(); to your applications which implemented on ServiceDefaults project , its adds this code builder.Services.AddServiceDiscovery().

Service discovery read your urls from "Services" section on the application settings

So use this:

builder.Configuration.GetSection("Services").GetChildren();

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

79273125

Date: 2024-12-11 20:52:27
Score: 1.5
Natty:
Report link

only create 3 topics

It should create 11

randomly it is creating three topics

Yes, those are internal topics for utilities.

can anyone explain what does tasks.max property do?

For JDBC source - nothing, since it is limited to just 1. Otherwise, imagine if you were using MirrorMaker2, then the tasks should equal the amount of partitions to distrubue


Suggest reading through https://docs.confluent.io/platform/7.1/connect/concepts.html#connectors

Reasons:
  • RegEx Blacklisted phrase (2.5): can anyone explain what
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: OneCricketeer

79273122

Date: 2024-12-11 20:49:26
Score: 1
Natty:
Report link

I agree with your assesment. This warning apparently assumes that all queries start with graph.V(), which is not the case for your example. It would be best to report the issue here.

Issuing a query that causes a full graph scan is not a fatal error. The gremlin VM running in JanusGraph will simply time out if your graph is large and server resources will become available again for more sensible queries.

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

79273113

Date: 2024-12-11 20:42:24
Score: 1
Natty:
Report link

I had a similar problem where I needed to obtain the correct value that a user's keypress would generate to evaluate it properly, so I learned from other answers here and wrote my own.

function getNewValue(evt) {
    var start = evt.target.selectionStart,
        end = evt.target.selectionEnd,
        charCode = (evt.which) ? evt.which : evt.keyCode,
        original = $(evt.target).val(),
        char = String.fromCharCode(charCode),
        newer = "", inserted = false, single = 0;
    
    if (start == end) single = 1;

    if (original.length > 0) {
        for (var i = 0; i < original.length; i++) {
            if (!inserted) {
                if (single && i == start) {
                    newer += char + original[i];
                    inserted = true;
                } else if (!single && i == start) {
                    newer += char; inserted = true;
                } else
                    newer += original[i];
            } else {
                if (single)
                    newer += original[i];
                else if (i < start || i >= end)
                    newer += original[i];
            }
        }
        if (!inserted) newer += char;
    } else newer += char;

    console.log("newer: " + newer);
    // You can add conditions here to evaluate "newer".
    // Use "return false" to reject "newer".
}

I use this function by adding the following to the HTML element that I want to evaluate:

onkeypress="return getNewValue(event)"

I haven't had any problems with it, but I'll update this answer if I find a better alternative or notice any problems.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Luis Gojon

79273110

Date: 2024-12-11 20:41:23
Score: 4.5
Natty: 5
Report link

This is a good explanation of what those logs are and how to access them.

https://www.thedfirspot.com/post/sum-ual-investigating-server-access-with-user-access-logging

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

79273106

Date: 2024-12-11 20:38:23
Score: 1.5
Natty:
Report link

It seems that plyer's uniqueid.py file does not work on ios by default. Changing the line uuid = UIDevice.currentDevice().identifierForVendor.UUIDString() to uuid = UIDevice.currentDevice().identifierForVendor.UUIDString resolves this issue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Connor

79273101

Date: 2024-12-11 20:35:22
Score: 2
Natty:
Report link

Chat gpt solved it:

import tensorflow as tf
from tensorflow import keras

# Callback personalizado
class ExponentialLearningRate(keras.callbacks.Callback):
    def __init__(self, factor):
        super().__init__()
        self.factor = factor
        self.rates = []
        self.losses = []

    def on_batch_end(self, batch, logs=None):
        logs = logs or {}
        self.losses.append(logs.get("loss", None))

        # Obtener el valor de learning_rate y asegurarnos de que sea un número
        lr = self.model.optimizer.learning_rate
        if isinstance(lr, tf.Variable):
            lr = lr.numpy()  # Convertir a valor numérico si es un tf.Variable

        # Registrar la tasa de aprendizaje
        self.rates.append(lr)

        # Actualizar el learning rate
        if isinstance(lr, (float, int)):
            new_lr = lr * self.factor
            self.model.optimizer.learning_rate.assign(new_lr)  # Modificar learning_rate

# Modelo simple
model = keras.models.Sequential([
    keras.layers.Flatten(input_shape=[28, 28]),
    keras.layers.Dense(300, activation="relu"),
    keras.layers.Dense(100, activation="relu"),
    keras.layers.Dense(10, activation="softmax")
])

# Compilar modelo
model.compile(
    loss="sparse_categorical_crossentropy",
    optimizer=keras.optimizers.SGD(learning_rate=1e-3),
    metrics=["accuracy"]
)

# Crear el callback
expon_lr = ExponentialLearningRate(factor=1.005)

# Ajustar modelo
history = model.fit(
    X_train, y_train,
    epochs=1,
    validation_data=(X_valid, y_valid),
    callbacks=[expon_lr]
)

Reasons:
  • Blacklisted phrase (2): Crear
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jjvvrr

79273082

Date: 2024-12-11 20:25:19
Score: 0.5
Natty:
Report link

The above logic was good, something was wrong with my prototype. Here is some drier code that I can confirm works on ESP32C6 that also implements a suggestion by @romkey. This is running with a 10K external resistor and not esp_sleep_pd_config().

#include <Arduino.h>
#include <esp_sleep.h>

uint64_t gpio_pin_mask = (1ULL << 4);
RTC_DATA_ATTR unsigned btn_state;

void setup() {
  Serial.begin(115200);
  pinMode(4, INPUT_PULLUP);
}

void loop() {
  btn_state = digitalRead(4);
  Serial.println("btn state " + String(btn_state));
  if (btn_state == 0) {
    esp_sleep_enable_ext1_wakeup_io(gpio_pin_mask, ESP_EXT1_WAKEUP_ANY_HIGH);
  } else {
    esp_sleep_enable_ext1_wakeup_io(gpio_pin_mask, ESP_EXT1_WAKEUP_ANY_LOW);
  }
  Serial.println("Entering sleep...");
  delay(1500);
  esp_deep_sleep_start();
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @romkey
  • Self-answer (0.5):
Posted by: DaveL17

79273058

Date: 2024-12-11 20:12:16
Score: 0.5
Natty:
Report link

The feature was introduced in VSCode 1.85 but is only noted in the release notes. There is no official documentation for it.

See https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_85.md#opt-out-of-extensions for the details.

Use - prefix to opt-out the extension, example:

    "customizations": {
        "vscode": {
            "extensions": [
                "-dbaeumer.vscode-eslint"
            ]
        }
    }
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Jakub Míšek

79273042

Date: 2024-12-11 20:06:13
Score: 18.5
Natty: 10
Report link

I have same problem.Did you solve it? How did you solve ? Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): I have same problem
  • RegEx Blacklisted phrase (3): Did you solve it
  • RegEx Blacklisted phrase (3): did you solve
  • RegEx Blacklisted phrase (1.5): solve it?
  • RegEx Blacklisted phrase (1.5): solve ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Burçin ATALAY

79273041

Date: 2024-12-11 20:06:13
Score: 3
Natty:
Report link

Is so disheartening to loose money to scammers, it happened to me then I came to realize that you can never be too careful, well I'm glad today that I was able to recover my funds back Alex cryptoFX @ writeme dot com got me back my funds, it was hard to believe until I received my money

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

79273034

Date: 2024-12-11 20:05:13
Score: 2.5
Natty:
Report link

Verify that you are using the company name that you use when signing into ConnectWise. Do not use one from the companies section of Manage or from the company search once you are signed in.

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

79273029

Date: 2024-12-11 20:04:12
Score: 1
Natty:
Report link

Expanding a bit on top of the @Pavel Strakhov's answer, inspired by @kevinarpe's comment.

The name of the metatype registered using qRegisterMetaType must EXACTLY match the signature of the signal (including all namespaces etc.)

It may be a bit cumbersome or surprising when dealing with nested classes:

struct XyzService 
{ 
  struct Result {};

  signals:
    void signalDoWork(const Result&);
};

in this case, the matching registration would be:

qRegisterMetaType<XyzService::Result>("Result")

If you would like to be overly explicit, you may give the signal signature a fully qualified name, then it becomes:

struct XyzService 
{ 
  struct Result {};

  signals:
    void signalDoWork(const XyzService::Result&);
};

and the corresponding registartion:

qRegisterMetaType<XyzService::Result>("XyzService::Result")

works without warnings.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Pavel
  • User mentioned (0): @kevinarpe's
  • Low reputation (1):
Posted by: Piotr Pałucki

79273024

Date: 2024-12-11 20:02:12
Score: 1.5
Natty:
Report link

you didn't install..

pip install pyautogui
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SSujitXX

79273013

Date: 2024-12-11 19:55:10
Score: 1.5
Natty:
Report link

As of Dec 2024, video media queries work again on all major browsers.

<video>
    <source src="/small.mp4" media="(max-width: 600px)">
    <source src="/large.mp4">
</video>

ref: https://scottjehl.com/posts/using-responsive-video/

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

79272990

Date: 2024-12-11 19:47:08
Score: 4
Natty:
Report link

In case helpful; filters are also listed at source in the function: def _get_network_filter in _overpass.py : https://github.com/gboeing/osmnx/blob/main/osmnx/_overpass.py

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

79272982

Date: 2024-12-11 19:46:07
Score: 2
Natty:
Report link

I got this error when I pressed F5 in VSCode with a _test.go file open. When I switched to a non-test file, I could run the program just fine.

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

79272970

Date: 2024-12-11 19:40:06
Score: 2.5
Natty:
Report link

It can't. If the thread is woken spuriously, it will re-compare the value and wait again if unchanged.

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

79272964

Date: 2024-12-11 19:36:05
Score: 3
Natty:
Report link

Order of the components also matter. In my case the parent component was a FlatList and you also need to add "keyboardShouldPersistTaps={'handled'}" there to make it work

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

79272961

Date: 2024-12-11 19:35:05
Score: 3.5
Natty:
Report link

just restarting powershell after setting env path variable worked

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

79272955

Date: 2024-12-11 19:34:05
Score: 2.5
Natty:
Report link

Thanks for all the pointers everyone the thing that ended up working however was adding FROM node:20-alpine3.17 to the docker and docker compose files. As shown in this comment https://github.com/nodejs/docker-node/issues/2175#issuecomment-2530559047

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: codernoob8

79272952

Date: 2024-12-11 19:33:04
Score: 2.5
Natty:
Report link

If you are using PowerShell on Windows it aliases "gs" to the command Get-Member - make sure you run your code from the regular console....

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

79272951

Date: 2024-12-11 19:32:04
Score: 3
Natty:
Report link

Please try checking the folder nearby. I had almost the same problem some time ago, and I found reports in a folder called "/".

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

79272944

Date: 2024-12-11 19:29:03
Score: 1
Natty:
Report link

screensize: QtCore.QSize = (
    self.screen().size() * self.screen().devicePixelRatio()
)

This method retrieves the DPI-aware resolution of the screen in pixels. It ensures accurate scaling for high-DPI displays.

Source

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

79272937

Date: 2024-12-11 19:27:03
Score: 3
Natty:
Report link

My takeaway, is if the documentation says the datatype is opaque, use the functions of the library the datatype came with to manipulate its contents.

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

79272931

Date: 2024-12-11 19:25:02
Score: 4
Natty:
Report link

I am not sure I understand the question. I ran this on my laptop and it did give me the ids you are calling.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: user2133693

79272928

Date: 2024-12-11 19:25:02
Score: 4.5
Natty: 5
Report link

I wrote a whole bluesky thread about this: https://bsky.app/profile/cecisharp.bsky.social/post/3ld2bpp5qj22h

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

79272917

Date: 2024-12-11 19:19:00
Score: 1
Natty:
Report link

To solve your problem you may use application FF-JW_02-8(shooting from a cannon at sparrows) from 1, that satisfies your Constraints(including Input Constraints) and Objective. you must run the app in variant "By Output Resource" with input data(in text file): 7 13 0 6 200 200 0 1 5 0 1 1 0 2 2 0 1 2 0 3 1 0 1 3 1 4 200 0 2 4 2 4 200 0 3 5 3 4 200 0 1 6 1 5 200 0 1 7 2 5 200 0 2 8 2 5 200 0 3 9 4 6 15 0 1 10 5 6 10 0 1 11 0 4 200 1 1 12 0 5 200 1 1 13

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

79272881

Date: 2024-12-11 19:02:56
Score: 2
Natty:
Report link

The issue is likely caused by enabling for install builds only in Xcode under -> Runner -> Build Phases -> Run Script. If you previously encountered a Command PhaseScriptException error, you should disable the "For install builds only" option in the Run Script. After making this change, run the code in Xcode again and check the detailed error message to catch the error as follows. I' m writing this since i have encountered the same issue and mine was about flutter fire.

xcode-detailed-error-message

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

79272879

Date: 2024-12-11 19:01:55
Score: 4
Natty: 4.5
Report link

This permission is not from ScreenCaptureKit but rather CoreAudioTaps. https://developer.apple.com/documentation/coreaudio/capturing-system-audio-with-core-audio-taps

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

79272876

Date: 2024-12-11 19:01:55
Score: 1
Natty:
Report link

The following worked for me (December 2024):

![SVG Image](file.svg)

In this case, file.svg is in the same directory as the containing .md file.

An example: https://github.com/NadavAharoni/Oop_5785/blob/main/Module_004/csharp-boxing-unboxing.md

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nadav Aharoni

79272872

Date: 2024-12-11 19:00:55
Score: 0.5
Natty:
Report link

If someone is editing a Korn (ksh) script this might be the pattern you seek:

printf '%s\n' "${variableWithTabs//[[:blank:]]/}" 
# or 
variable_withoutTabs="${variable_withTabs//[[:blank:]]/}" 

According to this page there is a tab ([[:tab:]]), but that didn't work on the Korn shell where I tested.

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

79272866

Date: 2024-12-11 18:58:54
Score: 1
Natty:
Report link

While importing the excel file to dataverse, if the connection is not live than changes won't automatically reflect inside the dataverse. Just re-import again the excel-file or you can use power Query as well.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Amrendra Singh

79272854

Date: 2024-12-11 18:55:53
Score: 2
Natty:
Report link

We must look at the other end points of the two segments of a polygon which meet at this vertex. If these points lies on the same side of the constructed line,(the first option on your picture) then the intersection point counts as an even number of intersection. But if they lie on the opposite side of constructed line,(2 option on your pic.) then the intersection points counts as a single intersection.

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

79272851

Date: 2024-12-11 18:54:53
Score: 1.5
Natty:
Report link

I had done a direct file transfer of the repo to a new machine and the process did not capture the hidden file .github/workflows/jekyll.yml

This is what triggers the github action to run.

Once added back to the repo the push successfully triggered actions.

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

79272848

Date: 2024-12-11 18:54:53
Score: 2
Natty:
Report link

but ⚠️ if you are using workspace there is still an issue

https://github.com/vitest-dev/vitest/issues/5933

currently I have a workaround: use

vitest --no-file-parallelism
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marc Nicole

79272847

Date: 2024-12-11 18:53:52
Score: 0.5
Natty:
Report link
import time

from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
# set driver at specific folder.
driver = webdriver.Chrome()
driver.get("https://google.com")
#driver.quit()
#time.sleep(30)
while(True):
    pass
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Paresh Hirpara

79272844

Date: 2024-12-11 18:53:52
Score: 1.5
Natty:
Report link

Additional context is that in years/decades past, the Shift+F4 and Shift+F5 keys did in fact differ in one important way. In those Beforetimes, Shift+F4 was for a local refresh from cache, and Ctrl+F5 was used for refresh from server, bypassing cache. At that time, it took much longer (seriously, minimum 3-5 actual human seconds) to refresh from server v. local. That reason no longer exists since today there is effectively no difference between local and server refresh, and that is why they now do the same thing. Or, they are still doing the vintage thing and we just can't tell the difference.

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