79256260

Date: 2024-12-05 21:25:28
Score: 4
Natty:
Report link

How did you install 22.04. I get errors when attempting to boot the installation media.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How did you in
  • Low reputation (1):
Posted by: J Bernstein

79256152

Date: 2024-12-05 20:38:14
Score: 4
Natty:
Report link

Just switch to MomentJs, dayjs is just some bSHHHHHHHHHHHHHHHHHHH

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Filler text (0.5): HHHHHHHHHHHHHHHHHHH
  • Low reputation (1):
Posted by: Kenneth Quinto

79256147

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

Were you able to integrate the Google Calendar API with Delphi?

Reasons:
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Richard Ribeiro

79256115

Date: 2024-12-05 20:19:04
Score: 7 🚩
Natty: 6.5
Report link

Password .rar from the video???

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

79256076

Date: 2024-12-05 20:00:56
Score: 10 🚩
Natty: 4.5
Report link

Did you ever get to the bottom of this issue? I'm facing exactly the same problem...

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get to the
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing exactly the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: gumis

79256038

Date: 2024-12-05 19:47:52
Score: 5.5
Natty:
Report link

I was able to solve it by creating it with the help of CTE (Common Table Expression), where I created a table with the ranges between stations without nulls and made a join with the main table. This returned the expected result.

Thank you guys for the advise about the null values!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): Thank you guys for the advise
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ito

79256037

Date: 2024-12-05 19:47:51
Score: 4
Natty:
Report link

this is probably the answer https://stackoverflow.com/a/67212436/14011696

[Optional]
Public string Field {get; set;}
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: hershy kohn

79255991

Date: 2024-12-05 19:30:45
Score: 7.5 🚩
Natty: 4.5
Report link

necesito tu ayuda... Uso el c++ y al compilar me sale este error

enter image description here

Que debo de hacer . estoy construyendo el famoso tetris

Reasons:
  • Blacklisted phrase (2): ayuda
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (2): estoy
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alex Valdivia

79255988

Date: 2024-12-05 19:30:43
Score: 4
Natty: 5
Report link

What did work for me was disabling ".eslintrc.json"

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What did
  • Low reputation (1):
Posted by: Mariana Mena

79255981

Date: 2024-12-05 19:28:42
Score: 4
Natty:
Report link

This issue appears to be fixed as tested today (05/12/2024) on Safari on MacOS

enter image description here

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

79255950

Date: 2024-12-05 19:15:37
Score: 11.5
Natty: 7.5
Report link

do we have any solution for the above mentioned question?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): do we have any
  • RegEx Blacklisted phrase (2): any solution for the above mentioned question?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Resolver03

79255906

Date: 2024-12-05 18:57:30
Score: 4.5
Natty:
Report link

Other answers did not work for me on Windows within an interactive python session. I cannot do it from a command line as I need help on a COM object. I used the output argument mentioned by Clifford

def help_to_file(func, out_file="function_help.txt"):
    try:
        with open(out_file, "w") as f:
            h2f = pydoc.Helper(output=f)
            h2f(func)
        print(f"Help for '{func}' written to '{out_file}'")
    except Exception as e:
        print(f"Error writing help: {e}")

Then to use it:

help_to_file(str, "_str.txt")
Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (2.5): I need help
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NateA

79255825

Date: 2024-12-05 18:24:20
Score: 9 🚩
Natty: 5
Report link

I'm having the same issue.

Did your find any way to fix this ?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: David Lambourdiere

79255685

Date: 2024-12-05 17:30:05
Score: 4
Natty: 5
Report link

Very Sad that 10 yrs later this is STILL an issue!

Here is a link to the ProtectionLevel Values: https://learn.microsoft.com/en-us/sql/integration-services/security/access-control-for-sensitive-data-in-packages?view=sql-server-ver16

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

79255684

Date: 2024-12-05 17:29:04
Score: 4
Natty:
Report link

I have the same thing with m4 pro:(

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

79255678

Date: 2024-12-05 17:27:03
Score: 5.5
Natty:
Report link

i'm also having same issue. i'm using " credentials.setValue(password) " but still not able to rectify.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i'm also having same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shivam Sharma

79255601

Date: 2024-12-05 17:01:56
Score: 9 🚩
Natty:
Report link

So guys, whats the answer to this issue? Should we change the "From" number? (i can not find a Twilio greek number to find), or we should set another correct Alphanumeric senderID ? I am facing the same issue, if anyone can help I would really appreciate it :)

