79118680

Date: 2024-10-23 15:49:05
Score: 1
Natty:
Report link

In visual studio code:

In visual studio: tools > options > text editor > C# > Code Style > Formatting > Indentation > uncheck "indent case contents (when block) Options menu image

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

79118674

Date: 2024-10-23 15:48:05
Score: 3.5
Natty:
Report link

I tried using your code and my model renders are showing up kind of white. Any idea why? Here is the render output vs the output in a viewer

render output output in a viewer

Reasons:
  • Blacklisted phrase (0.5): why?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Shuprio Shourov

79118663

Date: 2024-10-23 15:45:04
Score: 4
Natty:
Report link

I can not enter to the notebook link

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pablo Santos Pérez

79118662

Date: 2024-10-23 15:45:03
Score: 2.5
Natty:
Report link

adding update after widget deletes is the answer

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

79118657

Date: 2024-10-23 15:42:03
Score: 2.5
Natty:
Report link

Check that you send data in the body of the post request

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Abdelrahman Hatem

79118656

Date: 2024-10-23 15:41:02
Score: 1
Natty:
Report link

From the documentation for acceptCount - the operating system provides the queue for incoming connection requests and may ignore this setting and choose a different size for the queue. With such a small value it may be ignored and depends on the OS.

I'm not sure your requirements but you also may want to consider using a rate limiter library like resilience4jhttps://resilience4j.readme.io/docs/ratelimiter

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

79118641

Date: 2024-10-23 15:37:01
Score: 11
Natty: 7.5
Report link

Did you manage to resolve this issue?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to resolve this
  • RegEx Blacklisted phrase (1.5): resolve this issue?
  • Low length (2):
  • 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: rickyforpower

79118635

Date: 2024-10-23 15:35:01
Score: 1
Natty:
Report link

Since the first version of the standard (ANSI X3.159-1989 aka ANSI C or C89), this has been explicitly allowed.

See § 3.8

A preprocessing directive consists of a sequence of preprocessing tokens that begins with a # preprocessing token that is either the first character in the source file (optionally after white space containing no new-line characters) or that follows white space containing at least one new-line character, and is ended by the next new-line character.[82]

And footnote 82

Thus, preprocessing directives are commonly called "lines." These "lines" have no other syntactic significance, as all white space is equivalent except in certain situations during preprocessing (see the # character string literal creation operator in 3.8.3.2, for example).

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

79118628

Date: 2024-10-23 15:33:58
Score: 6.5 🚩
Natty: 5
Report link

سلام. چرا موضوع عوض می‌کنین . چرا پستو پاک کردین. خودکشی چیه. مرضیه با برادرش داشتن از دست دزد فرار میکردن که اینطوری شد. اگر اطلاع نداریین لطفا چیز اشتباه منتشر نکنین

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: sattar

79118627

Date: 2024-10-23 15:32:57
Score: 0.5
Natty:
Report link

They might not have an API, but they do publish the results in CSV format.

CSV_EXPORT = "https://www.national-lottery.co.uk/results/euromillions/draw-history/csv"
CSV_FILE = "euromillions-draw-history.csv"

I've been scraping results since 2021.

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

79118625

Date: 2024-10-23 15:31:57
Score: 1.5
Natty:
Report link

the fix seems to be replacing:

            const res = await chain.invoke({
  question: "What areas have the highest population density",
}); 

with

        const res = await chain.run("What areas have the highest population ");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Okvictory234

79118622

Date: 2024-10-23 15:30:57
Score: 1.5
Natty:
Report link

JMeter 5.6.3

I know its 4 years later but the answers above are almost correct but tried to connect to a queue called queue.MyApp.RequestQueue. Obviously the correction is to remove 'queue' from the value and not from the name e.g.

If it helps anyone, I was able to set the value using a variable, so I can write a common test plan for any queue.

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

79118621

Date: 2024-10-23 15:30:57
Score: 3.5
Natty:
Report link

same here, and looking forward for an answer!!

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

79118619

Date: 2024-10-23 15:30:57
Score: 2
Natty:
Report link

Branch and Bound is a method that uses Divide and Conquer paradigm at its core to solve problems.

In other words, B&B is a D&C method.

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

79118600

Date: 2024-10-23 15:27:54
Score: 7.5 🚩
Natty: 4.5
Report link

If I may be allowed to just ask additional query on this question, is it possible to perform simple/ complex maths operations on variables within the <Logger? For example: Can we multiple, divide two variables like vars.x/vars.y and print output to console? Also, can we use substring() function in logger?

If so, could we please share here how to?

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): is it possible to
  • RegEx Blacklisted phrase (2.5): please share
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user25247044

79118596

Date: 2024-10-23 15:26:53
Score: 3
Natty:
Report link

Eu acredito que seja um problema com o flutter_launcher_icons, pra resolver eu utilizei uma ferramenta online que gerou meu logo nos tamanhos adequados e depois substitui os arquivos diretamente na pasta android/app/src/main/res

a ferramenta que utilizei foi o https://icon.kitchen

Desta forma não é preciso mexer no yaml.

Reasons:
  • Blacklisted phrase (1): não
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Myrelle Lopes

79118595

Date: 2024-10-23 15:26:53
Score: 1
Natty:
Report link

The &tmp { }; is used to work around a limitation in C++. I don't know about whether it's needed in C#

