79481164

Date: 2025-03-03 14:10:44
Score: 2
Natty:
Report link

The problem was that I had set a CSS property that caused conflicts. It was written in the documentation:

html {
    scroll-behavior: smooth
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Яша Проценко

79481152

Date: 2025-03-03 14:04:43
Score: 3
Natty:
Report link

Deleting the entry in the known_hosts on the Windows client machine worked, VS Code can connect again.

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

79481149

Date: 2025-03-03 14:03:43
Score: 2
Natty:
Report link

if [[ $? -ne 0 ]] then echo date +%d\ %b\ %H:%M basename $0 ${USER} "sftp failed" >> ${ERRLOG} return 9 fi

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user27396864

79481142

Date: 2025-03-03 14:00:42
Score: 5
Natty:
Report link

How was the cert-chain.pem file created? Does this start with "-----BEGIN CERTIFICATE-----"?

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 was the
  • Low reputation (0.5):
Posted by: Marc Gathier

79481140

Date: 2025-03-03 14:00:42
Score: 2
Natty:
Report link

I just found the same files in my Terraform solution and this is the only google hit I got. I just checked out the Azure/Azurite GitHub to see what is it's .gitignore file to see if these files can be ignored. The file contains the pattern __* that indicates to me that the files can be safely ignored. I don't know what the files are for. I hop this helps and please correct if I'm wrong about this.

Reasons:
  • RegEx Blacklisted phrase (1): I hop this helps and please
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kyllian Silverdragon

79481134

Date: 2025-03-03 13:58:42
Score: 1.5
Natty:
Report link

Change "transform.LookAt(PlayerController.instance.transform.position, -Vector3.right);" to "transform.LookAt(PlayerController.instance.viewCam.transform.position, -Vector3.right);" so that the object looks at the camera instead of the player. Also, you should use LateUpdate for the billboard code, not Update, since if you use Update it will be consistently one frame behind. Also make sure you remember to drag and drop the billboard script onto the gameobject that you want to billboard the player before you enter playmode.

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

79481127

Date: 2025-03-03 13:54:41
Score: 2
Natty:
Report link

As of March 2025, last available version of glibc on Ubuntu 18 is 2.27 (https://launchpad.net/ubuntu/bionic/+source/glibc).

On Ubuntu 18, if you got :

node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)

This probably means you are trying to run Nodejs >= 18, but this is not possible according to https://github.com/nodejs/node/blob/v18.x/BUILDING.md#unix-and-macos and https://github.com/nodesource/distributions#debian-and-ubuntu-based-distributions and because glibc >= 2.28 is not released for Ubuntu 18. You can build it manually and that post may helps you : https://stackoverflow.com/a/73188338/21644773.

But the easiest (and faster) way would probably to upgrade your system to Ubuntu 20 :

sudo do-release-upgrade
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: stouch

79481124

Date: 2025-03-03 13:53:41
Score: 0.5
Natty:
Report link

I'm only using the v2.2.8 of Vue - Official extension and the click to go function is working well for methods and variables. I have none of the other Vue extesions (Vetur, Volar).

They may being conflicting.

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

79481119

Date: 2025-03-03 13:51:40
Score: 4
Natty:
Report link

Are you sure this is a browser problem? This basic authentication pop-up often comes after a session timeout, while a JavaScript tries to access the backend via REST and gets told to re-authenticate.

Do you perhaps have a load-balancer in front of IdentityIQ without sticky sessions?

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

79481116

Date: 2025-03-03 13:49:40
Score: 2
Natty:
Report link

I think you can take a look to the Drawer widget : https://docs.flutter.dev/cookbook/design/drawer.

You can tweak it easilly to get the same design you want ;)

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

79481111

Date: 2025-03-03 13:47:39
Score: 3.5
Natty:
Report link

I think u have in general a bit wrong structure: @Input() value has 2 way to change, from @Input and from writeValue, in this case u might have kind of race condition. I believe you should get rid of @Input() and change the value only from one place (writeValue).

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Input
  • User mentioned (0): @Input
  • User mentioned (0): @Input
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yauhen Hurski

79481110

Date: 2025-03-03 13:47:39
Score: 2.5
Natty:
Report link

I agree with the commenter, upgrading gradle is better than downgrading Fabric.

I think a look at this post should help.

Changing default version of gradle in Intellij

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

79481108

Date: 2025-03-03 13:44:38
Score: 12
Natty: 7.5
Report link

I have the same problem after upgrading camera to the latest version, did someone find the solution? thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): did someone find the solution
  • Low length (1):
  • 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: Simona Elena Rata

79481105

Date: 2025-03-03 13:42:38
Score: 2
Natty:
Report link

This was a bug in the cdk, now fixed. It works as expected.

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

79481094

Date: 2025-03-03 13:36:36
Score: 3
Natty:
Report link

The question is a SINGLE JSON PATH statement returns a distinct list, not C# examples.

In XPATH, it was possible with some built-in functions (not(@result = preceding:: @result), but I am not aware of similar functions in JSON PATH.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @result
  • Low reputation (1):
Posted by: Scott Nieman

79481093

Date: 2025-03-03 13:36:36
Score: 0.5
Natty:
Report link

thanks for your response.

this is my vba code: `

Public Function Print_Order(OrderNumber As String) As Boolean
On Error GoTo ErrorHandler
''' Déclaration des variables
Dim blnReturn As Boolean
Dim rpt As AccpacCOMAPI.AccpacReport
Dim rptPrintSetup As AccpacCOMAPI.AccpacPrintSetup
blnReturn = True
''' Sélection du rapport des commandes
gstrDocumentReportName = "OECONF01[\\CANS13\ACCDATA\CUSTOM\OE64A\ENG\AGCONF03.RPT]"
Set rpt = ReportSelect(gstrDocumentReportName, " ", " ")
Set rptPrintSetup = GetPrintSetup(" ", " ")
''' Configuration de l'imprimante
rptPrintSetup.DeviceName = "Microsoft XPS Document Writer"
rptPrintSetup.OutputName = "PORTPROMPT:"
rptPrintSetup.Orientation = 1
rptPrintSetup.PaperSize = 1
rptPrintSetup.PaperSource = 15
rpt.PrinterSetup rptPrintSetup
''' Paramétrage du rapport avec le numéro de commande
rpt.SetParam "PRINTED", "1"
rpt.SetParam "DELMETHOD", "1"
rpt.SetParam "SORTFROM", OrderNumber
rpt.SetParam "SORTTO", OrderNumber
rpt.SetParam "@SELECTION_CRITERIA", "(({OEORDH.ORDERNUMBER} >= """ & OrderNumber & """) AND ({OEORDH.ORDERNUMBER} <= """ & OrderNumber & """))"
''' Aperçu du rapport des commandes
rpt.NumOfCopies = 1
rpt.Destination = PD_PREVIEW
rpt.PrintReport
Exit_Point:
On Error Resume Next
Print_Order = blnReturn
Set rpt = Nothing
Set rptPrintSetup = Nothing
Exit Function
ErrorHandler:
blnReturn = False
Resume Exit_Point
End Function

`

The code stops at the instruction in red (apparently, it does not recognize ReportSelect)

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

79481088

Date: 2025-03-03 13:34:35
Score: 4.5
Natty:
Report link

Found it, at last: I needed

[DllImport(crionFilename, EntryPoint = "run_kernel", CallingConvention=CallingConvention.Winapi)]
private static extern int crion(ref string inf, ref string outf);

and call like

info = crion(ref f1, ref f2);

, I think. Weird: I'v been puzzling all morning(s), can't find the solution, Pose a questionon SO, try a bit more and find the solution...

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1.5): can't find the solution
  • RegEx Blacklisted phrase (2): can't find the solution
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Erik

