79143814

Date: 2024-10-31 07:47:25
Score: 3
Natty:
Report link

I've left a feature request through Amazon Cognito Console's Feedback button. I encourage others to do the same so they implement refresh token rotation.

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

79143795

Date: 2024-10-31 07:36:22
Score: 1.5
Natty:
Report link

You say yourself ... 'if it falls within this'.

Hence, your query is wrong. Maybe something like:

Reasons:
  • Low length (1):
  • No code block (0.5):
Posted by: Koos Gadellaa

79143794

Date: 2024-10-31 07:35:22
Score: 3
Natty:
Report link

Just use +"\0" nothing will change and whole text will appear

\0 --> null

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

79143791

Date: 2024-10-31 07:34:22
Score: 2
Natty:
Report link

There is no direct solution for this as when the app is in background or locked the mobile ios prevent the app to run any tasks. To overcome this we need to do a simple trick by playing a silent audio which will keep our app active in background. Explanation added here: Medium Article.

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

79143785

Date: 2024-10-31 07:31:21
Score: 2.5
Natty:
Report link

There is no direct solution for this and we need to do a simple trick by playing a silent audio which will keep our app active in background. Explanation added here: Medium Article.

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

79143784

Date: 2024-10-31 07:30:21
Score: 0.5
Natty:
Report link

You should make a function that reads the data from file when the page loads:

window.onload = function() {
  var fileContent = fs.readFileSync(filePath, 'utf-8');
  var lines = fileContent.split('\n');
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JohnyWind

79143778

Date: 2024-10-31 07:28:20
Score: 12.5
Natty: 8
Report link

having the same issue, any solutions ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solutions ?
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sanderz

79143773

Date: 2024-10-31 07:26:19
Score: 3.5
Natty:
Report link

Go preferences->Fakevim, Insert indent,eol,start in:backspace behavior

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: qqcab Aladin

79143770

Date: 2024-10-31 07:24:19
Score: 2.5
Natty:
Report link

There is no direct solution for this and we need to do a simple trick by playing a silent audio which will keep our app active in background. Explanation added here: Medium Article.

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

79143769

Date: 2024-10-31 07:23:18
Score: 2.5
Natty:
Report link

There is no direct solution for this and we need to do a simple trick by playing a silent audio which will keep our app active in background. Explanation added here: Medium Article.

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

79143768

Date: 2024-10-31 07:23:18
Score: 2.5
Natty:
Report link

It took me some time, but I have found a github discussion that explains the issue well.

I hope this helps others too https://github.com/MassTransit/MassTransit/discussions/4314

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sugafree

79143766

Date: 2024-10-31 07:22:18
Score: 2.5
Natty:
Report link

I have finally figured out the solution and there is no direct solution for this and we need to do a simple trick by playing a silent audio which will keep our app active in background. Explanation added here: Medium Article.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Aswanath C K

79143758

Date: 2024-10-31 07:17:17
Score: 2.5
Natty:
Report link

The Microsoft Documentation mentioned from Flow says

The Python code does not have access to your computer, devices, or account. The Python code does not have network access.

We can close this Question.

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

79143753

Date: 2024-10-31 07:15:17
Score: 2.5
Natty:
Report link

If you're still facing the same issue, here's what worked for me: I had

platform :ios, '13.0'

in my Podfile, and I changed it to:

platform :ios, min_ios_version_supported

After making this change, everything worked perfectly for me. I hope this helps!

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Low reputation (1):
Posted by: Abdullah Jaspal

79143752

Date: 2024-10-31 07:14:17
Score: 0.5
Natty:
Report link

Regarding your issue with the infinite loading of the publish tab, you can try the following methods:

1: You can run Visual Studio in safe mode using the command devenv /safemode and try again.

2: Check whether Live Share has been installed in the VS installer: enter image description here

Here are some links to similar problems you can refer to: link1, link2.

Reasons:
  • Whitelisted phrase (-1): try the following
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Cody Liang

79143747

Date: 2024-10-31 07:13:17
Score: 1
Natty:
Report link

Here's a modern C++ solution based on the answer by john and comment by Sjoerd:

#include <ostream>
#include <streambuf>

// Adapted from https://stackoverflow.com/a/11826666
class oblivion_stream final : public std::ostream {
public:
    oblivion_stream() noexcept : std::ostream(&os_buffer_)
    {
    }

private:
    class oblivion_stream_buffer_ final : public std::streambuf {
    protected:
        [[nodiscard]] auto overflow(int_type ch) noexcept -> int_type override
        {
            return ch;
        }
    };

    oblivion_stream_buffer_ os_buffer_{};
};
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user6134386

79143744

Date: 2024-10-31 07:12:16
Score: 2
Natty:
Report link

As a quick solution simply press at the right bottom “Auto Detect” and choose your desired syntax for current file.bottom bar of ATOM

list of syntax

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: J A S K I E R

79143724

Date: 2024-10-31 07:00:14
Score: 0.5
Natty:
Report link

I guess it's because Symbol is used to create unique identifiers to avoid attribute name conflicts in the future.
And true #private field is accessible only from within the class in which it is declared, also true #private field actually not a property to this(this in instanceMethod or staticMethod), as MDN page - Private properties says:

The privacy encapsulation of these class properties is enforced by JavaScript itself.

Thus you have no reason to use Symbol to declare private fileds, hash notation #privateField just wouldn't cause attribute name conflicts in the future, since you can't access #privateField out of the class where you declared it.

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

79143721

Date: 2024-10-31 06:59:14
Score: 1
Natty:
Report link

For .Net Core MVC Views

For Nullable

public DateTimeOffset? CreatedAt { get; set; }

@obj.CreatedAt.Value.ToString("dd-MM-yy hh:mm:ss")

For Non Nullable

public DateTimeOffset DeliveryDate { get; set; }

@obj.DeliveryDate.Date.ToString("dd-MM-yy")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhammad Ahsan Saifi

79143720

Date: 2024-10-31 06:59:14
Score: 2
Natty:
Report link

I solved this problem by deleting the PhoneNumber attribute from the model derived from the IdentityUser. That's because the IdentityUser has the PhoneNumber attribute by default. So we don't have to include it to the customized model design.

Thanks to @Rena.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-2): I solved
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Rena
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: max ray