Reasons:
  • RegEx Blacklisted phrase (3): anyone can help
  • RegEx Blacklisted phrase (0.5): anyone can help
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: StChtz

79255593

Date: 2024-12-05 16:59:55
Score: 5
Natty: 4
Report link

I have the same problem in my next.js(app) project. When I put cursor in import { | } from 'react-hook-form' I see "function useForm<TFieldValues extends RHF.FieldValues = RHF.FieldValues, TContext = any, TTransformedValues extends RHF.FieldValues | undefined = undefined>(props?: RHF.UseFormProps<TFieldValues, TContext>): RHF.UseFormReturn<TFieldValues, TContext, TTransformedValues> import useForm Custom hook to manage the entire form." But the hook does not imported and console.log('useForm:', useForm); show: " Server useForm: undefined" and I got runtime error: "[ Server ] Error: (0 , react_hook_form__WEBPACK_IMPORTED_MODULE_2__.useForm) is not a function". That means that useForm does not imported.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Volodym Dobrov

79255506

Date: 2024-12-05 16:37:49
Score: 4.5
Natty:
Report link

Does your project open in the Xcode fro Rider? You may want to check it by right-clicking on the project name > Open in Xcode. Do you have a Developer profile set up there?

Also, here is the instruction on how to use iOS publishing from Rider:

SUPPORT-A-712 How to publish MAUI applications using Rider

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Securitron Yesman

79255469

Date: 2024-12-05 16:24:45
Score: 6 🚩
Natty: 5.5
Report link

would you mind pasting your working script here? I am facing the same obstacle and claude etc can't seem to figure it out either.

Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (2): would you mind
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Phil

79255442

Date: 2024-12-05 16:14:41
Score: 10.5 🚩
Natty: 5.5
Report link

Did you fix the error? I'm having the same. Could yo provide the code?

Reasons:
  • RegEx Blacklisted phrase (3): Did you fix the
  • RegEx Blacklisted phrase (1.5): fix the error?
  • 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 fix the
  • Low reputation (1):
Posted by: Carlos Alberto Ruiz Naranjo

79255437

Date: 2024-12-05 16:13:40
Score: 4
Natty:
Report link

Another useful tool for viewing dependencies : https://npmgraph.js.org/

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

79255427

Date: 2024-12-05 16:10:38
Score: 4
Natty:
Report link

Is there any type of reason you would like to install the version 18? As per https://docs.oracle.com/en/java/javase/index.html the latest version is the 23.

You can download the latester version at: https://www.oracle.com/java/technologies/downloads/

You need to make sure that there is no other version of jdk installed on the computer, if you have other version that might be the reason you can not install it.

If it is your first time and you are sure you do not have another version, and you really need version 18, follow the steps at: https://docs.oracle.com/en/java/javase/18/install/installation-jdk-macos.html#GUID-C5F0BF25-3487-4F33-9275-7000C8E1C58C

If you followed it and still encounter issues, replicate Java error:JDK 17.0.1 can’t be installed on this computer response.

Reasons:
  • Blacklisted phrase (1): Is there any
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (1):
Posted by: Mauro Soto

79255417

Date: 2024-12-05 16:08:37
Score: 10 🚩
Natty: 6
Report link

This is an older thread but I was wondering if anyone had solved a persisting issue related to this one on Cytoscape.

After starting cytoscape, I do File > New Network > Empty And then in the new network, I do File > Import > Table from file

Then I select a file which is just a minimal graph as below

node_name,x_location,y_location,color node1,0.5,0.2,#FF0000 node2,0.4,0.3,#00FF00 node3,0.8,0.4,#0000FF

It recognizes node_name as key variable. But when I hit import, I get an error: "Load Table Possible import error No rows copied!! Check that 'key column for network' matches imported key column and check the column name doesn't conflict"

I also tried to open the HIV network that shows up as one of the "default" networks, exported it, and tried to import is as above. Same error shows up, despite the fact that "opening" the network by right-clicking in the default state of the Cytoscape dashboard it looks fine.

It seems I'm the only one with this problem, but I've tried on two separate machines (mac and PC) and got this message in both. My Cytoscape version is 3.10.3

Any help would be greatly appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • Blacklisted phrase (2): was wondering
  • RegEx Blacklisted phrase (3): Any help would be greatly appreciated
  • RegEx Blacklisted phrase (1): I get an error
  • RegEx Blacklisted phrase (1): Same error
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Bridge