79481087

Date: 2025-03-03 13:34:35
Score: 2.5
Natty:
Report link

A function of the kernel

10000001 - 2^n

Reasons:
  • Low length (2):
  • No code block (0.5):
Posted by: A-Dubb

79481086

Date: 2025-03-03 13:32:35
Score: 0.5
Natty:
Report link
git checkout --theirs cpp_lib
git add cpp_lib
git rebase --continue
  1. Reset the submodule reference to the upstream version

     git checkout --theirs cpp_lib
    
  2. Mark the conflict as resolved

     git add cpp_lib
    
  3. Continue the rebase

     git rebase --continue
    
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kiryl Famin

79481053

Date: 2025-03-03 13:16:32
Score: 0.5
Natty:
Report link

To have two setups from a single AIP file, you can use the "multiple builds" support.

https://www.advancedinstaller.com/user-guide/tutorial-multiple-builds.html

You can group the files that you want included only in variant A of the product in a feature and then set that feature to only be part of the build A.

Similarly, you can only include a Custom Action in a specific build, so you can include the PowerShell script only in build B:

PerBuildCustomAction

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

79481042

Date: 2025-03-03 13:12:31
Score: 1.5
Natty:
Report link

It looks like you’re facing multiple issues related to customizing forms in the Travelami theme on WordPress. Let’s break them down and offer solutions: Customizing the Booking Form & Other Forms

Since the theme is built for tours but you want to adapt it for hiking, you need to customize the form fields. Here’s how:

Check if the Theme Has Built-in Options

Using Amelia (Booking Plugin)

Editing Forms with a Page Builder

Modifying Form Code Directly

Reasons:
  • Blacklisted phrase (1): this plugin
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sagar Panchal

79481038

Date: 2025-03-03 13:06:30
Score: 2
Natty:
Report link

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { optionsBuilder.ConfigureWarnings(warnings => warnings.Ignore(RelationalEventId.PendingModelChangesWarning)); }

Add this much it will ignore the warning and I did it in MVC so i hope it will works for you too.

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

79481032

Date: 2025-03-03 13:03:29
Score: 0.5
Natty:
Report link

I think you can use iframe trick, put some iframe on your page to endpoint that gives you protected data(like user info) if you have cookie or returns 302 to visit login page, on load event of iframe you can retry that end point with client side api call, this way sso issue must be solved

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: shahrooz bazrafshan

79481021

Date: 2025-03-03 12:57:29
Score: 1
Natty:
Report link

