79298120

Date: 2024-12-20 18:37:03
Score: 1
Natty:
Report link

Few things I would suggest:

  1. Test with test ad units id provided by Google https://developers.google.com/admob/android/test-ads and see if you see any ads.
  2. Try enabling test device https://developers.google.com/admob/android/test-ads#enable_test_devices
  3. Check the logcat and see if there's any error
  4. Add the callback to see if there's any error returned https://developers.google.com/admob/android/banner#ad_events I am assuming you should see something in the fail callback which could help understand the issue futher.
override fun onAdFailedToLoad(adError : LoadAdError) {
     // Code to be executed when an ad request fails.
   }
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MXC

79298116

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

Task :app:checkReleaseDuplicateClasses FAILED Task :app:dexBuilderRelease Task :react-native-reanimated:buildCMakeRelWithDebInfo[x86_64] FAILURE: Build failed with an exception.

A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.13.1.aar -> core-1.13.1-runtime (androidx.core:core:1.13.1) and support-compat-26.1.0.aar -> support-compat-26.1.0-runtime (com.android.support:support-compat:26.1.0) Duplicate class android.support.v4.app.INotificationSideChannel$Stub found in modules core-1.13.1.aar -> core-1.13.1-runtime (androidx.core:core:1.13.1) and support-compat-26.1.0.aar -> support-compat-26.1.0-runtime (com.android.support:support-compat:26.1.0) Duplicate class android.support.v4.app.INotificationSideChannel$Stub$Proxy found in modules core-1.13.1.aar -> core-1.13.1-runtime (androidx.core:core:1.13.1) and support-compat-26.1.0.aar -> support-compat-26.1.0-runtime (com.android.support:support-compat:26.1.0) Duplicate class android.support.v4.media.MediaBrowserCompat found in modules media-1.7.0.aar -> media-1.7.0-runtime (androidx.media:media:1.7.0) and support-media-compat-26.1.0.aar -> support-media-compat-26.1.0-runtime (com.android.support:support-media-compat:26.1.0)```

Has anyone faced the above issue when we run eas build --platform android --profile production . We are using expo sdk 52 and react-native "0.76.5"?

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

79298106

Date: 2024-12-20 18:33:01
Score: 1
Natty:
Report link

I mean, you can do whatever you like, basically? Here’s an example that just displays the title of the current Hosting Environment by injecting IWebHostEnvironment right into the Razor page:

@page
@model MyApp.IndexModel
@inject Microsoft.AspNetCore.Hosting.IWebHostEnvironment Env

<h1>@Env.EnvironmentName</h1>

That’s pretty much how it’s done in this sample from the docs: https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/fundamentals/environments/samples/6.x/EnvironmentsSample/Pages/About.cshtml

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: BenderBoy

79298103

Date: 2024-12-20 18:31:01
Score: 2
Natty:
Report link

The error might came because for a few reasons such as: 1.API endpoint is incorrect. 2.Maybe CORS issues. 3.server gets error like 404 or 401

I think by solving these error can work !!

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sourabh Singh Bais

79298101

Date: 2024-12-20 18:29:00
Score: 4
Natty:
Report link

Solved: I just had to remove the 1.18.36 tag for javax.persistence dependancy

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

79298097

Date: 2024-12-20 18:27:59
Score: 2
Natty:
Report link

I am not using pendingintent but still got the same error,

I update the messaging library and its works

implementation 'com.google.firebase:firebase-messaging:24.1.0'

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

79298078

Date: 2024-12-20 18:13:56
Score: 4.5
Natty:
Report link

Came across the same error and your answer helped me to solve the issue @kaveh

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @kaveh
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mpetha Sthebiso Motaung

79298073

Date: 2024-12-20 18:12:55
Score: 1.5
Natty:
Report link

Running in the same problem here. The mdl_sessions table doesn't seem to get any cleaning at all.

I'm just a Moodle admin, not a dev, not a sys admin. I installed Moodle on my machine to try to figure out what was happening. The scheduled tasks runs normally, the sessions folder gets cleaned, but nothing changes in the mdl_sessions table.

So on a busy production site, we can reach millions of entries in mdl_sessions, mostly from userid=0. And I think it causes the task to eventually fail.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: François Lizotte

79298061

Date: 2024-12-20 18:07:54
Score: 1.5
Natty:
Report link

There's the "Default Task" feature in Bitbucket, where you can create a Task that shows up on all created PRs. Except release branches, for some weird reason. I have no idea why that exemption exists.

https://www.atlassian.com/blog/bitbucket/default-pull-request-tasks

For the use case where you want to have tasks on PRs for release branches, you could write a script that creates a task on a PR through Bitbucket's API and call that script through in your pipeline.

https://community.atlassian.com/t5/Bitbucket-questions/How-to-create-Pull-Request-task-using-REST-api/qaq-p/720958

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

79298056

Date: 2024-12-20 18:07:54
Score: 2.5
Natty:
Report link

Found The issue!! I am using ListView.builder(), inside SingleChildScrollView() due to which the error occured. i replaced my ListView.builder() with map and everything worked fine.

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

79298048

Date: 2024-12-20 18:05:53
Score: 3
Natty:
Report link

most times the best option is just not give the image a height-unit in pixel try using stuff like percentage or leave it auto

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

79298041

Date: 2024-12-20 18:01:52
Score: 1
Natty:
Report link

Expanding on @Chad Baldwin's answer. On Mac you'll soon reach the shell argument limit. Use xargs to resolve this:

$ rg -l "my first match" | xargs rg "my second match"

If you want to find N matches:

$ rg -l "my first match" | xargs rg -l "my second match" | ... | xargs rg "my final match"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Chad
Posted by: Jack

79298039

Date: 2024-12-20 18:00:51
Score: 11.5
Natty: 8.5
Report link

@windy Can you help me to find dataSyncId?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can you help me
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @windy
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Nguyễn Đức Tuấn Minh

79298031

Date: 2024-12-20 17:56:49
Score: 2.5
Natty:
Report link

i guess it's a path error, can you please try below,

export { auth } from '../../lib/firebase/core'; // Explicitly include the file

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

79298021

Date: 2024-12-20 17:52:49
Score: 3.5
Natty:
Report link

Faced same problem, used ChatGPT. It was resolved.

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

79298020

Date: 2024-12-20 17:51:48
Score: 1.5
Natty:
Report link

Update the Java Runtime for Gradle in Android Studio Settings. This worked for me. enter image description here

Reasons:
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: atmaram

79298015

Date: 2024-12-20 17:47:47
Score: 0.5
Natty:
Report link

You can either add maven { url 'https://jitpack.io' } directly to the build.gradle file of the project or include it to the plugin using the following approach:

[rootProject, this].each {
    it.allprojects {
        repositories {
            maven { url 'https://jitpack.io' }
        }
    }
}

This setup will look like:

allprojects {
    repositories {
        google()
        mavenCentral()
    }
}

[rootProject, this].each {
    it.allprojects {
        repositories {
            maven { url 'https://jitpack.io' }
        }
    }
}

apply plugin: "com.android.library"
apply plugin: "kotlin-android"

ref: 1 2

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

79298013

Date: 2024-12-20 17:47:47
Score: 0.5
Natty:
Report link

You can use plugins such as Yoast SEO or Prevent Direct Access (PDA) to precisely control what should be indexed and what shouldn't be.

Solutions mentioned in this article could be useful in your case - https://woorkup.com/wordpress-image-attachment-page/

Reasons:
  • Blacklisted phrase (1): this article
  • Whitelisted phrase (-1.5): You can use
  • Whitelisted phrase (-1): in your case
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: mysandesh

79297992

Date: 2024-12-20 17:35:43
Score: 8.5 🚩
Natty: 5.5
Report link

I'm having this same issue now, did you ever find the solution to this problem ?

Reasons:
  • RegEx Blacklisted phrase (3): did you ever find the solution to this problem
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mel

79297991

Date: 2024-12-20 17:35:42
Score: 3.5
Natty:
Report link

To resolve the [invalid_token_response] error in Azure Web App, change the DNS zone option in the networking section from 'Custom' to 'Default' (Azure provided).

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

79297990

Date: 2024-12-20 17:35:42
Score: 0.5
Natty:
Report link

There is something we call it Angular’s tree-shaking process

CommonModule provides a collection of commonly used directives (NgIf, NgForOf, NgClass, ...) and pipes (DatePipe, CurrencyPipe, ...) and importing CommonModule means that you get all of these features in your module and this import is usually done at the module level.

but at the end of the day Angular’s tree-shaking process during building for production will generally eliminate unused code, so unused pipes or directives won’t be included in the final bundle.

about the runtime we have lots of overloaded features and data which importing all CommonModule is nothing compare to them :)

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

79297980

Date: 2024-12-20 17:31:41
Score: 1
Natty:
Report link

After looking at serveral resourced (and a link included by sinoroc in the comments - thanks) and Youtube videos, I ended up reorganising my layout:

├── LICENSE
├── pyproject.toml
├── README.md
└── src
    ├── controller
    │   ├── conn_mgr.py
    │   └── ora_tapi.py
    ├── __init__.py
    ├── lib
    │   ├── config_manager.py
    │   └── __init__.py
    ├── model
    │   ├── api_generator.py
    │   ├── db_objects.py
    │   ├── framework_errors.py
    │   ├── __init__.py
    │   ├── session_manager.py
    │   └── user_security.py
    ├── OraTAPI.csv
    ├── resources
    │   ├── config
    │   │   ├── OraTAPI.ini
    │   │   └── OraTAPI.ini.sample
    │   └── templates
    │       ├── column_expressions
    │       │   ├── inserts
    │       │   │   ├── created_by.tpt
    │       │   │   ├── created_by.tpt.sample
    │       │   │   ├── updated_on.tpt
    │       │   │   └── updated_on.tpt.sample
    │       │   └── updates
    │       │       ├── created_by.tpt
    │       │       ├── created_by.tpt.sample
    │       │       ├── updated_on.tpt
    │       │       └── updated_on.tpt.sample
    │       ├── misc
    │       │   ├── trigger
    │       │   │   ├── table_name_biu.tpt
    │       │   │   └── table_name_biu.tpt.sample
    │       │   └── view
    │       │       ├── view.tpt
    │       │       ├── view.tpt.lbase_sample
    │       │       └── view.tpt.sample
    │       └── packages
    │           ├── body
    │           │   ├── package_footer.tpt
    │           │   ├── package_footer.tpt.sample
    │           │   ├── package_header.tpt
    │           │   └── package_header.tpt.sample
    │           ├── procedures
    │           │   ├── delete.tpt
    │           │   ├── delete.tpt.sample
    │           │   ├── upsert.tpt
    │           │   └── upsert.tpt.sample
    │           └── spec
    │               ├── package_footer.tpt
    │               ├── package_footer.tpt.sample
    │               ├── package_header.tpt
    │               └── package_header.tpt.sample
    ├── setup.sh
    └── view
        ├── console_display.py
        ├── __init__.py
        ├── interactions.py
        └── ora_tapi_csv.py

I removed the setup.py and MANIFEST.ini and went with the following pyproject.toml file:

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[project]
name = "OraTAPI"
version = "1.0.6"
description = "Oracle Table API Generator Application"
authors = [
    { name = "Clive" }
]

# Useful if publishing through PyPI
keywords = [
    "python",
    "oracle",
    "database",
    "plsql",
    "table api",
    "stored procedures",
    "views",
    "database triggers",
    "code generator",
    "automation"
]

# Metadata
classifiers = [
    "Programming Language :: Python :: 3",
    "Development Status :: 4 - Beta",
    "Intended Audience :: Developers",
    "Topic :: Database",
    "Topic :: Software Development :: Code Generators",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent"
]

# Specify the package directory
[tool.setuptools.packages.find]
where = ["src"]

[project.urls]
"Repository" = "https://github.com/avalon60/OraTAPI"

# Include additional resources
[tool.setuptools.package-data]
"*" = ["*.ini", "*.ini.sample", "*.tpt", "*.tpt.sample"]

# Declare scripts as dynamic
dynamic = ["scripts"]

# Scripts defined under `[project.scripts]`
[project.scripts]
conn_mgr = "controller.conn_mgr:main"
ora_tapi = "controller.ora_tapi:main"

NOTE: I didn't include the dependencies in the above.

It was this section which was critical:

*# Include additional resources
[tool.setuptools.package-data]
"*" = ["*.ini", "*.ini.sample", "*.tpt", "*.tpt.sample"]*

This caused the wheel file to start including the resources folder. However, it didn't include the resources folders into the dist file. To get these to be included, I had to use this command:

git add src/**/*.ini src/**/*.tpt

Note that you need to use setuptools-scm for the above solution.

I was hoping that I would be able to get the entrypoint scripts working:

*# Scripts defined under `[project.scripts]`
[project.scripts]
conn_mgr = "controller.conn_mgr:main"
ora_tapi = "controller.ora_tapi:main"*

But this just didn't seem to work - nothing got placed in the venv/bin directory. Anyway, I came to the conclusion that deploying an application, which includes config files and templates that the end-user needs to modify, just wasn't that practical - they get hidden deep in the site-packages directory, e.g. venv/lib/python3.10/site-packages. If I had gotten the entrypoints working I may have considered having the program clone the config and templates to a more suitable location, but the juice didn't apear to be worth the squeeze.

At least I got to the point where I'd be able to develop a distributable package the newer way (using pyproject.toml).

Anyone interested may find this Youtube video useful, and educational. Especially the techniques used to handle your own packages: https://www.youtube.com/watch?v=v6tALyc4C10&t=1613s

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): youtube.com
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: avalon20

79297977

Date: 2024-12-20 17:31:41
Score: 2
Natty:
Report link

It seems like there is no official way to do that (see on the NixOS Discourse: Why is there only one version in nixpkgs?).

Some options that are available for that purpose are:

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

79297976

Date: 2024-12-20 17:30:41
Score: 1
Natty:
Report link

if you're on Vscode make sure you export flask debug environment variable:

export FLASK_DEBUG=1

After pass debug as true into app.run()

app.run(debug=True)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ally leandre

79297975

Date: 2024-12-20 17:30:41
Score: 3
Natty:
Report link

Set the path and then make HTML default according to your browser because it might open in VS code or any text editor

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

79297970

Date: 2024-12-20 17:29:40
Score: 4
Natty: 4.5
Report link

Still doesn't seem to have a solution. See open issue: https://github.com/mapbox/mapbox-gl-js/issues/9937

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

79297968

Date: 2024-12-20 17:28:37
Score: 10.5 🚩
Natty:
Report link

Sei que é um post de 14 anos atrás, mas ainda é um dúvida frequente, então aqui está a minha contribuição.

Crie um arquivo "fonts.js" (o nome do arquivo não é importante) em algum local do seu projeto e o inclua na tag da sua página principal. Este é o arquivo onde você irá carregar suas fontes.

image example 01

Entre no arquivo e coloque o seguinte código:

const fonts = [
  new FontFace('myFont', 'url(path/of/your/font.ttf)')
]
    
fonts.forEach(item => item.load().then(font => document.fonts.add(font)))

No objeto const fonts = [ ] você pode colocar todas as suas fontes usando o new FontFace(), onde, no primeiro parâmetro você irá colocar o nome da família da fonte e no segundo parâmetro o caminho até a fonte.

A linha de baixo

fonts.forEach(item => item.load().then(font => document.fonts.add(font)))

é responsável por carregar as fontes que estão dentro do objeto "fonts" no document, meio que a parte nativa da página.

Caso queira adicionar mais fontes, basta criar uma nova FontFace dentro do objeto "fonts", dessa forma:

const fonts = [
  new FontFace('myFont', 'url(path/of/your/font.ttf)'),
  new FontFace('myFont2', 'url(path/of/your/font2.ttf)'),
  new FontFace('myFont3', 'url(path/of/your/font3.ttf)')
]
    
fonts.forEach(item => item.load().then(font => document.fonts.add(font)))

Pronto! Suas fontes estão carregadas. Para usar em seus textos usando canvas js, basta chamar o nome da família da fonte.

ctx.font = "16px myFont";
ctx.fillStyle = "black";
ctx.fillText("Hello World!", 20, 30);

Espero ter ajudado.

Reasons:
  • Blacklisted phrase (2): Espero
  • Blacklisted phrase (3): você
  • Blacklisted phrase (1): está
  • Blacklisted phrase (1): então
  • Blacklisted phrase (1): não
  • Blacklisted phrase (2): código
  • Blacklisted phrase (1): todas
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pablo Aviz

79297964

Date: 2024-12-20 17:25:36
Score: 1
Natty:
Report link

it depends on what you do, and how many columns data have.

  1. Batch Job in data of many columns -> Parquet, Polars is best. it can read few of specific columns you need. it cnsumes less memory. So, faster.

  2. Batch Job in data of few columns -> choose the more comfortable for you. But, if your machine's performance(CPU, memory) is fairly lower than server, I think database would be faster.

  3. Batch Job in data of Large columns -> Server(Database) would be faster. But, if the server already stored data in parquet, Polars would be faster.

  4. ACID Job with single transaction -> only Database

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

79297957

Date: 2024-12-20 17:22:35
Score: 0.5
Natty:
Report link

[for Windows] Download and copy contents of tkinter2dnd2 to conda packages directory (something like: C:\Users<YourUserName>\anaconda3\Lib\site-packages) in newly created folder named TkinterDnD2. When importing pay attention to uppercase letters, like:

from TkinterDnD2 import TkinterDnD
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hamflow

79297949

Date: 2024-12-20 17:20:34
Score: 3
Natty:
Report link

Thanks everyone for your help! The problem turned out to be that I had previously created a Class Module also with the name of "MasterCampaign." I changed that to "Master_Campaign" and now I am able to name the Worksheet codename to "MasterCampaign." I don't use the now-named "Master_Campaign" class and had forgotten it existed.

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

79297924

Date: 2024-12-20 17:07:32
Score: 1
Natty:
Report link

you can Try Embedding Data with Metadata: Include summarization keys as tags and document sources in the metadata for each chunk. Metadata can have A basic "route idea" key for the chunk. Source: Origin of the document. Tags: Key information extracted from the document. [politics,health, billing,tool] these keys can be generated though LLM itself while creating embeddings

Filtering Using Metadata: While retrieving chunks from the vector store, use the metadata (e.g., tags, source) to filter the results effectively. Chaining Prompts for Query Handling for user input :
Prompt 1: Identify the route tags based on the query.
Prompt 2: Use these tags to filter or re-rank the chunks retrieved from the vector store.
Prompt 3: Combine the system prompt with the context to generate the final response using the LLM.

Let me know if you’ve already implemented any approach that works for you or are still stuck. If needed, we can collaborate to refine this approach further.

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

79297917

Date: 2024-12-20 17:05:31
Score: 2.5
Natty:
Report link

There is an example in the logging cookbook that you could use LoggerAdapter to circumvent the actual settings and to use your formatting.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Győző Papp

79297911

Date: 2024-12-20 17:04:31
Score: 3
Natty:
Report link

There's a neat library for the GitHub API compatible with Arduino and esp32 devices

https://github.com/aeonSolutions/AeonLabs-GitHub-API-C-library

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: Miguel Tomás

79297900

Date: 2024-12-20 16:59:29
Score: 13.5
Natty: 7.5
Report link

I have the same problem, did you solve the problem?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): did you solve the problem
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Furkan Tombaş

79297896

Date: 2024-12-20 16:57:28
Score: 4.5
Natty: 4.5
Report link

when I debug the handler I have the username and password value but when I go to the webserver not the variable has nodata.

String usernameFromHeader = (String) ctx.getMessageContext().get("USERNAME");

Anyone have some idea?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): when I
  • Low reputation (1):
Posted by: Scosteira

79297894

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

Steam has a custom protocol (steam://), and even it uses two buttons:

Install Steam | Play Now

To test if a URL works, we can use fetch, and if we get a successful response (2XX result), it means the site exists. However, unfortunately, for security reasons, this does not apply to custom protocols.

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

79297881

Date: 2024-12-20 16:50:26
Score: 1.5
Natty:
Report link

To help you more we would need to understand the following things:

  1. What type of data are you using? How much data is there? What's the quality of the data?

  2. What are you trying to predict?

  3. Is accuracy the right measure for the task?

  4. What accuracy have you reached so far (getting from 40->50% accuracy is easier than 90->95% accuracy)

In general I'd say this is a difficutl question to answer without a lot more information.

General tips: Try a different deep learning model Try a different loss function Check for overfitting Try training for more epochs Try a different optimiser Look at individual failure cases, work out what the model is doing wrong and design your own tweaks to handle those cases.

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

79297879

Date: 2024-12-20 16:48:25
Score: 3
Natty:
Report link

It inadvertently replaces numbers: Original: This_is my code !@# characters are not $ allowed% remove spaces ^&*(){}[]/:;,.?/123456789"' Desired : This_is-my-code-----characters-are-not---allowed--remove-sp‌​aces---------------‌​----123456789 Result : This_is-my-code-----characters-are-not---allowed--remove-spaces-----------_-----------------

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Filler text (0.5): ---------------
  • Filler text (0): -----------
  • Filler text (0): -----------------
  • Low reputation (1):
Posted by: Stuart Naveran

79297874

Date: 2024-12-20 16:46:25
Score: 1.5
Natty:
Report link

install the express and @types/express with same version

Example

    "@types/express": "^4.17.21",
    "express": "^4.21.2",
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kamlesh kumar

79297872

Date: 2024-12-20 16:45:24
Score: 1
Natty:
Report link

Considering that your fileInfo.PhysicalPath; has backslashes, you would have to escape them fileInfo.PhysicalPath.Replace(@"\", @"\\"). You should now be able to access this in your Javascript code as @Html.Raw(Json.Serialize(@filePath)) or just plain '@filePath'.

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

79297861

Date: 2024-12-20 16:39:23
Score: 5
Natty:
Report link

i have same problem when upgrade to v19. I realized that the problem was because I was making my API calls like this. http.get("api/apiadress") I'm using a middleware (http-proxy-middleware) in the server.ts file and prerender was working without any problems in v18.

When I updated to v19 I now noticed that API calls start with address "ng-localhost". The problem was solved when starts with http://localhost or http://127.0.0.1 to API calls.

Reasons:
  • Blacklisted phrase (1): i have same problem
  • No code block (0.5):
  • Me too answer (2.5): i have same problem
  • Low reputation (1):
Posted by: ekonovich

79297858

Date: 2024-12-20 16:38:22
Score: 2.5
Natty:
Report link

could you please provide the entire reproducible code so I can try to replicate your issue? I tested the following code, and justify-between works as intended, so I’m unable to reproduce the problem.

import React, { Component } from 'react';
import { render } from 'react-dom';
import './style.css';

class App extends Component {
  constructor() {
    super();
    this.state = {
      name: 'React',
    };
  }

  render() {
    return (
      <>
        <nav className="w-full flex justify-between">
          <div>asdsad</div>
          <div>asdsad</div>
          <div>asdsad</div>
        </nav>
      </>
    );
  }
}

render(<App />, document.getElementById('root'));

Here on this image you can see the result:

Problem solved

Reasons:
  • RegEx Blacklisted phrase (2.5): could you please provide
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Peter Plevko

79297856

Date: 2024-12-20 16:38:22
Score: 1
Natty:
Report link

The UnicodeReport.jrxml file on the master branch works with JasperReports 7.x.

If you want the report that works with JasperReports 6.21.0 you can see the file as present on the 6.21.0 tag: https://github.com/TIBCOSoftware/jasperreports/blob/6.21.0/jasperreports/demo/samples/unicode/reports/UnicodeReport.jrxml

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

79297852

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

Press ALT and drag and select the block with the mouse.

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

79297832

Date: 2024-12-20 16:28:20
Score: 2
Natty:
Report link

I was able to solve the problem. Sharing for others.

1. Do I just need changes in application.yaml to make my springboot3 work in SSL?

Yes. Springboot3 offers SSL bundle which can be used.

2. Do I need to convert .crt and .key to any other format? or can Springboot3 work with that fine?

Not required. In Springboot3, you can directly consume .crt and .key files

3. How can I fix my errors? I understand that it is related to SSL configuration. I tried this org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop' and Failed to start 'webServerStartStop' spring boot app and it didnt help. And fyi - I am trying to consume the.crt and .key during run time as they reside inside my container in eks cluster which I read during app start up.

you just need below changes in your application.yml file and can consume .crt and .key directly from your local or from your container. In my case, I added the port as 8443 in my application yaml but my app was exposed in 8083. I fixed that too.

server:
  port: 8083 
  ssl:
    enabled: true
    bundle: mybundle
    enabled-protocols: TLSv1.3

spring:
  ssl:
    bundle:
      pem:
        mybundle:
          keystore:
            certificate: /path/to/cert.crt
            private-key: /path/to/cert.key
      jks:
        client:
          trust-store:
            location: classpath:trust.jks
            password: <truststore password> 
            type: jks
Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): I am trying to
  • Whitelisted phrase (-2): I fixed
  • RegEx Blacklisted phrase (1.5): How can I fix my errors?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: extractor

79297822

Date: 2024-12-20 16:25:19
Score: 1.5
Natty:
Report link

Turns out the fix was manually copying the command VSCode runs to debug, and running it in the integrated terminal manually.

This worked for debugging it once, and the entire system fixed itself somehow after.

I have no idea why, or what was happening originally. This seems like a bug still, however it is "resolved."

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

79297802

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

Impeller already does what you're asking automatically and actually doesn't depend on Vulkan. On iOS and macOS, Impeller uses Metal, not Vulkan. On Android, it uses Vulkan if available, and otherwise falls back on OpenGL.

From the page you linked:

Impeller uses, but doesn't depend on, features available in modern APIs like Metal and Vulkan.

Flutter enables Impeller by default on Android. On devices that don't support Vulkan, Impeller will fallback to the the legacy OpenGL renderer. No action on your part is necessary for this fallback behavior.

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

79297800

Date: 2024-12-20 16:17:18
Score: 2.5
Natty:
Report link

Use this command to set a default Node.js version. For example, to set version 16 as the default, use: nvm alias default 16. You can replace 16 with any other version, such as 18, 20, or 22, depending on your needs.

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

79297798

Date: 2024-12-20 16:16:18
Score: 2.5
Natty:
Report link

AIMBOT 95% VIP [FREE FIRE].zip 1 /storage/emulated/0/Android/data/com.dts.freefireth/AIMBOT 95% VIP [FREE FIRE].zip: open failed: EACCES (Permission denied)

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

79297796

Date: 2024-12-20 16:15:18
Score: 3
Natty:
Report link

You can checkout this detailed article explaining the reason for this behaviour in javascript.

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

79297789

Date: 2024-12-20 16:13:17
Score: 4
Natty:
Report link
//@version=2
study(title = "Directional Flow Analyzer Indicator Heikin Ashi", shorttitle="Directional Flow Candles", overlay=true)

len=input(10)
o=ema(open,len)
c=ema(close,len)
h=ema(high,len)
l=ema(low,len)

haclose = (o+h+l+c)/4
haopen = na(haopen[1]) ? (o + c)/2 : (haopen[1] + haclose[1]) / 2
hahigh = max (h, max(haopen,haclose))
halow = min (l, min(haopen,haclose))

len2=input(10)
o2=ema(haopen, len2)
c2=ema(haclose, len2)
h2=ema(hahigh, len2)
l2=ema(halow, len2)

col=o2>c2 ? red : lime
plotcandle(o2, h2, l2, c2, title="heikin smoothed", color=col)

Please help me to update this pine script from version 2 to the latest version 5 or 6

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me to
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mani Kandan

79297776

Date: 2024-12-20 16:07:15
Score: 3
Natty:
Report link

I have built a dynamic enum that can be useful for your project. I’ve published it on GitHub, and you can refer to it here: flexiEnums

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

79297750

Date: 2024-12-20 15:56:13
Score: 0.5
Natty:
Report link

either run it in jupyter, or if you have conda run the (Given_Name).py file by just opening conda prompt window and typing its (Given_Name).py and pressing Enter (conda probably is directed to your PATH to read your .py files, if it is not reading your file in a right directory, you can give a new directory on the same Drive (like Drive C) using cd command like: cd C:\Program Files)

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

79297711

Date: 2024-12-20 15:40:09
Score: 1
Natty:
Report link

When it's run, there was a blank form underneath it, and I wanted to hide it

Pay attention to @Bryan Oakley and @acw1668

The problem can be fixed.

Pay attention to @Bryan Oakley and @acw1668

Move root.withdraw() after root.geometry(...)

Snippet:

:
root.geometry("340x100+50+500")
root.withdraw()
:

Screenshot:

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • User mentioned (1): @Bryan
  • User mentioned (0): @acw1668
  • User mentioned (0): @Bryan
  • User mentioned (0): @acw1668
  • Starts with a question (0.5): When it
  • High reputation (-1):
Posted by: toyota Supra

79297706

Date: 2024-12-20 15:37:09
Score: 0.5
Natty:
Report link

It sounds like you’re dealing with a significant performance bottleneck due to the volume of data being loaded in your relationship mapping. To address this efficiently, here are a few suggestions:

Use Lazy Loading: Ensure that your @ManyToMany relationship is set up with fetch = FetchType.LAZY. This way, the associated data will only be loaded when explicitly accessed. For example:

@ManyToMany(fetch = FetchType.LAZY)private Set<ArticoloPolicySconto> articoloPolicySconti;

This reduces the risk of fetching unnecessary data during application startup.

Custom Querying with JPQL/Criteria API: Instead of relying on automatic loading of relations, you can create custom repository methods to fetch only the data relevant to the logged-in user. For example:

@Query("SELECT aps FROM ArticoloPolicySconto aps JOIN aps.users u WHERE u.id = :userId")List<ArticoloPolicySconto> findPolicyByUserId(@Param("userId") Long userId);

This approach minimizes the data fetched and processed at any time.

Batching or Pagination: If fetching data still results in performance issues due to size, consider using batching or pagination with your queries to fetch smaller chunks of data:

PageRequest pageRequest = PageRequest.of(0, 100); // Example for pagination
List<ArticoloPolicySconto> policies = repository.findPolicyByUserId(userId, pageRequest);

Indexing in PostgreSQL: Ensure that your database tables have appropriate indexes on fields used in your queries (e.g., id_user, id_articolo, politica_sconto_id). This will significantly enhance query performance.

Additionally, if you need custom help to optimize your system, Elogic Commerce just happens to specialize in e-commerce solutions, including optimizing database relationships and performance in complex systems like yours. Feel free to contact us if you'd like to consider working together - we've helped companies solve similar challenges in the past)

Best.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @ManyToMany
  • Low reputation (1):
Posted by: Bohdan Ponomarenko

79297704

Date: 2024-12-20 15:37:09
Score: 1
Natty:
Report link

In my application, Filament 3.2, Laravel 11, I had the same issue in the panel. This was sucessfull in displaying the logo image in my project:

->brandLogo(url('storage/images/wplanner_textBorder_transparent.png'))

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

79297685

Date: 2024-12-20 15:29:06
Score: 2.5
Natty:
Report link

Did you try docsible ? It's auto generate docs readme.md for roles/collection

Reasons:
  • Whitelisted phrase (-2): Did you try
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: element

79297675

Date: 2024-12-20 15:24:05
Score: 3
Natty:
Report link

You can achieved this by invalidating the query. From the official docs:

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

79297673

Date: 2024-12-20 15:23:05
Score: 2.5
Natty:
Report link

This does work properly if the "constant" in question is a function address.

It may also be possible to reliably produce the relocation construct I want in LLVM IR (in the RL scenario I am in, there is code generation directly in IR, so I don't need to adhere to the behaviors/assumptions of a C compiler).

The situation in the original question seems to depend on what C/C++ compilers are allowed / not allowed to assume about just how "const" a const extern variable really is. Thanks everyone for the comments.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Yoni Lavi

79297658

Date: 2024-12-20 15:17:03
Score: 1.5
Natty:
Report link

I reviewed my issue and figured out that I'm not sending the correct Payload as value of key, So Please Remove Special Char as=> (,), etc. from their value of Key.

Thanks.

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

79297651

Date: 2024-12-20 15:15:03
Score: 1
Natty:
Report link
{$gen_num = array_fill(0,5,'i')}
{$gen_num = array_keys($gen_num)}
{assign var="i" value=shuffle($gen_num)}
{$read = ', '|implode:$gen_num}
{$read}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Onyedikachi Oko - Dexter

79297650

Date: 2024-12-20 15:15:03
Score: 1.5
Natty:
Report link

It seems to be related to cache - after the recent release of v12, there are possible issues with chart rendering caused by the new way of handling modules - see more details in the release notes: https://www.highcharts.com/blog/changelog/#highcharts-v12.0.0

Please try to clean up the cache in your browser and share the results.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Andrzej Bułeczka

79297649

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

I’ve recently managed to set it up and get it working. Currently I got the backend doing typo3 stuff, where I create content blocks and fill up the content. And a Nuxt 3 frontend where I create those components for the content blocks. The headless typo3 + nuxt Module work great together. Since I’m really new to typo3 I am not sure if this is the ideal setup, but at least it works. I also had massive issues with CORS and only fixed it after many hours of bashing my head against the keyboard. In my opinion, fixing the CORS issue should be the nr 1 priority in the documentation. The devs probably expect the average beginner to be a backend god or something.

If you still need help, let me know. I could prepare a small starter setup which you could clone.

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

79297634

Date: 2024-12-20 15:10:01
Score: 1
Natty:
Report link

I had the same problem. My solution was with encoding. when i changed encoding from UTF-8 to UTF-8 with BOM. The procedures inserted with no problem. Even though I had collation set to Latin. Also put the N'' before the string.

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

79297628

Date: 2024-12-20 15:06:00
Score: 1
Natty:
Report link

Here is my opinions-To add a "Printable version" hyperlink to the MediaWiki navigation menu, you could adjust the MediaWiki:Sidebar page. However, the "Printable version" link isn't always at once brought via the sidebar but may be protected the use of a custom hyperlink. Here’s how you may do it:

Navigate to the MediaWiki:Sidebar page.

Add the subsequent line beneath the navigation segment:

** unique:e-bookprintableversion

Your updated sidebar have to appear like this:

Save the adjustments.

This will create a "Printable model" hyperlink in your navigation menu, allowing customers to without problems get admission to the printable layout of the present day page. Make positive to clear your cache if the adjustments do now not appear immediately.

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

79297627

Date: 2024-12-20 15:06:00
Score: 0.5
Natty:
Report link

Based on best practice, each repo will have its own stage.

repo1 -> dev_stage_01
repo2 -> dev_stage_02

This avoids the deletion and recreation of the common single stage (eg:- dev) reference when any one of the repos are getting deployed to the common single stage(dev).

While mapping these to Api Gateway Custom Domain, there will be multiple entries.

API             Stage           Path
api_gatewaay -> dev_stage_01 -> /
api_gatewaay -> dev_stage_02 -> /
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: PackedUp

79297624

Date: 2024-12-20 15:05:00
Score: 0.5
Natty:
Report link

Even though I currently see no hint to this in the Changelog, the solution seems to be to update your androidx.car.app:app SDK Version to 1.7.0-beta

There were likely some changes in the Manifest or the CarContext, to fix the Intent handling, which has been changed (allegedly only for apps targeting Android 15) as described here

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

79297616

Date: 2024-12-20 15:01:59
Score: 2
Natty:
Report link

As is always the way - posting the question caused me to find the answer almost straight away! Even though I'd be searching for hours...

I need to change the resultType on the select element to resultMap. I also needed to map all the variablers explicitly which really surprised (and slightly annoyed) me since the columns and variable names are all the same...

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Paul Hunnisett

79297606

Date: 2024-12-20 14:58:58
Score: 1.5
Natty:
Report link

It seems like you are tracing the HTTP activity using diagnostic tools from dotNet, this activity is in early stages and not ready for production as they say: https://learn.microsoft.com/en-us/dotnet/core/diagnostics/distributed-tracing-builtin-activities so the issue maybe in this tool not Sentry since you removed it and still got the same issue, hope this can help

Reasons:
  • Whitelisted phrase (-1): hope this can help
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28871802

79297594

Date: 2024-12-20 14:53:57
Score: 1
Natty:
Report link

I faced the same mistake, I realized the syntax is missing a bracket. And also the matrix dimension need to be correct as what Nilesh Kumar and Helen answered earlier.

import numpy as np 
a = np.array([[8.0,7.0,6.0],[5.0,4.0, 1.0]])
print(a)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhd Izzat

79297585

Date: 2024-12-20 14:50:56
Score: 5
Natty: 5
Report link

just un choose "for install builds only"

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

79297584

Date: 2024-12-20 14:50:56
Score: 3
Natty:
Report link

Chrome Version: 129.0.6668.103

If chromium is ok for you - you can just add 1 commit and distribute your own extension by your own site. Here's the commit - https://github.com/chromium/chromium/commit/4295004b1d0fb511ff5871bf264fe43a8e4693a7 works for 129.0.6668.101

More details:

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Тимур Аппаев

79297583

Date: 2024-12-20 14:50:55
Score: 4
Natty:
Report link

Just use keyboardShouldPersistTaps="handled" to ScrollView and it will work. reference: https://facebook.github.io/react-native/docs/scrollview.html#keyboardshouldpersisttaps

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

79297580

Date: 2024-12-20 14:50:55
Score: 1
Natty:
Report link

Thank you very, very much to @Holger.

Now I learned: Do NOT set the System scaling options!!!

The offending code could be fixed with:

public void paintComponent(Graphics g)
   {
      super.paintComponent(g);
      if (ApplicationImages.getImage() != null)
      {
         float factorWidth = 1536 / 1280F; // here is the fix
         float factorHeight = 960 / 859F; // here is the fix
         if (factorWidth < factorHeight)
         {
            int width = (int) (1280F * factorHeight);
            int x = getParent().getWidth() / 2 - width / 2;
            g.drawImage(
                  ApplicationImages.getImage().getScaledInstance(width,
                    getParent().getHeight(), BufferedImage.SCALE_SMOOTH),
              x, 0, this);
         }
         else
         {
            int height = (int) (859F * factorWidth);
            int y = getParent().getHeight() / 2 - height / 2;
            g.drawImage(ApplicationImages.getImage().getScaledInstance(
              getParent().getWidth(), height, BufferedImage.SCALE_SMOOTH),
              0, y, this);
         }
      }
   }
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Holger
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: dragoness

79297579

Date: 2024-12-20 14:50:55
Score: 1
Natty:
Report link

The error message ApplicationSets is nil in request suggests that the Argo CD API expects the ApplicationSet object to be nested under a specific field in the request payload. The raw Kubernetes-style manifest on its own isn’t what the Argo CD API endpoint expects.

According to the Argo CD ApplicationSet gRPC/REST definitions, when creating an ApplicationSet via the Argo CD API, you must wrap your JSON object inside a applicationSet field. The POST /api/v1/applicationsets endpoint expects a payload in the format defined by the CreateApplicationSetRequest message, which looks like this:

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

79297559

Date: 2024-12-20 14:43:53
Score: 1.5
Natty:
Report link

I was missing the rust setuptools that resolved the error for me. python3.11 -m pip install setuptools_rust

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

79297554

Date: 2024-12-20 14:42:52
Score: 7
Natty: 7.5
Report link

How do you reagin stripe's 2 dollar per active account per month fee?

Reasons:
  • Blacklisted phrase (1): How do you
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How do you
  • Low reputation (1):
Posted by: H4444

79297553

Date: 2024-12-20 14:42:52
Score: 1.5
Natty:
Report link

Same thing happened to me. I just removed previously created images from docker desktop and it worked.

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

79297549

Date: 2024-12-20 14:41:51
Score: 5.5
Natty:
Report link

just remove %matplotlib notebook because in Jupyter notebook this line give error. when i run some code i get same error "Javascript Error: IPython is not defined in JupyterLab" but when i just see one things in my code i write %matplotlib notebook that is use in colab notebook not in jupyter notebook

Reasons:
  • RegEx Blacklisted phrase (1): i get same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i get same error
  • Low reputation (1):
Posted by: Harsh Bopaliya

79297535

Date: 2024-12-20 14:36:50
Score: 1
Natty:
Report link

I know this is an old question, but I've been struggling with this issue all day, as part of the 'collectstatic' operation. I suddenly realised that this (manage.py collectstatic) is run in build (in my case in GitHub Actions), and not on Azure, and so of course doesn't have access to the Azure environment variables.

Collectstatic also doesn't need them, so I've updated my settings module to ignore anything that's not set in the environment, and it gets through the build process fine now.

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

79297530

Date: 2024-12-20 14:35:49
Score: 3
Natty:
Report link

Use decorator @Optional(). Check docs for this new feature: https://www.npmjs.com/package/class-validator#validation-decorators

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

79297515

Date: 2024-12-20 14:27:47
Score: 2.5
Natty:
Report link

What is your question? Something like: "How can I install PHPWord manually?"?

To answer this kind of question
I looked into the related repo on GitHub. Nothing about a manual installation. On the installation section of the readMe we have: "PHPWord is installed via Composer.". To use composer seems to be the only possibility nowadays. When using composer, the shown example in the same section should be valid.

You could still do it by your own. But then you must download all dependencies, place the files in a reasonable structure and implement a correct working autoloader.

Find the dependencies
Looking into composer.json of PHPWord the only dependency is phpoffice/math. This lib, in turn, has no dependencies. (the old dependency was phpoffice/common, see the links from the second link of OP)

Place the files in a reasonable structure

Implement a correct working autoloader
How to create an autoloader can be found e.g. here:
how does php autoloader works


Make sure you find out, where the error was logged. When you fix your project according my description above and still have errors, then probably we can't help you anymore without the error log.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): What is your
  • RegEx Blacklisted phrase (1): see the links
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What is you
  • Low reputation (0.5):
Posted by: 1stthomas

79297512

Date: 2024-12-20 14:26:47
Score: 1
Natty:
Report link

I am doing the upgrade from a Symfony project. I've found the next command and in Symfony 5.0 works fine:

php bin/console debug:container --deprecations
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dany Des

79297505

Date: 2024-12-20 14:23:46
Score: 2
Natty:
Report link

You need to add the androidx.sqlite dependency, like this:

`implementation "net.zetetic:android-database-sqlcipher:4.5.3"