79255401

Date: 2024-12-05 16:05:35
Score: 6.5 🚩
Natty:
Report link

=REGEXEXTRACT(B4, "href=""([^""]*)""") is the answer found here: How to screen double quotes in Google Docs re2 expressions?

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: denis bidinost

79255318

Date: 2024-12-05 15:44:30
Score: 4
Natty: 4
Report link

its cause your not on a approved site that the api wanna accept ig

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

79255317

Date: 2024-12-05 15:44:29
Score: 4.5
Natty:
Report link

You can compare the results again on the page https://dateconvertor.com/en/.

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

79255314

Date: 2024-12-05 15:43:28
Score: 4.5
Natty:
Report link

How about the following the code?

function ($items) use (&$total) {
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: user28644649

79255233

Date: 2024-12-05 15:18:20
Score: 6.5 🚩
Natty: 5
Report link

Please help me: I am creating a outlook addin that send email to specific email address in exchange on premises environment. I created addin with youman generator and use react framework.have any buddy experience in this.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shahzad Umar

79255164

Date: 2024-12-05 14:56:13
Score: 10 🚩
Natty: 4
Report link

have you found the way to fix this? I experience same issue. Please share the solution if you fixed it.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share the solution
  • RegEx Blacklisted phrase (1.5): fix this?
  • RegEx Blacklisted phrase (2.5): have you found the way to fix this
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ATTzz

79255163

Date: 2024-12-05 14:56:12
Score: 8.5
Natty: 7
Report link

@theo @ullrich I know this is old, but did you figure this out? I'm trying to pull a report of only users who have exceeded their OneDrive quota.

Reasons:
  • RegEx Blacklisted phrase (3): did you figure this out
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @theo
  • User mentioned (0): @ullrich
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Justin

79255124

Date: 2024-12-05 14:43:09
Score: 5.5
Natty:
Report link

Same problem on Macbook Air M1

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

79255091

Date: 2024-12-05 14:33:05
Score: 6.5 🚩
Natty: 5.5
Report link

a year later, I'm facing the same issue with the same setup, i.e Hololens 2 and Vuforia trying to use the holographic remoting to accelerate debugging of Vuforia image and model targets before deplyoment on Hololens 2. What I would like to know is if holographic remoting is compatible with Vuforia.

Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1.5): I would like to know
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Low reputation (1):
Posted by: CssE

79255069

Date: 2024-12-05 14:26:02
Score: 5.5
Natty: 5.5
Report link

I'm trying to make props with overloaded function, so i wrote something like this

interface SomeProps {
someAction: (value: number) => void | ((value: string) => void)

}

But i got error Type '(value: number) => void' is not assignable to type '(value: string) => void | ((value: number) => void)'. What am i doing wrong?

Reasons:
  • Blacklisted phrase (1): What am i doing wrong?
  • RegEx Blacklisted phrase (2): But i got error
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Omnexy

79255026

Date: 2024-12-05 14:13:58
Score: 4
Natty:
Report link

your url does not contain a sig token

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

79254956

Date: 2024-12-05 13:57:53
Score: 4
Natty:
Report link

check this repo https://github.com/abdessamadbettal/laravel-starter

Readme has all instructions how to install it and how to use

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

79254926

Date: 2024-12-05 13:49:51
Score: 4
Natty:
Report link

I have the same issue. In 3.x I was using Heat to harvest and had to use a XSLT transform to add the Permanent="yes" to the harvested files. But we are now being forced to target Dot.Net Framework 4.8.1 in order to support Arm64 processors and we couldn't do that in WiX 3.11 so upgraded to v5 and switched to Files because our Heat code no longer worked. In our case we ship sample data files and tutorials (all generated by non-devs) and harvest them because they change frequently and maintaining the install to drop old ones and add new ones would be a lot of work. They are installed in the Program Data folder and end users can use them and come to rely on them so removing them would be a problem. Long term users will have lots of samples that no longer ship. I don't think this is all that unusual a situation as I have seen similar at every company I've worked at. Sure, it would be possible to not ship/install any samples and force the user to download them from a website, but then they have to go looking for them whereas those that are on there system just appear in our product ready to use.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: Scott

79254873

Date: 2024-12-05 13:35:46
Score: 8 🚩
Natty:
Report link