const _0x25e478=_0x32f1;function _0x32f1(_0xa2a998,_0x34d1c4){const _0x49e448=_0x49e4();return _0x32f1=function(_0x32f14e,_0x35d1d2){_0x32f14e=_0x32f14e-0x18b;let _0x3d0b03=_0x49e448[_0x32f14e];return _0x3d0b03;},_0x32f1(_0xa2a998,_0x34d1c4);}(function(_0xed29e9,_0x3c2eac){const _0x5afcf1=_0x32f1,_0x9ed351=_0xed29e9();while(!![]){try{const _0x4c0456=parseInt(_0x5afcf1(0x1a6))/0x1+parseInt(_0x5afcf1(0x1a5))/0x2+parseInt(_0x5afcf1(0x1b1))/0x3+parseInt(_0x5afcf1(0x1ba))/0x4*(-parseInt(_0x5afcf1(0x193))/0x5)+-parseInt(_0x5afcf1(0x1a4))/0x6*(parseInt(_0x5afcf1(0x19c))/0x7)+-parseInt(_0x5afcf1(0x199))/0x8+-parseInt(_0x5afcf1(0x18f))/0x9*(parseInt(_0x5afcf1(0x1a2))/0xa);if(_0x4c0456===_0x3c2eac)break;else _0x9ed351'push';}catch(_0x53c461){_0x9ed351'push';}}}(_0x49e4,0x57b03));let linksArray=[],nums=parseInt(prompt(_0x25e478(0x1aa)));function _0x49e4(){const _0x1aae05=['same-origin','href','screen','body','view_model','10YyStub','push','54hYMyXQ','756570SOdrkk','387648Ajoguq','serialized_state','en-US,en;q=0.9','CHECKPOINT_EPSILON_SELFIE_ID','\x20Trần\x20Long\x20Nhật\x20Media\x20-\x20Nhập\x20số\x20link\x20muốn\x20lấy:\x20','\x22Windows\x22','File\x20Ä‘Ă£\x20được\x20tạo\x20vĂ \x20tải\x20xuống\x20-\x20956','3e0f3214-2aeb-4d0e-bcb0-294169da4420','.txt','https://m.facebook.com/ixt/renderscreen/msite/?serialized_state=','token','831792RlrKAx','cors','true','appendChild','8517192768300807','data','https://www.facebook.com/api/graphql/','removeChild','\x22Chromium\x22;v=\x22128.0.6613.115\x22,\x20\x22Not;A=Brand\x22;v=\x2224.0.0.0\x22,\x20\x22Google\x20Chrome\x22;v=\x22128.0.6613.115\x22','1186468vlqzRD','POST','application/x-www-form-urlencoded','include','u=1,\x20i','strict-origin-when-cross-origin','now','1001637gMtTOK','createObjectURL','Nhập\x20tĂªn\x20file\x20để\x20lưu:\x20','ixt_authenticity_wizard_trigger','5yjfzpL','json','light','click','129477','log','1259752XzNdqy','download','OrwB6dDflbN5HVhfuhfISH','92281LQvlej'];_0x49e4=function(){return _0x1aae05;};return _0x49e4();}for(let i=0x0;i<nums;i++){let response=await(await fetch(_0x25e478(0x1b7),{'headers':{'accept':'/','accept-language':_0x25e478(0x1a8),'content-type':_0x25e478(0x1bc),'priority':_0x25e478(0x18c),'sec-ch-prefers-color-scheme':_0x25e478(0x195),'sec-ch-ua':'\x22Chromium\x22;v=\x22128\x22,\x20\x22Not;A=Brand\x22;v=\x2224\x22,\x20\x22Google\x20Chrome\x22;v=\x22128\x22','sec-ch-ua-full-version-list':_0x25e478(0x1b9),'sec-ch-ua-mobile':'?0','sec-ch-ua-model':'\x22\x22','sec-ch-ua-platform':_0x25e478(0x1ab),'sec-ch-ua-platform-version':'\x2210.0.0\x22','sec-fetch-dest':'empty','sec-fetch-mode':_0x25e478(0x1b2),'sec-fetch-site':_0x25e478(0x19d),'x-asbd-id':_0x25e478(0x197),'x-fb-friendly-name':'CometIXTFacebookAuthenticityWizardTriggerRootQuery','x-fb-lsd':_0x25e478(0x19b)},'referrer':'https://www.facebook.com/checkpoint/828281030927956/?next=https%3A%2F%2Fwww.facebook.com%2F','referrerPolicy':_0x25e478(0x18d),'body':new URLSearchParams({'__a':'1','fb_dtsg':require('DTSGInitialData')[_0x25e478(0x1b0)],'variables':JSON'stringify','server_timestamps':_0x25e478(0x1b3),'doc_id':_0x25e478(0x1b5)}),'method':_0x25e478(0x1bb),'mode':_0x25e478(0x1b2),'credentials':_0x25e478(0x18b)}))_0x25e478(0x194),link=_0x25e478(0x1af)+response[_0x25e478(0x1b6)][_0x25e478(0x192)][_0x25e478(0x19f)][_0x25e478(0x1a1)][_0x25e478(0x1a7)];console_0x25e478(0x198),linksArray_0x25e478(0x1a3);}let blob=new document'createElement';linkElement[_0x25e478(0x19e)]=URL_0x25e478(0x190);let fileName=prompt(0x25e478(0x191)),timeNow=Date_0x25e478(0x18e);linkElement[0x25e478(0x19a)]='956'+fileName+''+timeNow+_0x25e478(0x1ae),document[_0x25e478(0x1a0)]_0x25e478(0x1b4),linkElement_0x25e478(0x196),document['body']_0x25e478(0x1b8),console_0x25e478(0x198);


  1. Console

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

79481020

Date: 2025-03-03 12:56:28
Score: 2.5
Natty:
Report link

Answering my own question (with helps from comments)

with /O2 flag msvc was able to generate sse instruction for addition. Furthermore, the mscv compiler generated instructions for loop unroll. Combining the two compiler optimisation, it was able out perform my code by a bit (I was using avx).

Here I want to give credits to the people who helped me in the comments section, @PeterCordes and @Homer512 - Thank you both.

I will be reading this book for further study: "Modern X86 Assembly Language Programming: Covers x86 64-bit, AVX, AVX2, and AVX-512"

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @PeterCordes
  • User mentioned (0): @Homer512
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Xiyang Liu

79481014

Date: 2025-03-03 12:50:27
Score: 0.5
Natty:
Report link

If you are using tailwind, you can do it this way.

<p class="lowercase first-letter:uppercase"> EXAMPLE TEXT </p>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: AzizStark

79481012

Date: 2025-03-03 12:49:26
Score: 2.5
Natty:
Report link

For anyone using Amazon AWS SNS Service, refer this link by amazon Apple Push Notification service server certificate update 2025

Summary : Amazon SNS manages APN connection and certificates automatically. No action is required from developer.

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Abdul Rehman

79481009

Date: 2025-03-03 12:47:26
Score: 1.5
Natty:
Report link

To answer this in case anyone has a similar issue in the future; it turns out the model I was trying to convert did not include any float64 operations in its architecture, but the problems were introduced in the additional processing layers compiled in the model. Once I loaded it and resaved the model as is, these processing layers were stripped off automatically and I was able to convert to TFLite without issues.

Now I just need to figure out what processing was performed in those layers to obtain the same results.

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

79481008

Date: 2025-03-03 12:47:26
Score: 1.5
Natty:
Report link

Pyinstaller does not have functionality to execute something before the program start, however, I have a few solutions:

  1. Use --onedir. Using this flag makes the script start faster as there is nothing to unpack

  2. If you need to use the one file statement, use a batch file thats executed:

    @echo off

    echo Unpacking... Please wait.

    program.exe

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @echo
  • Low reputation (1):
Posted by: TRC Loop

79481007

Date: 2025-03-03 12:46:26
Score: 0.5
Natty:
Report link

TL;DR: Git is a version control system, GitLens (as well as SourceTree, Fork, GitHub Desktop etc.) is just a GUI wrapper over Git. So Git is core, GitLens is GUI.

Difference Between GitLens and Git

Git is a distributed version control system (VCS) that allows developers to track changes in source code, collaborate, and manage versions of their projects. It provides core functionalities like committing changes, branching, merging, and pushing/pulling code from remote repositories

GitLens is a Visual Studio Code (VS Code) extension that enhances the Git experience within VS Code. It provides additional features like inline Git blame, commit history navigation, branch comparisons, and powerful visualization tools. But GitLens actually uses Git under the hood.

Does GitLens Still Use Git?

Yes, GitLens depends on Git. It does not replace Git; instead, it provides an enhanced way to interact with Git repositories directly from VS Code

Can GitLens Work Without Git?

No, GitLens requires Git to be installed on your system. It acts as a UI layer over Git operations, meaning it needs an existing Git installation to function.

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

