79248831

Date: 2024-12-03 18:44:38
Score: 2
Natty:
Report link

I had 2 items. First was fixed width. Second was auto. I applied flex: 1 to the Second. Fixed the Second overlapping the First.

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

79248826

Date: 2024-12-03 18:43:38
Score: 1
Natty:
Report link

It appears that "composer update" REQUIRES that the value of the name field be all lower case.

That seems dumb, but (for example):

"name":  "CharlesRothDotNet/Alfred"     (fails)
"name":  "charlesrothdotnet/alfred"     (succeeds)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Charles Roth

79248825

Date: 2024-12-03 18:43:38
Score: 0.5
Natty:
Report link

The new Kotlin gradle system (e.g. build.gradle.kts), look for the version catalog file named libs.versions.toml file with gradle version field under [versions] section and update with the required version.

[versions]
androidGradlePlugin = "8.7.0"
androidxCore = "1.15.0"
androidxLifecycle = "2.8.7"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: RamKr

79248823

Date: 2024-12-03 18:42:37
Score: 2
Natty:
Report link

I don't see where the JS is being loaded. You can enqueue the javascript assets from within the shortcode function though to make sure they are being loaded on any screen that the shortcode is used on, or include it in a tag

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

79248802

Date: 2024-12-03 18:33:34
Score: 5
Natty: 4
Report link

No‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎You can't ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • No latin characters (0.5):
  • Low entropy (1):
  • Low reputation (1):
Posted by: Randomdude

79248801

Date: 2024-12-03 18:33:34
Score: 0.5
Natty:
Report link

I strongly believe, although I'm not 100% sure, that JavaScriptStringEncode is enough.

(1) From HTML spec:

The easiest and safest way to avoid the rather strange restrictions described in this section is to always escape an ASCII case-insensitive match for "<!--" as "\x3C!--", "<script" as "\x3Cscript", and "</script" as "\x3C/script"...

(2) The core idea of this is supported by answers from other people 1 & 2, even though they may not be fully accurate or up to date with the spec comment above (from which the second linked answer is actually derived).

(3) Looking at JavaScriptStringEncode, it seemingly replaces <, among other characters, which should satisfy (1).

Screenshot of JavaScriptStringEncode implementation that makes a call to a method called CharRequiresJavaScriptEncoding for each character of the string and replaces such cases with their unicode character Screenshot of CharRequiresJavaScriptEncoding implementation which takes a character and checks whether it's, among other characters, an opening angle bracket

From these 3 points, I think one can conclude that calling JavaScriptStringEncode is enough, since the code inside script doesn't need to be HTML encoded, it just needs to escape <!--, <script, and </script (case-insensitively), which JavaScriptStringEncode by escaping < (replacing it with its Unicode sequence).

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Hossam El-Deen

79248790

Date: 2024-12-03 18:30:33
Score: 3
Natty:
Report link

Preferences -> Advanced -> Format messages with markup -> 'Aa'

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

79248777

Date: 2024-12-03 18:25:31
Score: 1.5
Natty:
Report link

I think may be able to help, but you're not wrong; your dataset is small. That is likely the main reason why accuracy isn't satisfactory. However, sense lack of data is an issue we can interpolate or use synthetic data generation like SMOTE.

With such limited features it might make sense to use an unsupervised learning approach like clustering to create new features and better represent an underlying pattern.

In short, the solution lies is preprocessing.

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

79248773

Date: 2024-12-03 18:22:31
Score: 2.5
Natty:
Report link

if you want to write paragraph in next line you have many choices first is use
tag is an html tag that break the line and also you can you is draw and horizontal rule and use three under line in next ___ like that .

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

79248763

Date: 2024-12-03 18:17:29
Score: 2.5
Natty:
Report link

in my case Vcode started at the upper folder that holds my project (parent folder), so i have to cd to my projet folder and everything worked fine

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

79248760

Date: 2024-12-03 18:16:29
Score: 0.5
Natty:
Report link

I would like to add to the other comments and describe the process as it applies to general programming logic. In other words whether we are working in an ETL platform generally or in power Bi/ Power apps, we are working in generic ETl terms that can help frame the discussion. This helps for others who may be facing the issue in PowerBi or Power Pivot. As an example I cite the linked in article below (see references).
Data can come from various sources, but in this case let us look at an example with just two sources, csv tables. Power Bi allows us to connect them via foreign key, a process we both know. However, in the attempt to aggregate the data, this might fail if the data types are not correlated. In other words two tables that have same column names, product and price, might not aggregate as one. This is because the "Type" was stored as "text" in one and "integer" in the other. If the items containing "k" or "m" were stored as text, then they cannot play well with integer values. For instance sorting them would result to sorting those without the "k" and placing those with the "k" separately. Let's fix this! As mentioned we would consider cleaning the data first. We wouldn't need to clean it in PowerBi, moreover. We would clean the data in simple ways. In generic programming terms we would think about functions to remove the last bit of a string of items. Trim and Strip come to mind. In the comment above we referenced another method: search and replace. The comment should be clarified to simplify the rationale not compicate it. By searching for and replacing a "k" with a space for example one could replace the k, then trim it to remove extra spacing for format purposes if needed. Power query allows us to add conditional columns. If you are able to understand "M" query language we are simply using expressions to times a column by 1000. To get to that step we would apply the split column by special character, the k. Thus 100k would be two columns, column1.1 100 and column 1.2 holds the k. We would add a conditional column to multiply by 1000 those values in the column 1.1 which had a "K". So we would select column1.1 if it does not end in "m". You would select column1.1 = column1.1 if there are no values other than those which ended in k, for example. In the Formula editor add times 1000 and we did succesfully add the column converting 100k to 100,000.
References: from LinkedIN - https://www.linkedin.com/newsletters/7267597293221031936/

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