79143714

Date: 2024-10-31 06:51:13
Score: 2.5
Natty:
Report link

This feature has been added to Studio!

Adding a comment above a function definition will add it to the intellisense as a docstring

example:

-- This adds 2 numbers together local function add(a, b) return a + b end

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

79143701

Date: 2024-10-31 06:44:11
Score: 2
Natty:
Report link

This might happen if Helm is using cached values or if there's an issue with the secret containing the password.

Verify Secret Updates, Check if Helm correctly created a Kubernetes secret with the updated PostgreSQL password.

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

79143700

Date: 2024-10-31 06:42:11
Score: 0.5
Natty:
Report link

Currently, it is not possible to pass dynamic values through appservice in UWP, only static values ​​that have been set in advance.

Related examples can be found here.

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

79143696

Date: 2024-10-31 06:40:10
Score: 0.5
Natty:
Report link

The issue is resolved after correcting at typo error in the code. Here is the updated code:

import pandas as pd

df= pd.read_excel(r"D:\SAMPLE EXCEL FILES\names.xlsx")

splitted = df['Names'].str.split()

first = splitted.str[0]
middle = splitted.str[1]
last = splitted.str[-1]

df['First Name'] = first
df['Middle Name'] = middle.mask(middle == last,'')
df['Last Name'] = last


print(df)
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Shahid

79143695

Date: 2024-10-31 06:39:10
Score: 2.5
Natty:
Report link

for Debian 11. php7.0

nano /etc/apt/sources.list.d/php.list add deb https://packages.sury.org/php/ bullseye main

apt update

apt install php7.0-soap

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

79143682

Date: 2024-10-31 06:31:08
Score: 5
Natty:
Report link

enter image description here

I think it's supported only on GPT4o turbo

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohamed Hussein

79143678

Date: 2024-10-31 06:30:08
Score: 2.5
Natty:
Report link

To list all VMs in Azure using the portal (no code needed):

  1. Search for Virtual machines,
  2. Select Manage view,
  3. Add Time created, and
  4. Click Export to CSV.
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user2785391

79143676

Date: 2024-10-31 06:30:08
Score: 0.5
Natty:
Report link