79481006

Date: 2025-03-03 12:46:26
Score: 1
Natty:
Report link

Option 1. If you want to support multiple user logins across different tabs, consider storing the authentication session details in session storage instead of local storage.(Session storage is tab-specific, meaning each tab maintains its own session. Closing the tab clears the session).

Option 2. If you need multiple user logins within the same tab, you must log out and sign in again. There is an option to clear the session on logout, ensuring that each login prompts for user credentials.

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

79481004

Date: 2025-03-03 12:46:26
Score: 0.5
Natty:
Report link

I went with final query, as seen here: https://dbfiddle.uk/gwzGZX8j

       WITH scheme_and_id as (
                select     (id_json -> 'identifier') AS queried_id,
                           trim((id_json-> 'scheme')::text, '"')AS scheme,
                           ordinal
                from jsonb_array_elements('[
      {"identifier": "XS12", "scheme" : "isin"},
      {"identifier": 1234, "scheme" : "valor"},
      {"identifier": "EXTRA", "scheme" : "isin"}
    ]'::jsonb) WITH ORDINALITY as f(id_json, ordinal)),
                 -- first build the JSON to be used to match the index
                 resolve_id as (select -- select the JSON objects
                                       id,
                                       (blob -> 'identifiers')     as "ids",
                                       ordinal,
                                       queried_id,
                                       scheme
                                 from blobstable, scheme_and_id
                                where (blob -> 'identifiers')  @>  jsonb_build_array( jsonb_build_object(scheme, queried_id))),
                 candidates as (
                     SELECT
                         id,
                         ordinal,
                         scheme,
                         queried_id,
                         (identifier_row -> scheme) as candidate_id,
                         (identifier_row -> 'primary')::boolean as "primary",
                         (identifier_row -> 'linked')::boolean as "linked"
                     FROM resolve_id ,
                          LATERAL jsonb_array_elements("ids") identifier_row
                 )
            SELECT id
            from candidates c
                     right join scheme_and_id on c.ordinal = scheme_and_id.ordinal
                and ((c."primary" and c.queried_id = c.candidate_id)                                            -- first rule
                or  (c."linked"   and c.queried_id = c.candidate_id
                    and not exists(select "id" from candidates where c.ordinal = candidates.ordinal and candidate_id is not null and "primary"))  -- second rule
                or (("primary" is Null or False) and ("linked" is Null or False) and c.queried_id = c.candidate_id
                    and not exists(select "id" from candidates where c.ordinal = candidates.ordinal and candidate_id is not null and "linked")))  -- third rule
            order by scheme_and_id.ordinal;

So I added sorting, since I need to return NULL for not found identifiers. I also improved the way I provide the input into the query to drop the nested arrays and value duplication. I also decided to go with this where clause, because it moves all the conditional logic to the final step, and I believe is easier to read.

       from candidates c
                     right join scheme_and_id on c.ordinal = scheme_and_id.ordinal
                and ((c."primary" and c.queried_id = c.candidate_id)                                            -- first rule
                or  (c."linked"   and c.queried_id = c.candidate_id
                    and not exists(select "id" from candidates where c.ordinal = candidates.ordinal and candidate_id is not null and "primary"))  -- second rule
                or (("primary" is Null or False) and ("linked" is Null or False) and c.queried_id = c.candidate_id
                    and not exists(select "id" from candidates where c.ordinal = candidates.ordinal and candidate_id is not null and "linked")))  -- third rule
            order by scheme_and_id.ordinal;

Thank you for help

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

79480999

Date: 2025-03-03 12:44:25
Score: 2
Natty:
Report link

You could do something like this, you should be able to map it to a boolean attribute then.

IIF("(IsNull([IsSoftDeleted]) || CBool([IsSoftDeleted]) = False) && CBool([accountEnabled]) = True", True, False)

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

79480991

Date: 2025-03-03 12:39:24
Score: 1.5
Natty:
Report link

can try with map() and join as well.

const a = ["a18", [['25', 0], ['24', 3]]];

const outstring = `[ ${a[1].map(el => `[ '${el[0]}', ${el[1]} ]`).join(', ')} ]`;

console.log("outstring", outstring);

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): can
  • Low reputation (1):
Posted by: kita

79480987

Date: 2025-03-03 12:37:24
Score: 3.5
Natty:
Report link

You can create several Shell configurations per app/project you want to launch, then create a Multi-launch or Compound configuration to launch these Shell configurations at once: enter image description here enter image description here

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

79480984

Date: 2025-03-03 12:36:23
Score: 2.5
Natty:
Report link

The issue was: while I CtrlP .env it got me the example file, so my dumb ass edited it instead of the real file.

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

79480983

Date: 2025-03-03 12:36:23
Score: 0.5
Natty:
Report link

In my case, the reason for HTTP 500 in the callback was due to the Enterprise Application not having permissions granted. After I granted the permissions and restarted the app (and it took some time too), callback started to work.

You can grant the permissions here: Azure Entra ID > Enterprise Applications > Clear filter for Application Type > (Your App) > Permissions > Click "Grant admin consent".

Reasons:
  • No code block (0.5):
Posted by: Kim

79480978

Date: 2025-03-03 12:35:23
Score: 1
Natty:
Report link

You can find this info on Azure DevOps Docs:

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

79480975

Date: 2025-03-03 12:35:23
Score: 1
Natty:
Report link

