79468313

Date: 2025-02-26 01:51:42
Score: 4
Natty:
Report link

I will recommd the Python based lightweight 2d simulator ir-sim: https://github.com/hanruihua/ir-sim. It is very simple to use by configuring the environment using yaml file.

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

79468312

Date: 2025-02-26 01:51:42
Score: 2.5
Natty:
Report link

yes the answer is YES :D turns out i had the wrong appservice name, also using a SMTP verification service helped to clarify this,

once SMTP was confirmed using https://dnschecker.org

i updated the values in the SSRS UI and also ensured the port was correctly set to 587 in the config file for SSRS and bingo.

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

79468295

Date: 2025-02-26 01:42:40
Score: 4
Natty: 4
Report link

Quizas sea un poco tarde para esta respuesta, pero la solucion es tan simple como colocar href:null en el Tabs.Screen.

<Tabs.Screen
 options={{
 href: null,
}}
 />
Reasons:
  • Blacklisted phrase (2.5): solucion
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Wubba Lubba Dub Dub

79468284

Date: 2025-02-26 01:36:39
Score: 1
Natty:
Report link

I had the same problem because I added "sharp" module to my project.

If you added "sharp" module to your project, you can't use it in client component. So, you can create an URL on backend and use sharp to handle and return the image edited

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

79468279

Date: 2025-02-26 01:28:37
Score: 2.5
Natty:
Report link

Having the same exact problem, but this is extended to literally every single Electron app. Everything works after I use Accessibility Inspector, but before that, I think all the Electron apps have their accessibility trees hidden. ⁠

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

79468276

Date: 2025-02-26 01:24:36
Score: 2.5
Natty:
Report link

Using <phase>none</phase>

will make the goal not running in child module

Thanks for your help @howlger

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-0.5): Thanks for your help
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @howlger
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Avian Driyanto

79468247

Date: 2025-02-26 00:56:31
Score: 2.5
Natty:
Report link

Window function, Hamming or Hann or whatever are used to smooth the values at the edges of the window in time domain. The purpose is to prevent frequency leakage in freq domain.

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

79468246

Date: 2025-02-26 00:55:31
Score: 3
Natty:
Report link

I guess you need to run vaadinClean and vaadinBuildFrontend commands from your IDE Gradle or Maven menu

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

79468245

Date: 2025-02-26 00:54:31
Score: 1
Natty:
Report link
  // Add page numbers
  const totalPageCount = doc.internal.pages.length;
  for (let i = 1; i <= totalPageCount; i++) {
    doc.setPage(i);
    doc.setFontSize(5);
    const pageNumber = `${i}/${totalPageCount}`;
    doc.text(
      pageNumber,
      doc.internal.pageSize.getWidth() - 10,
      doc.internal.pageSize.getHeight() - 10,
    );
  }

will give you something like this at the page bottom: enter image description here

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

79468243

Date: 2025-02-26 00:53:31
Score: 3
Natty:
Report link

how to fix Traceback (most recent call last): File "odoo-bin", line 9, in odoo.cli.main() AttributeError: module 'odoo' has no attribute 'cli'

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): how to fix
  • Low reputation (1):
Posted by: Abdul Mukhlis Maulana Yusuf

79468217

Date: 2025-02-26 00:37:27
Score: 2.5
Natty:
Report link
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Frank Geo

79468214

Date: 2025-02-26 00:34:26
Score: 2
Natty:
Report link

Do you want to flatten these two classes and bring the elements from the embedded "EnrollmentUser" up to its parent "Enrollment"? If so, you need to either define a class that reflects this structure and use Select to map the data from the nested classes to the flattened class. Alternatively, you can just map the data to an anonymous object if it is only to be used within a single method.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jeff Zola

79468202

Date: 2025-02-26 00:26:24
Score: 3
Natty:
Report link

I found my own solution.

$client->executeScript('javascript:forward("MODEL/pages/addcar.jsp")');

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

79468200

Date: 2025-02-26 00:23:24
Score: 1
Natty:
Report link

It is a bit confusing on the GAS UI that it has a copy button for the ID on App Script > Project Settings page, however, it doesnt let me save until I found out the real ID.

As shown below, to get your ID (at least my case), after deployment or manage deployment, you can get the version number and the ID, here is the tricky part that the ID you get here on the URL is different with the one from the copy button.

enter image description here

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

79468196

Date: 2025-02-26 00:22:24
Score: 1.5
Natty:
Report link

Turns out I missed the important caveats for DigitalOcean.

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

79468188

Date: 2025-02-26 00:14:22
Score: 0.5
Natty:
Report link

I was able to fix this by adding "jest" to the types list in tsconfig.json

"types": ["node", "jest"]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: sevensevens