79248756

Date: 2024-12-03 18:15:29
Score: 2.5
Natty:
Report link

So as pointed out in some comments, C++ 20 does support designated initializers and instead I was running into an issue with the Intellisense on VSCode's C++ extension not supporting them with default settings on Windows (regardless of how the code actually gets built). So overall that should be sufficient to enforce ordering and allow C interop.

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

79248751

Date: 2024-12-03 18:14:28
Score: 0.5
Natty:
Report link

I received an answer to this question from the one of the library maintainers. The documentation on the website is, if not wrong, at least sub-optimal. The correct build line for a mac should be as follows, rather than the one on the website (as of 12.3.24).

./build.sh --config RelWithDebInfo --build_shared_lib --build_wheel --parallel --compile_no_warning_as_error --skip_submodule_sync --arm64
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Blunt Jackson

79248717

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

The way I solved my issue with window is not defined was with the dynamic import from Next and react-leaflet v5.0.0-rc.1

After a long search I found the answer here: https://github.com/PaulLeCam/react-leaflet/issues/1133#issuecomment-2429898837

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Kris

79248703

Date: 2024-12-03 17:59:24
Score: 1.5
Natty:
Report link

If your dataframe is df:

df['Col2'] = df['Col2'].astype('str')  # all the columns must be strings
gp_col = df.groupby(["Name"])[['Col1', 'Col2', 'Col3']] \
           .agg(lambda x: " / ".join(x)) \
           .reset_index()

display(gp_col) gives:

result

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

79248701

Date: 2024-12-03 17:57:24
Score: 2.5
Natty:
Report link

Finally found it.. It's required to add SECURE_CROSS_ORIGIN_OPENER_POLICY = 'same-origin-allow-popups' to settings.py. Credits to Sand1929 over there at github tread

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

79248699

Date: 2024-12-03 17:56:22
Score: 6.5 🚩
Natty: 5.5
Report link

did you happend to find the solution ?

Reasons:
  • 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: Alex Suto

79248698

Date: 2024-12-03 17:56:22
Score: 1
Natty:
Report link

Using len(data) + 1 in the range() function: I thought this would ensure the loop covers all elements in the list, but it seems to go beyond the list's bounds.

Well, removing + 1 would make it work correctly.

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

79248689

Date: 2024-12-03 17:54:21
Score: 3.5
Natty:
Report link

For loops start with a 0 so just jet rid of that: + 1

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

79248673

Date: 2024-12-03 17:49:20
Score: 2
Natty:
Report link

At the moment the docs from content api are more accurate: https://developers.google.com/shopping-content/guides/reports/fields The beta documentation for reports is not valid.

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

79248672

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

The solution is to use the closeAllConnections() command if sink() does not close the connection on its own.

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

79248666

Date: 2024-12-03 17:46:19
Score: 2
Natty:
Report link

In my case, I was using the old method onPrepareStatement, and I needed to provide an org.hibernate.resource.jdbc.spi.StatementInspector instead, using hibernate.session_factory.statement_inspector

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Danilo Mesquita

79248657

Date: 2024-12-03 17:41:18
Score: 1
Natty:
Report link

Have you considered using flextable?

There are numerous examples of adding different chart styles here.

You can use flextable in rmarkdown to produce parameterized reports in word/pdf/html.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: kbarreto

79248649

Date: 2024-12-03 17:38:17
Score: 3.5
Natty:
Report link

Looking for buying affordable gold bracelets? Explore Goynar Khoni for the best prices and elegant styles in Bangladesh.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ornob Khan

79248647

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

May be add this in your build.gradle file

tasks.withType(JavaCompile).configureEach {
    options.compilerArgs.add("--module-source-path")
    options.compilerArgs.add(files("src/main/java").asPath)
    options.compilerArgs.add("--module-path=${classpath.asPath}")
}

Thanks,

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: xavychan

79248642

Date: 2024-12-03 17:37:17
Score: 3
Natty:
Report link

In my case the error was in the policy file which was referring to wrong claim type

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

79248640

Date: 2024-12-03 17:37:17
Score: 2
Natty:
Report link

It seems like a relatively new issue: https://github.com/laravel/framework/issues/53721

Which should be fixed in the next release.

In the meantime, you should manually upgrade the symfony/mailer package.

composer require "symfony/mailer:~7.1.0"

If the issue persists try changing the MAIL_ENCRYPTION to

MAIL_ENCRYPTION=tls

As discussed in the issue: https://github.com/laravel/framework/issues/53721#issuecomment-2513369358

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

79248634

Date: 2024-12-03 17:34:16
Score: 1.5
Natty:
Report link

If you use innerHTML +=, it re-parses and re-renders the entire DOM content of the element, which can be inefficient and prone to security risks like XSS.Could you try element.insertAdjacentHTML('beforeend', str) or DOM methods like appendChild() for better performance and safety

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

79248619

Date: 2024-12-03 17:28:14
Score: 2
Natty:
Report link