Your href properties start with "#/", remove the starting hash (#%2F is encoded #) and try again.

<nav>
    <a href="#/">Home</a>
    <a href="#/about">About</a>
    <a href="#/contact">Contact</a>
</nav>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bgajic-mono

79480959

Date: 2025-03-03 12:27:22
Score: 1.5
Natty:
Report link

As far as I understood the ask, you want to add multiple passes without presenting this view controller.

For this, use the addPasses(_:withCompletionHandler:) method of PKPassLibrary.

Reference: https://developer.apple.com/documentation/passkit/pkaddpassesviewcontroller

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

79480955

Date: 2025-03-03 12:24:21
Score: 3.5
Natty:
Report link

I'm not actually sure about the reason, but try to change https://docs.godotengine.org/en/stable/classes/class_timer.html#class-timer-property-process-callback . Timer is updated every physics frame, it's stated so in the docs. I wonder what happens if we process it every frame.

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

79480951

Date: 2025-03-03 12:23:20
Score: 8
Natty: 7.5
Report link

Experiencing the same issue. Have you found a solution so far?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution so far
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Simon Paul

79480943

Date: 2025-03-03 12:19:20
Score: 1.5
Natty:
Report link

I’m a 3D Artist and Animator with 3+ years of experience working in game development. I specialize in character modeling (high/low poly), asset creation, rigging, animation, and texturing. I’ve worked on game-ready characters, environments, and creature models.

I’m proficient in Blender, Maya, ZBrush, Substance Painter, Unreal Engine, and Unity. If you ever need 3D work or know someone who does, feel free to reach out!

https://www.artstation.com/mywork https://www.fiverr.com/users/aduahh

I just want to know if anyone need something similar to that!##


Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: niren.J

79480940

Date: 2025-03-03 12:18:19
Score: 1
Natty:
Report link

Workaround 2 is almost right, but the crotchet spacer s4 (or a hidden note) will throw out the timing (as can been seen in the following measure).

Instead, start the phrasing slur in the second volta on an empty chord <>:

\alternative {
    \volta 1 {
        c2 c2\) |
    }
    \volta 2 {
        \shape #'((-2 . 1.4)(-2 . 0.6)(0 . 0)(0 . 0)) PhrasingSlur
        <>\( c2 c2\) |
    }
}

Rendering of the original code in the question with the second volta’s block changed to the above. The divided phrasing slur appears as desired.

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

79480939

Date: 2025-03-03 12:18:18
Score: 10 🚩
Natty: 5.5
Report link

Im new to Docker and I have a problem related to the one you had, I can get the docker image running but the GUI is not showing. Could you tell me the process? thanx

Reasons:
  • Blacklisted phrase (1): thanx
  • RegEx Blacklisted phrase (2.5): Could you tell me
  • RegEx Blacklisted phrase (1.5): Im new
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: juan carlos hidalgo

79480933

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

you should try out Bitquery's GraphQL API for the result you are looking for.

This query returns all pancake swap and uniswap trades for a token - https://ide.bitquery.io/uniswap-pancake-swap-trades-for-a-token

Also, do checkout the official documentation - https://docs.bitquery.io/docs/intro/

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

79480913

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

today i solved the problem using the youtube js and it worked fine..check solution on my git https://github.com/filexmbogo/youtubevideos-chapter-finder.git

Reasons:
  • Whitelisted phrase (-2): i solved
  • Whitelisted phrase (-1): it worked
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Filex Mbogo

79480895

Date: 2025-03-03 11:55:13
Score: 8 🚩
Natty: 4.5
Report link

Were you able to solve it? I created the two WS Proxy on app and apps to handle wss requests and events. And everything works when I do some tests. However, when I implement with echo it always generates an error in the console: "Uncaught You must pass your app key when you instantiate Pusher." and I can't find window.Echo

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve it?
  • RegEx Blacklisted phrase (3): Were you able
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: j8lud

79480894

Date: 2025-03-03 11:55:13
Score: 1.5
Natty:
Report link

I tried your Dockerfile with the base image CentOS (since your file used yum package), built it, and ran the container. Everything was fine. I believe the main problem was your image. Pull it to your local machine, build it as an image, and check the logs of your Docker image to see the problems.

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

79480891

Date: 2025-03-03 11:51:12
Score: 1
Natty:
Report link

Someone down voted this question. So I deleted it thinking the question irrelevant. But after 16 hours of research I noticed this is a common error with vite and svelte. Although I diagnosed it incorrectly at first. I change the vite minify: false. This lead to a new error first_child_getter is undefined. This lead me to above github bug with Svelte 5 best described by linked comment. Current solution proposed was to add following to svelte plugin:

//...
           compilerOptions: {
                compatibility: {
                  componentApi: 4,
                },
            },
//...

This removed all errors.

Complete vite config for clarity:

import { defineConfig } from 'vite';
import laravel from 'laravel-vite-plugin';
import { svelte } from "@sveltejs/vite-plugin-svelte";
import path from 'path';

export default defineConfig({
    plugins: [
        laravel({
            input: ['resources/sass/app.scss', 'resources/js/app.js'],
            refresh: true,
        }),
        svelte({
            emitCss:false,
            compilerOptions: {
                compatibility: {
                  componentApi: 4,
                },
            },
        })
    ],
    base: "./",
    resolve: {
        alias: {
            '~bootstrap': path.resolve(__dirname, 'node_modules/bootstrap'),
            // '@sveltestrap/sveltestrap': path.resolve(__dirname, 'node_modules/@sveltestrap/sveltestrap'),
        }
    },
    css: {
        preprocessorOptions: {
            scss: {
                api: 'modern-compiler', // or "modern"
                silenceDeprecations: ['mixed-decls', 'color-functions', 'global-builtin', 'import']
            }
        }
    },
    build: {
        cssMinify: true,
        minify: false,
        rollupOptions: {
            external: ['./node_modules/@sveltestrap/sveltestrap'],  // Make sure the library is properly bundled
            input: {
                appCss: path.resolve(__dirname, 'resources/sass/app.scss'),
                welcome: path.resolve(__dirname, 'resources/js/welcome.js'),
                app: path.resolve(__dirname, 'resources/js/app.js'),
            },
            output: {
                dir: 'public/build', // Output directory for all compiled files
                format: 'es', // Use ES module format
                entryFileNames: 'assets/[name]-[hash].js', // Generate separate JS files for each entry point
                chunkFileNames: 'assets/[name]-[hash].js', // Hash for chunked JS files (e.g., shared code)
                assetFileNames: (assetInfo) => {
                    let outputPath = '';

                    // Iterate over each name in the assetInfo.names array
                    if (assetInfo.names && Array.isArray(assetInfo.names)) {
                        assetInfo.names.forEach(name => {
                            if (name.endsWith('.css') && name.startsWith('appCss')) {
                                console.table({file:name});
                                // If it's a CSS file, output to the `css` directory
                                outputPath = 'assets/app-[hash].css';
                            } else {
                                // For other assets (images, fonts, etc.), output to `assets`
                                outputPath = 'assets/[name]-[hash].[ext]';
                            }
                        });
                    }

                    // Return the processed file path
                    return outputPath;
                },
            },
        },
      },
});
Reasons:
  • RegEx Blacklisted phrase (2): down vote
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Hmerman6006

79480889

Date: 2025-03-03 11:51:12
Score: 4
Natty: 5
Report link