Jumping in the thread as I have the same problem. Is there some sort of a guide or other camel module to use instead of camel-guice? Spring Boot does not seem to be an option. Is Google guice the correct approach?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (0.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: buhalbot

79254850

Date: 2024-12-05 13:29:44
Score: 4
Natty:
Report link

I have the same issue. I try to create a new project and delete all third party libs. It's still throwing that error message.;

iOS Bundling failed 281ms index.js (725 modules) The package at "node_modules/@babel/core/lib/transformation/normalize-opts.js" attempted to import the Node standard library module "path". It failed because the native React runtime does not include the Node standard library.
Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: Bekranker

79254806

Date: 2024-12-05 13:13:38
Score: 4
Natty: 5
Report link

My god Carlos, thanks so much for this this saves so much time

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jeroen Dijkstra

79254713

Date: 2024-12-05 12:42:29
Score: 10 🚩
Natty: 6.5
Report link

were you able to figure out this out? I can't seem to get it working on my end.

Reasons:
  • RegEx Blacklisted phrase (3): were you able to figure out
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yohan Sangalang

79254709

Date: 2024-12-05 12:40:28
Score: 5
Natty: 6.5
Report link

I'm converting mp4 format to m3u8 format from the internet. I'll upload it to the backende panel and pull it to the application from there, but I don't understand how to upload it. It divides the videos into short videos, do I need to upload all of them and define the m3u8 format file?

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

79254564

Date: 2024-12-05 11:59:16
Score: 5
Natty:
Report link

Did you find the issue?

I found that com.google.mlkit:playstore-dynamic-feature-support:16.0.0-beta2 would pull in a a version of com.google.android.play:core

Need to find a replacement for it.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find the
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find the is
  • Low reputation (1):
Posted by: Igor

79254554

Date: 2024-12-05 11:55:14
Score: 6 🚩
Natty: 5
Report link

This solution works great! Any ideas how to adapt it to sync topics completion across courses instead of lessons?

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

79254532

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

Repair solved the issue for me.

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

79254504

Date: 2024-12-05 11:38:08
Score: 5
Natty: 5
Report link

I have the same problem but I have no password set on my computer so I press enter but it says incorrect password. I had to set a password (temporarily) and then it worked. ( on mac btw )

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Phil Wilkinson

79254436

Date: 2024-12-05 11:22:02
Score: 4.5
Natty: 5
Report link

What endpoint did you use to fix it

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Zefoq

79254324

Date: 2024-12-05 10:48:53
Score: 4.5
Natty: 5
Report link

How can we submit a value that we want to search.

Reasons:
  • Blacklisted phrase (1): How can we
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How can we
  • Low reputation (0.5):
Posted by: Manas Dash

79254248

Date: 2024-12-05 10:28:48
Score: 4
Natty: 4.5
Report link

Unfortunatelly, I get error also if I use async_playwright, see https://github.com/microsoft/playwright-python/issues/462#issuecomment-2519869308

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

79254246

Date: 2024-12-05 10:27:46
Score: 12 🚩
Natty: 4
Report link

I'm unable to add a comment because I don't have 50 reputation.

I have a question.

How do I pass data to the start destination of nested navigation? Without directly calling the first screen as you called the first screen (GroupDetail), my use case wants to pass a string to all screens of nested navigation screens. This means I'm calling GroupDetailGraph(userId = "123") from the route graph and want to give the user ID to all screens of GroupDetailGraph.

if your saying don't call GroupDetailGraph with userId call call every screen with userId then please tell what is actual need of nested navigation Attached is the Google Doc image.

Can you please tell me what I didn't understand from the? google doc

Reasons:
  • Blacklisted phrase (1): How do I
  • Blacklisted phrase (1.5): I have a question
  • RegEx Blacklisted phrase (2.5): please tell what
  • RegEx Blacklisted phrase (2.5): Can you please tell me what
  • RegEx Blacklisted phrase (1.5): I don't have 50 reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: IYCS

79254197

Date: 2024-12-05 10:13:42
Score: 5
Natty:
Report link

I still have the same issue with a vue app when I load it with module federation in another shell vue app in the nx workspace I use vite with nx workspace and primevue 4

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Low reputation (1):
Posted by: Mustafa Elkhalifa

79254179

Date: 2024-12-05 10:07:39
Score: 4
Natty:
Report link

After some investigation I've found this:

In the project overview QtCreator when a CMakeLists.txt defines multiple targets, QtCreator (from version 15?) shows CmakeLists.txt for each target. This is actually the same CMakeList.txt file for each of these targets. The number is the line number where this target is defined.

I cannot find any documentation about this.

Reasons:
  • Blacklisted phrase (1.5): I cannot find
  • Blacklisted phrase (0.5): I cannot
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: DanRechtsaf

79254151

Date: 2024-12-05 10:01:36
Score: 7.5 🚩
Natty:
Report link

Would you mind sharing the output from the Run tool window together with a screenshot of the Run Configuration you are trying to run?

enter image description here enter image description here

Reasons:
  • Blacklisted phrase (2): Would you mind
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dmitry Kazantsev

79254149

Date: 2024-12-05 10:00:35
Score: 4.5
Natty: 7
Report link

same question eclipse 2024-06,same code have not error in old eclipse version

Reasons:
  • RegEx Blacklisted phrase (1): same question
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: duan

79254121

Date: 2024-12-05 09:54:33
Score: 11.5 🚩
Natty: 5.5
Report link

Did you get the fix?? I'm facing the same issue with weston

Reasons:
  • RegEx Blacklisted phrase (3): Did you get the fix
  • RegEx Blacklisted phrase (1.5): fix??
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Naveen S

79254038

Date: 2024-12-05 09:31:24
Score: 10 🚩
Natty:
Report link

I am also using Next-intl and lightgallery/react and I am having the same problem as you. I don't know if you have solved it, can you share it with me?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lê Quang Thái

79254008

Date: 2024-12-05 09:20:20
Score: 4.5
Natty:
Report link

I'm Ghana 🇬🇭 I am single I am 43 years old but 2years now no woman in my life I want woman in my life now I am scaffolder I want job to I have my passport Im in Accra name is wisdom ahiagba coming from Ghana 🇬🇭 want woman want woman in my life 😍😍💯

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Wisdom Ahiagba

79253981

Date: 2024-12-05 09:10:17
Score: 4
Natty:
Report link

Give parent grid width a 100% value

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

79253975

Date: 2024-12-05 09:09:16
Score: 5
Natty: 5.5
Report link

hope this will be useful to you https://github.com/microsoft/vcpkg/discussions/19991

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

79253974

Date: 2024-12-05 09:09:15
Score: 5.5
Natty: 5.5
Report link

This requires Bitcoin Core. Is it not possible to construct a transaction manually and transmit it not using Core or any wallet? Like transmitting it in a terminal?

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

79253971

Date: 2024-12-05 09:06:14
Score: 5
Natty:
Report link

I am also having the same issues even though I already included

manifestPlaceholders = [appAuthRedirectScheme: 'com.redirectScheme.comm']

in my android/app/build.gradle

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also having the same issue
  • Low reputation (1):
Posted by: Yeon

79253961

Date: 2024-12-05 09:03:12
Score: 4.5
Natty: 4.5
Report link

ЛЯ, я вот не понимаю, не ужели при разработке и выпуске голов в 300 dpi, не у кого, не у одного инженера не возник вопрос, а что будет с пользователями 203dpi, вот реально не у кого? создали кучу проблем на ровном месте, бесят мать их, как мне теперь имея кучу зебр в 300dpi печатать 203dpi. нафига это все нужно было в обще не понятно, не сиделось ровно на жопе, а давайте мы 300dpi выпустим, вас кто просил? кому нужно высокое разрешение пусть 600dpi покупают, там и в обратку на 200 можно печатать, а эти 300 какой-то ущербный ребенок производства.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: StivD

79253888

Date: 2024-12-05 08:39:05
Score: 4
Natty:
Report link

Still no. Here is the updated documentation link: https://www.doctrine-project.org/projects/doctrine-orm/en/stable/reference/basic-mapping.html#identifiers-primary-keys

Every entity class must have an identifier/primary key. You can select the field that serves as the identifier with the #[Id] attribute.

(sry for the new answer - I can't comment yet)

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: B3N3D1K7

79253810

Date: 2024-12-05 08:06:56
Score: 6.5 🚩
Natty:
Report link

I'm eligible 😺🤖😺😺😺😺😺😺😺😺😺😺😺😺😺😺😺

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (1):
  • Filler text (0.5): 😺😺😺😺😺😺😺😺😺😺😺😺😺😺😺
  • Low reputation (1):
Posted by: Johuyyda

79253691

Date: 2024-12-05 07:14:44
Score: 5.5
Natty:
Report link

What IDE version are you using? We would most likely need to inspect IDE logs for that. Please collect them and share with us! Here is the way you can collect the logs https://www.jetbrains.com/help/phpstorm/remote-development-troubleshooting.html?_gl=1*lrk86i*_ga*MzYxMTkwMDY3LjE3MzMzODI0ODQ.*_ga_9J976DJZ68*MTczMzM4MjQ4My4xLjAuMTczMzM4MjQ4Ny42MC4wLjA.*_gcl_au*MTcwNTQ4MzUxNi4xNzMzMzgyNDg3*FPAU*MTcwNTQ4MzUxNi4xNzMzMzgyNDg3#support

Reasons:
  • Blacklisted phrase (1): share with us
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Sadan Khan

79253690

Date: 2024-12-05 07:14:43
Score: 4.5
Natty: 5
Report link

I am also trying to do the same thing but if my user has signed up already and then tries to log in using another device or after clearing the application storage I cannot get the PIN how can I tackle that situation .

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (0.5): I cannot
  • Blacklisted phrase (1): trying to do the same
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lakshay Gupta

79253675

Date: 2024-12-05 07:08:40
Score: 5
Natty: 5
Report link

I'm struggling to map the LDAP groups to saml attibutes. Seems that keycloack could not add the groups from external source, despite the groups in keycloack are well mapped.

Wich attributet did you use to map the groups to SAML ?

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Manel Mendoza Flores

79253630

Date: 2024-12-05 06:48:34
Score: 4.5
Natty: 5
Report link

Our Swagger file has this as the uri value - uri: Fn::Sub: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${testlambda.Arn}/invocations

How will your export value for the lambda arn will replace the whole uri value.?

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

79253459

Date: 2024-12-05 05:07:12
Score: 4
Natty: 5.5
Report link

LOWER(RAWTOHEX(DBMS_CRYPTO.HASH(l_blob, DBMS_CRYPTO.HASH_SH256)));

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Акбар Малоэр

79253455

Date: 2024-12-05 05:06:11
Score: 8.5 🚩
Natty: 5.5
Report link

Do you solved this issue in rundeck?

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you solved this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lev

79253393

Date: 2024-12-05 04:26:02
Score: 6.5
Natty: 7
Report link

saved my day! thanks for the solution.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (2): saved my day
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: geek-Shayan

79253332

Date: 2024-12-05 03:39:51
Score: 11.5
Natty: 7.5
Report link

Please tell me how you solved your problem, because I have the same problem?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): Please tell me how you
  • 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: H-Arti

79253321

Date: 2024-12-05 03:36:50
Score: 5
Natty: 5
Report link

For me, the following procedure worked. https://github.com/sedwards2009/extraterm/issues/439#issuecomment-2367414877

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

79253295

Date: 2024-12-05 03:18:45
Score: 4.5
Natty:
Report link

Can you use compile with g++ then run it? I supposed you are using CodeRunner.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you use
  • Low reputation (1):
Posted by: VietnameseBushes

79253261

Date: 2024-12-05 02:47:38
Score: 9.5 🚩
Natty:
Report link

did you manage to find the solution for this problem? I'm facing the same issue.

Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): did you manage to find the solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Rildo Franco