In your main container, Height is related with content of div. but if you want to set custom height, you can set height use vh. so add in main-container class "height:custom_height vh" for example "height:90vh"

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

79248606

Date: 2024-12-03 17:23:12
Score: 2
Natty:
Report link

Use This @Formula in TransactionAmount:

@If(TransactionType="Expense";-@Abs(@ThisValue);@Abs(@ThisValue))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Formula
  • Low reputation (0.5):
Posted by: Tom Van Aken

79248595

Date: 2024-12-03 17:19:11
Score: 1.5
Natty:
Report link

Apparently I don't have enough points to comment on the accepted answer, so I'll try posting an answer directly. I know this is a very old question and PLE is somewhat less used than 8 years ago but this question still comes up in search results. I think you guys are speaking a different language in the accepted answer. cntr_type column is a bigint - it's never going to be a decimal. The value ssd_rider is seeing in the column is 46000. Europeans and Americans place the thousands divider differently. I find in technical discussions it's best not to place them at all.

To answer the actual question, PLE will increase by 1 second each second that you are not forcing stuff out of memory. It is a live counter, so it will go up forever if you just do 1 select and then leave your server sitting there doing nothing. As you indicated this is a test server that's likely what will is happening. So don't be alarmed by big numbers in PLE, particularly in inactive systems. That is expected and indicates no memory pressure.

If the value was 46 that would be a very low value. Generally you want to keep things about 75 per GB of memory SQL has, but even if you see it low - don't panic. Go read some comments from some of the top SQL guys and they'll suggest looking to wait stats for a more relevant metric to use when troubleshooting.

Reasons:
  • Blacklisted phrase (1): to comment
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: RPD

79248592

Date: 2024-12-03 17:17:11
Score: 2
Natty:
Report link

Answering my own question:

Without the legacy pattern, or specific coding, none of these JSON serializations support exception serialization.

See also links from @dbc in the comments under the question!

Reasons:
  • No code block (0.5):
  • User mentioned (1): @dbc
  • Self-answer (0.5):
Posted by: Erik Hart

79248586

Date: 2024-12-03 17:17:11
Score: 0.5
Natty:
Report link

The current way of doing it:

<a href="https://wa.me/48123456789?text=Some%20text">Send message</a>

where 48123456789 is the full phone number and text param specifies text.

Documentation

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

79248584

Date: 2024-12-03 17:16:11
Score: 1
Natty:
Report link

Coming to your questions:

I don't get the sentence "until( every_capture_has_been_examined )": how would this be done for a connect four game?

Of course the example refers to chess, where captures are the moves most likely to alter the evaluation of a position. It's up to you to decide which moves to consider in Connect Four, but threats created by 3-in-a-row come to mind. But see also my reply to your last question.

How would one evaluate silent move in such a game?

There's not such a thing as "move evaluation", unless you want to give moves a score to improve move ordering and make it more likely that alpha-beta cutoffs occur, but that's a different matter. What is evaluated is the position, and is typically done only at the leaf nodes, when both the regular and the quiescent search come to an end. For Connect Four you might think of giving values to the number of 3-in-a-row and 2-in-a-row that are present for both sides, or invent a more sophisticated evaluation. Designing a static evaluation is a trade-off between precision and speed, so you might want to experiment with different solutions and see what gives the best results.

Also, there is no depth parameter, does that mean that quiescent search only applies to a single depth?

Not at all. The algorithm described in Quiescent Search is recursive, therefore will run at any depth until there are no more "hot" moves to examine. Sticking with that example, that is for chess, when there are no more capture moves so that the "until( every_capture_has_been_examined )" loop doesn't get executed. You can add a depth parameter to force a depth limit also for the quiescent search, but if you choose 3-in-a-row as your "hot" moves for the quiescent search you probably won't need it. Long sequences of such threats are rather rare, and when they do occur your engine had better examine them up to the end!

Here is an example output of my connect four AI game, where the horizon effect occurs (if I understand correctly)

Your problem has nothing to do with the horizon effect. In the first place, a quiescent search shouldn't apply to the top node, but only when the maximum depth of the regular search has been reached. I suppose your example was intended to show just the part of the tree subject to the quiescent search. The issue you have here is that the quiescent search can never ignore immediate threats like the 3-in-a-row present in the position. The equivalent in chess is when the king is under check: in such situation the quiescent search must return all legal moves that put the king out of check, and the same apply here, with one important difference: in Connect Four you can always complete your own 4-in-a-row even when the opponent is threatening to do the same. Therefore the order of moves that your quiescent search should consider are:

  1. Immediate wins. If none exists:
  2. Defences from a 3-in-a-row threat by the opponent. If no such threats exist:
  3. Your own 3-in-a-row threats
Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Marco Brenco

79248575

Date: 2024-12-03 17:14:10
Score: 2
Natty:
Report link

how about adding a column with searchable spanish (without accents):

library(tibble)
library(stringi)
library(gt)


# Add a column without accents
days_of_week <- days_of_week %>%
  mutate(spanish_searchable = stri_trans_general(spanish, "Latin-ASCII"))

days_of_week |> 
  gt() |> 
  opt_interactive(use_search = TRUE)

output

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): how
  • Low reputation (1):
Posted by: G-Man

79248572

Date: 2024-12-03 17:13:10
Score: 3
Natty:
Report link

How do i find and replace text in these text fields? i.e. i have