implementation 'androidx.sqlite:sqlite:2.2.0'`

It can be solved.

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

79297495

Date: 2024-12-20 14:19:45
Score: 1
Natty:
Report link

We had a similar need recently, and ended up using Microsoft Office 365 auto-provisioning feature in GWS to sync users into Azure Entra ID, same as you, both creation and deletion are supported out of the box.

The only caveat, as you found, is that it only sync users, not the groups they belong to. So you would need to create the security groups on Azure first, and then after having the GWS users synced into Entra ID directory, use another method to assign users to groups.

We approeached this with SDK/APIs, built a python script that reads GWS groups to see which members/owners they have using google SDK, and then using Graph API through a service principal in Azure with the right permissions (Directory readwrite all,etc) assign those users to the same groups in Entra ID they were in GWS. This took a bit of time but works.

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

79297491

Date: 2024-12-20 14:18:45
Score: 1.5
Natty:
Report link

What I've been using and it works great is:

IQueryable groupByLeadIdQuery = null;

I hope it works for you too.

Reasons:
  • Whitelisted phrase (-1): hope it works
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): What I
  • Low reputation (0.5):
Posted by: Sergio J. Batarce

79297490

Date: 2024-12-20 14:18:45
Score: 3
Natty:
Report link

Not in Chrome, of cource, but you can try my fork of chromium - Ultimatum. sockets, dns and many others available for webextension with manifest v3 -

https://www.reddit.com/r/UltimatumBrowser/comments/1hih78e/ultimatum_debut/

https://github.com/gonzazoid/chromium

(bonus - it can install webextensions from any site)

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Тимур Аппаев

79297485

Date: 2024-12-20 14:17:44
Score: 2
Natty:
Report link

In scala, if you want pass argument using sbt command

syntax :

sbt "runMain MainClass argument"

eg: my main class name is BookApp and I want to pass book name Physics.then,

sbt "runMain BookApp Physics"

if your main class is inside the package eg: org

sbt "runMain org.BookApp Physics"
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Balaji D

79297484

Date: 2024-12-20 14:16:44
Score: 2
Natty:
Report link

Try HawkClient: A Better Postman Alternative.

After being frustrated with Postman’s online-only restrictions and forced sign-ins? I have created HawkClient!

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Prashant Rathi

79297478

Date: 2024-12-20 14:15:44
Score: 2
Natty:
Report link

We upgraded to epplus 7 and Node is no longer accessible through the conditional formatting interfaces, but these interfaces have a new Boolean property called PivotTable. When set to true, your conditional formatting will be applied.

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

79297477

Date: 2024-12-20 14:14:44
Score: 0.5
Natty:
Report link

I've made a basic example that should reproduce the issue (breakpoints are also missied) - note the main advantage here it prints some information's i missed in my real program.

The example is composed of 4 files:

In practice, type "sh start.sh"

#!/bin/bash
python test_breakpoint.py
#!/bin/bash
python inside_file.py
import os, subprocess, debugpy

path = os.getcwd()
shfile = "run_python.sh"

# /// DEBUGGING
debugpy.listen(5678)
print("Waiting for Python debugger: attach")
debugpy.wait_for_client()
debugpy.breakpoint()
# /// DEBUGGING

command_line = f"sh {shfile}"
args = command_line.split()
run = subprocess.run(args)
import debugpy
print("\n*** here is a breakpoint ***\n")
debugpy.breakpoint()

{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python Debugger: Attach",
            "type": "debugpy",
            "request": "attach",
            "port": 5678,
            "host": "localhost",
            "justMyCode": true,
            "pythonArgs": [
                "-Xfrozen_modules=off"
            ],
            "env": {
                "PYDEVD_DISABLE_FILE_VALIDATION": "1"
            }
          }
    ]
}

Whatever I implement, the following warning appears and any breakpoint ouside the main python file (test_breakpoint.py here) is ignored ... ... what am i missing?

Thanks for your help

0.00s - Debugger warning: It seems that frozen modules are being used, which may 0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off 0.00s - to python to disable frozen modules. 0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation. Waiting for Python debugger: attach

*** here is a breakpoint ***

0.00s - Debugger warning: It seems that frozen modules are being used, which may 0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off 0.00s - to python to disable frozen modules. 0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-0.5): Thanks for your help
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: paul18fr

79297476

Date: 2024-12-20 14:14:44
Score: 1
Natty:
Report link

With an Office 365 subscription, Excel provides additional formula functions, perfect for this exact task.

=TEXTJOIN(" ",TRUE,UNIQUE(TRANSPOSE(TEXTSPLIT(A1," "))))

This is identical to @user11308575 answer, except using Excel syntax rather than Google Docs syntax.

Personally, I used this with non-space delimiters (","), but to answer the question correctly, the formula was written this way.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @user11308575
  • Low reputation (0.5):
Posted by: JKVeganAbroad

79297475

Date: 2024-12-20 14:13:43
Score: 0.5
Natty:
Report link

I think there are two things you can try:

Change your hyperparameters and see how this affects your model performance.

But I think more importantly generate new features. For instance how often did each team win in the previuos ten games, how is it ranked (like what place does it have in its league) and other statistics you can generate from the data you have. Be creative. You could also try to include external data like the weather, or how far away is the visting team from its hometown (less supporters).

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

79297469

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

Add a Condition. In the Condition Parameters, check that the IsFolder property of the 'When a file is created' action is equal to true. Put your 'Add a row into a table' action in the 'True' branch of the condition.

enter image description here

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

79297462

Date: 2024-12-20 14:08:41
Score: 0.5
Natty:
Report link

Vite 6.0.5 has been released. It fixes this issue by pinning esbuild to v0.24.0 for the time being.

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

79297457

Date: 2024-12-20 14:07:41
Score: 0.5
Natty:
Report link

As per the chosen answer here I needed to configure security on the producer for the connector that Kafka Connect is running. So I added these lines to kafka-connect settings;

  CONNECT_PRODUCER_SECURITY_PROTOCOL: SASL_PLAINTEXT
  CONNECT_PRODUCER_SASL_MECHANISM: PLAIN
  CONNECT_PRODUCER_SASL_JAAS_CONFIG: org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="admin-secret" user_admin="admin-secret";

Right now the data is being transfered from the old Kafka setup to new one.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Furkan YIlmaZ

79297436

Date: 2024-12-20 13:58:39
Score: 3
Natty:
Report link

You can follow this doc, I had a similar issue and it worked out for me

https://docs.docker.com/desktop/setup/sign-in/

Reasons:
  • Whitelisted phrase (-1): it worked
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aayaan Hasnain

79297431

Date: 2024-12-20 13:56:39
Score: 3.5
Natty:
Report link

Também gostaria de saber resolver isso. Pois comecei trabalhar com Bootstrap e vi que na URL sempre vem assim: (www.exemplo.com.br/#exemplo).. ao invés de (www.exemplo.com.br/exemplo). Gostaria de deixar dessa segunda forma.

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

79297428

Date: 2024-12-20 13:55:38
Score: 1
Natty:
Report link

For my case, only this command solved the issue:

cd android && ./gradlew --stop
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Mustapha GHLISSI

79297419

Date: 2024-12-20 13:52:38
Score: 2
Natty:
Report link

I got this solution from a site

I’d same challenge. Adding the following solved to wp-settings.php line 353 solved it.

require ABSPATH . WPINC . ‘/class-wp-block-metadata-registry.php’;

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