The pre-built sharp versions do not include HEIF (particularly, not HEIC, see https://github.com/lovell/sharp/issues/4132#issuecomment-2178591889). Note that the web page for sharp doesn't claim it can do HEIF, and https://sharp.pixelplumbing.com/api-output#heif states "Support for patent-encumbered HEIC images using hevc compression requires the use of a globally-installed libvips compiled with support for libheif, libde265 and x265."

You can build it yourself - there are instructions at https://sharp.pixelplumbing.com/install#building-from-source which should be enough to enable it.

Note that HEIF doesn't necessarily mean HEIC, but that is usually what people expect to see.

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

79143674

Date: 2024-10-31 06:29:07
Score: 0.5
Natty:
Report link

Following @Artjom B. 's outline, I was able to decrypt the MySQL "junk" using the following code (python 3.12).

from hashlib import md5 
from Crypto.Cipher import DES3

class MySQLDES:
    def __init__(self, password):
        passbytes = password.encode() 
        key =  md5(passbytes).digest()          # 16 bytes 
        key += md5(key + passbytes).digest()    # extend to 32 bytes 
        key = DES3.adjust_key_parity(key[:24])  # take first 24
        self.cipher = DES3.new(
            key, 
            DES3.MODE_CBC, 
            iv=bytes.fromhex('00') * 8) 

 
    def decrypt(self, hexstr): 
        cipherbytes = bytes.fromhex(hexstr) 
        clearbytes = self.cipher.decrypt(cipherbytes[1:])
        clearbytes = clearbytes[:-clearbytes[-1]]
        
        return clearbytes.decode() 

Usage:

des = MySQLDES('<password>')
des.decrypt('<hex string starting with FF>')
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Artjom
  • Low reputation (0.5):
Posted by: asterix

79143670

Date: 2024-10-31 06:28:07
Score: 0.5
Natty:
Report link

I know why.

That's to teacher's tips.

[Teacher's tips.][1]

I found that I misreconginze the name of other project and the url of request sent to Tomcat Server in other project.

At beginning, I think it is HealthHelperServer.

After a while, I found that it is HealthyHelperServer. And thus, url of request sent to Tomcat Server in other project should be

http://localhost:8080/HealthyHelperServer/dietDiary/query/byTime

instead of

http://localhost:8080/HealthHelperServer/dietDiary/query/byTime

After I change the url to

http://localhost:8080/HealthyHelperServer/dietDiary/query/byTime

and test it again.

I get the response 200. That means it is okay. [1]: https://i.sstatic.net/cWsf3tTg.png

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

79143668

Date: 2024-10-31 06:26:07
Score: 1
Natty:
Report link

When I run your code, I get what I'd expect:

enter image description here

Unfortunately, without reproducing the problem, it's hard to give much help.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): When I
  • High reputation (-2):
Posted by: Jerry Coffin

79143667

Date: 2024-10-31 06:24:06
Score: 3.5
Natty:
Report link

How bout trying adb command?

adb shell service call audio {code} i32 {volume level}

driver.press_keycode(24) // Decrease. ==> It must be driver.press_keycode(25)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: astroboi

79143658

Date: 2024-10-31 06:21:06
Score: 0.5
Natty:
Report link

The issue is DropdownMenu was expecting an Icon not IconButton.

trailingIcon: IconButton(
  icon: const Icon(Icons.clear),
  onPressed: () {
    controller.clear();
  },
),

Can be replaced with

trailingIcon: InkWell(
  child: const Icon(Icons.clear),
  onTap: () {
    controller.clear();
  },
),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PurplePolyhedron

79143657

Date: 2024-10-31 06:20:05
Score: 1
Natty:
Report link

As of Xcode 13.2.1, re-setting the Debug Information Format build option adds ENABLE_STDEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; lines to project.pbxproj, forcing Xcode to generate appropriate *.xcarchive/dSYMs/ content for both macOS and iOS.

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

79143654

Date: 2024-10-31 06:18:05
Score: 1.5
Natty:
Report link

Answer from Microsoft PG:

ADF Rest Linked Service Auth headers issue had already been fixed since 6th Sept, 2024. User can save auth header either in AKV or plain text, it can work fine.

Currently if you input plain text in auth headers, it will disappear after saving and refreshing. Because Credentials are encrypted. It's known experience and will not block functionality.

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

79143642

Date: 2024-10-31 06:11:03
Score: 1.5
Natty:
Report link
  1. As per the following statement SASL-layer encryption is required instead of SSL/TLS.

"On Windows Server 2003 operating system and later, the DC also permits modification of the unicodePwd attribute on a connection protected by 128-bit (or better) Simple Authentication and Security Layer (SASL)-layer encryption instead of SSL/TLS." Ref: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/6e803168-f140-4d23-b2d3-c3a8ab5917d2

I think special to this attribute the document says:

"For the password change operation to succeed, the server enforces the requirement that the user or inetOrgPerson object whose password is being changed MUST possess the "User-Change-Password" control access right on itself, and that Vdel MUST be the current password on the object."

You may increase LDAP logging level following this link https://learn.microsoft.com/en-us/troubleshoot/windows-server/active-directory/configure-ad-and-lds-event-logging. Diagnostics subkey referenced in the article may be chosen as 16 or 27 to check LDAP interface events or PDC password update notifications respectively. Logging level may be chosen as 4 (verbose).

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

79143638

Date: 2024-10-31 06:10:03
Score: 1
Natty:
Report link

Try to use OR instead AND

For the formula you provided:

=QUERY('Test'!A1:BM;"Select M, N, O, BK, AS where(M='Name' AND M='Names')")

Try using this approach instead:

=QUERY('Test'!A1:BM,"Select M, N, O where(M='Name' OR M='Names')")

Just make sure to adjust the range to fit your data values as needed.

Sample Output

Test

Reference

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

79143637

Date: 2024-10-31 06:08:03
Score: 1
Natty:
Report link

Mask are not list function they are dataframe function.

df['First Name'] = first    
df['Middle Name'] = middle
df['Last Name'] = last
df['Middle Name'] = df['Middle Name'].mask(df['Middle Name'] == df['Last Name'], '')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abhinav Trivedi

79143636

Date: 2024-10-31 06:08:03
Score: 0.5
Natty:
Report link

From Overview - Apache Spark 3.4

Spark runs on Java 8/11/17, Scala 2.12/2.13, Python 3.7+, and R 3.5+. Python 3.7 support is deprecated as of Spark 3.4.0. Java 8 prior to version 8u362 support is deprecated as of Spark 3.4.0. When using the Scala API, it is necessary for applications to use the same version of Scala that Spark was compiled for. For example, when using Scala 2.13, use Spark compiled for 2.13, and compile code/applications for Scala 2.13 as well.

From Scala - JDK Compatibility

JDK 2.12
23 2.12.20

From the Spark Scala Version Compatibility Matrix you shared

Spark Version Cloudera Supported Binary Version(s) Scala 2.12
3.4.2 2.12 2.12.17
3.4.1 2.12 2.12.17
3.4.0 2.12 2.12.17

Sounds like you want to setup a local env to do some test in your machine, but the job will be executed in cloudera.

It doesn't look like JDK 23 is an option yet. I think you would need to downgrade JDK to a lower version. Not sure why you need target and source as 1.8, maybe you could do the upgrade to jdk 11.

My guess is that the problem is not exactly the plugin. I would focus on check which are the right versions between jdk, scala and apache spark you need to use


I don't think that combination of Apache Spark, JDK and Scala versions will work.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Gastón Schabas

79143635

Date: 2024-10-31 06:07:03
Score: 0.5
Natty:
Report link

you need to Address this by binding a Document Visibility Tracker. Here's a sample function and you can add more actions like popup, warning or ending something as per your requirement.

enter image description here

To Bind it, add the JS to your form and bind it to OnLoad and OnSave Events like this

enter image description here

Function:

var ActivityTracking = {
init: function() {
    console.log("Initializing Activity Tracking with visibilitychange");

    document.addEventListener("visibilitychange", function() {
        if (document.hidden) {
            ActivityTracking.userLeftTab();
        } else {
            ActivityTracking.userReturnedToTab();
        }
    });
},

userLeftTab: function() {
    console.log("User has navigated away from the tab.");
    // Add any additional behavior you want here, like tracking or alerts
},

userReturnedToTab: function() {
    console.log("User has returned to the tab.");
    // Add any additional behavior you want here, like tracking or alerts
    }
};
ActivityTracking.init();
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Laviza Falak Naz

79143634

Date: 2024-10-31 06:06:02
Score: 0.5
Natty:
Report link

You can use #rgba instead of #rgb with a lower alpha value to make the color look dimmer/transparent.

rgba value applies

You can modify the alpha value based on your flavor.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amadeusz Liu

79143632

Date: 2024-10-31 06:06:02
Score: 5
Natty:
Report link

Just like how every Authentication works , you get an accessToken and refreshToken . So it logical . And yes ,next auth provides a way to implement your refresh Token logic , can you provide some clarity with your implementation code, that will be helpful to help you out .

Reasons:
  • RegEx Blacklisted phrase (2.5): can you provide some
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Olamide Ayobami Oriade

79143631

Date: 2024-10-31 06:05:02
Score: 2
Natty:
Report link

I create one ,check out https://github.com/raffeyang/SwitchTerminalProfileTheme

Automatically switch macOS Terminal themes based on the system appearance mode (dark or light). This project provides an efficient solution for users who want their Terminal to adapt to macOS's appearance mode dynamically, enhancing consistency across the system's visual style.

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

79143617

Date: 2024-10-31 05:59:00
Score: 5.5
Natty: 4
Report link

two post useful for this problem: https://tutorialsmaterial.com/post/error-ShadCn-Nextjs-15

and

https://tutorialsmaterial.com/post/ShadCn-Nextjs-15

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: tutorialsmaterial

79143613

Date: 2024-10-31 05:55:59
Score: 6.5
Natty: 7
Report link

Same issue, Anyone can show some advice?

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: JunAn Zheng

79143612

Date: 2024-10-31 05:53:58
Score: 1.5
Natty:
Report link

I recently encountered this when running hazelcast 5.3 and having version 5.0.0 of apache poi-ooxml on the classpath. This was bringing in version 2.7.2 of xalan.

Upgrading to 5.3.0 of apache.poi-ooxml fixed the issue for me as judging from the maven dependency tree xalan is no longer being used.

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

79143611

Date: 2024-10-31 05:53:58
Score: 3
Natty:
Report link

That’s the correct reading, given in that case the directive doesn’t activate the filter.

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

79143609

Date: 2024-10-31 05:52:58
Score: 1
Natty:
Report link

this link provides different values for std https://github.com/keon/3-min-pytorch/issues/26 in the case of Fashion Mnist, and I think it is because you are computing std per batch. The code that appears on the link is

transforms.ToTensor()
])