document.getParagraphs().getRuns().foreach(run->{
 run.getPictList().foreach(pict->System.out.println(pict.getDomNode().getTextContent()));
});

but when I go through these objects I don't find the text I created using the code above

Reasons:
  • Blacklisted phrase (1): How do i
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How do i find
  • Low reputation (1):
Posted by: Asya

79248563

Date: 2024-12-03 17:10:08
Score: 3
Natty:
Report link

One should look into the "trusted credentials" part of the cell phones. Turning off certain ones minimizes the emf radiations filtered by the government, especially on government phones.

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

79248551

Date: 2024-12-03 17:05:06
Score: 3.5
Natty:
Report link

you can use the convert() or cast() functions for this reason details in this blog post https://info-spot.net/sql-get-date-from-datetime/

Reasons:
  • Blacklisted phrase (1): this blog
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Med Merahi

79248548

Date: 2024-12-03 17:04:06
Score: 2.5
Natty:
Report link

Some of the online docs says that where statements are not supported for COPY INTO statements which could have been an alternative cause. Not sure if this is different when unloading though.

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

79248545

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

In https://github.com/OpenIDC/mod_auth_openidc/discussions/1286, the same question got an answer:

this type of complex expressions is only possible when compiled with libjq support, see https://github.com/OpenIDC/mod_auth_openidc/wiki/Authorization#complex-expressions

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

79248535

Date: 2024-12-03 16:59:05
Score: 1
Natty:
Report link

const utf8 = new Uint8Array(
    Array.prototype.map.call(
        "lorem ipsum lorem ipsum \u00e2\u009d\u00a4\u00ef\u00b8\u008f lorem ipsum", 
        c => c.charCodeAt(0)
    )
);
console.log(new TextDecoder('utf8').decode(utf8));

u00e2\u009d\u00a4\u00ef\u00b8\u008f

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

79248521

Date: 2024-12-03 16:55:03
Score: 1
Natty:
Report link

so I have had the same issue but I was unsure how to fix this but I have some recommendations on how to fix it If your Android Auto keeps disconnecting or isn’t working in the car, there are a number of possible explanations, including:

You may be using a car or smartphone that’s not Android Auto compatible. You may have software issues, including an outdated Android operating system or Android Auto app. You may have a bad wired or wireless connection. You may be using a faulty app. You may be trying to connect Android Auto to the wrong vehicle. You may have changed some settings that affect your Android Auto connection.

And definitely Make sure your phone, car, and apps are compatible

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

79248513

Date: 2024-12-03 16:51:03
Score: 2
Natty:
Report link

It's actually a Prisma bug. https://github.com/prisma/prisma/issues/15013#issuecomment-1381397966

Change the filter clause to the following worked.

filter: [
    {
        equals: {
            value: { $oid: userId },
            path: 'user_id',
        },
    },
],
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Hao Zonggang

79248509

Date: 2024-12-03 16:50:02
Score: 2.5
Natty:
Report link

sorry for not responding earlier. I had some health issues and needed to rest. Well, I wanted to let you know that my issue has been resolved. Let me explain how I managed to do this: I used a function that was already created by the developers to mark these images. You can find this function on the official Mediapipe page. From what I see, the function accesses the result directly and processes it to mark it on the image. Thank you so much to everyone who supported me!

https://ai.google.dev/edge/mediapipe/solutions/vision/face_detector/python?hl=pt-br

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

79248500

Date: 2024-12-03 16:48:02
Score: 2
Natty:
Report link

You can use workmanager in flutter to run your application in background

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

79248483

Date: 2024-12-03 16:45:01
Score: 1
Natty:
Report link

I guess it would be more simple and efficient: df['historical_rank_new'] = df['historical_rank'].str.extract('(\d{4})')

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

79248464

Date: 2024-12-03 16:39:59
Score: 1.5
Natty:
Report link

try to configure tsconfig.app.json, include auto-imports.d.ts file