79468186

Date: 2025-02-26 00:11:22
Score: 1.5
Natty:
Report link

Continue my research.

I added <EmccMaximumHeapSize>268435456</EmccMaximumHeapSize> directive to the project file. This tag decreases the maximum memory for the app on mobile device browsers. Didn't help.

Then I tried AOT compilation <RunAOTCompilation>true</RunAOTCompilation>. It took much longer to compile the project. Didn't help.

Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: max

79468184

Date: 2025-02-26 00:10:22
Score: 1
Natty:
Report link

I solved my problem after a Crystal Reports / SQL server upgrade by updating each table individually in Database > Set Datasource Location.

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

79468183

Date: 2025-02-26 00:10:22
Score: 2
Natty:
Report link

I believe the answer you're looking for is a library called Secure Transport (on mac). This is responsible for the cryptographic functions when decrypting the signed certificate.

You can reference <SecureTransport.h> on your mac!

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

79468179

Date: 2025-02-26 00:06:20
Score: 10.5 🚩
Natty: 5.5
Report link

I'm facing the same issue when trying to run my app on a new iPad with an M1 chip. The app works fine on an older iPad (2017 model), but on the M1 iPad, I get the error:

Frameworks/grpcpp.framework is missing its bundle executable.

What I've tried so far:

Why does it work on an older iPad but not on the M1 chip? How can I ensure grpcpp.framework is correctly linked and embedded? Any help would be appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help would be appreciated
  • RegEx Blacklisted phrase (1): I get the error
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: FalconHeavy11

79468176

Date: 2025-02-26 00:06:20
Score: 3.5
Natty:
Report link

https://github.com/Khanhlinhdang/AutoTradingKit-Pro

A project for trader from trader. main features: draw tool, popular indicator like Tradingview; connect with many popular exchanges like binance, mexc... via api and secret key to live trade; build custom indicator, and clone famous custom indicator on MT4, MT5 and Tradingview; Build and test strategies. discuss room: https://stackoverflow.com/beta/discussions/79467454/building-a-trading-platform-with-charts-with-a-python-gui-library

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Phạm Công Chế

79468175

Date: 2025-02-26 00:05:19
Score: 11 🚩
Natty: 5.5
Report link

I have the same error, u can solve?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve?
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yan Sena

79468173

Date: 2025-02-26 00:05:19
Score: 1
Natty:
Report link

What you can do rather reliably is to compare the following:

If you loader is always IDWriteLocalFontFileLoader, you can then get a path directly, and compare that.

Equals() will consider simulations too, meaning faces using same {fontfile, index} could still be unequal.

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): What you can
Posted by: bunglehead

79468172

Date: 2025-02-26 00:04:18
Score: 2.5
Natty:
Report link

Thank you Raramai and Zhihan for your solutions. Neither worked in isolation for me but works when combined both solutions.

I am using R version 4.4.0 on PC windows.

Step 1. create Surv() object to feed into coxph() function.

eg.

cx1 <- Surv(df$time_variable,df$censor_variable)

cox <-coxph(cx1~covariate1 + covariate2, data=df)

AND Step 2. use as.data.frame() function on data within the ggforest() function

eg. ggforest(cox,data=as.data.frame(df))

Thank you Mary for posting the initial question.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Carl

79468170

Date: 2025-02-26 00:03:18
Score: 2.5
Natty:
Report link

I wanted to post a comment to the answer just above but I don't have enough reputation.

You need to install php-intl with MacPorts as said above, but you're having trouble because MacPorts doesn't install the extension in the right place.

Find out where it was installed (MacPorts documentation for php-intl depending on your version)

For me it's : /opt/local/lib/php82/extensions/no-debug-non-zts-20220829/intl.so

So I copied the intl.so file and pasted it here: /Applications/XAMPP/xamppfiles/lib/php/no-debug-non-zts-20220829

And that's it

Reasons:
  • RegEx Blacklisted phrase (1.5): I don't have enough reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ktroisn

79468168

Date: 2025-02-26 00:02:18
Score: 1
Natty:
Report link

Because du -sch measure the space taken on the disk, if you want to measure the actual directory size use du -sch --apparent-size mydir

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

79468154

Date: 2025-02-25 23:55:16
Score: 1.5
Natty:
Report link

Quick aside - no need for the "tr" to delete quotes, just use jq -r instead, so:

SECRET_NAME="sh.helm.release.v1.msgbox-lucy.v5"

kubectl get secret $SECRET_NAME -o json | jq -r .data.release
| base64 -d | base64 -d | gzip -d
| jq '.chart.metadata'

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

79468147

Date: 2025-02-25 23:48:15
Score: 0.5
Natty:
Report link