79253252

Date: 2024-12-05 02:38:37
Score: 4
Natty:
Report link

I have the same issue and this is how I can fix it.

But remember to choose Collection View -> Size Inspector -> Estimate Size set to None.

This will let you conform to UICollectionViewDelegateFlowLayout.

extension BaseViewController: UICollectionViewDelegateFlowLayout {
    
    func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat {
        return 8
    }
    
    func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat {
        return 8
    }
    func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
        let itemWidth = ((collectionView.bounds.width - 16)/3)
        return CGSize(width: itemWidth, height: itemWidth * 235/125)
    }
}

If you have 3 items in a row, the spacing between items is 8. The width of each item is calculated as: Width = (CollectionView.Width - 16) / 3. For 5 items, the formula becomes: Width = (CollectionView.Width - 32) / 5.

235/125 represents the ratio of your cell:

let itemWidth = ((collectionView.bounds.width - 16)/3)
return CGSize(width: itemWidth, height: itemWidth * 235/125)
Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Blacklisted phrase (1): this link
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: MinhNghien26

79253198

Date: 2024-12-05 02:02:28
Score: 6.5 🚩
Natty: 4.5
Report link

are you solved this issue? I am also facing this and tried a lot but none of them works

Reasons:
  • Blacklisted phrase (1): also facing this
  • RegEx Blacklisted phrase (1.5): solved this issue?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: runningJoey