{
  ... ...,
  "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "./auto-imports.d.ts"],
  ... ...
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bwhyman

79248449

Date: 2024-12-03 16:37:58
Score: 0.5
Natty:
Report link

you can try using result_scan of the last query.

list @stage_file_name;
select $2 from table(result_scan(last_query_id())) ;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Himanshu Kandpal

79248447

Date: 2024-12-03 16:36:58
Score: 2
Natty:
Report link

Here not an answer but a reviewed version of your code because I am getting a different result than the one you posted. Please show us where I am wrong or edit your question:

from rdkit import Chem
from rdkit.Chem import Draw

def check_bredts_rule(molecule):
    ring_info = molecule.GetRingInfo()
    atom_rings = ring_info.AtomRings()

    atom_ring_counts = {atom.GetIdx(): 0 for atom in molecule.GetAtoms()}
    for ring in atom_rings:
        for atom_idx in ring:
            atom_ring_counts[atom_idx] += 1

    bridgehead_atoms = [atom_idx for atom_idx, count in atom_ring_counts.items() if count > 1]

    
    for atom_idx in bridgehead_atoms:
        atom = molecule.GetAtomWithIdx(atom_idx)
        is_part_of_alkene = any(
            bond.GetBondType() == Chem.BondType.DOUBLE
            and bond.GetBeginAtomIdx() == atom_idx
            and bond.GetEndAtom().GetSymbol() == "C"
            for bond in atom.GetBonds()
        )
        if not is_part_of_alkene:
            continue  

        ring_sizes = [len(ring) for ring in atom_rings if atom_idx in ring]

        if all(size < 8 for size in ring_sizes):
            return 'violate'

    return 'no violate'


mol1 = Chem.MolFromSmiles('C1C[C@H]2C[C@@H]1C=C2') #Bicyclo[2.2.1]hept-2-ene NO VIOLATION

mol2 = Chem.MolFromSmiles('C1CC2C1CC=C2') #Bicyclo[3.2.0]hept-2-ene NO VIOLATION

mol3 = Chem.MolFromSmiles('CC1=C2CC[C@@]2([C@H]3CC(C[C@H]3C1)(C)C)C') #Delta(6)-protoilludene VIOLATE

mol4 = Chem.MolFromSmiles('CC1=C2C[C@](C[C@H]2CC3=COC(=C13)C(=O)O)(C)CO') #Tsugicoline A VIOLATE

mol5 = Chem.MolFromSmiles('C[C@@H]1CC[C@@H]2CC3=C(CC[C@]13C2(C)C)C') #Cyperene VIOLATE

mol6 = Chem.MolFromSmiles('O=C1C2CCCCC1CC2') #Bicyclo(4.2.1)nonan-9-one No violation

mol7 = Chem.MolFromSmiles('O=C1CCC2CC1CCC2=O') # Bicyclo(3.3.1)nonane-2,6-dione no violation

mol8 = Chem.MolFromSmiles('O=C1C2CC3CC1CC(C2)C3=O') #2,6-Adamantandione no violation

mol9 = Chem.MolFromSmiles('C1CC2CCC1=C2') #violate


mols = [mol1, mol2, mol3, mol4, mol5 , mol6, mol7, mol8 , mol9]

for mol in mols:
    
    print('\n\n', Chem.MolToSmiles(mol) ,'--> ', check_bredts_rule(mol))
    
    

img = Draw.MolsToGridImage(mols, molsPerRow=3, subImgSize=(200, 200), legends=[check_bredts_rule(mol) for mol in mols], 
                           highlightAtomLists=None, highlightBondLists=None, useSVG=False, returnPNG=False)


img.show()

output:

C1=C[C@H]2CC[C@@H]1C2 -->  no violate


 C1=CC2CCC2C1 -->  no violate


 CC1=C2CC[C@]2(C)[C@H]2CC(C)(C)C[C@H]2C1 -->  no violate


 CC1=C2C[C@](C)(CO)C[C@H]2Cc2coc(C(=O)O)c21 -->  no violate


 CC1=C2C[C@H]3CC[C@@H](C)[C@]2(CC1)C3(C)C -->  violate


 O=C1C2CCCCC1CC2 -->  no violate


 O=C1CCC2CC1CCC2=O -->  no violate


 O=C1C2CC3CC1CC(C2)C3=O -->  no violate


 C1=C2CCC1CC2 -->  violate

with image:

enter image description here

I am not a chemist, but according to this Anti-Bredt Olefins: Never Say Never! your mol9 should give a NO VIOLATE output

Reasons:
  • Blacklisted phrase (1): not an answer
  • RegEx Blacklisted phrase (2.5): Please show us
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: pippo1980

79248444

Date: 2024-12-03 16:36:58
Score: 3
Natty:
Report link

As I see, they have fixed this in July, still I created a project in October and by mistake I used it. My question is when this was moved to production. I am confused.

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

79248438

Date: 2024-12-03 16:33:57
Score: 3.5
Natty:
Report link

so i think i figure it something out. cppref is clear,cppref says that when S < N the adjacent_transform will return a empty view. so output nothing is very right, so the question is why ranges::max about this empty view 's result is 1? i think this is the matter now.

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

79248427

Date: 2024-12-03 16:32:56
Score: 11 🚩
Natty: 6.5
Report link

could you solve this issue? I'm having the same problem when using "as the user viewing the report" when connecting the the data source.

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • Blacklisted phrase (2): could you solve
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Holster

79248424

Date: 2024-12-03 16:30:55
Score: 3.5
Natty:
Report link

Maximal an unsigned 8byte but 4bytes is more then enough

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

79248421

Date: 2024-12-03 16:30:55
Score: 3.5
Natty:
Report link

there are two possibilities, add new column with default value and ALLOW NULLs or NOT ALLOW NULLS. more details in this blog post https://info-spot.net/add-column-with-default-value-sql-server/

Reasons:
  • Blacklisted phrase (1): this blog
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Med Merahi

79248416

Date: 2024-12-03 16:28:54
Score: 2.5
Natty:
Report link

I encountered the same issue after upgrade to 5.2 , the solution was to remove deprecated lines related to sefparams in the MenuRules.php

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

79248412

Date: 2024-12-03 16:27:54
Score: 2.5
Natty:
Report link

This error code shows the server cannot understand your request or process it correctly. If the code worked before and you have valid account try reducing the size of the prompt. The max_tokens are ok but in the "messages" the "role" => "system", "content" seems too long.

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

79248386

Date: 2024-12-03 16:19:51
Score: 2.5
Natty:
Report link

there is now a new schematics. Use this to generate your schematics. I think only available under the v19 packages

ng generate @angular/material:theme-color

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

79248382

Date: 2024-12-03 16:18:51
Score: 3
Natty:
Report link

Maybe you can try turn it into a service with the nssm

here is a guide for that

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

79248376

Date: 2024-12-03 16:16:50
Score: 2.5
Natty:
Report link

There's a bug in libfmt 11. Revert libfmt to <11.

See https://bugs.gentoo.org/942306 for explanation and alternatives.

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

79248369

Date: 2024-12-03 16:14:49
Score: 1.5
Natty:
Report link

using the -f option mqtt_pub send the file as "binary"..

As in Does mosquitto_pub convert a binary file to ASCII?

To do what you would like to do there is probably a TextEncoding problem, probably not handled in the library with a default

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

79248359

Date: 2024-12-03 16:13:49
Score: 0.5
Natty:
Report link

I was getting this error when I had deployed my code to two load-balanced servers, but only on one of the servers. It would work on the other server. I think the important thing here is to import your certificate to My/LocalMachine so that you have the ability to manage the private keys. I deleted my certificate in the other locations before doing this. The weird thing was that the certificate was set up on the servers identically, and I was able to confirm that the private keys were also in the same relative location using the FindPrivateKey tool. On the server that was causing the issue, I simply:

  1. Opened the MMC on the server in question.
  2. Added certificate snap-in for local machine.
  3. Right clicked on my certificate and selected "Manage Private Keys".
  4. Clicked "Add"
  5. Clicked the "Locations" button and selected the machine name at the top.
  6. In the object name box I typed in "Users" and hit "Check Names"
  7. Clicked "OK"

It's weird that both servers didn't require this, but I thought it was worth mentioning that sometimes server configuration has inconsistencies that need to be accounted for.

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

79248357

Date: 2024-12-03 16:12:49
Score: 1.5
Natty:
Report link

add a variable to tell if you have the power-up, then set it to true when you run the function that activates your power-up. In the didBegin function, you should then add a guard else { return } statement with the conditional being the variable name == true. The only thing to be careful of is to set the variable back to false when the power-up is disabled, or the power-up will continue forever. (just to be clear, this is in 2024 with slightly outdated swift 5.5. I am guessing that a solution didn't exist in 2014, but I don't know as that was before I was born!)

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

79248354

Date: 2024-12-03 16:12:49
Score: 1
Natty:
Report link

It turns out the answer was very simple. BeforeEach was not being executed because it was accidentally imported from the node:test package and not from the vitest package. Just goes to show that sometimes it's worth going over the obvious stuff.

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

79248346

Date: 2024-12-03 16:10:48
Score: 0.5
Natty:
Report link

From expo sdk 52, I have already enabled the newArchEnabled: "true". the documentation link is this https://docs.expo.dev/versions/v52.0.0/sdk/splash-screen/#usage You need to make use of same image for your splash screen, icon and favicon has your splash screen, either you insert the icon unto a plan image to center it. They already have figma template to do that for you or you make use of the webview splash-screen maker

I will suggest you go for this first link https://www.figma.com/community/file/1155362909441341285 https://buildicon.netlify.app/

but if you still want to make use of different images for your icon and splash screen you will need to downgrade to v51. But your expo go app won't work.

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

79248342

Date: 2024-12-03 16:09:47
Score: 2.5
Natty:
Report link

I reach this issue as I've the same problem with axis2, which use axiom from XML parsing, and axiom use woodstox for Stax.

I guess able to fix it by uploading the following file to my tomcat installation ${CATALINA_HOME}/webapps/axis2/WEB-INF/classes/XMLInputFactory.properties with the following content

com.ctc.wstx.maxAttributeSize= 2147483647

I've done this based on axiom DOC on how to override default woodstox properties https://ws.apache.org/axiom/userguide/ch04.html#factory.properties

Hope usefull

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): 've the same problem
  • Low reputation (0.5):