The Join function is accepting an arbitrary number of arguments of type T however the compiler cannot know the types of the arguments at compile time, so it needs to use some kind of hack to work around this. One way is by using a lambda function with an empty body and no parameters (that &tmp { }; line). Because the compiler can see that the lambda function has a side effect (it modifies oss by appending values to it), it won't optimize it away. By using this hack, the compiler can treat tmp as an array of values of type T, even though it's actually just a pack expansion (the ...) of the arguments. This allows use the << operator to append each value to the string, which is not possible otherwise. From your program point of view, yes it appears to have no effect.

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

79118592

Date: 2024-10-23 15:26:53
Score: 3.5
Natty:
Report link

Cheerio with Webflow will convert Webflow to Next JS (next js 13 pages file system-not app file stack)

https://dev.to/kennedyrose/integrating-webflow-and-next-js-39kk

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

79118582

Date: 2024-10-23 15:22:52
Score: 0.5
Natty:
Report link

I don't know from which version comme this feature, but I am using currently spring-boot 3.3.4 and it works yet simple with List and comma separated value:

ignore.filenames: name1, name2

    @Value("${ignore.filenames}")
    private List<String> sampleListValues;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Wladimir Diskowski

79118577

Date: 2024-10-23 15:21:52
Score: 1.5
Natty:
Report link

If you want to modify syntax colors you can do so by changing fonts and color settings in Tools → options → Environment → Fonts and Colors. But it is a cumbersome, error prone and time consuming process. For small tweaks though it is still a valid options.

You can also use Color Tweaker Pro extension which makes customizations really easy, and comes with a lot of templates but maybe this is overkill for your case and also it is a paid product.

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

79118565

Date: 2024-10-23 15:19:51
Score: 0.5
Natty:
Report link

Yeah... I got this answer too. You need to build a custom loader - this should help.

import tensorflow as tf
from keras.layers import DepthwiseConv2D
from keras.models import load_model
import cv2
import numpy as np

# Define a custom DepthwiseConv2D class without the groups parameter
class CustomDepthwiseConv2D(DepthwiseConv2D):
    def __init__(self, **kwargs):
        # Remove the 'groups' parameter if it exists
        if 'groups' in kwargs:
            del kwargs['groups']  # Remove the groups parameter
        super().__init__(**kwargs)

# Create a dictionary of custom objects to pass to the load_model function
custom_objects = {
    'DepthwiseConv2D': CustomDepthwiseConv2D,
}

# Load the model with the custom object
try:
    model = load_model("keras_model.h5", custom_objects=custom_objects, 
compile=False)
    print("Model loaded successfully.")
except Exception as e:
    print(f"Error loading model: {e}")
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Shubhayu

79118559

Date: 2024-10-23 15:17:51
Score: 1
Natty:
Report link

Correct. If you intend to use secure API keys to restrict search, you will do this instead of using the default Search API key.

All searches should be using secure keys, with the "default" key being a generated secure API key scoped to only access public content -- or always generate a user-specific secure key if the content is only searchable if the user is logged in.

You should never expose the default Search-only key in the front end for this use case.

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

79118550

Date: 2024-10-23 15:15:48
Score: 7 🚩
Natty: 5.5
Report link

i'm trying to send a notification with this NuGet but i don't understand nothing about firebase, can someone please give me an help. I have installed this NuGet in a dll(class library) but i don't understand now what i have to do. Thank you, have a good day

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): i have to do
  • Blacklisted phrase (1): good day
  • RegEx Blacklisted phrase (2.5): can someone please give me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: the king gamer

79118548

Date: 2024-10-23 15:15:48
Score: 0.5
Natty:
Report link

I now realize that the answer I posted previously isn't reliable, but I've found another workaround that I think is better. I'm not bothered as much by the time wasted in syntax checking of currently irrelevant schemes I as I am by the clutter in the Issue Navigator. (Everything is so incremental in Xcode nowadays that the syntax checks happen almost immediately for all schemes, and it's sometimes nice to see the effect of an edit on all schemes simultaneously.)

The workaround is to simply filter the Issue Navigator by the name of the current scheme. This can simply be copied from the desired scheme name shown in the navigator pane and pasted into the filter field at the bottom. Now you'll only see diagnostics for the chosen scheme and all others will be hidden!

It would still be nice if Xcode had a "show issues for active target only" toggle, but I find that using the filter works nicely.

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

79118545

Date: 2024-10-23 15:14:48
Score: 2
Natty:
Report link

Please see the solution as I described it to you in the Oracle Forms Forum. https://forums.oracle.com/ords/apexds/post/rest-api-in-oracle-form-1913

I am sharing this here so others can benefit from the solution and knowing about the Forms Forum

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

79118543

Date: 2024-10-23 15:14:48
Score: 1.5
Natty:
Report link

A simple one line approach. Given file_name: str = "Hello.txt"

file_name = file_name[:file_name.index('.')]

Would set file_name to Hello

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

79118541

Date: 2024-10-23 15:13:48
Score: 1.5
Natty:
Report link

The problem here was that there were three different forms of the date(time) string included in the Registration Date column:

MM/DD/YYYY

MM/DD/YYYY H:mm:ss

MM/DD/YYYY H:mm

