79372393

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

I was able to get this working. I edited the hubble-ui service and set the type to NodePort

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

79372390

Date: 2025-01-20 19:04:15
Score: 1.5
Natty:
Report link

SVN is a pretty old version control tool at this point. You're probably going to need to ask the admin to install an app such as https://marketplace.atlassian.com/apps/1212265/svn-gateway-subversion-links-in-jira?tab=overview&hosting=cloud

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

79372357

Date: 2025-01-20 18:46:11
Score: 2
Natty:
Report link

You need to make sure that shape exists, wrap it with an if (schema instanceof ZodObject) {

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

79372352

Date: 2025-01-20 18:44:11
Score: 1.5
Natty:
Report link

In my case, I got the error because I updated the version of a particular library. Use Ctrl + C or Cmd + C and rerun the project.

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

79372339

Date: 2025-01-20 18:39:10
Score: 0.5
Natty:
Report link

First, download the full ranges file from International ISBN Agency. This file will include Registration Groups. Each group has Rules for each publisher range. The ranges are seven digit numbers. The file also always contains the ISBN-13 prefix, so if you are trying to hyphenate an ISBN-10, just add 978 before it and you should be able to find which group to use.

Next, you will need to take the next 7 digits after the first 4 for ISBN-13 or the next 7 digits after the first digit for ISBN-10. Wherever that number falls in the publisher ranges tells you how many digits of the 7 are actually the publisher code. The last digit is the check digit. It can be 0-9 or X (which stands for 10). The rest of the digits are the book code.

One more thing. Even though ISBN-10 and ISBN-13 have the same publisher code and book code so that they look similar, they will not have the same check digit. You can translate an ISBN-10 to ISBN-13 but you will need to use the right algorithm to determine the check digit for ISBN-13. Find that here.

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

79372338

Date: 2025-01-20 18:38:10
Score: 0.5
Natty:
Report link

I had the same issue, i tried everything, but reinstall node_modules helped me.

so, try delete node_modules and delete package-lock.json. and run npm install.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
Posted by: Dax

79372336

Date: 2025-01-20 18:37:09
Score: 1
Natty:
Report link

{"currentState":{"4254160482542923":{"source":"www","schema":{"name":"netflixApp","version":"1.683.0"},"type":["Log","Session"],"id":4254160482542923,"sequence":1,"time":1737396598769},"4254162542683711":{"inputTime":1737396659504,"type":["UserInputTime"],"id":4254162542683711}},"reverseDeltas":[[1],[{"type":["SessionEnded"],"id":4254162616650143,"sequence":18,"time":1737396659506,"duration":1,"sessionId":4254162577051042},{"inputKind":"password","type":["ValidateInput","Action","Session"],"id":4254162577051042,"sequence":17,"time":1737396659505},1],[1],[{"type":["SessionEnded"],"id":4254162671861564,"sequence":20,"time":1737396659662,"duration":0,"sessionId":4254162646152823},{"view":"login","command":"SignInCommand","type":["Navigate","Action","Session"],"id":4254162646152823,"sequence":19,"time":1737396659662},{"memberIdInputKind":"email","type":["MemberIdInputState"],"id":4254160558474487},1],[1],[{"type":["SessionEnded"],"id":4254162726834740,"sequence":22,"time":1737396659662,"duration":0,"sessionId":4254162705482550},{"command":"SignInCommand","view":"login","type":["SignIn","Action","Session"],"id":4254162705482550,"sequence":21,"time":1737396659662},1],[{"view":"passwordInput","duration":6648,"pasted":true,"type":["InputDuration","DiscreteEvent"],"id":4254162777831647,"sequence":23,"time":1737396659663},1],[{"view":"memberIdInput","duration":13541,"pasted":true,"type":["InputDuration","DiscreteEvent"],"id":4254162824407237,"sequence":24,"time":1737396659663}]],"type":"CompactConsolidatedLoggingEnvelope","version":2,"clientSendTime":1737396664512}

how can i find payload position password=value

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Khaled Bei

79372331

Date: 2025-01-20 18:33:09
Score: 1.5
Natty:
Report link

Using the example: This code uses binary search it splits between arr[1] and arr[2]. In the loop the mid is 10 and since it is greater than 5 arr[mid] > arr[mid + 1] h=1 which is the index of 10. It goes through the loop again and checks between 0 and 10 and the index of 10 is returned.

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

79372320

Date: 2025-01-20 18:28:08
Score: 2
Natty:
Report link

I deleted the folder node_modules and I downgraded my vite dependency to 5.0 in package.json and package-lock.json and then run npm install && npm run build and it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Benjamín Sierra

79372315

Date: 2025-01-20 18:27:07
Score: 1.5
Natty:
Report link

Jerome:

Based on this post and your, answer I was able to solve the issue. The problem is that I'm working with SolidWorks PDM another layer of complexity.

PDM is marking the "res" = 1 if the file is read only (or checked-in into the vault)

And "res" = 0 is not read only (if the PDM document is check-out and available for write)

Based on your reply and the post, I was able to play around and make it work with the following:

Dim swApp As SldWorks.SldWorks
Dim Part As SldWorks.ModelDoc2
Sub main()
Set swApp = Application.SldWorks
Set Part = swApp.ActiveDoc
 
On Error Resume Next
Dim FilePath As String
Dim PathSize As Long
Dim PathNoExtension As String
Dim NewFilePath As String
Dim res As Long

FilePath = Part.GetPathName

PathSize = Strings.Len(FilePath)
PathNoExtension = Strings.Left(FilePath, PathSize - 6)
NewFilePath = PathNoExtension & "pdf"
   
res = GetAttr(NewFilePath)

If res = 0 Then
    Part.SaveAs2 NewFilePath, 0, True, False
    Exit Sub
Else
    MsgBox "PDF File is not CHECK OUT"
End If

End Sub

Now I need to figure out the commands to simply Check it out and Check it in automatically from PDM and not force the user to do it manually.

Thank you so very much!.

Adrian

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (0.5): Check it out
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Adrian Crisci

79372311

Date: 2025-01-20 18:26:07
Score: 0.5
Natty:
Report link

I think this method of storing variables will always cause you trouble. You should probably be keeping variables that cross "project" (i.e. environment, deployment) boundaries in your inventory.

The trouble with trying to pick out variables from another folder tree is that there is an algorithm to it. It is loading variables to a group, then the host takes those variables from the group construct.

To try to emulate this you would need to loop through all the groups that host had or {{ group_names }} to see if there is a file to load, or if there is a folder, and if there is a folder, then load all the files in that folder, but only if they are .json, .yml, or .yaml .

And again, back to the original point. If the variables in 'deployment' are applicable to 'environment' based on groups, they really should be in your inventory as group variables.

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

79372308

Date: 2025-01-20 18:26:07
Score: 1
Natty:
Report link

1.) hmm. Its likely that when you are using the debugger tool its mounting a port or attaching a "remote debugger" or thread.