Posted by: Marti Pàmies Solà

79248332

Date: 2024-12-03 16:06:47
Score: 3.5
Natty:
Report link

The error was solved by adding this line to Form.Item , valuePropName={"filelist"} . When using upload component inside Form.Item need to pass the above value.

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

79248331

Date: 2024-12-03 16:06:47
Score: 1
Natty:
Report link

The Identity and Access Management role roles/orgpolicy.policyAdmin enables an administrator to manage organization policies. Users must be organization policy administrators to change or override organization policies.

So to set, change, or delete an organization policy, you must have the Organization Policy Administrator role.

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

79248323

Date: 2024-12-03 16:03:46
Score: 2
Natty:
Report link

ANother way could be this: df['DATE'].loc[2018-01-12:].head(2)

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Anisa B.

79248321

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

At the last you should create a sum variable and make it to add both the number like this =
int sum = First + Second

System.out.print(sum);

This should help you out

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

79248311

Date: 2024-12-03 16:01:45
Score: 3
Natty:
Report link

I had same issue and found very vey easy solution. click anywhere in each sql statement first word (drop, select etc.) and hit CTRL + Enter. Do that for each query in same sequence as it is in entire sql query. All queries will run without error.

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

79248307

Date: 2024-12-03 16:00:44
Score: 2
Natty:
Report link

From the error message, I can see that there is a button with testid "menu_bar" is not on the DOM, I would suggest you to check if /en/profiles/settings/basic/ can be accessed on gitlab ci.

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

79248306

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

You need to create an own Indexer that parse the pi_flexform. You could take a peek at this indexer, this parse the pi_flexform: https://github.com/MamounAlsmaiel/flux_kesearch_indexer

Its currently not V12 compatible but I think its a good start for creating an own one.

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

79248305