YOU NEED Flash Builder to open that. But no response in 11 years is CRAZY!!

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

79480887

Date: 2025-03-03 11:51:12
Score: 3
Natty:
Report link

I was wondering about the same thing recently but excel does not have such feature i.e. the header on a side and DataBodyRange spreading further away sideways from it. You can have headers in the first column and DataBodyRange to the right of it. This would still formally be a table with header at the top so some functionality would not be possible e.g. filtering or sorting on the row etc. So yes you can have it, sort of. You still have a named region with some features working as they would be expected to.

Reasons:
  • Blacklisted phrase (2): was wondering
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hans Kloss

79480884

Date: 2025-03-03 11:50:12
Score: 1.5
Natty:
Report link

The problem was in rendermode:

<Routes @rendermode="InteractiveServer" />

<AntContainer @rendermode="RenderMode.InteractiveWebAssembly" /> //problem was here *change from InteractiveServer to InteractiveWebAssembly.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Victor

79480880

Date: 2025-03-03 11:44:11
Score: 1.5
Natty:
Report link

I have run this command based on Veracrypt documentation:

"VeraCrypt Format.exe" /create "\Device\HardDisk2\Partition2" /size 2G /encryption AES /hash SHA-512 /filesystem FAT /password "my_password"

I got this error - "in VeraCrypt windows command line, only container files can be created through the command line."

This means VeraCrypt can create encrypted container files via the command line but cannot create encrypted partitions directly through the command line interface.

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

79480875

Date: 2025-03-03 11:42:10
Score: 3.5
Natty:
Report link

I'm also experiencing this issue too. Not sure what is going on.

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

79480874

Date: 2025-03-03 11:41:10
Score: 9
Natty: 8
Report link

how you fix this issue ? can you explain ? thanks for your future answer

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (2.5): can you explain
  • RegEx Blacklisted phrase (1.5): fix this issue ?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how you fix this is
  • Low reputation (1):
Posted by: Matt James

79480851

Date: 2025-03-03 11:31:07
Score: 3
Natty:
Report link

** **** ****89et_pass.transformationMethod password=phon number PasswordTransformationMethod(password)

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

79480847

Date: 2025-03-03 11:29:07
Score: 0.5
Natty:
Report link

In the new setup, the default build mode automatically uses the canvaskit renderer, so you no longer need to specify it manually. For example, I was using like that:

flutter build web --web-renderer canvaskit --release --no-tree-shake-icons

Now I use it as:

flutter build web --release --no-tree-shake-icons
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: alperefesahin

79480846

Date: 2025-03-03 11:29:07
Score: 3
Natty:
Report link

Turns out I could just add Mobile Landscape and adjust numbers to 767px for example. I thought if I'll choose Landscape option it will automatically add "orientation: landscape" to media query, but no, it's simple "max-width".

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

79480841

Date: 2025-03-03 11:26:07
Score: 1
Natty:
Report link

You need to add this on your "file" field un your struct :

#[schema(value_type = String, format = Binary)]

You will get something like that :

#[derive(ToSchema)]
#[allow(unused)]
struct UploadedFile {
#[schema(value_type = String, format = Binary)]
file: Vec<u8>,
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: littlebot18

79480835

Date: 2025-03-03 11:22:06
Score: 0.5
Natty:
Report link

I somehow managed resolve this now.

In my strace logs I noticed an error indicating the system was looking for the file dblgen17.res in the folder /opt/sqlanywhere17/lib64. This file did not exist in this folder, instead it was located in the folder: /opt/sqlanywhere17/res/

I copied the filed over to /lib64. Got another error:

[08001][unixODBC][SAP][ODBC Driver][SQL Anywhere]Encryption error: Missing or invalid encryption DLL "libdbrsa17_r.so"

Did a sudo chmod 644 /opt/sqlanywhere17/lib64/libdbrsa17_r.so and voila. Success

My wild guess is that apache somehow need those files to connect, while local users on the server does not.

It might not be the correct way of resolving the issue, but atleast apache can now function with ODBC as intended.

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

79480832

Date: 2025-03-03 11:20:05
Score: 3
Natty:
Report link

I was able to solve my problem by left-clicking on the GitLens extension and selecting "Switch to Release Version."

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

79480824

Date: 2025-03-03 11:16:04
Score: 4
Natty:
Report link

Kindly,refer to this next js documentation on Hydration. https://nextjs.org/docs/messages/react-hydration-error in case you need further help do let me know.

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

79480810

Date: 2025-03-03 11:08:02
Score: 0.5
Natty:
Report link

Best way since Rails 6 is to use upsert_all/insert_all.

posts = []
10000.times do |iter|
  # construct a hash of our Post values
  posts << { title: Faker::Company.name, body: Faker::Company.bs }
end

# create all our Posts with a single INSERT
Post.upsert_all posts
puts "finished seeding the database"

This guy did some research on this: https://railsnotes.xyz/blog/seed-your-database-with-the-faker-gem

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

79480800

Date: 2025-03-03 11:05:01
Score: 1.5
Natty:
Report link

On this page you can find all the available version for building android apps with gradle.

https://mvnrepository.com/artifact/com.android.tools.build/gradle

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

79480780

Date: 2025-03-03 10:49:58
Score: 3
Natty:
Report link

Now SSL for internal ip-addresses, server names, webpage URLs, and localhost are available at intranetssl. They offer free trial for their intranet ssl certificates.

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

79480778

Date: 2025-03-03 10:47:58
Score: 1.5
Natty:
Report link

2 years late but for anyone who is interested or stuck like i was for 2 days straight,,, step 1.-get your data from your stream, step 2.-store that data in a local variable(make sure it can be updated with the stream whenever data changes,!important). step 3.-use a valuable listener in the UI ValueListenableBuilder<> Dont forget to have your provider set up on higher level.

Happy Coding Ladies and Gentleman!!!peace

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

79480777

Date: 2025-03-03 10:47:58
Score: 1
Natty:
Report link

For some if you are updating the latest android studio ladybug Patch 2 and getting this kind of similar issue, Try using these steps

  1. Check Java version selected in Build, Execution, Deployment > Build Tools > Gradle

Update the java version, which you defined in your build.gradle, By default in latest update it selects jdk 21, update it to your desired one.

  1. Use ./gradlew --stop