2.) Well if the port is being managed by the IDE, it makes sense that it wouldnt be available if you stop the debugger in the IDE

3.) Its probably configured that way in the application settings to bring down containers / volumes wether dangling or not

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

79372305

Date: 2025-01-20 18:22:06
Score: 0.5
Natty:
Report link

The answers above don't work for mongodb 6. My workaround ;

import { ObjectId } from "mongodb";

const ids = ["6786b6789020e854f0099c0a", "6786b6789020e854f0099c0b"]
const userList = await db.collection("user")
    .find({ _id: { $in: ids.map(_id => ObjectId.createFromHexString(_id)) } })
    .toArray();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eternal Dreamer

79372303

Date: 2025-01-20 18:22:06
Score: 3
Natty:
Report link

As of January 2025, the selected parameter in updatebs4TabItems now requires the tab's id, not it's numerical position in the list.

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

79372285

Date: 2025-01-20 18:11:04
Score: 0.5
Natty:
Report link

In short, no.

From cppreference:

A defaulted comparison operator function is a non-template comparison operator function (i.e., <=>, ==, !=, <, >, <=, or >=) satisfying all following conditions:

  1. It is a non-static member or friend of some class C.
  2. It is defined as defaulted in C or in a context where C is complete.
  3. It has two parameters of type const C& or two parameters of type C, where the implicit object parameter (if any) is considered to be the first parameter.

You can't make the comparison operator a friend of a C structure to meet the 2nd criterion.

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

79372283

Date: 2025-01-20 18:10:04
Score: 1.5
Natty:
Report link

Check out apache2.service.

[Service]
Type=forking
Environment=APACHE_STARTED_BY_SYSTEMD=true
ExecStart=/usr/sbin/apachectl start
ExecStop=/usr/sbin/apachectl graceful-stop
ExecReload=/usr/sbin/apachectl graceful
KillMode=mixed
**PrivateTmp=true**
Restart=on-abort
OOMPolicy=continue
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mark

79372256

Date: 2025-01-20 17:58:01
Score: 2.5
Natty:
Report link

Use HTML

itemName = [ itemName ];

Now you can put unicode characters in your itemName. But if you have thousands of items, it will slow down your GUI printing.

Reference: https://undocumentedmatlab.com/articles/html-support-in-matlab-uicomponents

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

79372247

Date: 2025-01-20 17:55:00
Score: 1
Natty:
Report link

You need to request access to Advertising API in the products tab:

Image of the Advertising API within Linkedin Developer portal

Once you have access the this API you will see other permissions added to your OAuth 2.0 scopes tab of you app.

Added permission on OAuth 2.0 scopes tab

After that, you need to generate a new Access Token using OAuth 2.0 tools ( link below ) :

https://www.linkedin.com/developers/tools/oauth?clientId={YOUR_CLIENT_ID}

Finally you can send the request to post using Bearer Token Auth Type.

I hope that helps.

Reasons:
  • Whitelisted phrase (-1): hope that helps
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: nael.fridhi

79372241

Date: 2025-01-20 17:54:00
Score: 3
Natty:
Report link

I got the same error. When running from interactive shell I can import torch but can't use Tensor or tensor. Module torch has no attribute error.

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

79372233

Date: 2025-01-20 17:52:00
Score: 0.5
Natty:
Report link

For Next.js +15

// eslint.config.mjs

const eslintConfig = [
  ...compat.extends("next/core-web-vitals", "next/typescript", {
    rules: {
      "@typescript-eslint/no-explicit-any": "off",
    },
  }),
];
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ali Hammad