Date: 2024-12-03 15:59:44
Score: 0.5
Natty:
Report link

The bug is in TensorFlow Recommenders, as explained here. You may work around the bug by including the following code before installing any TensorFlow related packages:

import os
os.environ['TF_USE_LEGACY_KERAS'] = '1'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rcauvin

79248290

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

There is a new fork for MXNet that supports CUDA 12.6. You need the latest CUDA 12.6 SDK installed. It can also work with CUDA 12.2 if you are willing to edit the header files for some namespace mismatches.

It is available here and is supported by me as I had the same need too. https://github.com/selectiveintellect/modified-mxnet

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

79248273

Date: 2024-12-03 15:51:42
Score: 2
Natty:
Report link

The best way to accomplish this is to create the Subscription with a trial and then once you "approve" the Subscription you update it to end the trial (using trial_end: 'now'), otherwise you cancel the Subscription.

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

79248271

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

just wanted to point out that animating discrete properties now finally works! You can do so by specifying transition-behavior: allow-discrete along with @starting-style.

It was added to the CSS this year, and you can take a look at the docs https://developer.mozilla.org/en-US/docs/Web/CSS/transition-behavior.

I also wrote about this and other recent CSS features in my short blog post which you can read here: https://blog.meetbrackets.com/css-today-powerful-features-you-might-not-know-about-39adbbd5c65b

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

79248265

Date: 2024-12-03 15:50:42
Score: 2.5
Natty:
Report link

Future readers may find it helpful to know that I was able to eliminate this error once I switched out of Incognito mode in Chrome.

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

79248261

Date: 2024-12-03 15:49:41
Score: 4.5
Natty:
Report link

Check this link out, Migrating data from MS Access(*.mdb; *.accdb) to SQLite and other SQL types

You'll need to install Access Database Engine befor doing so Microsoft Access Database Engine 2016 Redistributable. if you got error installing the Access Database Engine like the attached image, then just use cmd to install it, as follow:

  1. open cmd, and navigate to folder dir that has the .exe file.
  2. And run AccessDatabaseEngine.exe /quiet to install it.

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): Check this link
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jaffer Al-Delphi

79248244

Date: 2024-12-03 15:45:40
Score: 2.5
Natty:
Report link

When you upgrade AWS RDS aurora Mysql version, if you have error, you can select other option for solution. Simply, you can new instance with version to upgrade in console. then you backup database from old version and you can import to new version. Regard.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Cesar

79248240

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

For me, was enough reinstalling OpenCV via next commands:

Para mi fué suficiente reinstalar el OpenCV con los comandos:

pip uninstall opencv-python;
pip install opencv-python;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Marcos Viera

79248239

Date: 2024-12-03 15:44:39
Score: 2
Natty:
Report link

See this answer: https://stackoverflow.com/a/78650835/19375103

just install Microsoft.IdentityModel.Protocols.OpenIdConnect corresponding to the version of Microsoft.AspNetCore.Authentication.OpenIdConnect

And enable .UseSecurityTokenValidators = true

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ruan Galli

79248234

Date: 2024-12-03 15:41:38
Score: 4.5
Natty:
Report link

this one works great

return response()->json(['message' => 'Logged in successfully']) ->cookie('access_token', $token, $expiration, '/', null, true, true, false);

whats the most secure way to pass tokens?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rakib ahsan

79248232

Date: 2024-12-03 15:39:38
Score: 2.5
Natty:
Report link

PRETTY LOGIN BOOTSTRAP AJAX/PHP/MYSQL INTERFACE WITH THEME SHIFT PLUS: SEND EMAIL AND EDIT USER https://checkout.doppus.app/52120104/

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

79248231

Date: 2024-12-03 15:39:38
Score: 1
Natty:
Report link

A coworker of mine just had the same problem. I did not find any useful information in the logs. I asked my coworker to go to the AppData/Roaming/Docker/extensions directory and delete localstack_*. That failed with Windows giving the error of a file being in use. Interesting, since Docker was not running at that time.

Next, I had my coworker open Task Manager and look for running Docker processes and kill them. I saw localstack processes running -- five of them -- when I expected 0. I asked my coworker to kill off the localstack processes, reset Docker Desktop (perhaps an unnecessary step, but we were working off a fresh Docker installation anyway), and reacquire the LocalStack Extension. This worked.

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

79248216

Date: 2024-12-03 15:34:36
Score: 1
Natty:
Report link

Your method clickToScan also takes a parameter scanner and uses that instead of the scanner that is scoped to your class. If you want to use the "unused" one you can specify by writing this.scanner.startScan().

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

79248214

Date: 2024-12-03 15:34:36
Score: 0.5
Natty:
Report link

It's almost 2025 and it seems like Media Queries for the Video element are back! After reading this article by Scott Jehl (thanks Scott for all your initiative in bringing this feature back), I ran Walter Ebert's test page it in my Safari, Firefox and Chrome, and it worked!!

It can look as simple as this...

<video>
    <source src="small-video.mp4" type="video/mp4" media="(max-width:768px)">
    <source src="big-video.mp4" type="video/mp4">
</video>
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): this article
  • Whitelisted phrase (-1): it worked
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jklue

79248206

Date: 2024-12-03 15:31:35
Score: 3.5
Natty:
Report link

I am running into this same exact issue.

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

79248193

Date: 2024-12-03 15:27:34
Score: 3
Natty:
Report link