The first step was to use replace to get rid of the time portion of the string. I used this query (or versions thereof) to get rid of the TIME:

UPDATE arizona_oct24_vr

SET RegistrationDate = REPLACE (RegistrationDate, '0:00:00', '');

NOTE: REPLACE was done with UPDATE and REPLACE is case sensitive.

Then to convert the text date into a DATE in my regdate column, I used this query: UPDATE arizona_oct24_vr

SET regdate=DATE(STR_TO_DATE(RegistrationDate, '%m/%d/%Y'))

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

79118537

Date: 2024-10-23 15:12:47
Score: 1.5
Natty:
Report link

Make sure let somethingLogical = document.getElementById("name").value; does not return string value. Otherwise you may receive unexpected results out of % operation on string.

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

79118536

Date: 2024-10-23 15:12:47
Score: 0.5
Natty:
Report link

It is necessary to configure the glue job under Job Details > Advanced Properties > Connections for it to use the glue connection.

When using a notebook, this area is greyed out and one must instead use the magic command

%connections "your-connection-name-spaces-are-forbidden"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: LucG

79118523

Date: 2024-10-23 15:09:46
Score: 1
Natty:
Report link

I had an idea in this morning's subway commute that works but feels unsatisfying. I made a backup of my App's project file and then removed any reference to either iOS or Mac from the project file. This ensured that Visual Studio will not try to do anything with XCode as there is literally no reference to iOS left.

I was able to create a new Bundle without issues. Surprisingly, the created Bundle was over 60% smaller than the last Bundle I built two weeks ago. The only thing that changed is my reduced configuration.

If someone has a better option and I can work with a single configuration file, I would be very happy.

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

79118522

Date: 2024-10-23 15:08:45
Score: 7
Natty: 7
Report link

I’m doing everything you mentioned you ended up with, but still getting access denied. I have bucket open to public and still getting access denied. Can you please share what you have set for your cloudfront behavior?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you please share what you
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mark Lindsay

79118518

Date: 2024-10-23 15:08:45
Score: 3.5
Natty:
Report link

Just found that this is a bug in the latest Visual Assist.

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

79118514

Date: 2024-10-23 15:07:45
Score: 1
Natty:
Report link

First thing that comes to my mind is to use BrowserStack for testing.

Basically, you just create a dummy html page with xss injections you want to check and then use browserstack live feature to paste the hosted URL to see the results.

BrowserStack allows you to load different browser environments with different version to test it.

I doubt there is a dedicated resource that gives you the summary of your particular concern.

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

79118509

Date: 2024-10-23 15:06:45
Score: 2.5
Natty:
Report link

These are the following steps to migrate Db from one server to another:

  1. Backup the database on server 1.
  2. Move the backup file to server 2.
  3. Restore the database on server 2.
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ankit Pandey

79118505

Date: 2024-10-23 15:06:45
Score: 1
Natty:
Report link
  1. You should update the Microsoft.NET.Sdk.Functions library from NuGet up to 4.5.0

  2. Then follow these instructions: https://itsallinthecode.com/fixing-there-is-no-functions-runtime-available-in-visual-studio. You have to go to Tools > Options > Project and Solutions > Azure Functions > Click on "Check for updates" And when the "Download & Install" button appears, just click it, wait few seconds and relaunch the local functions, they should work

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

79118493

Date: 2024-10-23 15:03:44
Score: 1.5
Natty:
Report link