79372223

Date: 2025-01-20 17:48:59
Score: 2
Natty:
Report link

declare @dt as datetime = '1/20/2025'

while DATEPART(dw, @dt) <> 6 BEGIN SET @dt = @dt + 1 END

select @dt

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

79372213

Date: 2025-01-20 17:43:58
Score: 1
Natty:
Report link

The workaround is described in below answer on intellij forum

https://intellij-support.jetbrains.com/hc/en-us/community/posts/23064675521682/comments/23204746556050

as answer is suggesting to include

<version>${lombok.version}</version>

against lombok annotation processor configuration in your pom.xml.

Above solution worked for me!

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

79372201

Date: 2025-01-20 17:39:57
Score: 1
Natty:
Report link

Callback URL, also known as redirect_uri in terms of OAuth2 protocol (see RFC 6749, Section 3.1.2 for more details), is the URL where the authorization server will redirect to, together with the received authentication token. And the received side must handle that properly.

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

79372196

Date: 2025-01-20 17:37:56
Score: 1
Natty:
Report link

By using site set via config/sites/config.yaml

dependencies:

it is recommend to unlcheck the clear-flags in the Advanced Options tab in BE TypoScript-module in order to prevent that the Site Set is overriden.

"If the website uses a mixed setup consisting of a TypoScript template (sys_template) and site sets, it is important to uncheck the "Clear" flag for constants and setup in the TypoScript template. If the "Clear" flag is checked (default), TypoScript settings from site sets are cleared and do therefore not apply."

refer to https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/SiteHandling/SiteSets.html#site-sets-typoscript

You may deactivate the whole template record, but don't forget to include ts from extension via dependencies in your config.yaml. Notice than up to now not all ext. are site set ready, so this way could cause problems.

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

79372183

Date: 2025-01-20 17:33:55
Score: 3.5
Natty:
Report link

The answer always comes after posting, change the filter like so:

enter image description here

my flow now runs in seconds!

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

79372182

Date: 2025-01-20 17:33:55
Score: 0.5
Natty:
Report link

When you try to log 'data' it is not defined there cause you created it inside a function (getEssayData). It is available only in that function. You shoul use useState to set the data which will be available anywhere in the component.


    const [data, setData] = useState(null);

  useEffect(() => {
    async function getEssayData() {
      const res = await fetch("/essayData.json");
      const data = await res.json();
      setData(data); // Save the fetched data in the state
    }
    getEssayData();
  }, []);

  // Log the fetched data when it is available
  useEffect(() => {
    if (data) {
      console.log("Fetched Data: ", data);
      console.log("First item: ", data[0]);
    }
  }, [data]);
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Aghas Ghazryan

79372178

Date: 2025-01-20 17:32:55
Score: 1
Natty:
Report link

I hade the same problem, uses the latest VS 2022 version 17.12.4 and updating the 'Manage Azure Functions toolsets and templates' helped me to get the .NET 9 options.

The update is located at: tools -> options -> Project ans Solutions -> Azure Functions. And the press the 'Check for updates' button.

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

79372177

Date: 2025-01-20 17:32:55
Score: 0.5
Natty:
Report link

Had the same error.The issue was with the export default statement. I had called the function rather than exporting it. My error: export default HomePage(); Correct way: export default HomePage;

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

79372167

Date: 2025-01-20 17:27:53
Score: 3
Natty:
Report link

It seems ts/resolveMath exists in this package: https://github.com/tokens-studio/sd-transforms (npm version at https://www.npmjs.com/package/@tokens-studio/sd-transforms/v/0.11.5)

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

79372166

Date: 2025-01-20 17:27:53
Score: 3.5
Natty:
Report link

Format(dr.Item("mablaq_kr_tef"), "0,000") & " : المجموع"

بێ .ToString

ژ زاخوكا ره‌نگين اومێد بروارى