79253114

Date: 2024-12-05 00:54:12
Score: 4
Natty: 4.5
Report link

You maybe have an idea from my repo: https://discourse.llvm.org/t/hey-guys-a-compiler-with-llvm18-and-for-beginners/83438?u=napbad Hope that it is useful:D

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

79252968

Date: 2024-12-04 23:07:48
Score: 5
Natty:
Report link

I have found a solution for my problem in this video

Reasons:
  • Blacklisted phrase (1): this video
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hossam Hassan

79252934

Date: 2024-12-04 22:54:44
Score: 6.5 🚩
Natty:
Report link

Your applications should suffer no side effects when using a custom user registry deployed as a bell. Since your UserRegistry service implementation is provided by a shared library, you should avoid referencing bellsCurLib within any <classloader/> configurations.

The <bell/> configuration references a shared library, which includes all binaries and resources required by your UserRegistry service implementation except for Open Liberty API/SPI and java packages. I'm not aware of a "cleaner" way to assemble the required dependencies into a single library jar, but you needn't deploy a single library jar as this tutorial suggests. You can cache the dependencies to a reserved location in the server environment and configure the library to also include these dependencies.

<variable name="oss.dependencies.dir" value="/some/root/path/containing/oss/jars/and/resources/" />

<library id="bellsCurLib" name="bellsCurLib">
    <file name="${server.config.dir}/resources/ol-cur.jar" />
    <fileset dir="${oss.dependencies.dir}" include="file-name-pattern-1, file-name-pattern-2, ..." />
    <folder dir="${oss.dependencies.dir}/path/containing/resources/" /> 