Probably not. From the docs (https://docs.aws.amazon.com/athena/latest/ug/tables-databases-columns-names.html)

Athena accepts mixed case in DDL and DML queries, but lower cases the names when it executes the query. For this reason, avoid using mixed case for table or column names, and do not rely on casing alone in Athena to distinguish such names.

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

79118487

Date: 2024-10-23 15:01:43
Score: 0.5
Natty:
Report link

From the Firebase pricing page:

No-cost

Phone Auth - All regions Not applicable

So phone authentication is indeed no longer available on Firebase's free plan.

Also see: [Firebase Auth]: [firebase_auth/unknown] An internal error has occurred. [ BILLING_NOT_ENABLED ]

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

79118480

Date: 2024-10-23 14:59:43
Score: 1
Natty:
Report link

these my settings for solving this problem:

part1:

<dependency>
        <groupId>mysql</groupId>
        <artifactId>mysql-connector-java</artifactId>
        <version>8.0.33</version> 
        <scope>runtime</scope>
    </dependency>

part2:

MySQL database connection settings

spring.datasource.url=jdbc:mysql://localhost:3306/database_name

spring.datasource.username=root

spring.datasource.password=

spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

Hibernate (JPA) settings

spring.jpa.hibernate.ddl-auto=update

spring.jpa.show-sql=true

spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect

part3: if you are using intelliJ, ensure reload all maven projects

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: deaa aldeen

79118465

Date: 2024-10-23 14:55:42
Score: 1
Natty:
Report link

For endpoint URLs in AWS China, check this page: https://docs.amazonaws.cn/en_us/aws/latest/userguide/endpoints-arns.html

Some sample code:

# First, use the following PowerShell code to set environment variable. If you are using PyCharm, you need to restart PyCharm to let it read the updated environment variable after setting it in PowerShell.
# [Environment]::SetEnvironmentVariable("AWS_ACCESS_KEY_ID", "AKIATUAXUNK4LCTA4YA4", [EnvironmentVariableTarget]::User)
# [Environment]::SetEnvironmentVariable("AWS_SECRET_ACCESS_KEY", "", [EnvironmentVariableTarget]::User)

region_name = 'cn-north-1'  # cn-northwest-1 is Ningxia, cn-north-1 is Beijing

# Initialize stat client for Role Assuming / Account Switch
sts_client = boto3.client(
    service_name='sts',
    region_name=region_name,
    # you can refer to these links for China Region endpoint URL: 
    # https://docs.amazonaws.cn/en_us/aws/latest/userguide/endpoints-arns.html
    # https://docs.amazonaws.cn/en_us/aws/latest/userguide/endpoints-Beijing.html
    endpoint_url=f'https://sts.{region_name}.amazonaws.com.cn'
)

# Input your role ARN here
role_arn = 'arn:aws-cn:iam::4907xxxxx:role/RoleName'

# Get access token using assume_role method
assumed_role = sts_client.assume_role(
    RoleArn=role_arn,
    RoleSessionName='AssumeRoleSession1',
    # ExternalId=external_id  # only use this line if you have set up external id for your to-be-assumed role.
)

# Create session
credentials = assumed_role['Credentials']
session = boto3.Session(
    aws_access_key_id=credentials['AccessKeyId'],
    aws_secret_access_key=credentials['SecretAccessKey'],
    aws_session_token=credentials['SessionToken']
)


# Initialize the actual client. 
# Here I am using the AWS config service. You can change to any services per your requirement
config_client = session.client(
    service_name='config',
    region_name=region_name,
    # https://docs.amazonaws.cn/en_us/config/latest/developerguide/config-region-support.html
    endpoint_url=f'https://config.{region_name}.amazonaws.com.cn'
)
Reasons:
  • Blacklisted phrase (1): these links
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jing He

79118462

Date: 2024-10-23 14:54:41
Score: 1.5
Natty:
Report link

I had the same problem. Connecting the computer to a proper power supply was the solution for me. CPU speed increased 4x and Grunt time decreased from 50 s to 12 s.

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

79118457

Date: 2024-10-23 14:53:41
Score: 1
Natty:
Report link

This is a little late but for people looking at this now and in the future. I think now you would want to do something like this Documentation

Basically instead of prepared statements you would still do the $1 , $2, ... stuff in a query string and then you would build a pqxx::params and then pass that with the query.

int values[] = {1,2,3};
std::string query = "INSERT into mytable (a, b, c) VALUES ($1, $2, $3)";
pqxx::params p;

for (int i = 0; i < num_values; i++) {
  p.append(values[i])
}
pqxx::nontransaction ntxn(c);
ntxn.exec(query, p);

and your c would be your pqxx::connection. Note: This code my not be exactly syntatically correct but this is the general idea I think.

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

79118448

Date: 2024-10-23 14:51:40
Score: 0.5
Natty:
Report link

Someone coming here in 2024 (or after) protobufjs v 7.x.x has removed the cli pbjs. You need to install it separately.
Check out https://www.npmjs.com/package/protobufjs-cli

To use pbjs in the package.json install it using npm i protobufjs-cli and
To use pbjs directly then install global using npm i -g protobufjs-cli

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: er.bhargav.vyas

79118441

Date: 2024-10-23 14:49:40
Score: 4.5
Natty: 5
Report link

Clonezilla can create ISO files AFTER you create a disk image using it. See https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/04_Create_Recovery_Clonezilla

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

79118439

Date: 2024-10-23 14:49:39
Score: 1
Natty:
Report link

I found the .log file you get from the error dialog was referencing a much older version of the SSIS extension. I have visual studio community 2017 installed on the machine with the ssis extension, and it is somehow conflicting with that. I can't uninstall it, so I just put it on another machine which has not previously had SSIS on it and it worked.

To verify this, you follow the paths shown in the log file and see that they go to older SSIS payloads.

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: michael

79118430

Date: 2024-10-23 14:47:39
Score: 1
Natty:
Report link

To Jim Lahman's answer, there's an optimization you can do:

public void DoStuff(int mask)
{
    for (int i = 0; mask > 0; mask >>= 1)
    {
        if ((mask & 1) != 0)
        {
            array[i].DoSomeOtherStuff();
        }
        i++;
    }
}

This ensures that if your mask is 0000_0101 it will only iterate 3 times until it discovers there's no more bits to be found.

This doesn't allow negatives either, which in my case is what I want.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: CaseyHofland

79118428

Date: 2024-10-23 14:47:39
Score: 2
Natty:
Report link

This happened to me on a sheet i left open over night. Most of the fixes suggested aren't practical if you have hundreds of functions with thousands of calls. Reloading the sheet did not correct the issue. However when i closed the browser and reopened it, then reloaded the sheet it did go away.

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

79118407

Date: 2024-10-23 14:41:37
Score: 3
Natty:
Report link

If you wanna move the whole table use alter table append

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

79118405

Date: 2024-10-23 14:40:37
Score: 3.5
Natty:
Report link

Empowering the utilize of car alerts, directing locks, and wheel clamps decreases the chance of vehicle robbery. Safe Cruise Parking

Reasons:
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Safe Cruise parking

79118395

Date: 2024-10-23 14:39:37
Score: 1.5
Natty:
Report link

Been a loooong time since I worked with VB but the visible window in your application (the 'form') probably has the property 'frmMyForm' in its attributes. 'frm' was a typical naming convention for form names back in the day. As an aside, I always set 'option explicit'. It's probably available as a setting you can enable now, to prevent magic variables.

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

79118394

Date: 2024-10-23 14:39:37
Score: 1.5
Natty:
Report link

It is possible. They did change the way it works it because of all the caller ID spammers out there. Directly passing it is disabled.

I am not using SIP but the concept is the same. If you pass the called information to a serverless IVR function, and the IVR passes the caller ID to a Twiml Bin, and the Twiml Bin transfers or forwards using the dial verb its absolutely possible.

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

79118389

Date: 2024-10-23 14:38:36
Score: 1
Natty:
Report link

Right Click on the dropdown and select inspect element press CTRL+SHIFT+p type focus select emulate a focussed page click on the drop down and click on the specific elements to inspect which disappear when tried to inspect earlier

Hope this helps

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: sunil v xavier

79118387

Date: 2024-10-23 14:38:36
Score: 1.5
Natty:
Report link

Solution

The solution was installing package Microsoft.IdentityModel.JsonWebTokens according to this. I do not understand how that resolved the issue, as I didn't have to do anything else than install it, but I know that it solved the problem.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Lars S.K.

79118384

Date: 2024-10-23 14:38:36
Score: 0.5
Natty:
Report link

What about bundling the styles to the separated css file and then linking it in the head?

enter image description here

<head>
   ...
   <link rel="stylesheet" href="styles.css" />
</head>

Then we just have to link all the styles to the main file.

// styles.scss
@import './app/app.component';

// app.component.scss
@import './app/component1.component';
@import './app/component2.component';
@import './app/component3.component';

... and so on to the deepest level.

Also it seems that we have to remove all the styleUrls.

@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
})