dataset = torchvision.datasets.FashionMNIST(root = './.data', train = True,
download = True, transform = transform)

FashionMNIST_mean = dataset.data.numpy().mean(axis = (0, 1, 2))
print(FashionMNIST_mean / 255)
FashionMNIST_std = dataset.data.numpy().std(axis = (0, 1, 2))
print(FashionMNIST_std / 255) ```
Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Eric

79143607

Date: 2024-10-31 05:51:58
Score: 1.5
Natty:
Report link

I've fixed it as below:

    replace:
      path: "/etc/screenrc"
      regexp: "termcapinfo xterm 'is="
      replace: "termcapinfo xterm* 'is="  

That is enough because the occurance is only one in the file. Not safe but works.

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

79143602

Date: 2024-10-31 05:46:57
Score: 0.5
Natty:
Report link

I changed the registry by creating .reg file and paste this bellow code. Should update the path of java.exe before running reg file.

[HKEY_CLASSES_ROOT\Applications\java.exe\shell\open\command]
@="\"C:\\Program Files\\Java\\jdk-22\\bin\\java.exe\" -jar \"%1\""
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nguyen Duc Tien

79143598

Date: 2024-10-31 05:44:56
Score: 2
Natty:
Report link

The parameter is correct in the form of --output type=image,compression=uncompressed,force-compression=true --push

I figured why it was not working. If you use default docker builder, it seems not taking this parameter. If you a builder based on docker-container, it will work as expected.

So you will need to run

docker buildx create --name my-builder --driver docker-container

followed by

docker buildx use my-builder

before issuing the docker buildx build command

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

79143586

Date: 2024-10-31 05:33:54
Score: 1.5
Natty:
Report link

After much pain and frustration I got there as follows:

  1. Set AutoSize = false
  2. Oversize the text box to allow for growth.
  3. Set Anchor to Right
  4. Then set TextAlign to MiddleLeft (yes left, not right. Either someone at Microsoft got their directions mixed up, or it reverses because of the anchor)

This did the trick.

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

79143585

Date: 2024-10-31 05:33:54
Score: 2.5
Natty:
Report link

This works for me -> pino-roll

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Prathyush

79143571

Date: 2024-10-31 05:20:51
Score: 1
Natty:
Report link

You need to set up the deep link on your website. For example

Manifest

<data android:scheme="https"
  android:host="www.mywebsite.com"
  android:pathPrefix="/my-path"

Website

<a href="https://www.mywebsite.com/my-path">Open App</a>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user27894462

79143567

Date: 2024-10-31 05:19:51
Score: 2
Natty:
Report link

I had this Problem recently while developing on my machine. I changed the application URLin the IIS launch settings and faced this Problem afterwards. Even reverting the changes did nothing.

Deleting the .vs Folder in my Solution folder did the trick for me.

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

79143559

Date: 2024-10-31 05:11:49
Score: 5.5
Natty:
Report link

So you have a dropdown box to set coffees, and you want it to update if new coffees are added to the dictionary? Since you can detect when it is changed, is it possible to just redefine the entire Dropdown variable with the new updated list?

Reasons:
  • Blacklisted phrase (1): is it possible to
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mr_Wamsy

79143558

Date: 2024-10-31 05:09:49
Score: 1
Natty:
Report link

i have an issue some code said this error : im_gray = cv.imread('anyaForger.jpeg', cv.CV_LOAD_IMAGE_GRAYSCALE) ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'cv2' has no attribute 'CV_LOAD_IMAGE_GRAYSCALE'

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

79143553

Date: 2024-10-31 05:01:47
Score: 2.5
Natty:
Report link

Please, be sure you have placed the google-services.json file in the correct folder in android/app/.. folder. This solved my problem...

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Everton Costa

79143545

Date: 2024-10-31 04:57:46
Score: 2
Natty:
Report link

Here are the things I would check, in order:

  1. Follow the links in this screenshot - make sure that the permissions attached to your lambda match up to those in the policy example.enter image description here

  2. You didn't show us your inbound security group settings. It is likely that your security group settings do not allow inbound to the cluster on the ports that IAM uses. The ports to use will depend on your config. It looks like your lambda is in the same account and vpc as the cluster, in which case you want an inbound security group rule that allows Custom TCP Traffic access on 9098. If you had public access enabled, then it would have been port 9198.

  3. If the lambda's are in a different account, and you're using the multi-VPC private connectivity setting, in which case see this. Basically, you want to make sure you have a cluster iam policy attached to the cluster and a security group rule that allows inbound Custom TCP Traffic on port ranges 14001-14100. This blog might also help.

If neither of these work, you'd need to share with us your IAM policy attached to your lambda, your inbound and outbound security group rules for all security groups attached to both the lambda and the cluster for further scrutiny.

Reasons:
  • Blacklisted phrase (1): This blog
  • Blacklisted phrase (1): share with us
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mbuotidem Isaac

79143540

Date: 2024-10-31 04:51:44
Score: 1
Natty:
Report link

To prevent triggering the Link if the button clicked

just add passHref in your Link tag and in your button click listener add

onClick={(evt) => {
   evt.preventDefault();
   evt.nativeEvent.stopImmediatePropagation();
   // your handler
}}

this work fined to me

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

79143534

Date: 2024-10-31 04:49:44
Score: 2.5
Natty:
Report link

In my case I had to use Android too and the answer provided by the most up rated guy didn't work, So I tried to do what what Telegram does, Which is explained here.

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

79143528

Date: 2024-10-31 04:45:43
Score: 1
Natty:
Report link

A few months late for original poster, but as of September 23 2024 there are two new functions available in Excel for Microsoft 365: GROUPBY and PIVOTBY

These will do exactly what was requested. I have just used for the first time, and while at first glance they seem like "pivot table in a formula", I was able to do something not possible with a pivot table - dynamically filter by date greater than "TODAY() - X", which was very handy.

You can also add options to make minimum headers, totals, etc. The results are also directly accessible with normal formulas, not defaulting to and sometimes needing "GETPIVOTDATA". Overall, very cool.

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

79143524

Date: 2024-10-31 04:43:43
Score: 2.5
Natty:
Report link

I was able to achieve this by an approach which is mentioned here, But You will need to add deep linking to the application, If that's not your app try finding It's deep linking docs.

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

79143516

Date: 2024-10-31 04:40:42
Score: 0.5
Natty:
Report link

A previous solution already proposed hide_index=True but it was incomplete. I tested this with Streamlit 1.39:

Here's the demo

Result:

enter image description here

Code:

import streamlit as st
import pandas as pd

df = pd.DataFrame({'N':[10, 20, 30], 'mean':[4.1, 5.6, 6.3]})
styler = df.style.format(subset=['mean'], decimal=',', precision=2).bar(subset=['mean'], align="mid")
st.dataframe(styler, hide_index=True)

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

79143512

Date: 2024-10-31 04:38:41
Score: 1
Natty:
Report link

Using entity instances in EF Core queries can definitely be convenient, but it comes with a few trade-offs that are worth considering. For one, it might lead EF Core to pull in extra data or add unnecessary joins, which can slow things down—especially with larger datasets. Another thing to keep in mind is that the generated SQL can become a bit more complex and harder to read, which can make debugging a hassle. Plus, if you’re working with an untracked entity or one that has unsaved changes, you might run into errors that aren’t immediately obvious. To keep things straightforward and avoid surprises, it’s usually better to filter by specific properties like primary keys rather than the entire entity.

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

79143500

Date: 2024-10-31 04:31:40
Score: 1
Natty:
Report link

I was able to achieve my goal cross-compiling libhand_landmarker.so for Android. This is found on mediapipe tasks, C api. I identified a small subset (~10) of header files needed and I based the processing function on mediapipe/tasks/c/vision/hand_landmarker/hand_landmarker_test.cc file.

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

79143499

Date: 2024-10-31 04:30:39
Score: 2
Natty:
Report link

Yes, you can update the app after November 1 with v6. November 1 deadline is for v5. After November 1 you won't be able to update the app if it's using v5. After November 1, You must update to v6 in order to publish/update your app on Google Play

Google Play Billing Library version deprecation

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

79143498

Date: 2024-10-31 04:29:39
Score: 4
Natty:
Report link

Well, you can download libGLU.so.1 from https://pkgs.org/download/libGLU.so.1%28%29%2864bit%29 and check which version is you need. Good luck.

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

79143496

Date: 2024-10-31 04:28:38
Score: 1.5
Natty:
Report link

in your code

df['Id'] = df['Id'].astype('int64')

for astype('Int64') in code, try to use cap letter 'I', not small letter 'i', Like

df['Id'] = df['Id'].astype('Int64')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 陈寿测

79143492

Date: 2024-10-31 04:27:38
Score: 2.5
Natty:
Report link

The table name in log analytics workspace for adf error details is not ADFActivityRuns. The correct name is ADFActivityRun.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Prãñãv Telang

79143491

Date: 2024-10-31 04:26:38
Score: 2
Natty:
Report link

New-WebServiceProxy depends on a bunch of .NET Framework-specific APIs (notably client code in the System.Web.Services.Discovery namespace), that aren't available in newer versions of .NET - hence its absence from PowerShell 7. – Mathias R. Jessen

(I have found the invoke-webrequest cmdlet should be used {in my case atleast} in replacement for the now defunct new-webserviceproxy.)

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

79143485

Date: 2024-10-31 04:25:38
Score: 2.5
Natty:
Report link

You guys why when you finishing building a program and it is complete good paste the programmatically source code for example or help to other. Do not be selfish remember that other people from here helped you to finishing your projects. I will start up posting the complete source code since January 1, 2025, thank you.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Manny Somarriba

79143484

Date: 2024-10-31 04:23:37
Score: 1
Natty:
Report link

Here's an example

enter image description here

import streamlit as st
import pandas as pd

# Sample DataFrame
data = {'column_name': ['A', 'B', 'A', 'C', 'B', 'A', 'D']}
df = pd.DataFrame(data)

# Get value counts
distribution = df['column_name'].value_counts()

# Display bar chart
st.bar_chart(distribution)
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Eduardo

79143476

Date: 2024-10-31 04:17:35
Score: 3
Natty:
Report link

Shouldn't it be criteria:= "<>" & filternumber

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

79143469

Date: 2024-10-31 04:12:34
Score: 0.5
Natty:
Report link

I'm not entirely sure, but in my working configuration, I see the host is also passed to the start command which I don't see in yours

start --optimized --hostname=<your_domain_name>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PravyNandas

79143464

Date: 2024-10-31 04:07:33
Score: 3.5
Natty:
Report link

In my case, using pg_dump's option --column-inserts solved the problem.

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

79143459

Date: 2024-10-31 04:04:32
Score: 5
Natty: 5
Report link

ya encontré el error el problema es que debes ejecutar el jar que dice with dependencies para que te lo corra llegué muy tarde

Reasons:
  • RegEx Blacklisted phrase (2): encontr
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: carlos calzada bustamante

79143453

Date: 2024-10-31 04:01:31
Score: 0.5
Natty:
Report link

If you want to RAISE NOTICE concatenated string, then you can use:

RAISE NOTICE '%', ('some' | ' concatenated' | ' string');
Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Andrew P

79143449

Date: 2024-10-31 03:58:31
Score: 0.5
Natty:
Report link

what about this?

enter image description here

import streamlit as st

# Create a button that shows a number slider when pressed
if 'show_slider' not in st.session_state:
    st.session_state.show_slider = False

if st.button('Press it Now!'):
    st.session_state.show_slider = True

if st.session_state.show_slider:
    # Display a number slider when the button is pressed
    th = st.slider('Please enter the values from 0 - 10', 0, 10, 0)
    st.write('Slider value:', th)
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Eduardo

79143447

Date: 2024-10-31 03:57:30
Score: 2
Natty:
Report link

Based on the concept of SmUtil, I believe that nvmlDeviceGetProcessUtilization represents the sampling probability of time slots occupied by the kernel functions of this process on the GPU relative to all time slots.

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

79143446

Date: 2024-10-31 03:57:30
Score: 3
Natty:
Report link

header('Content-Type: text/html; charset=utf-8'); Add at the top of your code

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

79143438

Date: 2024-10-31 03:53:30
Score: 1
Natty:
Report link

I'm assuming that by resultant clause variable you mean a string. If so this may be achieved by:

fruits = ['apple', 'blackberry', 'peach', 'kiwi']
clause = "".join(["item_field = {} Or ".format(fruit) for fruit in fruits]).rstrip(" Or ")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Felipe Bavaroski Costa

79143435

Date: 2024-10-31 03:52:29
Score: 2
Natty:
Report link

I encountered a similar issue where only the Tab key was affected. Using Ctrl+m resolved it for me. To elaborate, Ctrl+m toggles the Tab key's behavior for setting focus. When the Tab key is set to move focus, a highlighted message appears in the bottom bar that says, 'Tab Moves Focus.' This visual cue helps confirm the setting change.

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

79143433

Date: 2024-10-31 03:51:29
Score: 2
Natty:
Report link

for anyone that's gone through this ? it's a pita. you download what you think is the correct .deb for Ubuntu/Mint etc, in my case Mint and you get libglib2.0 messages and it won't install.

This website explains it and here's the link, but i'll take out everything from the article in case that website disappears. https://linuxiac.com/how-to-install-vs-code-on-linux-mint/

I remember having to do this many years ago. And my Mint install, i upgraded over the years and all was good. Until i upgraded to 22. The upgrade wasn't good on my Ryzen beast and my old i5. My i5 now runs Fedora 40 coz i don't want all my eggs in one basket, so to speak, given the disaster of Mint 22 using the mintupgrade tool.

from the link above ? Install pre-reqs

sudo apt install software-properties-common apt-transport-https wget gpg

Import Miscosofts GPG Key:

wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg

sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg

Those commands won't produce any output.

Given we're talking Ubuntu based Linuxes? Import Microsofts Repo

sudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'

Again, no output, no harm running it twice.

Now, given you've added a new repo to the sources.list.d you need to update your cache. Two ways, from the link above:

sudo apt update

and also the same command but

sudo apt-get update

both do the same thing.

Now all you need to do is install it. either

sudo apt install code

or

sudo apt-get install code

and voila you now have VS Code which will be under the Programming menu item. Note: you can drag that icon (launcher) to the Linux panel so it will be a simple click away to launch it.

Why the official Microsoft .deb file doesn't do all this for us ? I have NFI. Ask them. cheers

Reasons:
  • Blacklisted phrase (1): cheers
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: moooooooo

79143432

Date: 2024-10-31 03:51:29
Score: 2
Natty:
Report link

Reverse it first:

h9NDQJMhOp&Y0LER0aHR0cHM6Ly90dWt0dWtjaW1hbXVsdGkuYnV6ei9pZnJhbWUvc0RPeTZTMURPUWZKYg==

Then base64 decode

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

79143428

Date: 2024-10-31 03:49:28
Score: 5
Natty: 6.5
Report link

i'm very need help now. i have a question same as your's.i'm work in linux . in my c code "const bool result = Dart_PostCObject(send_port, &dart_object);" when i dart use isolate . i got a msg 'undefined symbol: Dart_PostCObject'.so i want konw you how do work with “InitDartApiDL” function? [email protected] ,i's my email.

Reasons:
  • Blacklisted phrase (1.5): i have a question
  • RegEx Blacklisted phrase (1): i want
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: bin liu

79143418

Date: 2024-10-31 03:42:27
Score: 1
Natty:
Report link

Applepay and googlepay has some restriction on browser and location. It will not be available for indian location.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Shivang Gupta

79143410

Date: 2024-10-31 03:39:26
Score: 1
Natty:
Report link

Disabling contextual alternatives via the text style worked for my use case:

int myNumber = 1;
Text("This is my number ($myNumber)",
  style: TextStyle(
    fontFeatures: [
      // Disable contextual alternatives (1) => ①
      const FontFeature.disable('calt'),
    ],
  ),
),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Stuart Orchard

79143409

Date: 2024-10-31 03:38:26
Score: 11
Natty: 7.5
Report link

I am currently facing a similar issue, have you been able to resolve this? Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): have you been able to
  • RegEx Blacklisted phrase (1.5): resolve this?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing a similar issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Izuchukwu Onukwube

79143408

Date: 2024-10-31 03:37:25
Score: 4
Natty: 4.5
Report link

It works!

Thanks a lot for your post

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Carlos Ruiz

79143403

Date: 2024-10-31 03:32:23
Score: 1
Natty:
Report link

In addition to @Looky's suggestion, SVGator has now added a Javascript API. You need to export from SVG/Javascript setting the trigger as "Programmatic", then you can initialize your player like this...

const element = document.getElementById('eDuWOrNCbmP1');
var player = element ? element.svgatorPlayer : {};

if (player.play) {
    player.play();
}

Then, in your onClick event, you can simply call...

player.stop();
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Looky's
  • Low reputation (0.5):
Posted by: clayRay

79143401

Date: 2024-10-31 03:32:23
Score: 2.5
Natty:
Report link

For sharing context in slack message, I found tables very useful. I created a small app to help me with that. The format of the table is similar to python package prettytable as mentioned in one of the answer.

Please have a look at: https://vabs.github.io/table-formatter/

Reasons:
  • Blacklisted phrase (1): help me
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vabs

79143378

Date: 2024-10-31 03:13:19
Score: 0.5
Natty:
Report link

Your approach should work. So I suspect your selector does not pick up your target element, or there is another higher precedence rule you are not aware of.

Another trick would be setting an inline important style to your target element, i.e. giving it a style="display: inline-flex !important;" attribute.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Siu Pang Tommy Choi

79143364

Date: 2024-10-31 03:05:18
Score: 2
Natty:
Report link

!pip install transformers==2.1.0

It has worked for me

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Saikat Roy

79143363

Date: 2024-10-31 03:04:17
Score: 2.5
Natty:
Report link

I have the same TMP files; however, I do not have ReSharper installed, so that is not the cause.

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

79143362

Date: 2024-10-31 03:01:17
Score: 3
Natty:
Report link

I copy pasted your code (Streamlit 1.39.0), and it works. It must be your Streamlit version, upgrade and it should work.

enter image description here

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

79143357

Date: 2024-10-31 02:57:16
Score: 4
Natty:
Report link

Using highlight query with match phrase query solve my case

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

79143349

Date: 2024-10-31 02:50:14
Score: 2.5
Natty:
Report link

You're using an old version of Streamlit, I copy pasted your code on an environment that runs Streamlit 1.39.0 and it works

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

79143339

Date: 2024-10-31 02:44:13
Score: 4.5
Natty:
Report link

They changed it from uppercase to lowercase. Thanks for the information @Arjen Poutsma enter image description here

My image result enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Arjen
  • Low reputation (0.5):
Posted by: Jorge Jhovani Valverde León

79143330

Date: 2024-10-31 02:40:12
Score: 4.5
Natty:
Report link

Comment from @jared fixed it, replacing vol with vol[:,None] and passing vol as an array of the proper size

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @jared
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: rdsencap