The Pusher Client pusher_client_socket as of today is still having the outlined by the poster. I don't think anything was fixed on it,

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

79248191

Date: 2024-12-03 15:26:34
Score: 3
Natty:
Report link

👋 Hello, Yes, it is possible to enable dataLayer on your iframe using GTM if your iframe has a connection to Google Tag Manager. I connected a dataLayer and setup event in GA4 you can see enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pro Analytics Service

79248186

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

is it neccessary to stick with xml and xpath? What if you make an array from your input, then find the starting and the ending position of your string, then make an array of your result strings? (for example: "Data and Analytics|2024-09;2024-09-30;": you need the substring between 19th and 27th characters, and your result would be "2024-09" ).

Action steps of the flow

where:

  1. 'Apply to each':

    variables('varArray')

  2. 'Compose - Start':

    add(indexOf(item(),'|'),1)

  3. 'Compose - Length':

    substring(item(),outputs('Compose_-Start'),outputs('Compose-_Length'))

  4. Append to array variable:

    outputs('Compose')

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): is it
  • Low reputation (0.5):
Posted by: Farkas János

79248185

Date: 2024-12-03 15:25:34
Score: 2.5
Natty:
Report link

The problem was solved when I set rest=1 in the bitcoin.conf file

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

79248179

Date: 2024-12-03 15:24:33
Score: 2.5
Natty:
Report link

For me, the command causing the error is as follows:

curl --dump-header /tmp/curl-header59263-0 -fL -o /home/heitor/.ghcup/cache/ghcup-0.0.8.yaml.tmp https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-0.0.8.yaml

I then create two directories with write permissions: "x" and ".x". Running the command so that these directories are the destination directories, I get the following result:

heitor@heitor-kubuntu:~$ curl -o x/ghcup-0.0.8.yaml  https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-0.0.8.yaml
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed
100  463k  100  463k    0     0  7838k      0 --:--:-- --:--:-- --:--:-- 7861k


heitor@heitor-kubuntu:~$ curl -o .x/ghcup-0.0.8.yaml  https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-0.0.8.yaml
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: Failed to open the file .x/ghcup-0.0.8.yaml: Permission denied
  3  463k    3 16375    0     0   711k      0 --:--:-- --:--:-- --:--:--  726k
  curl: (23) Failure writing output to destination

I then get the impression that the error is due to writing the destination file in a directory starting with a dot ".", in this case, the ".ghcup" directory used by the installation script.

Is my analysis correct? If so, how can I suggest a fix for the installation script? If not, what am I doing wrong?

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): what am I doing wrong?
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Heitor Barbieri

79248161

Date: 2024-12-03 15:18:31
Score: 3
Natty:
Report link

$document->Output('user_information.pdf', "I");

you should output the content...

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

79248151

Date: 2024-12-03 15:16:31
Score: 1
Natty:
Report link

The size of batch_size should be chosen based on your preferences. If you choose a smaller batch_size, for example, batch_size=32, then your computer will not spend much resources training for such a data set, but the gradients may be more noisy, and if you choose a larger batch_size, for example, batch_size=4096, then you will obviously need more resources, but at the same time, because of the large amount of data, gradients will be calculated more smoothly, and training on a large batch_size, as a rule, is more stable. Conclusion: Set the average batch_size, for example, some batch_size=512 and do not worry, this is not the most important hyperparameter in training :)

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

79248150

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

How hacky are you allowed to be? The following works, but is "ugly" and you lose the ability to use class-specific methods.

public void myMethod(String... elements) {
  myMethod((Object[]) elements);
}

public void myMethod(Class<?>... elements) {
  myMethod((Object[]) elements);
}

public void myMethod(MyWidget... elements) {
  myMethod((Object[]) elements);
}

private void myMethod(Object... elements) {
  // do it here
}

On the other hand, are you sure that you are not running into an XY-problem? https://xyproblem.info/

I.e., what are you trying to achieve? Is this the best solution for it, or do you have tunnel vision for this problem, which was not your original problem?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How
Posted by: D. Kovács

79248141

Date: 2024-12-03 15:12:29
Score: 3
Natty:
Report link

macOS 12.7.4, python3.10, plotly 5.24.1 pip3 install -U kaleido==0.4.0rc5

It works.

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

79248137

Date: 2024-12-03 15:11:28
Score: 2.5
Natty:
Report link

SOLVED! Python is too new !!! XD XD XD

I installed Python 3.11.5 and I installed pycuda without other issues.

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

79248133

Date: 2024-12-03 15:10:28
Score: 5
Natty: 5.5
Report link

Have you found a solution? I have currently the same problem. When create the build and open it on my external device, the requests takes soooo long. Internet ist stable and on the simulator its fast as usually... Have no clue...

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: max

79248130

Date: 2024-12-03 15:09:27
Score: 2.5
Natty:
Report link

Most HSM uses PKCS11 standart. When you created AES key, if CKA_SENSITIVE is FALSE you could able to see value of the key with open source tools like pkcs11admin or with small script that is retrieving key value.

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

79248124

Date: 2024-12-03 15:08:27
Score: 0.5
Natty:
Report link

Changing use-management-endpoint to true solved the issue.

<subsystem xmlns="urn:jboss:domain:jmx:1.3">
    <expose-resolved-model/>
    <expose-expression-model/>
    <remoting-connector use-management-endpoint="true"/>
</subsystem>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Lucas Pottersky