I just randomly came across this 10 year old thing. It's not helpful.

Don't waste yer brain-bits deciding things.

Never think about ports or random process/service uids again. Just use this thinger. I been doin' as much for longer than this question's been on the stack.

Plug the name of your process in to this wee thing. Deterministically random - same input, same output. Never think. Thinking hurts.

#!/usr/bin/bash

# pick a port or uid
# ports and uids are both 16 bit but ports 49151:65535 are considered ephmeral/dynamic per rfc_6335
# some linux distros, including debian ffs, use 32768:60999
# i *think* systemd fusses with uids above 50000, so we'll just go with a nice, safe 12-15 bit range.
# cut the first 16 bits out of an md5, and mod it.
min=4096
max=32767
hash=$(printf '%s' "$1" | md5sum | cut -d" " -f1)
bytes=$((0x${hash:0:4}))
mod=$((bytes % max +min))
printf '%s\n' $mod

(ya, cuttin' the bits out is redundant - I do other crap, too, y'know)

(and ya, I knows that UIDs are 32-bit now. I'm old and stuck in the past. do ya have a good reason for fussing with IDs higher than the 16 bit range? maybe, but I don't see the that comin' up on Stack anytime soon)

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

79468144

Date: 2025-02-25 23:47:15
Score: 1.5
Natty:
Report link

Desugaring is another option.

This link lists java.util.Map as one of the supported classes https://developer.android.com/studio/write/java8-support#library-desugaring

And this verbose list specifically says getOrDefault is supported by API desugaring

https://developer.android.com/studio/write/java8-support-table

Reasons:
  • Blacklisted phrase (1): This link
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: bigh_29

79468143

Date: 2025-02-25 23:45:14
Score: 5
Natty: 5
Report link

shouldnt we be able to create a private API cluster endpoint with ec2 nodes in private subnets that will join the cluster from the VPCEs ?

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

79468142

Date: 2025-02-25 23:45:13
Score: 11 🚩
Natty: 6.5
Report link

Did you ever solve this? I have the same issue and have been googling for days.

I have pretty much an identical setup as you. I’d really appreciate if you could share your solution if you got it working.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): Did you ever solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Steve

79468130

Date: 2025-02-25 23:36:11
Score: 1.5
Natty:
Report link

Setting the User-Agent string to the following will display 1080p images in desktop browser.

Instagram 368.0.0.45.96 Android (34/14; 450dpi; 1080x2125; samsung; SM-S711U; r11q; qcom; en_US; 700073672)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: ElusiveFreeMan

79468127

Date: 2025-02-25 23:34:11
Score: 1
Natty:
Report link

For me it's due to incompatibility between my config file and ESlint version as newer ESlint by default uses "flat config". Setting

  "eslint.useFlatConfig": false,

in the settings.json fixed it for me

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

79468114

Date: 2025-02-25 23:27:10
Score: 0.5
Natty:
Report link

I think the main problem is that your inputs aren't actually in the format you want, being in yyyy/dd/mm rather than yyyy/mm/dd. It would seem that Excel doesn't recognize yyyy/dd/mm as a format, and that's why you are getting the error. Note that in the rows where the text can be parsed as yyyy/mm/dd, Excel is converting the date part to ISO 8601 format.

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

79468108

Date: 2025-02-25 23:18:08
Score: 0.5
Natty:
Report link

We had this issue too. For us, the real issue we had was that the "Microsoft.SqlServer.Dts.Runtime.DtsGenericException: The RPC server is unavailable" error was a result of the undocumented port 1433 that Dts Runtime uses to pull an SSIS package from MSDB on the SSIS server. Once you fix permissions, try whitelisting that port.

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

79468105

Date: 2025-02-25 23:15:07
Score: 3.5
Natty:
Report link

Skipping a slide prevents the user from advancing slides, however if you go to the previous slide, you can access skipped slides.

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

79468097

Date: 2025-02-25 23:06:06
Score: 2.5
Natty:
Report link

Thanks Terry above ^

From yours I made this that works really well:

py -3.10 C:\Users\Administrator\AppData\Local\Programs\Python\Python310\Lib\idlelib
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: glewi3

79468076

Date: 2025-02-25 22:54:03
Score: 1
Natty:
Report link

A more modern solution would be wslwinreg, which is a drop-in replacement for winreg:

import wslwinreg as winreg
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Simon Law

79468066

Date: 2025-02-25 22:50:02
Score: 0.5
Natty:
Report link