</library>

FYI, your shared library referenced by the bell requires the UserRegistry interface, which is an Open Liberty API of type ibm-api. The server makes this API type available to libraries by default. So, your <library/> configuration is fine in this regard -- you needn't configure the apiTypeVisibility attribute of the <library/> to make the API available to the service implementation. SPI visibility for libraries referenced by a bell is a relatively new feature. Unless your service implementation also requires SPI, you needn't configure attribute spiVisibility="true" in the <bell/>. And that begs the question: Did you find a user document that mentions attribute enableSpiVisibility? If so, please post a reference as the document contains a typo. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): this tutorial
  • RegEx Blacklisted phrase (2.5): please post
  • RegEx Blacklisted phrase (3): Did you find a
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Dave Zavala

79252928

Date: 2024-12-04 22:53:43
Score: 4
Natty:
Report link

in short it didnot work BRATHAR !

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

79252926

Date: 2024-12-04 22:52:41
Score: 6.5 🚩
Natty: 5.5
Report link

If I want to use this with System.Text.Json and not with Newtonsoft.Json?

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

79252899

Date: 2024-12-04 22:36:37
Score: 5.5
Natty: 5.5
Report link

how would i do the opposite? remove any row that does not contain "somme" in columns C or D?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): how would i
  • Low reputation (1):
Posted by: Lynn

79252866

Date: 2024-12-04 22:15:30
Score: 4.5
Natty:
Report link

ABCNIKOLASOPASDFGHJKLQWERTYUIO

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

79252808

Date: 2024-12-04 21:45:23
Score: 4.5
Natty: 5
Report link

Thank you, it is useful today for me!

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

79252760

Date: 2024-12-04 21:23:16
Score: 5
Natty:
Report link

Finally, I found the answer here: https://datatables.net/forums/discussion/71938/loop-with-columns-searchpanes-options

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Marcus Henningsen

79252759

Date: 2024-12-04 21:22:15
Score: 4
Natty:
Report link

is there a way to actually handle this exception in the azure function code? Understand that the function instance has timed out, so probably not possible. But curious to see ways people have handled this.

Understand, this possibly brings up have discussions around using durable functions

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

79252749

Date: 2024-12-04 21:18:13
Score: 5.5
Natty: 5
Report link

Hi fellow SharePoint admins,

PowerShell like in this article can work well, however, I just want to share a new tool to build these SharePoint Permission reports, that we (Cognillo) are now offering for free with the new SharePoint Essentials Toolkit 2025 release.

Yes, it is completely free.

Here is an article that explains how to get it and what it includes.