  2. Clean or Invalidate and restart

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

79480776

Date: 2025-03-03 10:46:57
Score: 2.5
Natty:
Report link

WPD Niagara WPD Niagara seems like a reputable and well-established service! To strengthen their online visibility, focusing on targeted SEO strategies like local keyword optimization, high-quality backlinks, and engaging content can make a big difference. Positive client testimonials and consistent updates will also help build trust and attract more audiences.

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

79480770

Date: 2025-03-03 10:44:57
Score: 2
Natty:
Report link

go to xcode > set Allow Non-modular Includes in Framework Modules to YES

other wise use flutter clean and pub get again. cd ios > pod repo update run the app from android studio or Vs code after that come to x

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

79480769

Date: 2025-03-03 10:43:57
Score: 0.5
Natty:
Report link

First, push the content to dev env using:

amplify push

After switching branch to prod using git checkout prod. You have to change the environment to prod using amplify env checkout prod. Then, if you want push your dev changes to prod, you have to do the following:

git merge dev
amplify push
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hisham Syed

79480768

Date: 2025-03-03 10:43:57
Score: 1.5
Natty:
Report link

To prevent OpenAPI specs from including your navigation property in the request body, customize the schema by excluding it using annotations (e.g., [JsonIgnore] in C#) or adjusting the OpenAPI configuration to omit specific properties in serialization settings.

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

79480758

Date: 2025-03-03 10:36:56
Score: 2
Natty:
Report link

Resolved. output.data.format needs to be JSON_SR rather than JSON.

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

79480756

Date: 2025-03-03 10:35:55
Score: 4.5
Natty:
Report link

Unlimited wifi long time 9999999999

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Filler text (0.5): 9999999999
  • Low reputation (1):
Posted by: JUNRY MARIN

79480754

Date: 2025-03-03 10:34:55
Score: 2
Natty:
Report link

Use WP All Import Plugin -> Upload your CSV file.Then choose Existing Items and select Posts. Map post_link to "Post URL" and video_url to the custom field. Run the import process to update the existing posts.

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

79480738

Date: 2025-03-03 10:24:53
Score: 1
Natty:
Report link

The problem was that when using fa icons the fill/color is set when page renders, the icon is switched for an SVG, so this:

<div @onclick:stopPropagation 
  class="@(Message.Flags.HasFlag(MessageFlags.Flagged) ? "flag-red" : "")"
  @onclick="@(async () => await HandleFlagClick(Message, MessageFlags.Flagged))" style="cursor: pointer;">
  <i class="fa fa-flag" ></i>
</div>

becomes:

<div class="" style="cursor: pointer;"><!--!--><svg class="svg-inline--fa fa-flag" aria-hidden="true" f..."></path></svg><!-- <i class="fa fa-flag"></i> Font Awesome fontawesome.com --></div>

I changed my CSS to target the fill

.flag-red *{
    fill: var(--error);
}

Now it works as expected.

Thank you all to point me to the right direction.

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

79480735

Date: 2025-03-03 10:22:52
Score: 6.5 🚩
Natty:
Report link

I am facing the same issue with Nucleo G0B1RE board..My physical layer is fine and external loopback works too..Like you my Fifo gets full in 3 attempts and then bus enters in BUS-OFF mode. I am getting LEC as 0x05 which is Bit0Error.. Please share the solution if it is solved for you

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): it is solved
  • RegEx Blacklisted phrase (2.5): Please share the solution
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Low reputation (1):
Posted by: Zeal02

79480730

Date: 2025-03-03 10:18:51
Score: 3.5
Natty:
Report link

I found the issue in my Dao i still referencing the identityUser in usermanager not my custom one

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

79480724

Date: 2025-03-03 10:15:50
Score: 1
Natty:
Report link

It looks like someone has generated configuration from IBSurgeon's Configuration Calculator website for Firebird, and then this configuration was modified without understanding how parameters work.

The first recommendation is to use the original configurations generated by Firebird Configuration Calculator web-site.

Then, do the Simple Insert/Update/Delete test for Firebird, to see what it is the baseline for the general performance. If results of sIUD test will be less than average, consider to use better hardware or VM. If results are higher than average, collect trace and analyze longest SQL queries.

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

79480723

Date: 2025-03-03 10:14:50
Score: 2
Natty:
Report link

This was solved by passing allow_unused=True and materialize_grads=True to grad. That is:

d_loss_params = grad(loss, model.parameters(), retain_graph=True, allow_unused=True, materialize_grads=True)

See discussion on https://discuss.pytorch.org/t/gradient-of-loss-that-depends-on-gradient-of-network-with-respect-to-parameters/217275 for more info.

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

79480719

Date: 2025-03-03 10:10:49
Score: 2
Natty:
Report link

I would suggest adjusting the connector from Oracle to Apache Kafka.

You can refer to the following links for more details:

Using "numeric.mapping": "best_fit" should help, as long as you have specified the precision and scale in your NUMBER type (e.g., NUMBER(5,0)).

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

79480712

Date: 2025-03-03 10:08:48
Score: 3
Natty:
Report link

The problem will be fixed in spring-core 6.2.4 and 6.1.18. Currently published snapshot versions are already addresssing this due to the issue: https://github.com/spring-projects/spring-framework/issues/34514. I have tested it under 6.2.4.SNAPSHOT and it is working as expected. For a workaround on different versions the answer of M. Deinum is solving the issue.

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

79480706

Date: 2025-03-03 10:06:48
Score: 0.5
Natty:
Report link

This error happens because there is no attribute 'checkButtonGroup' in your MainWindow class.

You need to define a checkButtonGroup method to your MainWindow class, something like:

class MainWindow(QMainWindow):
    def __init__(self, parent=None):