In 2025 - According to the docs gcAllowVeryLargeObjects is enabled by default. Allow large objects (and I've verified this)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Tom

79468063

Date: 2025-02-25 22:48:00
Score: 6 🚩
Natty:
Report link

Actually I am having the exact same problem but need to solve it.I checked my appdsscript.json and it is set correctly as well. I am using:

var details=[[events[i].getStartTime(), events[i].getTitle(), events[i].getStartTime(), events[i].getEndTime(), events[i].getDescription()]];

The time is one hour off once the dates hit the time change in April. however, to test I did this (ADDED A +1 TO MY getStartTime and Get EndTime):

var details=[[events[i].getStartTime(), events[i].getTitle(), events[i].getStartTime()+1, events[i].getEndTime()+1, events[i].getDescription()]];

I knew it would kind of blow up but what is displayed in my spreadsheet was interesting. This is what was in the cell:

Fri Jun 13 2025 18:00:00 GMT-0500 (Central Daylight Time)1

The time is actually correct! It dropped to GMT-5 instead of GMT-6. Is my problem in Google Sheets?

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the exact same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Stephen

79468062

Date: 2025-02-25 22:48:00
Score: 1
Natty:
Report link

I figured it out after I visited How to convert any date format to yyyy-MM-dd and clicked the link to String Format for DateTime [C#].

I changed:

column_L.NumberFormat = "yyyy-mm-dd";

to

String.Format("yyyy-mm-dd", column_L);

If anyone needs more details, the YouTube video I mention with my original question is: Learn SSIS: 156 How to change excel column to numeric in ssis.

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-2): I figured it out
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mindy

79468054

Date: 2025-02-25 22:43:59
Score: 1
Natty:
Report link

Totally works!

UPDATE CUSTOMER_ORDER
SET  PRINTED_DATE = NULL
where STATUS = 'F' and PRINTED_DATE = ''

This is in an ERP database. When the date = '', that is when reports will display 1900-01-01 etc.

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

79468051

Date: 2025-02-25 22:42:59
Score: 3
Natty:
Report link

The image I was running this script on was not up to date on the latest version of ubuntu. Switching to that fixed the issue.

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

79468044

Date: 2025-02-25 22:37:58
Score: 3
Natty:
Report link

Solved. It really was obvious: I forgot to set return values in my validators.

The things you can find in your code immediately after making a SO post...

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

79468038

Date: 2025-02-25 22:35:57
Score: 1.5
Natty:
Report link

Same issue here.
It looks like EF scaffolding will not use your user secrets from the CLI, unless you set environment variable "ASPNETCORE_ENVIRONMENT" to "Development".

That's what worked for me. Found in this Answer to a related question.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: toastifer

79468035

Date: 2025-02-25 22:33:56
Score: 1
Natty:
Report link

The PLC will keep running until a reboot. (Can you imagine the potential manslaughter lawsuit otherwise) the HMI is much less friendly though. You'll find you have issues with HMI on the day the licence expires.

TC2 was kinder in this regard, as it would keep running until a recompile, so you could run it on the 30 day licence forever if you never made a change.

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

79468033

Date: 2025-02-25 22:32:56
Score: 1.5
Natty:
Report link

the problem is the compatibility between spring-boot and the springdoc-openapi. In your case the 2.1.0 version should work just fine. Btw check the compatibilty matrix here

Reasons:
  • Whitelisted phrase (-1): In your case
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bitace

79468027

Date: 2025-02-25 22:29:55
Score: 1.5
Natty:
Report link
 return str_replace(array(', '.date('Y'), date('Y')), '', $a->format(strtotime('2021-09-17 15:00')));
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Eolia

79468024

Date: 2025-02-25 22:25:55
Score: 1
Natty:
Report link

If you're also using Bootstrap, you may want to disable box-shadow:

input:focus {
    box-shadow: none;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bamdad

79468022

Date: 2025-02-25 22:24:54
Score: 2.5
Natty:
Report link

[great useful][1]

Please be sure to answer the question. Provide details and share your research! But avoid …

Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experien [1]: https://www.beatzchord.com

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

79468009

Date: 2025-02-25 22:17:53
Score: 1.5
Natty:
Report link

I found an answer for my question that others can learn from and use as well:

library(effects, quietly = TRUE)
mar.ef <- Effect("x1", glm.model)
mar.ef

This code gave me the same results as Stata!

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

79467996

Date: 2025-02-25 22:10:52
Score: 1.5
Natty:
Report link

Instead of using TouchableOpacity from react-native, use the RNGH version:

import { TouchableOpacity } from react-native-gesture-handler;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jacob

79467995

Date: 2025-02-25 22:09:51
Score: 2
Natty:
Report link

As stated here: https://www.statology.org/chi-square-critical-value-python/ you are rather looking for this (Percent point function):

scipy.stats.chi2.ppf
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Julian

79467994

Date: 2025-02-25 22:09:51
Score: 3.5
Natty:
Report link

The method that triggers the dialog is this one https://developer.apple.com/documentation/corelocation/cllocationmanager/requestwheninuseauthorization()

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Alejandro L.Rocha

79467992

Date: 2025-02-25 22:07:51
Score: 3
Natty:
Report link

For me, I deleted the user from IIS Manager and re-create new user and FileZilla is working fine.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eugine Santhana Sagayam Manuel

79467990

Date: 2025-02-25 22:07:51
Score: 2
Natty:
Report link

From the error message, you need to upgrade your idk to 17 or higher. To do this, download the jdk17 from Oracle site and then run the following command:

flutter config --jdk-dir <path_to_new_jdk>

If you rerun flutter doctor --verbose after this you should see it now updated.

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

79467989

Date: 2025-02-25 22:07:51
Score: 0.5
Natty:
Report link

I spent all week looking for the answer to pre-filling hidden fields in Google Forms, and found the answer in another post.

Here's how to do it

The link will look similar to this: https://docs.google.com/forms/d/e/<your form id>/viewform?usp=pp_url&entry.798192315=Foo1&entry.798192331=Foo2

In this example, entry.798192315 relates to the first field, and entry.798192331 relates to the second field.

Replace the values of Foo1 and Foo2 with the values you want to inject as hidden fields, as shown below (I've used UserID and ResponseID).

https://docs.google.com/forms/d/e/<your form id>/viewform?usp=pp_url&entry.798192315=MyUserID&entry.798192331=ThisResponseID

Finally, you need to add &pageHistory=0,1,2 to the end of the URL, this indicates that the form will have 3 sections.

https://docs.google.com/forms/d/e/<your form id>/viewform?usp=pp_url&entry.798192315=MyUserID&entry.798192331=ThisResponseID&pageHistory=0,1,2

Now when the user fills the form and clicks submit, the hidden field data will be stored in the form response.

I spent all week looking for the answer to pre-filling hidden fields in Google Forms, and found the answer here: https://stackoverflow.com/a/79299369/29738588

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

79467982

Date: 2025-02-25 22:03:50
Score: 1.5
Natty:
Report link

Found the solution myself:

It was a browser issue all along. Karma/Jasmine are behaving just fine, and open links in a new window/tab as my tests intend.

Instead, the browser's popup blocker was at fault. I had thought that I had ruled out popup blockers before posting here, because I did not see any notifications about blocked windows. Turns out that Chromium (which I used for testing) does not show such notifications, but Firefox does. At least in my respective configurations.

Setting up exception rules has resolved the issue for both browsers.

My bad.

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

79467978

Date: 2025-02-25 22:01:49
Score: 2.5
Natty:
Report link

Downgrading to mysql-connector-python 9.0.0 fix this for me too thanks to TwelvePointFive comment. In my caste I was getting silent failure in venv but code was working find in global.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bananas

79467965

Date: 2025-02-25 21:56:48
Score: 2
Natty:
Report link

Thanks, helped me find a appContainer name. combined with: get-appxpackage | Select-String -Pattern "Linux" -SimpleMatch you get: MicrosoftCorporationII.WindowsSubsystemForLinux_2.4.11.0_x64__8wekyb3d8bbwe And the AppContainer name can be derived from there as : MicrosoftCorporationII.WindowsSubsystemForLinux_8wekyb3d8bbwe

Basically just remove the version in the middle.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Low reputation (1):
Posted by: kennethx

79467964

Date: 2025-02-25 21:55:48
Score: 0.5
Natty:
Report link

The animation_finished signal will never be emitted if the "death" animation is loopable; this prevents queue_free() from executing.

To fix this, select your AnimatedSprite2D node, open the SpriteFrames panel at the bottom, choose the "death" animation, and toggle off its loop property.

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

79467963

Date: 2025-02-25 21:53:47
Score: 2.5
Natty:
Report link

Is it enough? I think you need to replace the JS extension with the JSON language extension to achieve this functionality as shown in the official demo. Instead of using basicDark, javascript({ jsx: true }), you should use extensions={[json()]} to achieve the desired result.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: Zayyan Mustafa

79467959

Date: 2025-02-25 21:51:47
Score: 0.5
Natty:
Report link

I experienced similar issues and to speed up TestFlight, I did the following:

  1. For missing compliance, I added ITSAppUsesNonExemptEncryption to the info.plist file so I didn't have to seek approval for every build. info.plist

  2. When uploading new versions, I selected the "TestFlight Only" option under the Select Distribution Method. This not only made TestFlight builds available faster but also prevented me from accidentally submitting the test version for approval. Testflight Only

  3. I expired old builds, which sped up the launching of the TestFlight app. Expire Build

  4. I created an internal group and automatically assigned the new version to it so that TestFlight would deliver the build to this group first. Auto Dist for Internal Group

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

79467954

Date: 2025-02-25 21:46:46
Score: 0.5
Natty:
Report link

I would recommend following possible solutions to this issue:

  1. Clearing Visual Studio credentials. Type "Credential Manager" to the bottom search bar. Choose Windows credentials. Delete GitHub for Visual Studio credentials. After that, open Visual Studio and sign in again. If this won't work. Try to delete all credentials that are related to Github and reopen Visual Studio.
  2. Reinstalling the Github-Copilot extension. Open Visual Studio Installer. At the right of you installed Visual Studio tool click on "Modify". Choose "Individual components". Type in the search bar "Github Copilot" and unbox the option. After that, click "modify". At last, when extention is uninstall, repeat the process by installing it again.
  3. Check Personal Access Token status. If you chose PAT option to sign in into Github account in Visual Studio, check if it is expired. In one way or another, try to use new PAT to sign in.

Please add logs content to clarify the details. Perhaps it can help investigate the cause of the issue.

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

79467948

Date: 2025-02-25 21:45:46
Score: 2.5
Natty:
Report link

Found a solution!

The issue was that the device did not have enough time to react to the initial command after opening of the COM port. I put time.sleep(2) after creating Serial object and everything works as it should.

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

79467946

Date: 2025-02-25 21:44:46
Score: 0.5
Natty:
Report link

The function skewness is a part of the moments package and shows bias in the data distribution.

install.packages('moments')
library(moments)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Denis Rybalka

79467942

Date: 2025-02-25 21:42:45
Score: 2
Natty:
Report link

I don't understand why you want to falsify the results.

If you want to skip Google Analytics when loading the page, try excluding the code responsible for GA using Chrome Dev Tools (Network tab, then block specific URL paths that are responsible for GA).

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

79467939

Date: 2025-02-25 21:42:44
Score: 12.5 🚩
Natty: 6
Report link

Did you manage to solve the problem? because the same thing is happening to me and I can't find a solution

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to solve the problem
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • RegEx Blacklisted phrase (2): I can't find a solution
  • RegEx Blacklisted phrase (2): can't find a solution
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: David Enrique Carrasco

79467932

Date: 2025-02-25 21:39:44
Score: 1
Natty:
Report link

I also ran into this, and what I found was that in JDK17, the deflate library is bundled with the Java runtime environment; in JDK8, it uses the system's zlib. And the bundled version is very slightly less efficient than the system version for me: if you pass the compressed stream to infgen, you can see that it uses a literal token instead of a backreference sometimes. I tried iterating over all combinations of Deflater parameters I could, but I couldn't get the two implementations to produce the same output stream.

(For people who are curious why I care at all, I'm using deflate in a compression-based similarity measure, and this change slightly perturbs my "golden output" tests.)

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

79467930

Date: 2025-02-25 21:38:43
Score: 2.5
Natty:
Report link

Maybe you can access this repos directly from windows. For example C:\Users\username can be accessed from, let's say Ubuntu wsl2 this way /mnt/c/Users/username. So in theory that should be enough.

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

79467928

Date: 2025-02-25 21:36:43
Score: 3
Natty:
Report link

Based on the responses, I went back through and looked at the append function as well as jQuery's built-in functions. I found .html and was able to utilize it to do what I wanted it to. I don't know why I couldn't get that to work initially but thank you to those suggesting looking at it again.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: cwollett

79467909

Date: 2025-02-25 21:26:41
Score: 1
Natty:
Report link

I know this is an old question, but I found a solution that seemed to work (I was getting the exact same errors you were . All I did was purge and reinstall it:

sudo apt purge postfix
sudo apt install postfix

I had not used it before getting this error, so I am fine with completely removing it.

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

79467905

Date: 2025-02-25 21:24:40
Score: 1
Natty:
Report link

this is what I did

$_due_date = strtotime("first day of this month", $date);
$_due_date = strtotime("+2 years", $_due_date); 
$_due_date = strtotime("last day of this month", $_due_date);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yes

79467904

Date: 2025-02-25 21:23:40
Score: 1
Natty:
Report link

I noticed in your snippet z-50 is used as z50.

I have modified your code in this play ground

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: X8inez

79467895

Date: 2025-02-25 21:19:38
Score: 6
Natty: 7
Report link

what is the modern day way of doing this? I see that event has been deprecated ? thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): what is the
  • Low reputation (0.5):
Posted by: Santiago Restrepo Serna

79467892

Date: 2025-02-25 21:18:38
Score: 2
Natty:
Report link

If the answer by @Artur is not working, there's something you're missing in your approach. Here are more tips on implementation:

If you follow those tips you should have the functionality that Unity should have implemented from the beginning!

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @Artur
  • Low reputation (1):
Posted by: thefastlane

79467888

Date: 2025-02-25 21:15:37
Score: 0.5
Natty:
Report link

SAML is not compatible with MSAL. MSAL uses OIDC.

There is no SAML client-side stack for JS.

I assume that you are using Entra ID as your IDP?

I'm unsure what you mean by "application that wants access to this app"?

Your MSAL app. accesses Entra ID. Your SAML app. accesses Entra ID.

The apps can't access each other?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: rbrayb

79467886

Date: 2025-02-25 21:14:37
Score: 1
Natty:
Report link

Press Ctrl+, to access the settings and search for the Auto Save setting, enable it to automatically save your changes.

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

79467883

Date: 2025-02-25 21:13:37
Score: 2
Natty:
Report link

Here's a very simple example:

A -> B -> C -> Z

c(A, B) = 1 c(B, C) = 2 c(C, Z) = 3

h(Z) = 0 h(C) = 0 h(B) = 0 h(A) = 2

All the heuristics are underestimates of their actual distance to Z, therefor h is admissable.

However, h(A) = 2 > c(A, B) + h(B) = 1

Therefor, h is not consistent

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

79467878

Date: 2025-02-25 21:11:36
Score: 1
Natty:
Report link

It can be as bellow example too.

function formatDateFromMilliseconds(value) {
    // receives in milliseconds 853113600000
    // returns dd/mm/yyyy
    let d = new Date(value).toISOString().substring(0, 19);
    return d.substring(8, 10)+ '/' + d.substring(5, 7) + '/' + d.substring(0, 4);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Glauco de Souza

79467865

Date: 2025-02-25 21:06:35
Score: 1
Natty:
Report link

The Exchange Server could not be re-joined to the domain with the error message "The service cannot accept control messages at this time" due to the failure of stopping specific Exchange Services.

The 'NetSetup.Log' file mentioned the MSExchangeThrottling service could not be stopped. As the Exchange Server was not running for an extended period of time, the computer account lost the trust relationship with the domain, and therefore Exchange Server was also impacted.

The trick to re-join the domain apparently was also impacted because the impacted Exchange Services could not be stopped, as mentioned in the NetSetup.Log file.

The solution/workaround is to disable the Exchange Services, restart the computer, and then re-join the domain.

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

79467859

Date: 2025-02-25 21:03:34
Score: 0.5
Natty:
Report link

Try adding the following code between sheet = workbook.active and # Create dataframe.

for r in list(sheet.merged_cells.ranges):
    cl,rl,ch,rh = r.bounds
    sheet.unmerge_cells(str(r))
    for i in range(cl, ch + 1):
        sheet.cell(row = rl, column = i).value = sheet.cell(rl, cl).value
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Man made of meat

79467855

Date: 2025-02-25 21:02:34
Score: 3
Natty:
Report link

I have the same Issue. Adding the line Response.Close() works for me.

Response.BufferOutput = false;
  Response.Clear();
  Response.ContentType = "text/csv";
  Response.AppendHeader("Content-Disposition", "attachment; filename=test.csv");
  Response.TransmitFile(PathFile);
  Response.Flush();
  Response.SuppressContent = false;
  Response.Close();
  HttpContext.Current.ApplicationInstance.CompleteRequest();
Reasons:
  • Blacklisted phrase (1): I have the same Issue
  • Whitelisted phrase (-1): works for me
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same Issue
  • Low reputation (1):
Posted by: Fernando Ramirez

79467851

Date: 2025-02-25 21:00:33
Score: 3.5
Natty:
Report link

It doesn't work at all on bitbucket

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sérgio S. Filho

79467845

Date: 2025-02-25 20:56:32
Score: 0.5
Natty:
Report link

The error occurs because wait_for config paramenter is interpreted incorrectly. According to the error, it should not be integer but string. According to the Crawl4AI docs, wait_for should be a CSS selector or a JavaScript expression. So you can modify your script to use wait_for="css:#dataset-resources" (which seems to be the container for the dataset download links).

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

79467841

Date: 2025-02-25 20:55:32
Score: 2.5
Natty:
Report link

Sorry, everyone. This question was the result of an embarrasing series of typos that I had been staring at blindly for two days. It does work fine on my client, and now in my code as long as I type the right unicode constants in the right places. I'm very glad to know about dotnetfiddle. Very cool.

"Behold, I am vile; what shall I answer thee? I will lay mine hand upon my mouth."

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Steve Pence

79467834

Date: 2025-02-25 20:51:31
Score: 2
Natty:
Report link

rtps-dd-ut-(7401) https(443) Backdoor.Win32.Delf.eg / Unauthenticated Remote Command Execution - the malware listens on TCP port 7401. Third-party adversarys who can reach infected systems can issue commands made available by the backdoor. Call "exec" plus the program name, to launch the victims browser you add URL after exec and so forth. References: [MVID-2022-0647] https://www.speedguide.net/port.php?port=7401 I hope be usefull.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Carlos Pereira

79467830

Date: 2025-02-25 20:47:30
Score: 1
Natty:
Report link

Why don't you add an attribute to the input after you change it's value programmatically like this:

HTML:

<button
    onClick="changeAttribute"
    type="button">Programmatically change Country
</button>

Javascript:

function changeAttribute() {
 document.getElementById("country").setAttribute("autocomplete", "off");
}

Keep in mind that you might want to adjust this code to your requirements.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): Why don't you add an
  • Low reputation (1):
Posted by: Yaniek

79467828

Date: 2025-02-25 20:47:30
Score: 4
Natty:
Report link

Ctrl + Shift + P -> Reload Window

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

79467824

Date: 2025-02-25 20:46:30
Score: 2
Natty:
Report link

import os

Lista de archivos subidos

uploaded_files = [ "/mnt/data/file-LrmStpVhi55pqcVhVRFRgS", "/mnt/data/file-1VBgWbjPrPmRKTnFTEv1nn", "/mnt/data/file-77aEnXDVWxLCFcKswXSKXN" ]

Verifica el tipo de archivo

file_info = {file: os.path.splitext(file) for file in uploaded_files} file_info

Heading

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

79467816

Date: 2025-02-25 20:43:29
Score: 3
Natty:
Report link

You are using Erlang/OTP 26, but a build of Elixir compiled for Erlang/OTP 27. Either install Elixir 1.13.3 on Erlang 26 or upgrade to Erlang 27.

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

79467815

Date: 2025-02-25 20:43:29
Score: 2
Natty:
Report link

Thank you for your answer. Nowhere did I find the info regarding Boot1. I also dont see it in the spec sheet. I might need to look into that.

But long story short. I was stupid. The programmer did nothing with the reset pin even though it was connected correctly. I tried doing it manually many times with a wire. But instead of pulling it down, I've pulled it up 🫣.

So pulling it down to GND manually with a wire did work.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Domenico Thöni

79467812

Date: 2025-02-25 20:41:28
Score: 1
Natty:
Report link

I believe the basic usage of chaining when().then() multiple times is that it implies a priority: i.e. the FIRST when() that is true will take effect.

In the example shown here, "Gold" has a value < 0, and therefore (were it not commented) it would still trigger the first when() and be colored with the Reds scale, and this plot would look the same as it does now.

On the other hand, if name=="Gold" was the first when().then(), I think you would get the result you want.

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

79467810

Date: 2025-02-25 20:41:28
Score: 2
Natty:
Report link
  1. Go to Visual Studio Code's User Settings. To do this do one of the following:
  1. search for "cspell.user words"
  2. There should be a list there where you can add or remove words
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Miles Sopchak

79467809

Date: 2025-02-25 20:41:28
Score: 3
Natty:
Report link

You need to select a Source AND enter text into the 'Package pattern' textbox before the Add button becomes enabled.

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

79467803

Date: 2025-02-25 20:35:28
Score: 1
Natty:
Report link

In this case, you should just use 'ImageFiltered' like this:

itemBuilder: (context, index) => ClipRect(
 child: ImageFiltered(
            imageFilter: ImageFilter.blur(sigmaX: value, sigmaY: value),
            child: child,
        ),
 ),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Caio Luppo

79467793

Date: 2025-02-25 20:30:26
Score: 3.5
Natty:
Report link

Same. This problem has been encountered in many different browsers as shown above.

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

79467789

Date: 2025-02-25 20:26:26
Score: 0.5
Natty:
Report link

Check and try these:

  1. Ensure the texture file exists and is accessible.
  2. Verify UV mapping with UsdPrimvarReader_float2.
  3. Explicitly bind the material to the cube.
  4. Check for errors in the console.
  5. Test a simple color before using texture.
  6. Try NVIDIA’s built-in material binding command.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dew Mihisara

79467785

Date: 2025-02-25 20:23:25
Score: 3
Natty:
Report link

i've been a bit silly. i changed the home page's @page tag from @page "/" to @page "/home" when i was trying to get some navlinking to work which i was struggling with.

changed it back and it works. There's a few hours wasted :)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @page
  • User mentioned (0): @page
  • User mentioned (0): @page
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: pinman

79467779

Date: 2025-02-25 20:21:24
Score: 2
Natty:
Report link

The function nvl might fix your issue

Count(nvl(income_band, 1))

https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27362046#LanguageManualUDF-ConditionalFunctions

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