Reasons:
  • Low length (1):
  • No code block (0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: omed berwary

79372160

Date: 2025-01-20 17:23:52
Score: 2.5
Natty:
Report link

I was able to delete the fid column, run the tools and do some manual fixes, and then add the fid column back to the temp layer, and copy paste back into the source layer. (all while avoiding getting a heart attack about the risk of loosing 430 valuable shapes that i spent hours refining)

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

79372154

Date: 2025-01-20 17:20:52
Score: 0.5
Natty:
Report link

The problem had to do with missing OpenGL modules in the Debian environment.

Adding this:

libgl1 \
libglib2.0-0 \

in the Dockerfile solved the problem

RUN apt-get update && apt-get install -y \
    libgl1 \
    libglib2.0-0 \
    libcairo2 \
    libpango1.0-0 \
    libgdk-pixbuf2.0-0 \
    shared-mime-info \
    libgirepository1.0-dev \
    gir1.2-pango-1.0 \
    gir1.2-gdkpixbuf-2.0 \
    gir1.2-cairo-1.0 \
    python3-gi \
    python3-cairo \
    git \
    build-essential \
    curl \
    && rm -rf /var/lib/apt/lists/*
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Wonjae Oh

79372153

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

Fixed. The underlying issue was case-sensitive folder names. In windows "../../Api/Whatever" is the same as "../../api/Whatever". In Linux... nope. "Api" and "api" are separate and distinct.

Thanks everyone for your time!!

Thanks to our tireless DevOps engineers for spotting this.

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

79372147

Date: 2025-01-20 17:18:51
Score: 2
Natty:
Report link

Yes, your code requires the numbers to be in the exact order. To fix this, sort both lists before comparison:

python Copy Edit while sorted(winning_numbers) != sorted(lotterylist): UK49s draws are random, making winning incredibly rare!

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

79372142

Date: 2025-01-20 17:16:50
Score: 1.5
Natty:
Report link

In 2025, there are much quicker ways to rename repository.

For example, here is quick way to rename Azure repository:

https://learn.microsoft.com/en-us/azure/devops/repos/git/repo-rename?view=azure-devops&tabs=browser

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

79372138

Date: 2025-01-20 17:16:50
Score: 2.5
Natty:
Report link

I just had the same issue. Upgrade expo-camera to version 16.0.13 and the error should go away. It did for me anyway.

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

79372137

Date: 2025-01-20 17:15:50
Score: 3
Natty:
Report link

Thanks to @jarmod in the comments, this worked:

python manage.py runserver 0.0.0.0:7500
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • Has code block (-0.5):
  • User mentioned (1): @jarmod
  • Self-answer (0.5):
Posted by: Omroth

79372134

Date: 2025-01-20 17:15:50
Score: 1.5
Natty:
Report link

What I am going for is a 'one click' roll out, it is mostly there.

I think i'll take the advice of keeping the quick start image and secret refs in the infra deployment.

Then use the Aure CLI to build, push and pull images.

The DevOps pipeline I can see no way of automating the creation and update of the actual pipeline so will need to work on meaningful deployment outputs.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): What I am
Posted by: user3067684

79372132

Date: 2025-01-20 17:13:50
Score: 3.5
Natty:
Report link

Thanks Ajo, your solution works for me

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): works for me
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: adrian luna

79372129

Date: 2025-01-20 17:12:49
Score: 4
Natty:
Report link

Couldn't get it to work in .Net 8, but changing to .Net 9 solved the problem.

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

79372127

Date: 2025-01-20 17:10:48
Score: 4
Natty:
Report link

In Azure portal navigate to the queue and the click on "Service Bus Explorer". Make sure you choose "Receive Mode" and then click on "Purge messages". 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: Xile

79372121

Date: 2025-01-20 17:09:48
Score: 1.5
Natty:
Report link

The following statement does not "save" the lookup map into the data slice in the sense that it would make a backup/copy:

data = append(data, lookup)

In Go, "map types are reference types, like pointers or slices" (according to this blog post). So, lookup refers to an internal map struct stored somewhere in memory. When you append lookup to data, you are copying the reference into the slice, not the whole map data. Afterwards, both lookup and data[0] refer to the same map.

What you can do is either cloning the map (as @legec suggested in the comments):

data = append(data, maps.Clone(lookup))

or, assuming your are looping somewhere, just create a new lookup map for each iteration in the loop body:

data := make([]map[string]string, 0)

for i := range whatever {
    lookup := make(map[string]string)
    // fill lookup map ...
    data = append(data, lookup)
}
Reasons:
  • Blacklisted phrase (1): this blog
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @legec
  • Low reputation (0.5):
Posted by: mwopitz

79372118

Date: 2025-01-20 17:09:48
Score: 2.5
Natty:
Report link

If you tried everything & still does not work, make sure to add the SHA1 ✅ to Firebase, not SHA256 ❌, as Google Sign-In only needs SHA1.

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

79372094

Date: 2025-01-20 17:00:46
Score: 5.5
Natty: 4
Report link

On this link, you can find a workaround using clientside-callback https://github.com/plotly/plotly.py/issues/2114#issuecomment-2163720263

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

79372091

Date: 2025-01-20 16:59:45
Score: 2.5
Natty:
Report link

I assume that you use the dataloader. Why don't you use the Duplicate detection feature ? It detects duplicates and continues to process the remaining records being inserted when detected.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: fredbe

79372083

Date: 2025-01-20 16:56:44
Score: 1
Natty:
Report link

You also can do something like this if you want to see the numbers themself:

import { theme } from 'antd';
const { useToken } = theme;

...

const { token } = useToken();

// break point is between:
token.screenMDMin
token.screenSMMax
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Дима Лобурец

79372078

Date: 2025-01-20 16:56:44
Score: 2.5
Natty:
Report link

To share .NET-specific templates, go to Rider settings, click on Manage Layers button in the bottom right corner, right-click on the layer and click on Export to File..., select Patterns and Templates > Live Templates, click Ok and save the file. Hope this can be useful for you.

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

79372077

Date: 2025-01-20 16:55:44
Score: 3.5
Natty:
Report link

With the new file naming convention, I have provided scripts in https://github.com/Vishnu-BKM/NSE-Data-Download

You can take these scripts (CM and F&O bhav downloads) to fetch files for a date range (made compatible for both old and new formats)

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

79372069

Date: 2025-01-20 16:52:43
Score: 4
Natty: 4.5
Report link

I want to know this too. eg how to read/understand the below ...

<@Param1, sysname, @p1> <Datatype_For_Param1, , int> = <Default_Value_For_Param1, , 0>,

(nb i'm not able to comment as rep is too low.)

Reasons:
  • Blacklisted phrase (1): I want to know
  • Blacklisted phrase (1): to comment
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: americano

79372068

Date: 2025-01-20 16:52:42
Score: 1.5
Natty:
Report link

Found the solution! Somewhere in my frontend there's a configuration to parse from camelCase to snake_case and viceversa. so in my frontend model the names had to be fiscalAddress and governmentId.

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

79372066

Date: 2025-01-20 16:51:42
Score: 1
Natty:
Report link

I don't think that there is a write method on the window object. There is document.write() method, it may work in some browsers but it is deprecated as per MDN.

I am interested to know how window.write() works for you.

If you are still interested in knowing how to use document.write, attaching a snippet here.

https://codepen.io/anup-gopi/pen/GgKXrgP

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

79372056

Date: 2025-01-20 16:48:41
Score: 2
Natty:
Report link

Correct me if I'm wrong. I was thinking of storing proto files in a GitHub submodule and all projects (server/client) will invoke that submodule.

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

79372054

Date: 2025-01-20 16:47:41
Score: 0.5
Natty:
Report link

My preferred method of installing python gdal packages have always been with Christoph Gohlke's wheels (.whl) and pip which have recently moved to GIT Hub - https://github.com/cgohlke/geospatial-wheels

Depending on the python version you are using it might be necessary to look through previous releases to find the package that matches your OS and python version. Each python version requires a different package.

Steps:

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

79372044

Date: 2025-01-20 16:45:39
Score: 6 🚩
Natty: 5.5
Report link

did you implement this function with the PID controller?

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): did you
  • Low reputation (1):
Posted by: Hazem Irshaid

79372043

Date: 2025-01-20 16:43:39
Score: 1.5
Natty:
Report link

Bevor going deeper into your question, I'd like to clarify if each of your applications users has an individual user account at the authorization server of the external service as well?

As far as I see it, you might have mixed up this.

Your applications users authenticate against your asp.net identity, and your application authenticates against the external service. So perhaps all you need is an httpclient which you augment with a clientcredentialmanagement handler from https://docs.duendesoftware.com/foss/accesstokenmanagement/

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: KwaXi

79372038

Date: 2025-01-20 16:42:38
Score: 3
Natty:
Report link

Thank you both. I've tried both ways and they work fine although I ended going back to using nav.OuterXml and IndexOf. The file while containing hundreds of lines only had this one instance where it had three values for one xml node name.

Dave

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

79372037

Date: 2025-01-20 16:42:38
Score: 1
Natty:
Report link
  1. Generate authcode with the below API

    https://accounts.google.com/o/oauth2/auth?client_id=YOUR_CLIENT_ID&redirect_uri=YOUR_REDIRECT_URI&response_type=code&scope=https://www.googleapis.com/auth/spreadsheets&access_type=offline

  2. Generate access token with below API

    curl -X POST https://oauth2.googleapis.com/token
    -H "Content-Type: application/x-www-form-urlencoded"
    -d "code=YOUR_AUTH_CODE"
    -d "client_id=YOUR_CLIENT_ID"
    -d "client_secret=YOUR_CLIENT_SECRET"
    -d "redirect_uri=YOUR_REDIRECT_URI"
    -d "grant_type=authorization_code"

You can use generated access token to hit Googlesheet PUT Rest API.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: SushilMall

79372031

Date: 2025-01-20 16:39:37
Score: 0.5
Natty:
Report link

in my case i deleted the MainActivity.kt after adding it back, it is working fine.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: saigopi.me

79372026

Date: 2025-01-20 16:37:37
Score: 3.5
Natty:
Report link

You can find the 2 officially suggested regular expressions on the Semantic Versioning homepage: https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string

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

79372020

Date: 2025-01-20 16:33:35
Score: 11.5 🚩
Natty: 4.5
Report link

I don't think you're doing something wrong. I have the exact same issue where the content vanishes as soon as I use a custom refresh control component. I've played around with the styling (absolute positioning, flex settings etc.) but have not been able to fix it at all.

Did you ever fix this issue?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever fix this
  • RegEx Blacklisted phrase (1.5): fix this issue?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the exact same issue
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Lenka

79372019

Date: 2025-01-20 16:33:34
Score: 0.5
Natty:
Report link

The '.' in an environment variable that should overwrite a matching application.properties value should be replaced by an '_' and convert to uppercase, ie SPRING_CONFIG_IMPORT - see here

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

79372002

Date: 2025-01-20 16:26:33
Score: 0.5
Natty:
Report link

I found workaround for this problem. If there is NO property spring.config.import in application.properties file then environment variables from Docker, Docker Compose and Kubernetes work file.

Problem is when I try to run this service manually from command line tool. I have to use command with parameter spring-boot.run.arguments then:

mvn -f ./springcloud-fe-thymeleaf-be-springboot-db-sql-mysql-config_BE spring-boot:run -Dspring-boot.run.arguments="--spring.config.import=configserver:http://localhost:8888"
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Chris

79371999

Date: 2025-01-20 16:26:33
Score: 3
Natty:
Report link

Please double check the folder path:

components/ui/button

There is no error in your code.

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

79371993

Date: 2025-01-20 16:24:33
Score: 2
Natty:
Report link

Have you tried thisworkbook.save

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: Piotr Wojtaszek

79371975

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

Well i have found an answer.
I have created all the "objects" on the constructor, with absolutely no references to each other (only the create method), and in the CreateWnd overrided procedure I put all the logical (parents and so on) dependences between objects.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Popa Ovidiu-Razvan

79371973

Date: 2025-01-20 16:18:31
Score: 2.5
Natty:
Report link

This was actually a problem with pulldown_cmark, I believe, using incorrect class names for the version of MathJax.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: swain-mote-further

79371971

Date: 2025-01-20 16:18:31
Score: 3
Natty:
Report link

The problem with the list of classes is that you can't do any processing in the current handler, after the next handler is finished. Or at least not as easily as in CoR.

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

79371964

Date: 2025-01-20 16:15:31
Score: 3
Natty:
Report link
404 Not Found

404 Not Found


nginx Vamos
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: João Vitor

79371961

Date: 2025-01-20 16:15:31
Score: 1
Natty:
Report link

In GoogleSQL you could do something like this:

UPDATE table_name
SET column = REPLACE(column, 'A-', 'A-12-')
WHERE REGEXP_CONTAINS(column, r'A-[0-9]{5}')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: balintd

79371960

Date: 2025-01-20 16:15:31
Score: 1
Natty:
Report link

i appolise to you all, the actual problem is i am using app for device screen test with Device Preview pub library, While use it it will hide textfiled behind keyboard, i think this is bug of this pub library, i remove it and everything work fine, thank YOU.

Reasons:
  • Blacklisted phrase (0.5): thank YOU
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Qutbuddin Bohra

79371958

Date: 2025-01-20 16:14:31
Score: 0.5
Natty:
Report link

Some thoughts on this. First, you've to clarify the rights for the profile pictures. This heavily depends on the jurisdiction under which your services are measured. However, releasing pictures of humans, it's a promising idea to ask for consent by the humans themselves.

Secondly, there's no need for inclusion of the picture claim in the ID token. You could provide it solely on the user info endpoint as well, so only applications which make use of the claim will fetch this data from there.

In other words, it depends on your usecase and requirements.

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

79371934

Date: 2025-01-20 16:07:29
Score: 0.5
Natty:
Report link

In regards to "Single-Node Cluster":

The problem arises because .withExposedPorts(port) exposes the Redis service on a dynamically allocated local port. Meanwhile, the JedisCluster client uses the seed nodes (provided hosts) to resolve the cluster topology via the CLUSTER SLOTS or CLUSTER NODES command. Then, it will use host/port announced by the nodes themself to create connections to a particular node. As you can see from the output you have provided cluster nodes will announce the actual port they are running on (6379) unless cluster-announce-port is specified.

1f2673c5fdb45ca16d564658ff88f815db5cbf01 172.29.0.2:6379@16379 myself,master ...

Since port 6379 is not accessible outside the docker container (e.g., the test container exposes it on a different dynamically mapped port), call to jedis.set("key", "value"); will try to acquire connection to the node using the announced host/port and will fail.

You can overcome this by using statically mapped port bindin or use Jedis provided option for host/port mapping -DefaultJedisClientConfig.Builder#hostAndPortMapper.

Option 1: Expose redis service on predefined port

int externalPort = 7379;
int port = 6379;
Network network = Network.newNetwork();
RedisContainer redisContainer = new RedisContainer(DockerImageName.parse("redis:7.0.5"))
    // Use static port binding together with  cluster-announce-port
    .withCreateContainerCmdModifier(cmd -> cmd.withPortBindings(
        new PortBinding(Ports.Binding.bindPort(externalPort), ExposedPort.tcp(port))))
    .withCommand("redis-server --port " + port +
        " --requirepass " + redisPassword +  // Password for clients
        " --masterauth " + redisPassword +  // Password for inter-node communication
        " --cluster-announce-port " + externalPort +
        " --cluster-enabled yes" +
        " --cluster-config-file nodes.conf"+
        " --cluster-node-timeout 5000"+
        " --appendonly yes" +
        " --bind 0.0.0.0" )
    .withNetwork(network)
    .withNetworkMode("bridge")
    .withNetworkAliases("redis-" + i)
    .waitingFor(Wait.forListeningPort());

Option 2 : Use Jedis hostAndPortMapper

HostAndPortMapper nat = hostAndPort -> {
  if (hostAndPort.getPort() == port) {
    return new HostAndPort(redisContainer.getHost(), redisContainer.getMappedPort(port));
  }
  return hostAndPort;
};
...
//        Connect to the cluster using Jedis with a password
DefaultJedisClientConfig.Builder jedisClientConfig = DefaultJedisClientConfig.builder()
    .password(redisPassword)
    .hostAndPortMapper(nat)
    .ssl(false)
    .connectionTimeoutMillis(10000)
    .socketTimeoutMillis(4000);

Also, make sure the cluster has reached a stable state after slots were configured.

Reasons:
  • Blacklisted phrase (1): regards
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ivo Gaydazhiev

79371911

Date: 2025-01-20 16:00:28
Score: 0.5
Natty:
Report link

For this case you need an adaptive threshold. ADAPTIVE_THRESH_GAUSSIAN_C should give the best results. But you should perform experiments with the blocksize. I think your value 11 is too small. The larger the blocksize, the smoother your T(x,y) threshold will be, and the less noisy the output.

for block_size in range(15, 40, 6):
    print(f'Attempt {block_size=}')
    binarized_image = cv2.adaptiveThreshold(image, 255, 
          cv2.ADAPTIVE_THRESH_GAUSSIAN_C, cv2.THRESH_BINARY, block_size, 2)
    save_my_image(binarized_image,f'myimage{block_size}.png')

You can also experiment with the last parameter, C=2. This is added to the threshold (or subtracted?) so it represents the binary cut-off. Using larger C will reduce the noise, but it may also remove details from the script.

After you find the best block_size, then run another experiment to find the best C value.

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

79371906

Date: 2025-01-20 15:58:27
Score: 1.5
Natty:
Report link

I have this problem even with the 2024 kendo's version, you should tell the document that on modals you should attach to the modal itself

popup: {
    appendTo: $("#modalId")
}
Reasons:
  • Blacklisted phrase (1): I have this problem
  • Low length (1):
  • Has code block (-0.5):
Posted by: javdromero

79371902

Date: 2025-01-20 15:55:27
Score: 2
Natty:
Report link

I was getting this in Antd Table component while using scroll={{x:"max-content"}}, After removing this prop it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vidhanshu borade

79371894

Date: 2025-01-20 15:52:26
Score: 2
Natty:
Report link

For me installing

mkdocstrings-python

manually resolved it.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gordon J. Köhn

79371889

Date: 2025-01-20 15:51:25
Score: 10 🚩
Natty: 5.5
Report link

did you found someway to do it, I want to do the exactly same behavior ?

Reasons:
  • RegEx Blacklisted phrase (3): did you found
  • RegEx Blacklisted phrase (1): I want
  • 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: Amar OULD HAMADOUCHE

79371885

Date: 2025-01-20 15:50:24
Score: 3.5
Natty:
Report link

Thanks, will have a look and compare to same in duckdb.

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

79371884

Date: 2025-01-20 15:50:23
Score: 14 🚩
Natty: 5.5
Report link

friend. Were you able to solve that problem? I'm having the same problem as you, I have the same htaccess configuration and it doesn't work for me. I thought it could be my code with react-router but I already checked it and it's fine. I have already exhausted all the instances

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve that problem?
  • RegEx Blacklisted phrase (3): Were you able
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Leonardo Ariel Meza

79371880

Date: 2025-01-20 15:49:22
Score: 1
Natty:
Report link

YouTube provides an API for this, described at https://developers.google.com/youtube/iframe_api_reference

There are many customizations that may be applied to the (automatically-embedded) video, including autoplay, muting (see this especially for muting: YouTube: How to present embed video with sound muted), inclusion/exclusion of YouTube branding, and on and on. Very nice (IMO) and it eliminates the iframe security problem.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Dennis

79371878

Date: 2025-01-20 15:48:22
Score: 1.5
Natty:
Report link

It sounds like the issue may be with how Spring Security is handling the pre-authentication process. You should check if the authentication headers are being passed correctly (especially in the case of a reverse proxy or external auth system). Also, ensure that your Spring Security configuration has the appropriate pre-authenticated entry point and authentication provider set up. If the user roles or permissions are incorrectly configured, that could also cause the rejection. Let me know if you need help with specific configurations!

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

79371877

Date: 2025-01-20 15:48:22
Score: 0.5
Natty:
Report link

I faced the same issue ...what worked for me is :

  1. Just use this command and press enter:

    npm config set legacy-peer-deps true

  2. then start creating your react app:

    npx create-react-app your-app

    cd your-app

    npm start

    • if error in npm start; then use this command and start again:

    -> npm install ajv@^8 ajv-keywords@^5

    -> npm start

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shivang.J

79371876

Date: 2025-01-20 15:48:22
Score: 1.5
Natty:
Report link

In which phase of the OAuth protocol flow are at the stage you are mentioning? The token request you've shared doesn't specify the grant_type parameter. So perhaps this is missing, and therefore the authorization server can't handle the authorization code.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: KwaXi

79371870

Date: 2025-01-20 15:46:22
Score: 0.5
Natty:
Report link

If you create the .app directory using Platypus and do not optimise the .nib file during the process (i.e. deselect Strip nib file to reduce app size), then you can edit the text in Xcode. The important file is in Contents/Resources/MainMenu.nib (see Contents by right-clicking on the .app and selecting Show Package Contents). Then you can right-click on MainMenu.nib and open it in Xcode and edit the text in the Droplet window.

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

79371867

Date: 2025-01-20 15:46:22
Score: 0.5
Natty:
Report link

I believe you are placing the key 'marshaler' inside the 's3uploader' object when it should be placed at the first level of the exporter:

awss3:
  marshaler: 'otlp_proto'
  s3uploader:
    region: 'us-east-1'
    s3_bucket: 'test-bucket'
    compression: 'gzip'

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nei Ortolá

79371862

Date: 2025-01-20 15:45:21
Score: 0.5
Natty:
Report link

I ended up setting a 150ms delay and setting display:none to make the item disappear completely before animating in the new list. This seems to work in all my required cases.

export const fadeInOutListItemAnimation = trigger('fadeInOutListItem', [
  state('void', style({ opacity: 0, display: 'none'})), // Initial state when the element is not present
  transition(':enter', [
    animate('150ms 150ms ease-in', style({ opacity: 1, display: '*'}))
  ]), // When the element enters
  transition(':leave', [
    animate('150ms ease-out', style({ opacity: 0, display: 'none' })),
  ]) // When the element leaves
]);
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: crazything

79371860

Date: 2025-01-20 15:45:20
Score: 13 🚩
Natty: 6
Report link

hey am stuck on the same issue any solution you can help with ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (1.5): am stuck
  • RegEx Blacklisted phrase (3): you can help
  • RegEx Blacklisted phrase (2): any solution you can help with ?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Crow V

79371853

Date: 2025-01-20 15:42:19
Score: 1
Natty:
Report link

As you didn't mention of which kind your (OAuth2) client is, it's a little bit hard to answer. A good practice is, to follow the IETF best current practices, which are documented als (draft) RFCs:

Browser-Based Applications: https://datatracker.ietf.org/doc/html/draft-ietf-oauth-browser-based-apps

Native Apps: https://datatracker.ietf.org/doc/html/rfc8252

Many aspects, like cookie policy etc. are described there in depth. You could also try to look for a OAuth2 library for your software library that helps you with client-side token management. This would be my first approach, to takle the problem.

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

79371843

Date: 2025-01-20 15:40:17
Score: 6 🚩
Natty: 5
Report link

https://www.youtube.com/watch?v=55x5Hlm03lA Go to this video you will find the solution of problem

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: FARAZ ALAM

79371831

Date: 2025-01-20 15:36:16
Score: 1
Natty:
Report link

I discovered that I need to disable the alert in order to change the threshold.

To change a project-level MongoDB Alert:

  1. Sign in to MongoDB Atlas.
  2. Go to the Projects page for the desired Organization.
  3. Click on the project that has the alert to be modified. In the upper-left hand portion of the screen there is a project drop-down box.
  4. Click the kabob icon (three vertical dots) to the right of the project drop-down box and select "Project Settings". The Project Settings page will appear with a navigation pane on the left.
  5. Click "Alerts" in the navigation pane.
  6. Disable the desired alert.
  7. Edit it and set it to the desired configuration.
  8. Enable the alert.
Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: bartonstanley

79371828

Date: 2025-01-20 15:35:15
Score: 4
Natty: 5
Report link

just adding a question on this thread! For each Social media I'll need to update the properties in order to obtain better Rich Previews??

If we use it for Meta products (whatsapp, instagram, facebook), Twitter (Xuitter)& Linkedin for instance.

How it would look like?

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

79371810

Date: 2025-01-20 15:29:13
Score: 1.5
Natty:
Report link

DLT can incrementally update live tables when the underlying data sources and transformations allow it, unlike Redshift materialized views, which often require full refreshes when using complex joins.

The code you mentioned needs to be fully re-computed every time.

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

79371809

Date: 2025-01-20 15:29:12
Score: 7.5 🚩
Natty: 6.5
Report link

@maxime @rion - is this for github cloud?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @maxime
  • User mentioned (0): @rion
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Venkatesh R

79371798

Date: 2025-01-20 15:27:10
Score: 4.5
Natty: 5
Report link

This worked. Thank you so much

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

79371797

Date: 2025-01-20 15:27:10
Score: 2.5
Natty:
Report link

bash is giving me the following message when entering git pull origin feature/style

Couldn't find feature/style

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

79371792

Date: 2025-01-20 15:25:09
Score: 2.5
Natty:
Report link

To achieve what you're asking you have to execute the command:

git reset --hard <commit-hash>

You can find more infos at the following link:

https://git-scm.com/docs/git-reset#Documentation/git-reset.txt-emgitresetemltmodegtltcommitgt;

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

79371776

Date: 2025-01-20 15:22:09
Score: 1
Natty:
Report link

Short version:

$d = 14558;

for ($n = 1, $c = 'A'; $n < $d; ++ $n, ++ $c) ;

echo $c; /// UMX
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dima.rus

79371758

Date: 2025-01-20 15:17:08
Score: 2
Natty:
Report link

For anyone having the issue of not seeing pages in the parent page dropdown here in 2025. The dropdown on the new editor limits the list to 100 pages. So if you have more, you will not see the new pages. The way around the limit of 100 pages without adding a plugin is to go to the Pages overview page like you're going to edit a page. Click Quick Edit on the page you want to set a parent page to. And there is the old classic dropdown there that will list all your pages.

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

79371745

Date: 2025-01-20 15:14:07
Score: 2.5
Natty:
Report link

I also had this error in the console. I had given the path of my css file like this, "app.css", even though everything was ok, it was linked and the files were next to each other, but after I gave the path in the basic way, it was ok. became "./app.css"

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

79371740

Date: 2025-01-20 15:13:07
Score: 1
Natty:
Report link

You are using a one way mapping here:

@ManyToOne
@JoinColumn(name="user_id")
private Users user;

But you are missing the mapping from user to Blog: the Users.java should have:(a user has many blogs)

@OneToMany(mappedby="user_id")
private List<Blog> blogs;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Salah Eddine Khouadri