https://www.cognillo.com/blog/free-sharepoint-permission-reports

Maybe you have a need for this as well, it has no cost and it also can do SharePoint Site Analytics, copying of lists and libraries for free in this Community Edition.

We are providing this for free in hopes some organizations will like the tool and opt to purchase some of the paid features, such as broken link fixing and clean up utilities.

Thank you! Please share!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): this article
  • RegEx Blacklisted phrase (2.5): Please share
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Greg

79252716

Date: 2024-12-04 21:05:08
Score: 7 🚩
Natty: 4
Report link

I ran into the same problem. I feel like right after the build time, Xcode syncs the localization and updates the catalog. We can see the localization sync result in the report navigator from the left side panel of Xcode. Did you find a viable solution for your CI?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: chu31g

79252689

Date: 2024-12-04 20:55:05
Score: 4
Natty:
Report link

That is happening because gphoto2 only works on Linux, when I try to install it on Windows I also get this error.

Reasons:
  • RegEx Blacklisted phrase (1): I also get this error
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Galaxy Studios

79252664

Date: 2024-12-04 20:44:00
Score: 5
Natty: 8
Report link

Bud what if I need future option on ES? What symbol I have to use? This code works for SPY but does not for ES. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Josef Cvrček

79252608

Date: 2024-12-04 20:23:53
Score: 9 🚩
Natty: 5.5
Report link

I have the same issue. You said the gif needs to be unoptimised. How did you do it?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Michel Michaud

79252550

Date: 2024-12-04 19:58:46
Score: 4.5
Natty:
Report link

Hope you are using @RequestBody tag along with @Valid tag.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @RequestBody
  • User mentioned (0): @Valid
  • Single line (0.5):
  • Low reputation (1):
Posted by: Khushali S

79252523

Date: 2024-12-04 19:43:41
Score: 13.5 🚩
Natty: 6.5
Report link

did you solve it yet ? I am facing the same error :(

Reasons:
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): did you solve it
  • RegEx Blacklisted phrase (1.5): solve it yet ?
  • RegEx Blacklisted phrase (1): I am facing the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same error
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you solve it
  • Low reputation (1):
Posted by: Adam Yasser Abzakh

79252516

Date: 2024-12-04 19:41:38
Score: 8 🚩
Natty:
Report link

I am getting the same error in Jenkins - **Failed to connect to repository : Error performing git command: git ls-remote -h *public github url *** HEAD

I am simply setting up Jenkins pipeline for a sample pgm on my local Windows Machine (not on any instance or cloud). I have done the below steps so far already. Still getting same error.

  1. Git is installed on my Machine for Windows checked the path for C->Program Files → Git → bin → git.exe otherwise download it.
  2. Provided the location to git.exe to Jenkins Mange Jenkins → Tools → Git installations → Path to Git executable in Path to Git executable.
  3. Also added Git installation to the $PATH Environment variable to use Git under User Variable.

Still getting same error. Can someone help.

Reasons:
  • RegEx Blacklisted phrase (3): Can someone help
  • RegEx Blacklisted phrase (1): I am getting the same error
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same error
  • Me too answer (0): getting same error
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28630957

79252498

Date: 2024-12-04 19:33:35
Score: 4.5
Natty: 5.5
Report link

Help me to create a layer with graphviz please

Reasons:
  • Blacklisted phrase (1): Help me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: oscar frausto

79252491

Date: 2024-12-04 19:31:34
Score: 4
Natty:
Report link

Ah, I see the problem. I started with ValueToPixelPosition(0) which I thought was the first Bar. It is not. I assume that is the xAxis itself. Changing my code to start at 1 for the first bar, solved the problem.

enter image description here

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

79252464

Date: 2024-12-04 19:20:30
Score: 4
Natty:
Report link

Open the settings go to editor > general > gutter icons > color preview. And check it

Android studio color preview

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

79252456

Date: 2024-12-04 19:17:29
Score: 5.5
Natty:
Report link

I'm also working on a multilinear regression model, and I was under the impression that R automatically creates dummy variables if the variable is a factor.

I converted all of the binary variables to a factor with 1 for Yes and 0 for No.

Im I doing something wrong?

Reasons:
  • Blacklisted phrase (2): something wrong?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Tyson Biegler

79252455

Date: 2024-12-04 19:17:28
Score: 4
Natty:
Report link

Helped to add explicitly -stdlib=libstdc++ and add definition __LIBC

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