Other way style tag still will be added to the DOM head, which will break unsafe-inline CSP policy.

For me it seems the only way now to get rid of 'unsafe-inline' from Angular apps now.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Emil

79118381

Date: 2024-10-23 14:37:36
Score: 1.5
Natty:
Report link

This span tag made with TailwindCSS should give what you need.

<span class="text-white bg-blue-500 rounded-full px-2 font-serif">i</span>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JoeSWDataNet

79118377

Date: 2024-10-23 14:36:35
Score: 1
Natty:
Report link

yes, there can be conflict between the react-router-dom's form and Mantine's useForm.
you'll lose some features provided by the Mantine's form handling if you replace Mantine's form with the <Form> component from react-router-dom.

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

79118366

Date: 2024-10-23 14:34:35
Score: 1.5
Natty:
Report link

Turns out, you cannot specifically set the build cache directory via the command line. However, the default location is defined relative to the regular maven repository directory. So if you change the repository directory to ~/custom-maven-dir/repository via -Dmaven.repo.local=~/custom-maven-dir/repository/ then the build cache directory will be at ~/custom-maven-dir/build-cache

Thanks to https://stackoverflow.com/users/296328/khmarbaise for pointing me to the documentation that had the information about the relative default path for the build cache.

Note that you can set a fixed path for the build cache in the build cache extension config file (see https://maven.apache.org/extensions/maven-build-cache-extension/build-cache-config.html#class_local ) However, that is then a static setting for the project not a command line option.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: FredWoozley

79118363

Date: 2024-10-23 14:33:35
Score: 0.5
Natty:
Report link

If your context root is same then you can also user like below, however if you have different targets for each endpoints then you can implement as suggested above.

{
  "/**": {

    "target": "http://localhost:{portNo}",

    "secure": false,

    "logLevel": "debug"

  }
}

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

79118355

Date: 2024-10-23 14:31:34
Score: 1.5
Natty:
Report link

You can use SortedSet<T>: https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.sortedset-1?view=net-8.0

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (2):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Frayt

79118333

Date: 2024-10-23 14:24:32
Score: 5.5
Natty:
Report link

I have created a solution with which any number of DepthCaches can theoretically be operated and retrieved in a Kubernetes cluster. DepthCaches can be created redundantly and then support load balancing and fail-over.

Binance API weight costs are taken into account and not exceeded.

We are currently still testing and only test licenses are available for the time being until we know how reliable our tool is.

GitHub: https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance

Here is a demo video in which 298 Binance Futues DepthCaches are started twice each: https://youtu.be/LTWeBNcpIp4

If anyone would like to test it for free, please contact me: https://www.lucit.tech/get-support.html

Best regards,

Oliver

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (0.5): contact me
  • Blacklisted phrase (1): please contact me
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Oliver

79118332

Date: 2024-10-23 14:24:32
Score: 1
Natty:
Report link

These logs are so annoying. To get rid of it, you can remove it from the logcat by adding this to the filter:

package:mine -message=:"@set_metadata: update dataspace from GM"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Stevie

79118319

Date: 2024-10-23 14:20:31
Score: 1
Natty:
Report link

As of @google-cloud/storage v7.10.0 (2024-04-15) it is now possible to create a file object from an URL.

Docs

Example:

import { Storage, File } from '@google-cloud/storage';

const storage = new Storage();

const uri = 'gs://example-bucket/example-file';

const file = File.from(uri, storage).download();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andreas Kjellqvist

79118318

Date: 2024-10-23 14:20:31
Score: 3.5
Natty:
Report link

To me help cd android ./gradlew clean

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Иван Шевляков

79118316

Date: 2024-10-23 14:20:31
Score: 2
Natty:
Report link

.footer-content > nav > a

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Patrick Kwinten

79118309

Date: 2024-10-23 14:18:30
Score: 1
Natty:
Report link

When you create a switch or other widget on the Interface, NetLogo uses that to define a global variable with the same name. Therefore, when you define the variable as a global in your code, it is a redundant definition. Thus the error you are getting.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you
  • High reputation (-1):
Posted by: Charles

79118306

Date: 2024-10-23 14:17:28
Score: 6.5 🚩
Natty:
Report link

I have a similar problem. So far, I've been able to solve it by installing Chrome 129 and banning updates.

Reasons:
  • Blacklisted phrase (1): I have a similar problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have a similar problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: user27951397

79118303

Date: 2024-10-23 14:17:27
Score: 13.5
Natty: 7.5
Report link

i have the same problem, have you managed to resolve it?

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Blacklisted phrase (3): have you managed
  • RegEx Blacklisted phrase (1.5): resolve it?
  • 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: Teo Cristescu

79118300

Date: 2024-10-23 14:16:27
Score: 1.5
Natty:
Report link

From the first glance I see a problem in your test: You are using the logs var outside the context (with block). As for me if I want to test logging in the code I just mock the logger in the module and check if it was called correctly. It always work and is easy to understand.

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

79118295

Date: 2024-10-23 14:15:27
Score: 2.5
Natty:
Report link

In QCalendar, you have 2 ways to set the exibition of the calendar as months.

I don't know what were you intending to show, but try using mode="month" instead of view="month".

See if that is yout issue, if not, please provide more details about what exactly do you want to achieve, so that we can provide more accurate answears.

Link to the documentation: https://qcalendar.netlify.app/developing/qcalendar

Reasons:
  • RegEx Blacklisted phrase (2.5): please provide
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: m4el

79118289

Date: 2024-10-23 14:13:26
Score: 1
Natty:
Report link

Mike's answer was the one I needed, however I was getting this error:

ArgumentNullException: IDW10106: The 'ClientId' option must be provided.

So I needed to manually bind the AzureAd config section to the identityOptions:

.AddMicrosoftIdentityWebApp(identityOptions => 
      /* {identityOptions.ClientId ="";}, // if you want to specify the options manually instead of Configuration.GetSection() call*/
      builder.Configuration.GetSection("AzureAd").Bind(identityOptions),
Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: batface

79118263

Date: 2024-10-23 14:06:21
Score: 11.5 🚩
Natty:
Report link

Same Problem did you solve it??

Reasons:
  • RegEx Blacklisted phrase (3): did you solve it
  • RegEx Blacklisted phrase (1.5): solve it??
  • RegEx Blacklisted phrase (1): Same Problem
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ahmed Hani Atef

79118259

Date: 2024-10-23 14:05:21
Score: 2
Natty:
Report link

problem could be with the registration token? Use the registration token obtained from the GitLab UI instead of the personal access token. Update your registration command as follows:

docker exec -it $gitlab_runner_hash gitlab-runner register --non-interactive --url "http://url.site" --registration-token YOUR-REGISTRATION-TOKEN --executor "shell" --description "shell-runner"

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

79118256

Date: 2024-10-23 14:04:21
Score: 2
Natty:
Report link

The Map view does this on purpose in order to make streets pop out more, so there's no way to change it, they'll keep having inconsistent widths in order to maintain accessibility. If you need a consistent width on zoom level, your only option with the maps api is to use the Satellite view

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

79118249

Date: 2024-10-23 14:03:21
Score: 1
Natty:
Report link

When I did some testing here is what i eventually found:

User decision message_id was message received
User has approved notifications for app 1714438464855660605 yes
User has declined notifications for app 1714438464855660605 no
User never saw notification permission dialog, he has yet to decide 0:1593443824341654%c4860296c4860296 no

The third case is interesting. Your app probably sent the notification id code to backend, it can be fetched even without getting permission from the user. But the app never asked the user for permission to send notifications. This way the backend is sending notifications and it looks like it should work but it does not.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (0.5):
Posted by: Dusan.czh

79118245

Date: 2024-10-23 14:00:20
Score: 1
Natty:
Report link

Maybe try with

path_file=r"C:\test files\test.xlsx"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Sami Badawi

79118244

Date: 2024-10-23 14:00:20
Score: 2.5
Natty:
Report link

This is a feature that is natively supported by DBeaver.

Have a look at this documentation here for detailed instructions: https://dbeaver.com/docs/dbeaver/AWS-SSM-Configuration/

Ultimately DBeaver can handle the AWS authentication, authorization (if required), tunnel setup, and credential persistence for repeat uses.

Reasons:
  • Blacklisted phrase (1): this document
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: dingo

79118238

Date: 2024-10-23 13:59:20
Score: 0.5
Natty:
Report link

You can try using mysql\_native\_password or caching\_sha2\_password, then it requires a restart of your cloud SQL instance for the changes to take effect.

  1. Go to Google Cloud Console

  2. Edit > Flags

  3. Change the default\_authentication\_plugin to mysql\_native\_password

  4. Restart your Cloud SQL instance

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

79118237

Date: 2024-10-23 13:59:20
Score: 0.5
Natty:
Report link

Re double-quoting.... I have a function Q(...) which simply encloses the provided string in double-quotes - assumption being that the string itself doesn't contain one.

e.g. AppPath = Q("C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe")

You need the double quotes because the provided string is a literal. If you provide a variable instead, it's easy to see where they go...

str = "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe"

AppPath = Q(str)

...but of course you don't need to do this.

However, I would go with

AppPath = "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe"

SrcPath = Environ("UserProfile") & "\Downloads\20200509_Order_of_08_05_2020.PDF"

shellCommand = Q(AppPath) & " " & Q(SrcPath)

Function Q(str as String) as String
   ' Avoid quoting a quoted string
   If Left(Trim(str),1) = Chr(34) then
       Q = str
   else
       Q = Chr(34) & str & Chr(34)
   endif
End Function
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Stuart

79118232

Date: 2024-10-23 13:58:19
Score: 0.5
Natty:
Report link

My Solution: Run two raster passes. The first is ConversativeRasterizationEnabled==false, and the second is ConversativeRasterizationEnabled==true. Using depth test to discard or overwrite fragments generated from shared edges.

Reasons:
  • Whitelisted phrase (-2): Solution:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: carnot

79118230

Date: 2024-10-23 13:57:19
Score: 2
Natty:
Report link

Our solution is to push an update in the previous version of our desktop application to contain the backing __EFMigrationsHistory table and the first migration row, that way when existing customers update Entity Framework Core skips the initial creation.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ARC_502

79118226

Date: 2024-10-23 13:56:19
Score: 0.5
Natty:
Report link

You first need to assert the type of u and then change u.type's value.

(u as U).type = "y";

or if you want to assert u as Y you will have to assert it as unknown first because X and Y don't overlap.

(u as unknown as Y).type = "y";

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

79118221

Date: 2024-10-23 13:55:19
Score: 1
Natty:
Report link

The problem is that you are using the @WebMvcTest annotation without making the origin of the Index Service Bean explicit. When using this annotation, Spring Boot loads the application in a context to include only components related to MVC, however, this configuration does not load beans that are not directly linked to MVC.

As you can see in the documentation, it is highly recommended to use this testing configuration in conjunction with @MockBean or @Import, depending on your needs.

Using MockBean, you can mock your Bean and within the test create isolated behavior for calling some function:

@MockBean
private IndexService indexService;

Then inside of your test:

when(indexService.createIndex(any(CreationInputDto.class))).thenReturn(/*appropriate response*/);

With @Import, you can simply import the Bean in question into your test context using the annotation in your class.

@Import(IndexService.class)
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @WebMvcTest
  • User mentioned (0): @MockBean
  • User mentioned (0): @Import
  • User mentioned (0): @Import
  • Low reputation (1):
Posted by: Luan Nadaletti

79118204

Date: 2024-10-23 13:50:18
Score: 1
Natty:
Report link

You will be combine two very heavy projects with a lot of dependencies. I could see you running into problem with transitive dependencies.

Check out this GUI for Torch. https://www.torchstudio.ai/

Or maybe a web normal Flask or FastAPI interface would be easier.

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

79118198

Date: 2024-10-23 13:49:17
Score: 1.5
Natty:
Report link

The order is dependent on who is loaded first. Starting from FreeBSD 13.2 there is also pfilctl(8) utility which allows changing order of firewalls in runtime.

Note that usually the order on output is reversed than on input - that is, for one firewall to be "upper" and other "lower", if packet path is drawn as stack: walking from wire/bottom via firewalls to kernel/top on input, and from kernel/top via firewalls to wire/bottom on output.

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

79118191

Date: 2024-10-23 13:46:17
Score: 0.5
Natty:
Report link

const url = magnet:?xt=urn:btih:${infoHashValue}&dn=${torrentName}${tracker} const url_t = http://itorrents.org/torrent/${infoHashValue}&dn=${torrentName}.torrent setMagnateDownload(url) setTorrentDownload(url_t) setInfoHash(infoHashValue) setName(torrentName) setEid(data?.eid || res?.data?.eid) const activeTrackers = await checkWebSocketTrackers(wsTrackers) console.log('Active WebSocket trackers:', activeTrackers) setWebTorrentState(activeTrackers.length > 0) setActiveWsTrackers(activeTrackers) const urlws = magnet:?xt=urn:btih:${infoHashValue}&dn=${encodeURIComponent(torrentName)}${tracker}.torrent; setMagnateWsDownload(urlws)

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

79118190

Date: 2024-10-23 13:46:17
Score: 1
Natty:
Report link

The command you're using has a syntax error. It should be

pip install --upgrade numpy==2.1.2

Notice the == instead of =. This might fix it.

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

79118186

Date: 2024-10-23 13:45:16
Score: 2
Natty:
Report link

Mystery solved - turns out it was a Qt VS Tools update (from 3.2.0.47 to 3.3.0.13) that did it. Even though most of my team, and I as well, have the auto-update turned off, it updated anyway. Rolling back to an earlier version seems to fix the problem.

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

79118184

Date: 2024-10-23 13:44:16
Score: 3.5
Natty:
Report link

SOLUTION WORKING FOR ME

this post may fix your build archive issue enter link description here

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

79118177

Date: 2024-10-23 13:43:16
Score: 2
Natty:
Report link

To expand even further on @Melchia's example:

global.URLSearchParams = jest.fn((x) => ({
  get: jest.fn((y) => (x.includes(y) ? x.split("=")[1] : null)),
}));

This will actually mimic the URLSearchParams 'get' function, returning the parameter value.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Melchia's
  • Low reputation (1):
Posted by: James Parker

79118176

Date: 2024-10-23 13:43:16
Score: 1.5
Natty:
Report link

I found the issue was due to a recent version update. In my package.json, I had specified "angular-auth-oidc-client": "^18.0.1", but after checking the node_modules, it had been updated to version 18.0.2 (18.0.1 to 18.0.2). After reverting and running npm install, everything worked as expected.

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

79118171

Date: 2024-10-23 13:43:16
Score: 3
Natty:
Report link

this actually shocks me, I ran into this problem aswell and I really don't like this aproach

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hugo Araújo

79118168

Date: 2024-10-23 13:43:16
Score: 1
Natty:
Report link

Maybe you need a recursive checkout:

git submodule update --init --recursive
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Sami Badawi

79118166

Date: 2024-10-23 13:42:10
Score: 9 🚩
Natty: 5.5
Report link

Did you ever manage to solve it, if yes how?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever manage to solve it
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Genius Bhandari

79118164

Date: 2024-10-23 13:42:08
Score: 9 🚩
Natty:
Report link

Have you managed to figure it out? I am facing the exact same issue as you are describing it.

Reasons:
  • Blacklisted phrase (3): Have you managed
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the exact same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: E. T.

79118158

Date: 2024-10-23 13:41:08
Score: 4
Natty:
Report link

Probably your token has expired, according to the documentation a 403 refers to invalid credentials https://docs.gitlab.com/ee/api/runners.html#verify-authentication-for-a-registered-runner

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

79118157

Date: 2024-10-23 13:41:08
Score: 1.5
Natty:
Report link

Figured it out! For js_interop: Instead of "Function," use "JSFunction." Then instead of "allowInterop" use ".toJS"

@JS('dartCtrlWheelEventHandler') external set dartCtrlWheelEventHandler(JSFunction f);

dartCtrlWheelEventHandler = _ctrlWheelEventHandler.toJS; 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: RJJ

79118151

Date: 2024-10-23 13:40:07
Score: 2.5
Natty:
Report link

On Xcode 15 the debug option mentioned by @Frogmeister is still in the same spot, just with some more options around it, so here is an updated screenshot in case anyone is looking for the setting.

Xcode 15 RTL debug option

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Frogmeister
  • Single line (0.5):
  • High reputation (-1):
Posted by: Lucas P.

79118148

Date: 2024-10-23 13:38:05
Score: 10.5 🚩
Natty: 6.5
Report link

Hello did you find any solution for this? I am experiencing the same issue.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you find any solution
  • RegEx Blacklisted phrase (2): any solution for this?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mertvnl

79118139

Date: 2024-10-23 13:37:04
Score: 4
Natty:
Report link

How about rendering multiple ApexCharts Pie Charts with different diameters. One for each nesting level.

Then draw them on the web page with some CSS tweaks as absolute positioned elements with transparent background?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: Jadawin

79118134

Date: 2024-10-23 13:36:03
Score: 0.5
Natty:
Report link

I wanted to save someone the pain because I couldn't find a similar SO question: in case you have everything correct mentioned in Nate Anderson's answer and still cannot get the cookie to be set, and in my case the Set-Cookie response header was not sent from the server, it can potentially be that your server is behind a proxy and therefore you need to account for that. In my Express.js server I used app.use("trust proxy", 1) as mentioned here https://github.com/expressjs/session/issues/983 and it was solved.

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

79118132

Date: 2024-10-23 13:36:03
Score: 1
Natty:
Report link

If you're looking for an easy way to send Firebase Cloud Messaging (FCM) push notifications in Laravel, I’ve developed a package called heyharpreetsingh/fcm that simplifies the process. It allows you to send notifications to mobile (Android, iOS) and web platforms efficiently.

How to Use: Install the package via Composer:

composer require heyharpreetsingh/fcm

Register the service provider in bootstrap/providers.php (Laravel 11) or config/app.php (Laravel 10 and below):

Heyharpreetsingh\FCM\Providers\FCMServiceProvider::class,

Set up Firebase credentials by generating a private key in Firebase Console and adding the path to the JSON file in your .env file:

FCM_GOOGLE_APPLICATION_CREDENTIALS=storage/ServiceAccount.json

Send a notification to individual devices like this:

use Heyharpreetsingh\FCM\Facades\FCMFacade;

FCMFacade::send([
   "message" => [
        "token" => "bk3RNwTe3H0:CI2k_HHwgIpoDKCIZvvDMExUdFQ3P1...", // Device token
        "notification" => [
            "body" => "This is an FCM notification message!",
            "title" => "FCM Message"
        ]
    ]
]);

Was this guide helpful to you? Please support my work by leaving a 👏 clap as a token of appreciation.

Reasons:
  • Blacklisted phrase (1): this guide
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Harpeet Singh