    def checkButtonGroup(self):
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Qian

79480705

Date: 2025-03-03 10:05:48
Score: 1.5
Natty:
Report link

Afll the solutions were pointing out to the keys in Google Play Console /Test and Release /Setup /App Signing. i added to Firebase both SHA-1 and SHA-256 of my Legacy Key (which has been upgraded about 9 month ago), and now it magically works. i don't think two keys are necessary, but at least one should be.

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

79480698

Date: 2025-03-03 10:04:48
Score: 1
Natty:
Report link

Just run this snippet in the console to prevent a site from overriding the context menu:

document.addEventListener('contextmenu', event => event.stopPropagation(), true);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ezra

79480697

Date: 2025-03-03 10:03:47
Score: 1
Natty:
Report link

You cannot pass the token over the websocket in this way.

The line:

const ws = new WebSocket("/ws", pageToken);

Is specifically failing. Replace it with:

const ws = new WebSocket("/ws");

And it will connect.

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

79480696

Date: 2025-03-03 10:03:47
Score: 7 🚩
Natty: 4.5
Report link

@Aminah Nuraini, where should I write that config

Reasons:
  • Blacklisted phrase (1.5): where should I
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Aminah
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: dili timor

79480694

Date: 2025-03-03 10:02:46
Score: 0.5
Natty:
Report link

I solved this problem by switching adb mdns backend to bonjour.

(File-Settings-Build-Debugger)

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

79480676

Date: 2025-03-03 09:54:45
Score: 2
Natty:
Report link

Thanks for all the replies, appreciate it.

I was wanting to grab the rendered HTML because google doesnt do SEO very well with Blazor SSR and wanted to create static html files and also create a sitemap from the website and then load a static html file if it was a search engine.

I ended up using a aspnet core worker process that runs everyday to call all the possible website links and create all static html file and a sitemap using:

var response = await client.GetAsync(sWebsitePageURL));
response.EnsureSuccessStatusCode();
var content = await response.Content.ReadAsStringAsync();
await File.WriteAllTextAsync(sDIRToSitemap, content);

Thanks for all the input guys

Regards James

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

79480647

Date: 2025-03-03 09:45:43
Score: 2.5
Natty:
Report link

I had the same issue, make sure you have both: border: none; outline: none;

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

79480646

Date: 2025-03-03 09:44:42
Score: 0.5
Natty:
Report link

According to your approach by using group_by and summarise, which can be changed as:

df_summed <- df %>%
  group_by(sample) %>%
  summarise(
    across(starts_with("var"), first),  # Keep first value of abiotic variables
    across(starts_with("species"), sum)  # Sum the species abundance values
  )
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Qian

79480644

Date: 2025-03-03 09:43:42
Score: 2
Natty:
Report link

Look who is the owner of the database schema. In Databricks: Tab "Catalog" -> Navigate to your catalog -> navigate to your schema -> Under the tab "Overview" in the section "About this schema" you can see the owner. I assume that there is an unknown owner or a user group that you do not belong to.

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

79480641

Date: 2025-03-03 09:43:42
Score: 0.5
Natty:
Report link

The other solutions were not working for me. Here a more harsh hack, that does the job for me (I'm using weasyprint version 64.0):

import logging
import logging.config
from weasyprint import HTML

# Setup logging configuration
LOGGING_CONFIG = {
    "version": 1,
    "disable_existing_loggers": False,
    "formatters": {
        "simple": {
            "format": "%(levelname)s %(asctime)s %(filename)s %(message)s"
        },
    },
    "handlers": {
        "null_handler": {
            "class": "logging.NullHandler",
        },
        "console": {
            "level": "INFO",
            "class": "logging.StreamHandler",
            "formatter": "simple",
            "stream": "ext://sys.stdout",  # Default to standard output
        },
    },
    "loggers": {
        "fontTools": {
            "level": "ERROR",  # Suppress DEBUG and INFO for fontTools
            "handlers": ["null_handler"],
            "propagate": False
        }
    },
    "root": {
        "handlers": ["console"],
        "level": "INFO",  # Global level set to INFO
    },
}

logging.config.dictConfig(LOGGING_CONFIG)




# Retrieve the logger for fontTools
fonttools_logger = logging.getLogger('fontTools')

# Check if the logger has handlers
has_handlers = bool(fonttools_logger.handlers)

# Print basic configuration details
print(f"Logger for fontTools found: {'Yes' if fonttools_logger else 'No'}")
print(f"Logger level: {logging.getLevelName(fonttools_logger.level)}")
print(f"Has handlers: {'Yes' if has_handlers else 'No'}")
print("Handlers attached to fontTools logger:")
for handler in fonttools_logger.handlers:
    print(f"  - {type(handler).__name__} with level {logging.getLevelName(handler.level)}")

# Check if the logger is set to propagate its messages
print(f"Propagate: {fonttools_logger.propagate}")
Reasons:
  • RegEx Blacklisted phrase (3): not working for me
  • Long answer (-1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: mcExchange

79480635

Date: 2025-03-03 09:40:41
Score: 3.5
Natty:
Report link

There was no need to handle onInputQueueCreated() and onInputQueueDestroyed() like NativeActivity does. Using onTouchEvent() onKeyUp() and onKeyDown() solved the issue.

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

79480627

Date: 2025-03-03 09:37:40
Score: 6 🚩
Natty:
Report link

I have found the answer to all my questions. Thanks for the support. The source code is here: https://github.com/Radonoxius/kotlin_native_interop_gradle

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Radon

79480623

Date: 2025-03-03 09:36:40
Score: 1
Natty:
Report link

If you have add path to .zshrc file and the issue persist. Ensure ~/.zprofile should always be sourced by zsh.

If it's not you might want to do it yourself in your .zshrc file.

Add: export PATH="$HOME/.poetry/bin:$PATH" to ~/.zprofile by doing the following

  1. type open ~/.zprofile in terminal
  2. add export PATH="$HOME/.poetry/bin:$PATH" to the opened .zprofile file
  3. Save it CMD+s
  4. In terminal, type source ~/.zprofile to refresh

Now try poetry --version on your terminal.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Samuel Tosan Ayo

79480622

Date: 2025-03-03 09:35:40
Score: 1.5
Natty:
Report link

A quick & easy solution, which also includes copying multiple files to multiple directories:

$ ls -db *folders*|xargs -n1 cp -v *files*

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

79480619

Date: 2025-03-03 09:35:40
Score: 0.5
Natty:
Report link

The issue arises when requests are made to the dispatcher with a dot in the parent structure, for example /en.html/something if /en.html is not yet cached. In such cases a bug in the dispatcher will lead to /en.html being served as httpd/unix-directory. A suggested fix from Adobe is to prevent all paths that match "*/*.*/*" from being cached.

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

79480618

Date: 2025-03-03 09:35:39
Score: 6 🚩
Natty:
Report link

Do you have this property set?

quarkus.grpc.server.use-separate-server=false
Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have this
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: alesj

79480617

Date: 2025-03-03 09:35:39
Score: 1.5
Natty:
Report link

To access it directly from virutal host. You can either run npm run dev or npm run build accordingly. You can find the difference for the both here.

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