79794402

Date: 2025-10-19 17:38:13
Score: 1
Natty:
Report link

Looks like the problem is still the script is not included in the blade correctly just push the js to blade directly and debug .

`@push('scripts')
 <script>
   // your JS here
 </script>
@endpush`
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Prabath Abeysinghe

79794398

Date: 2025-10-19 17:26:11
Score: 3
Natty:
Report link

It’s not possible, d3 scaling is a black box

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

79794392

Date: 2025-10-19 17:11:07
Score: 0.5
Natty:
Report link

A bit late to the party, but wrapping then when in a do {} while (false) "loop" gives you a regular break without any label or lambda shenanigans:

do when (transaction.state) {
    Transaction.Type.EXPIRED,
    Transaction.Type.BLOCKED -> {
        break
    }
} while (false)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: kiw

79794385

Date: 2025-10-19 17:02:05
Score: 4
Natty: 4
Report link

Editing x32, x64, etc. in the end of the URLs gives better quality icons if needed
https://ssl.gstatic.com/docs/doclist/images/mediatype/icon_1_spreadsheet_x32.png
https://ssl.gstatic.com/docs/doclist/images/mediatype/icon_1_spreadsheet_x64.png

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

79794382

Date: 2025-10-19 16:59:04
Score: 1
Natty:
Report link

Here’s a simple, one-step solution for PowerRename that will work for all your files, keeping the 4-digit file number, sheet number, and revision, and removing everything else in between:

Enable Use Regular Expressions, then use this search:

^(.*?)(\d{4}).*?SHEET-(\d+).*?Rev\.?\.?([A-Za-z0-9]+)

and this replace:

MOD-CR1A-DDT-$2-$3_$4

This will transform filenames like:

MOD-CR1A-DDT-0001-CONCRETE-----SHEET-2-OF-3-CONCRETE-FOUNDATION-PLANS-Rev.4

into:

MOD-CR1A-DDT-0001-2_4
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Praveen Thaksara

79794378

Date: 2025-10-19 16:50:01
Score: 2
Natty:
Report link

Had same issue, stems from using React-Native 0.81 with gradle plugin of 0.82 (in my case was auto-installed due to latent versioning)
Need to either update your react-native to 0.82 (requires react 19.1.1 or up) or downgrade the plugin

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

79794369

Date: 2025-10-19 16:31:57
Score: 0.5
Natty:
Report link

The answer of @BioData41 is working for me, however assert_frame_equal is throwing an exception if the comparison is failing.

For a simple boolean result, I am using this:

test_df1 = df1.reset_index(drop=True)[list(df2.columns)]
test_df2 = df2.reset_index(drop=True)
test_df1.compare(test_df2).empty # Should return True or False
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @BioData41
Posted by: mountrix

79794366

Date: 2025-10-19 16:25:56
Score: 2
Natty:
Report link

Easy solution is Bulk PDF Downloader Chrome Extension. It is free and easy to use extension for downloading multiple PDFs on any website.

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

79794363

Date: 2025-10-19 16:21:55
Score: 2
Natty:
Report link

I'm developing a crash game similar to Aviator and want to implement a provably fair system. I understand the basic concept of using a server seed, client seed, and nonce to generate random outcomes, but I'm struggling with the specific algorithm for crash point calculation.

Most documentation explains provably fair for classic casino games, but crash games have different requirements. The game should:

- Generate a random crash point for each round

- Allow players to verify the result was predetermined

- Prevent manipulation from either side

What's the recommended approach for crash point generation? I've reviewed several implementations but can't find consensus on:

1. What cryptographic hash function to use (SHA-256, HMAC, etc.)

2. How to convert the hash output to a crash multiplier

3. The optimal frequency distribution for crash points

Here's an example of a working implementation I'm trying to understand: Aviator Games

Any code examples or detailed explanations of the mathematics behind crash point calculation would be greatly appreciated.

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

79794362

Date: 2025-10-19 16:17:54
Score: 3
Natty:
Report link

It’s an invitation asking users to share the question link with others (via email or social media) to help get more answers.

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

79794352

Date: 2025-10-19 15:35:45
Score: 2
Natty:
Report link

Until a solution is found, I changed all the link components to the videos page from <Link/> to <a/> to force a fresh page load.

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

79794347

Date: 2025-10-19 15:26:43
Score: 2
Natty:
Report link

You can use triple * in your codes for a bold text instead of * or double **

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

79794339

Date: 2025-10-19 15:01:38
Score: 3.5
Natty:
Report link

Use .toolbarTitleDisplayMode(.inlineLarge)

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Eric Lou

79794323

Date: 2025-10-19 14:25:30
Score: 4
Natty:
Report link

I think it's the file name. try removing the space before the dot.

enter image description here

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

79794322

Date: 2025-10-19 14:25:30
Score: 0.5
Natty:
Report link

A better solution is to switch to MMKV from Tencent, the same key-value storage used in WeChat and many production apps.
MMKV is:

Reasons:
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jagdish Ghimire

79794320

Date: 2025-10-19 14:22:29
Score: 2
Natty:
Report link

I can't reproduce your issue cause it looks good on my side

I think the first thing you should do before filtering your dataframe is to make sure your whole row in Time column is cleaned enough (no null, no different format, same dtype)

Next step is then you filter it

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Achmad Naufal W J

79794317

Date: 2025-10-19 14:14:27
Score: 1
Natty:
Report link

It turns out that you can actually nest hooks like this:

before('deploy:cold') do
  before('deploy:migrate', createdb)
end

which answers my question exactly. But keep in mind that you actually want to hook createdb in a different spot rather than at deploy:migrate.

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

79794315

Date: 2025-10-19 14:12:27
Score: 2
Natty:
Report link

print df.columns if dataframe have date column it will printed print(df.columns)

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

79794309

Date: 2025-10-19 14:04:25
Score: 2.5
Natty:
Report link

I wrapped the text in the <td> in a <p> element and it centered instantly!! Sorry for wasting your time haha

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

79794306

Date: 2025-10-19 14:00:24
Score: 1.5
Natty:
Report link

okay, Cognito isn’t built to act as a SAML IdP — it only consumes SAML, it doesn’t issue it. You can connect it to something like Okta or Azure AD as your SAML provider, but you can’t make other apps use Cognito as their SAML source.

If your goal is just to let users log in directly with Cognito, it’s best to stick with OAuth2 or OpenID Connect since that’s what it actually supports.

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

79794303

Date: 2025-10-19 13:54:23
Score: 0.5
Natty:
Report link

theorem is the syntax defined by Lean 4 itself (sometimes referred to as "Lean core").

lemma is an alternative syntax provided by mathlib, which is a library maintained by the community.

If your project has mathlib as a dependency, you can import Mathlib.Tactic.Lemma to gain access to the lemma syntax in your file. If your project does not depend on mathlib, you should use theorem.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): is the
  • Low reputation (0.5):
Posted by: Markus Himmel

79794287

Date: 2025-10-19 13:17:14
Score: 3.5
Natty:
Report link

APPLICATION STATUS KY NAHI DIKHA RAHA HAI

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

79794283

Date: 2025-10-19 13:07:12
Score: 0.5
Natty:
Report link

Yes you can do this

apiVersion: v1
kind: Service
metadata:
  name: hello-world
spec:
  type: NodePort
  selector:
    app: hello-world
  ports:
    - port: 8085
      targetPort: http
      nodePort: 30085
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marcelo Waisman

79794281

Date: 2025-10-19 13:02:10
Score: 1.5
Natty:
Report link

Turn off the VPN, proxy, antivirus firewall.

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

79794274

Date: 2025-10-19 12:57:09
Score: 1
Natty:
Report link

good, but Cognito isn’t designed to work as a SAML Identity Provider (IdP) for any random service provider. It mainly supports OpenID Connect (OIDC) and OAuth2 standards. While Cognito can connect to a SAML IdP, it can’t directly serve as one itself.

If you need Cognito users to sign in through a SAML-based service, you’ll have to place an identity broker or gateway in between. That gateway can handle the translation between Cognito’s OIDC flow and the SAML flow expected by the service provider. I’ve implemented this setup before using a SAML↔OIDC bridge, and it works well once you configure the metadata correctly. you can take a look at here

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

79794270

Date: 2025-10-19 12:53:08
Score: 1
Natty:
Report link

Use join() on the index:

# Create sample data
import pandas as pd
import numpy as np

data = {'date': pd.to_datetime(['2025-01-01', '2025-01-01', '2025-01-02', '2025-01-02']),
        'Sector': ['Tech', 'Finance', 'Tech', 'Finance'],
        'col5': [10, 20, 15, 25],
        'col6': [100, 200, 150, 250]}
df = pd.DataFrame(data)

# Create the pivot table
pivotdf = pd.pivot_table(df, values=["col5", 'col6'], index=['date'], columns='Sector')

# Merge by setting the index on the original dataframe and using .join()
# This avoids the MultiIndex column issue
df_with_index = df.set_index('date')
merged_df = df_with_index.join(pivotdf, how='left', rsuffix='_bySector_pivot')
merged_df = merged_df.reset_index() # If you want 'date' back as a column

# Print the merged dataframe
print(merged_df)

output:

enter image description here

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

79794269

Date: 2025-10-19 12:48:07
Score: 1
Natty:
Report link

Is there a way (possibly standard) to know inside foo(const int s) if the function is executed at compile time or at runtime?

The standard ways to detect const if a constexpr function is evaluated at compile time at C++20/C++23:

There are non-standard ways under C++14/C++17:

There isn't any standard way in pre-C++20 through.

Test script:

#if __cplusplus >= 202002L || _MSVC_LANG>= 202002L
#include <type_traits>
#endif
bool is_constant_evaluated() {
#if __cpp_if_consteval >= 202106L
    if consteval { return true; }
    // both MSVC (non-comformant __cplusplus) and by-default _MSVC_LANG and other compiles with conformant __cplusplus
#elif __cplusplus >= 202002L || _MSVC_LANG>= 202002L
    if (std::is_constant_evaluated()) return true;
#elif defined(__GNUC__) // defined for both GCC and clang
    if (__builtin_is_constant_evaluated()) return true;
#elif defined(_MSC_VER)
    if (__builtin_is_constant_evaluated()) return true;
#else
#error "NAWH we don't think we can detect compile time in this compiler";
#endif
    return false;
}
int main() {
    return is_constant_evaluated();
}

And it compiles and works properly even if it's MSVC and C++17/C++14. (assembly here)

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there a
  • Low reputation (0.5):
Posted by: winapiadmin

79794268

Date: 2025-10-19 12:43:05
Score: 4
Natty: 4.5
Report link

Kindly take a look at my recent blog to learn how this can be achieved.

https://pothiarunmca.blogspot.com/2025/10/reusable-javascript-function-to.html

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

79794265

Date: 2025-10-19 12:41:05
Score: 2.5
Natty:
Report link

the best system design for that problem is while uploading video also you save the metadata in a Redis
for example duration, file type, quality and more

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

79794253

Date: 2025-10-19 12:07:57
Score: 2.5
Natty:
Report link

Realtor.com API Open is New Real Estate API - Fast - Uptime 99%– Comprehensive search for properties, agents, and locations across the United States with fast, structured JSON results ready for apps and web.
try on rapidapi
https://rapidapi.com/moham3iof/api/realtor-com-open

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

79794252

Date: 2025-10-19 12:06:57
Score: 1.5
Natty:
Report link

A materialized view (MV) stores the result of a query on disk, so reads are fast, but the data may be stale between refreshes. (whether it’s eventually consistent or transactionally consistent depends on the database engine)

What you get:

What you trade off:

So I suggest you to use an MV when you prefer read speed and cost predictability over up-to-the-second data.

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

79794245

Date: 2025-10-19 11:38:50
Score: 3
Natty:
Report link

Flutter requires an initialization time while the OS sets up the app's process. Android provides the concept of a launch screen to display a Drawable while the app is initializing https://docs.flutter.dev/platform-integration/android/splash-screen#initializing-the-app

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

79794240

Date: 2025-10-19 11:21:46
Score: 4
Natty:
Report link

hmm, nice. Its working or not? I am curious about it.

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

79794239

Date: 2025-10-19 11:18:45
Score: 0.5
Natty:
Report link

might be very late but as of today ( sun, 19th oct 2025 ) these steps worked for me. I am using electron-builder.

all we have to do is just make a "build/icons" folder and place icons for mac, win and linux.

so

icon.icns - for mac

icon.png - for linux

icon.ico - for window

and run the build command and this will generate the installer icons that you will have on .exe, etc.

thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Gaurav

79794238

Date: 2025-10-19 11:12:44
Score: 1
Natty:
Report link

You can add { _shard_doc: 'asc' } as a tie breaker, since _id is blocked from using it to sort by.

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

79794234

Date: 2025-10-19 10:56:40
Score: 1
Natty:
Report link

i am sharing app delegate and info.plist

#import "AppDelegate.h"
#import "AmplifyPushNotification.h"
#import <React/RCTBundleURLProvider.h>

@implementation AppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
  self.moduleName = @"main";
  self.initialProps = @{};

  return [super application:application didFinishLaunchingWithOptions:launchOptions];
}

- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {
  [AmplifyPushNotification didRegisterForRemoteNotificationsWithDeviceToken:deviceToken];
}

- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler {
  [AmplifyPushNotification didReceiveRemoteNotification:userInfo withCompletionHandler:completionHandler];
}

- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
{
  return [self bundleURL];
}

- (NSURL *)bundleURL
{
#if DEBUG
  // 💡 FIX: Use the standard React Native entry file for development builds
  // unless you are explicitly running with 'expo start' and a custom setup.
  // Assuming 'index' or 'index.js' is your main entry file.
  return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];
#else
  // This is correct for Release/Production builds which use a pre-built 'main.jsbundle'
  return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
#endif
}

@end
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>CFBundleDevelopmentRegion</key>
    <string>en</string>
    <key>CFBundleDisplayName</key>
    <string>PowderWatts</string>
    <key>CFBundleExecutable</key>
    <string>$(EXECUTABLE_NAME)</string>
    <key>CFBundleIdentifier</key>
    <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleName</key>
    <string>$(PRODUCT_NAME)</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleShortVersionString</key>
    <string>$(MARKETING_VERSION)</string>
    <key>CFBundleSignature</key>
    <string>????</string>

    <!-- Deep link URL scheme -->
    <key>CFBundleURLTypes</key>
    <array>
      <dict>
        <key>CFBundleURLSchemes</key>
        <array>
          <string>pwprodapp</string>
        </array>
      </dict>
    </array>

    <key>CFBundleVersion</key>
    <string>$(CURRENT_PROJECT_VERSION)</string>

    <!-- CodePush key -->
    <key>CodePushDeploymentKey</key>
    <string>N0cIZFyqifY1KvyaArBPUtwZ39akKSTB0sEz_</string>

    <key>ITSAppUsesNonExemptEncryption</key>
    <string>NO</string>

    <key>LSRequiresIPhoneOS</key>
    <true/>

    <!-- ✅ Updated App Transport Security configuration -->
    <key>NSAppTransportSecurity</key>
    <dict>
      <key>NSAllowsArbitraryLoads</key>
      <false/>
      <key>NSAllowsLocalNetworking</key>
      <true/>
      <key>NSExceptionDomains</key>
      <dict>
        <key>localhost</key>
        <dict>
          <key>NSExceptionAllowsInsecureHTTPLoads</key>
          <true/>
        </dict>
        <key>127.0.0.1</key>
        <dict>
          <key>NSExceptionAllowsInsecureHTTPLoads</key>
          <true/>
        </dict>
      </dict>
    </dict>

    <!-- iOS permissions -->
    <key>NSCameraUsageDescription</key>
    <string>Take photos for a new user avatar picture</string>
    <key>NSLocationWhenInUseUsageDescription</key>
    <string>Access wifi AP to connect devices</string>
    <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
    <string>Access wifi AP to connect devices</string>
    <key>NSPhotoLibraryUsageDescription</key>
    <string>Use photos to set an avatar picture for the user</string>

    <!-- Custom fonts -->
    <key>UIAppFonts</key>
    <array>
      <string>HelveticaNeueCyr-Black.ttf</string>
      <string>HelveticaNeueCyr-BlackItalic.ttf</string>
      <string>HelveticaNeueCyr-Bold.ttf</string>
      <string>HelveticaNeueCyr-BoldItalic.ttf</string>
      <string>HelveticaNeueCyr-Heavy.ttf</string>
      <string>HelveticaNeueCyr-HeavyItalic.ttf</string>
      <string>HelveticaNeueCyr-Italic.ttf</string>
      <string>HelveticaNeueCyr-Light.ttf</string>
      <string>HelveticaNeueCyr-LightItalic.ttf</string>
      <string>HelveticaNeueCyr-Medium.ttf</string>
      <string>HelveticaNeueCyr-MediumItalic.ttf</string>
      <string>HelveticaNeueCyr-Roman.ttf</string>
      <string>HelveticaNeueCyr-Thin.ttf</string>
      <string>HelveticaNeueCyr-ThinItalic.ttf</string>
      <string>HelveticaNeueCyr-UltraLight.ttf</string>
      <string>HelveticaNeueCyr-UltraLightItalic.ttf</string>
    </array>

    <!-- Notifications -->
    <key>UIBackgroundModes</key>
    <array>
      <string>remote-notification</string>
    </array>

    <!-- Launch screen -->
    <key>UILaunchStoryboardName</key>
    <string>LaunchScreen</string>

    <!-- Device requirements -->
    <key>UIRequiredDeviceCapabilities</key>
    <array>
      <string>arm64</string>
    </array>

    <!-- Orientation -->
    <key>UISupportedInterfaceOrientations</key>
    <array>
      <string>UIInterfaceOrientationPortrait</string>
    </array>

    <!-- Status bar behavior -->
    <key>UIViewControllerBasedStatusBarAppearance</key>
    <false/>
  </dict>
</plist>
Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Zohaib Waris

79794227

Date: 2025-10-19 10:40:36
Score: 0.5
Natty:
Report link

Since discordjs/[email protected], for discord.js version 14.23.0 and later, you can now add select menus inside modals.

export const example_modal = new Command()
  .setName('example_modal')
  .setDescription('Launches an example modal with a drop down.')
  .setAction(async (interaction) => {
    const modal = new ModalBuilder()
      .setCustomId("exampleModal")
      .setTitle("Example Modal");

    modal.addLabelComponents(
      new LabelBuilder()
        .setLabel("Favourite Snack")
        .setDescription("Select your favourite snack from the list of options below.")
        .setStringSelectMenuComponent(new StringSelectMenuBuilder()
          .setCustomId("favSnack")
          .setPlaceholder("Choose your favourite snack")
          .setRequired(true)
          .setOptions(
            new StringSelectMenuOptionBuilder()
              .setLabel("Apple")
              .setDescription("A very healty option.")
              .setEmoji("🍎")
              .setValue("Red Apple"),
            new StringSelectMenuOptionBuilder()
              .setLabel("Chocolate Pie")
              .setDescription("A sweet hot chocolate pie.")
              .setEmoji("🥧")
              .setValue("Choco Pie"),
            new StringSelectMenuOptionBuilder()
              .setLabel("Lemon Melon Cookie")
              .setDescription("Miku's Favourite")
              .setEmoji("🍪")
              .setValue("LEMON MELON COOKIE")
          )
        ),
      new LabelBuilder()
        .setLabel("Reason")
        .setDescription("Why is this your favourite snack?")
        .setTextInputComponent(
          new TextInputBuilder()
            .setCustomId("reason")
            .setPlaceholder("Why do you like this snack so much?")
            .setMaxLength(1_000)
            .setRequired(true)
            .setStyle(TextInputStyle.Paragraph)
        )
    )

    await interaction.showModal(modal);
  })

Screenshots

A screenshot of the Discord Modal with a select menu A screenshot of the Discord Modal with a select menu opened

Reasons:
  • RegEx Blacklisted phrase (0.5): Why is this
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AzlanCoding

79794219

Date: 2025-10-19 10:23:32
Score: 3
Natty:
Report link

ramy

Column A Column B
Cell 1 Cell 2
Cell 3 Cell 4
Column A Column B
-------- --------
Cell 1 Cell 2
Cell 3 Cell 4
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Filler text (0.5): --------
  • Filler text (0): --------
  • Low reputation (1):
Posted by: RAMI TALBI

79794216

Date: 2025-10-19 10:17:31
Score: 2
Natty:
Report link

Update. Instead of using filters (excerpt_more, the_content_more_link, or the_excerpt), I use preg_replace to render_block_core/post-excerpt. This replaces the text as expected. Hope this helps those who may have the same problem.

function custom_search_read_more_text( $block_content ) {
    if ( is_search() ) {
        global $post;
        if ( 'product' === get_post_type( $post ) ) {
            $block_content = preg_replace( '/(><a[^>]*>)Read more(<\/a>)/i', '$1' . 'View Product' . '$2', $block_content );
        }
    }
    return $block_content;
}
add_filter( 'render_block_core/post-excerpt', 'custom_search_read_more_text' );

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have the same problem
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: FUFY

79794209

Date: 2025-10-19 09:59:27
Score: 2.5
Natty:
Report link

Many mobile operators in Russia block subnets belonging to Amazon, OVH, and other major foreign hosting providers, making certain websites inaccessible. Similarly, some regular internet providers have also implemented such restrictions, while others have not yet done so.

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

79794194

Date: 2025-10-19 09:25:20
Score: 0.5
Natty:
Report link

Swift 5. user187676's excellent solution can be extended to make a more general trimming method.

// Drop any character contained in the set characters from the end of self. 
// Defaults to trimming spaces, CR, LF
extension String {
   func trimTrailing(_ characters: String = " \r\n") -> String {
      String(reversed().drop {characters.contains($0)}.reversed())
   }
}

and can be used like this:

let valueTrimmed = value.trimTrailing() // Default character set
let valueTrimmed = value.trimTrailing("@\0\u{FF}") // Custom character set
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): user187676
  • Low reputation (0.5):
Posted by: Byron

79794188

Date: 2025-10-19 09:15:18
Score: 4.5
Natty:
Report link

From the introduction and illustration you seem to be describing representing data in triplets. This is common in graph databases (specifically property graphs). Have you considered a property graph, and the openCypher query language which is tailored to it?

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

79794186

Date: 2025-10-19 09:07:16
Score: 3
Natty:
Report link

Python 3.14 now has a public and complete max-heap API in the heapq module, see the documentation for more information.

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

79794183

Date: 2025-10-19 09:02:15
Score: 3
Natty:
Report link

Great solution! The MAKEARRAY() approach is both elegant and scalable — perfect for automating repetitive scheduling tasks. I appreciate how you’ve integrated LAMBDA and LET for cleaner logic. For anyone adapting this, pairing it with ARRAYFORMULA or dynamic ranges could make it even more flexible as post lists grow. This is an excellent example of creative formula-based automation in Sheets!

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

79794180

Date: 2025-10-19 08:58:14
Score: 0.5
Natty:
Report link

Try adding this code in the redirect callback:

final atLoginScreen = loc = Routes.loginScreen;

if (!atLoginScreen && (authCubit.state is UnAuthenticated)) {

    return Routes.loginScreen;    

   }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ahmed Wafik

79794177

Date: 2025-10-19 08:52:12
Score: 0.5
Natty:
Report link

you need to run npm run prepare. When you run this command, husky creates a few bash scripts inside: .husky/_/ which are required for husky to work.

Given you're using windows, make sure you have a shell environment capable of running .sh scripts (for example, Git Bash or WSL).

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

79794175

Date: 2025-10-19 08:48:11
Score: 1
Natty:
Report link

false is a good default value for an (optional) configuration setting because it (false) is often the default value for a Boolean flag in many languages. Using false makes the settings set more intuitive as all individual settings, and therefore the entire set, are "default".

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a
Posted by: Petr Vepřek

79794173

Date: 2025-10-19 08:42:10
Score: 2
Natty:
Report link

Use this command from apache solr 9.x and read more here https://solr.apache.org/guide/solr/latest/indexing-guide/post-tool.html#examples-using-binsolr-post

.\bin\solr post -c tech_products .\example\exampledocs\*.xml

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

79794165

Date: 2025-10-19 08:27:07
Score: 2
Natty:
Report link
  1. Go to Azure Portal → Key Vaults → [your vault name] → Access policies.

  2. Grant your service principal:

    • Get and List permissions for secrets.
  3. Then, refresh the variable group setup in DevOps.

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

79794164

Date: 2025-10-19 08:25:06
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sarfrajmalik Sarfrajmalik

79794158

Date: 2025-10-19 08:12:04
Score: 1.5
Natty:
Report link

Try to use @RawQuery.

fun update() {
    val db = ... // your room database
    val dao = db.updateDao()
    dao.executeUpdateSql(SimpleSQLiteQuery(query.toString(), arrayOf(valueFor1, valueFor2)))
}

// UpdateDao class
@RawQuery
abstract fun executeUpdateSql(query: SimpleSQLiteQuery): List<Model>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @RawQuery
  • Low reputation (0.5):
Posted by: L.C

79794157

Date: 2025-10-19 08:05:01
Score: 4
Natty:
Report link

Ok, thank you President Jam for your help

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

79794156

Date: 2025-10-19 08:05:01
Score: 1
Natty:
Report link

I think I found the problem. you are importing razor_zwei/tpl/layout in tpl/home.gohtml and then changing layout variable. because layout has been defined previously this error happens. use = instead of := and the problem might go away.

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

79794148

Date: 2025-10-19 07:48:57
Score: 1
Natty:
Report link

https://tanstack.com/query/v4/docs/framework/react/guides/ssr

Haven't tested yet, but The docs says that you can achieve SSR using queryClient.prefetchQuery.

// pages/posts.jsx
import { dehydrate, QueryClient, useQuery } from '@tanstack/react-query'

export async function getStaticProps() {
  const queryClient = new QueryClient()

  await queryClient.prefetchQuery({ queryKey: ['posts'], queryFn: getPosts })

  return {
    props: {
      dehydratedState: dehydrate(queryClient),
    },
  }
}

function Posts() {
  // This useQuery could just as well happen in some deeper child to
  // the "Posts"-page, data will be available immediately either way
  const { data } = useQuery({ queryKey: ['posts'], queryFn: getPosts })

  // This query was not prefetched on the server and will not start
  // fetching until on the client, both patterns are fine to mix
  const { data: otherData } = useQuery({
    queryKey: ['posts-2'],
    queryFn: getPosts,
  })

  // ...
}
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sal Jeong

79794145

Date: 2025-10-19 07:39:56
Score: 1.5
Natty:
Report link
use Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory;

function hashPassword($plainText)
{
    $passwordHasherFactory = new PasswordHasherFactory(['common' => ['algorithm' => 'bcrypt']]);
    $hasher = $passwordHasherFactory->getPasswordHasher('common');
    return $hasher->hash($plainText);
}

Full example: https://symfony.com/doc/current/security/passwords.html#hashing-a-stand-alone-string

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: David Petrásek

79794136

Date: 2025-10-19 07:18:52
Score: 2
Natty:
Report link

Update:

  1. I tried the code on a new clean environment with clean wordpresss 6.8.3 installed and the result was exactly the same.
  2. Tried on 3 different themes: twenty twenty-four, twenty twenty-five, and astra, all gave the same result.
  3. Tried using ACF + ACF views (the latter generated shortcode to put anywhere you'd like) and the result was still the same.

All above displayed only 'bread' instead of actual category ('bread', 'cake', or 'brownie') where each item belonged. So I assumed this should be something internal of wordpress about shortcode displaying in query loop.

Anyway, I tried another way not using shortcode and this time it works:

function filter_archive_categories( $terms, $post_id, $taxonomy ) {
    if ( $taxonomy !== 'category' || ( ! is_archive() && ! is_home() && ! is_front_page() && ! is_search() ) ) {
        return $terms;
    }
    $allowed_category_slugs = array( 'bread', 'cake', 'brownie' );
    $filtered_terms = array();
    if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {
        foreach ( $terms as $term ) {
            if ( in_array( $term->slug, $allowed_category_slugs, true ) ) {
                $filtered_terms[] = $term;
            }
        }
    }
    return $filtered_terms;
}
add_filter( 'get_the_terms', 'filter_archive_categories', 10, 3 );

This time the result displays correctly. Thanks everyone so far. Hope this helps for those who may have the same problem.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): Hope this helps
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): have the same problem
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: FUFY

79794133

Date: 2025-10-19 07:10:50
Score: 0.5
Natty:
Report link

Create a list of files:

(for %i in (images_*.jpg) do @echo file '%i') > list.txt

Convert list to video:

ffmpeg -nostdin -y -f concat -safe 0 -i list.txt -framerate 25 -c:v libx264 -pix_fmt yuv420p video.mp4
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Thomas

79794124

Date: 2025-10-19 06:39:44
Score: 1
Natty:
Report link

I recommend addressing the field by appending a path with the fields name, e.g. users/<id>/name. If the field is a simple type like text or a number, you should use a simple content type (e.g. text/plain) also.

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

79794117

Date: 2025-10-19 06:24:40
Score: 1
Natty:
Report link

i found something related
it think its better to create public function to get URL

src/utils.js

export const getImageUrl = (filename) => {   return `${import.meta.env.VITE_API_BASE_URL}/images/${filename}` }

and in you component use this

:src="getImageUrl('whatever.jpg')"

and another way its setting base url as proxy detail on this answer
https://stackoverflow.com/a/74430384/19033492

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohammad Nadr

79794113

Date: 2025-10-19 06:08:37
Score: 0.5
Natty:
Report link

when you want to set your styles in just exact component use scoped in style tag

<style scoped></style>

it will fix it and set the styles just on than component
and if you want to add your style in children component just add deep fix set on children component

<style scoped>
.a :deep(.b) {
  /* ... */
}
</style>

useage and detail :

 

<style>
/* global styles */
</style>
<style scoped>
/* local styles */
</style>

more detail Vue Website

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): when you
  • Low reputation (0.5):
Posted by: Mohammad Nadr

79794111

Date: 2025-10-19 06:04:36
Score: 2
Natty:
Report link

There is an easy solution for that. You can fetch the images outside of the library. then change the image to base64 and use the base64 in image tag

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

79794108

Date: 2025-10-19 05:46:33
Score: 0.5
Natty:
Report link

The error occurs because Django is trying to connect to the local PostgreSQL socket (/var/run/postgresql/.s.PGSQL.5432), which means it's looking for the database as if it were on the same machine. This usually happens when the database host is set as localhost or the database host environment variable is missing or not properly loaded.

Check the DB_HOST value inside your Django settings during server startup. Log or print this value to verify.

Make sure your environment variables (DB_NAME, DB_USER, DB_PASSWORD, DB_HOST, DB_PORT) are exported before running Daphne/server on your deployment (e.g., inside your start_app.sh).

Example:

export DB_NAME=yourdbname

export DB_USER=yourdbuser

export DB_PASSWORD=yourdbpassword

export DB_HOST=your-rds-endpoint.amazonaws.com

export DB_PORT=5432

Confirm that your settings.py is reading these variables via os.environ.get.

After updating, redeploy. If it still fails, log/print the values to debug.

The HOST value must match the RDS endpoint, not localhost or blank.

Your Django app defaults to connecting to the local database because it doesn't find the correct database host.

Set and export your environment variables with the correct database endpoint before starting your app to fix the issue.​

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Edson Marcelo dos Santos

79794103

Date: 2025-10-19 05:35:30
Score: 2
Natty:
Report link

وغ ٥ف. و.C ى زر. ة ان. C.

V. X c. V .b. Tap on a clip to paste it in the text box.بحمد الله تم اليوم بالقاهرة عقد قران الزميلة والصديقة (لينة يعقوب) علي الزميل أحمد العربي بحضور عدد من الزملاء الإعلاميين والأهل والأصدقاء، فيما ستكتمل مراسم الزواج بعد غدٍ السبت .

مليوووون مبروك جعله الله زواجا مباركا❤بحمد الله تم اليوم بالقاهرة عقد قران الزميلة والصديقة (لينة يعقوب) علي الزميل أحمد العربي بحضور عدد من الزملاء الإعلاميين والأهل والأصدقاء، فيما ستكتمل مراسم الزواج بعد غدٍ السبت .

مليوووون مبروك جعله الله زواجا مباركا❤Tap on a clip to paste it in the text box.Welcome to Gboard clipboard, any text that you copy will be saved here.Tap on a clip to paste it in the text box.Tap on a clip to paste it in the text box.❤❤❤❤ z. O. R . ظ

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • No latin characters (1):
  • Low reputation (1):
Posted by: Hagir Ibrahim

79794096

Date: 2025-10-19 05:11:25
Score: 0.5
Natty:
Report link

When I go to page Play Console -> Test and Launch -> click on the that last version, and see the details, i got:

Libraries that are not compatible with 16 KB:

base/lib/arm64-v8a/librive_text.so , base/lib/x86_64/librive_text.so

because of the name i saw that it could only be the package:

rive_animated_icon: ^2.0.5

So i replace with:

lottie: ^3.3.2

Which also has animated icons.

And of course, I made the necessary changes to my .dart files, which solved the problem.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When I
  • Low reputation (0.5):
Posted by: Faizal Caba

79794088

Date: 2025-10-19 04:35:18
Score: 4
Natty:
Report link

http://192.168.0.1.comSM-A556E - samsung/a55xnsxx/a55x:16/BP2A.250605.031.A3/A556EXXUACYIA:user/release-keys

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: El S3odeey

79794087

Date: 2025-10-19 04:27:16
Score: 0.5
Natty:
Report link

That VersionEye Maven Plugin does not work anymore. The development of it is discontinued. VersionEye 1.0 was shut down in 2017 and the source code was open sourced. In 2020 a lightweight version of VersionEye was rebooted again. It's called VersionEye 2.0, but it doesn't support Java or Maven anymore.

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

79794068

Date: 2025-10-19 02:40:56
Score: 1
Natty:
Report link

I tried on Windows Server 2022, with WDK 10.0.26100.

I tried to launch a native exe instead of autocheck.exe, and call ntdll!NtDisplayString

WinDbg Screenshot

It didn't panic, but nothing happened. It didn't displayed anything. I don't know why.

PS: I even tried to add EB FE after call ntdll!NtDisplayString, but still nothing happened.

Source Code

I guess you don't need a WDK to try my code,

as long as you can run "link main.obj toolget.obj ntdll.lib /SUBSYSTEM:NATIVE /ENTRY:entry /machine:x64 /out:NativeEXE_1.exe" from normal VS build cmd.

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

79794067

Date: 2025-10-19 02:37:55
Score: 0.5
Natty:
Report link

Looks like you might be encountering the same problem discovered in llama.cl -- hidden memory allocation, at least in the BLAS library we used, LLA. To get fast results with gemm you'll need to allocate the memory ahead of time. and use the destructive version (gemm! for example; note the allocation of the target array before the matrix multiplication)

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

79794060

Date: 2025-10-19 02:17:51
Score: 1
Natty:
Report link

my approach is a combination of coding. When the tree is instantiated, incorporate a function that sets the axis for the transparency sort mode.
Sorta like this.

 cam.transparencySortMode = TransparencySortMode.CustomAxis;
 cam.transparencySortAxis = new Vector3(0, 1, 0);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: UnnU

79794053

Date: 2025-10-19 01:38:43
Score: 3
Natty:
Report link

Try a bulk import approach treat it as an Asynchronous resource. Just POST the file to a single endpoint. The server returns 202 and gives you a link to check the status later on

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

79794039

Date: 2025-10-19 00:58:26
Score: 0.5
Natty:
Report link
  1. Kubernetes = the operating system of your cluster
    (decides where and how to run things)

  2. Spark = a program running on top of that system
    (executes what to compute on data)

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

79794037

Date: 2025-10-19 00:55:25
Score: 1.5
Natty:
Report link

My husband has been married for 22 years and for quite a long time now we have been living as strangers due to some marital issues and his inability to stand out to make things right. Unknown to me, there was some other lady in the picture who has been so daring and doing everything possible to ruin my marriage so she can fully take my place. I sought help within my reach and nothing worked so I had to contact Priest Hannah, who in return was so helpful and showed me how swift he tends to resolve marital issues for couples. He revealed to me all that happened between my husband and the said and he did everything possible with his powers and got them separated. My husband is fully back home to me and our girls and it gladdens my heart so much. Priest Hannah, is trustwort…::: You can contact him via Email via [email protected] or call him Whatsapp +2348114394206)

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

79794034

Date: 2025-10-19 00:48:24
Score: 2.5
Natty:
Report link

This NPM package will solve your problem: https://www.npmjs.com/package/@yinklylab.dev/gitswitch

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

79794028

Date: 2025-10-19 00:22:18
Score: 2
Natty:
Report link

The issue lies in the migration files. To fix it, you should either:

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

79794027

Date: 2025-10-19 00:19:18
Score: 1
Natty:
Report link

Nowadays you can set it with $avatar as key:

  FB.api("/me/picture",function (response) {
    console.log('Avatar URL: ' + response.data.url);
    mixpanel.people.set({
      "$avatar": response.data.url
    });
  }); 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gibay

79794024

Date: 2025-10-19 00:12:16
Score: 1
Natty:
Report link

Thanks a lot to Jacob for the original answer – it helped me a lot to get GPU support working with Dask Gateway quickly.

After following this setup, I wanted to go one step further and make it possible for users to choose between CPU and GPU modes directly from the Dask Gateway client (via the UI or programmatically), and also specify how many GPUs each worker should use.

I didn’t find an example of this in the documentation or online, so I ended up solving it like this by extending the cluster_options section in the Gateway configuration:

gateway:
  extraConfig:
    clusteroptions: |
        from dask_gateway_server.options import Options, Integer, Float, String, Select

        def option_handler(options):
            config = {
                "worker_cores": options.worker_cores,
                "worker_memory": f"{options.worker_memory}G",
                "image": options.image,
            }

            if options.worker_type == "gpu":
                config["worker_cmd"] = ["dask-cuda-worker"]
                config["worker_extra_container_config"] = {
                    "resources": {
                        "limits": {
                            "nvidia.com/gpu": options.gpu_count
                        }
                    }
                }
                config["scheduler_extra_container_config"] = {
                    "resources": {
                        "limits": {
                            "nvidia.com/gpu": 1
                        }
                    }
                }
            else:
                config["worker_cmd"] = ["dask-worker"]

            return config

        c.Backend.cluster_options = Options(
            Select("worker_type", ["cpu", "gpu"], default="cpu", label="Worker Type"),

            Integer("worker_cores", 2, min=1, max=24, label="Worker Cores (CPU only)"),
            Float("worker_memory", 4, min=1, max=64, label="Worker Memory (GiB)"),

            Integer("gpu_count", 1, min=1, max=4, label="GPUs per worker (GPU only)"),

            String("image", default="daskgateway/dask-gateway:latest", label="Image"),
            handler=option_handler,
        )
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): helped me a lot
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gor Paramazyan

79794018

Date: 2025-10-18 23:53:13
Score: 1
Natty:
Report link

I tested this in Laravel version 12 and the problem was fixed.

Just be careful to remove the indentation.

<x-mail::message>
this is title
<x-mail::panel>
this is panel
</x-mail::panel>
<x-mail::button :url="'https://laravel.com/docs/12.x/mail#markdown-mailables'" color="error">
this is button
</x-mail::button>
</x-mail::message>

laravel email bug fixed

laravel email bug fixed

and:

laravel email bug fixed

laravel email bug fixed

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

79794009

Date: 2025-10-18 23:12:03
Score: 1.5
Natty:
Report link

Bug reported: https://github.com/primefaces/primefaces/issues/14255

Fixed for 15.0.9: https://github.com/primefaces/primefaces/pull/14263

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

79794007

Date: 2025-10-18 23:11:03
Score: 6.5
Natty: 7.5
Report link

Cool post, great instructions, thanks.

Does anyone know if this can be done with WSA (Subsystem for Android) too?

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (2): Does anyone know
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: stackoverflowthebest

79794006

Date: 2025-10-18 23:11:03
Score: 3
Natty:
Report link

Install the File::Which module.

https://metacpan.org/pod/File::Which

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

79794002

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

I think @d6u9d12e has put me on the trail of the answer.

On their advice, I ran which python and which jupyter-book. Python is coming from the virtual environment, but jupyter book is coming from where it's stored on the system.

Next, I edited pyproject.toml to add "jupyter-book==2.*" as a dependency, and running which jupyter book now pointed at the virtual environment.

Unfortunately, that's where my celebrations ended. When I tried to run jupyter book start book, I got this error:

⛔️ myst.yml Cannot (re)load site config. No configuration file found with "site" property.
Cannot (re)load site config. No configuration file found with "site" property.
Do you need to run myst init?

I ran myst init, and got command not found: myst.

Then I tried uv add myst, and got this quite verbose error message.

  × No solution found when resolving dependencies for split
  │ (python_full_version >= '3.14'):
  ╰─▶ Because only jupyter-book<2.dev0 is available and your project
      depends on jupyter-book>=2.dev0, we can conclude that your project's
      requirements are unsatisfiable.

      hint: `jupyter-book` was requested with a pre-release marker (e.g.,
      jupyter-book>=2.dev0), but pre-releases weren't enabled (try:
      `--prerelease=allow`)
  help: If you want to add the package regardless of the failed resolution,
        provide the `--frozen` flag to skip locking and syncing.

So I don't know quite what to do now. I could hammer away changing this and that, but I wouldn't really understand what's going on and that never works out well. If anyone has any further suggestions I would appreciate them.

Reasons:
  • Blacklisted phrase (1.5): would appreciate
  • RegEx Blacklisted phrase (2): any further suggestions
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @d6u9d12e
  • Self-answer (0.5):
Posted by: amunnelly

79793999

Date: 2025-10-18 23:02:01
Score: 3.5
Natty:
Report link

Happy to share the full script or details if needed — my main goal is to make the auto-reply truly instant (not every minute) and add unique ticket IDs. Any guidance or working examples appreciated!

^^ THIS IS NOT THE ANSWER ^^

Reasons:
  • Blacklisted phrase (1): appreciated
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dynasty Support

79793996

Date: 2025-10-18 22:59:00
Score: 1
Natty:
Report link

When you convert text to paths in an SVG, you preserve the visual style exactly — including custom fonts, weights, and spacing — but you lose all the benefits of actual text: it's no longer selectable, searchable, or accessible. This is expected and technically correct behavior.

Your idea of using something like <path text="A" d="..."/> to preserve the appearance and the character meaning is creative, but not supported in SVG. The text attribute doesn't exist on <path> elements, and adding it wouldn't cause browsers or assistive technologies to treat the shape as the letter "A" — it would still just be a vector shape with no semantic meaning.

If your primary goal is visual fidelity (e.g., for print, branding, or static display), converting to paths is the best approach. But if you also need the text to be accessible (e.g., for screen readers or searchable documents), then you should:

That way, your SVG works for both perfect visual reproduction and basic accessibility.

This kind of brand consistency is a critical part of identity design — and it ties directly into broader branding strategy. You can explore how a consistent visual language like this contributes to a strong brand in this article:

10 Branding Strategies to Build a Memorable Identity That Sells

Reasons:
  • Blacklisted phrase (1): this article
  • Long answer (-1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Andrew Brooks

79793989

Date: 2025-10-18 22:24:54
Score: 3
Natty:
Report link

uncheck the box under query analysis that says "read database table/colums for semantic analysis" fixed it

code editor section of the preferences

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

79793984

Date: 2025-10-18 22:13:48
Score: 8 🚩
Natty:
Report link

Me encontré con el mismo problema y logré resolverlo utilizando Java 21 junto con JJWT 0.12.5 y 0.13.0.
La solución fue actualizar el método de parsing del token de la siguiente forma:

/**
 * Devuelve todos los claims (payload) del token JWT.
 */
public Claims parseClaims(String token) {
    return Jwts.parser()
            .verifyWith(secretKey)
            .build()
            .parseSignedClaims(token)
            .getPayload();
}
Reasons:
  • Blacklisted phrase (3): solución
  • RegEx Blacklisted phrase (2.5): mismo
  • RegEx Blacklisted phrase (2): encontr
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jordy Vega

79793981

Date: 2025-10-18 22:07:46
Score: 3
Natty:
Report link

Ok, I'm so excited to share it, because I was fighting with csv recently and nothing worked - Ctrl+F9 and other refresh methods. Use this:

Crtl+F -> replace -> replace "=" with "=" -> Replace All -> see how you stubborn formulas refresh.

Cheers.

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

79793977

Date: 2025-10-18 21:43:42
Score: 1
Natty:
Report link

Hart knows the reservation is has been invalidated by coherence protocols as bus snooping as Toby mentioned. Reservation is generally used to get a cacheline, make operations with it and before saving the changes, checking fast that did it changed by another hart.

Research the topics: Mutual Exclusion, cache coherence snooping signals, atomics, lock, ll/sc, lr/sc.

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

79793968

Date: 2025-10-18 21:13:35
Score: 0.5
Natty:
Report link

A. Test with normal socket application with Class and Def and get the message from FastAPI -> Verify Socket Design ~ Furas

B. Test with normal socket application with Class and Def and accept message for socky and then get the message from FastAPI -> Verifying Socket Design ~ Furas requested thread

C. Test Cannot get data returned0 to client => Actually the myth is only Browsers are allowed to get the data back and not CURL.

D. When the above gives out a negative result do as furas says, thread socket and fastapi on a SPA

E. Create a client socket and bind to server_socket and get the data

F. Create a server socket and browse through browser, bind a new client_socket and recv the data on client and further to UI/UX Methods.

12-10-2025 ~ 19-10-2025

1. Test A passed - Static data returned to FAPI from socket.

2. Test B Failed - Receive data from client and get from socket

3. Test C passed - Works on Browsers

4. Test D Failed - Same as Test B.

5. Test E Passed - Browser can request and Server can log and send the logs to client socket

**Directory Structure:**
$ ls
Cases.txt  Furas_Thread  Wo_Thread 
IUSER+615054627@BT-PF2F406Y /cygdrive/c/Users/615054627/OneDrive - BT Plc/SDET/Functional_BlackBox/Wannabburp/Test Cases
$ sha1sum Furas_Thread/sock_wo_thread.py Wo_Thread/sock_wo_thread.py
1486c3b985c751376b36f45399526bdf606a5794 *Furas_Thread/sock_wo_thread.py
e0822d5eca0e36e9c3f90617d39ed1c1c64bec05 *Wo_Thread/sock_wo_thread.py
**Artifacts:**
**A. Test with normal socket application with Class and Def and get the message from FastAPI**
python .\sock_wo_thread.py
Listening on ('0.0.0.0', 8000)
python -m uvicorn fapi:app --host 0.0.0.0 --port 9000 --reload
$ curl -v http://127.0.0.1:9000/host
*   Trying 127.0.0.1:9000...
* Connected to 127.0.0.1 (127.0.0.1) port 9000
* using HTTP/1.x
> GET /host HTTP/1.1
> Host: 127.0.0.1:9000
> User-Agent: curl/8.13.0
> Accept: */*
>
< HTTP/1.1 200 OK
< date: Sun, 12 Oct 2025 11:24:55 GMT
< server: uvicorn
< content-length: 3
< content-type: application/json
<
"a"* Connection #0 to host 127.0.0.1 left intact
**B.Test with normal socket application with Class and Def and accept message for socky and then get the message from FastAPI**

PS C:\Users\615054627\OneDrive - BT Plc\SDET\Functional_BlackBox\Wannabburp\Test Cases> python .\sock_wo_thread.py
Listening on ('0.0.0.0', 8000)
Connection Accepted <socket.socket fd=1184, family=2, type=1, proto=0, laddr=('127.0.0.1', 8000), raddr=('127.0.0.1', 58585)> ('127.0.0.1', 58585)
The URL requested by the User => GET /host HTTP/1.1
Host: 127.0.0.1:8000
User-Agent: curl/8.13.0
Accept: */*

Boxer Change b'GET /host HTTP/1.1\r\nHost: 127.0.0.1:8000\r\nUser-Agent: curl/8.13.0\r\nAccept: */*\r\n\r\n'

**Client:**
IUSER+615054627@BT-PF2F406Y ~
$ curl -v http://127.0.0.1:9000/host
*   Trying 127.0.0.1:9000...
* Connected to 127.0.0.1 (127.0.0.1) port 9000
* using HTTP/1.x
> GET /host HTTP/1.1
> Host: 127.0.0.1:9000
> User-Agent: curl/8.13.0
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 500 Internal Server Error
< date: Wed, 15 Oct 2025 15:04:04 GMT
< server: uvicorn
< content-length: 21
< content-type: text/plain; charset=utf-8
<
Internal Server Error* Connection #0 to host 127.0.0.1 left intact


**Error:**
  File "C:\Users\615054627\OneDrive - BT Plc\SDET\Functional_BlackBox\Wannabburp\Test Cases\sock_wo_thread.py", line 27, in start_server
    lsock.bind((host, port))
OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted

PS C:\Users\615054627> netstat -ain | findstr '8000'
TCP    0.0.0.0:8000           0.0.0.0:0              LISTENING          0
TCP    127.0.0.1:8000         127.0.0.1:60377        TIME_WAIT          44306
PS C:\Users\615054627> netstat -ain | findstr '9000'
TCP    192.168.1.6:9000       0.0.0.0:0              LISTENING          0
TCP    192.168.1.6:54009      192.168.1.6:9000       TIME_WAIT          21358
PS C:\Users\615054627>
**C.Test Cannot get data returned0 to client => Actually the myth is only Browsers are allowed to get the data back and not CURL.**
Browser gets the complete Reply and curl is not parsed for this.
The CURL is getting the below Reply.
$ curl -v http://127.0.0.1:8000/host
*   Trying 127.0.0.1:8000...
* Connected to 127.0.0.1 (127.0.0.1) port 8000
* using HTTP/1.x
> GET /host HTTP/1.1
> Host: 127.0.0.1:8000
> User-Agent: curl/8.13.0
> Accept: */*
>
* abort upload
* Empty reply from server
* shutting down connection #0
curl: (52) Empty reply from server
**D.When the above gives out a negative result do as furas says, thread socket and fastapi on a SPA**

PS C:\Users\615054627\OneDrive - BT Plc\SDET\Functional_BlackBox\Wannabburp\Test Cases\Furas_Thread> python .\sock_wo_thread.py
Listening on ('0.0.0.0', 8000)
INFO:     Started server process [29664]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://0.0.0.0:9000 (Press CTRL+C to quit)
Connection Accepted <socket.socket fd=1336, family=2, type=1, proto=0, laddr=('127.0.0.1', 8000), raddr=('127.0.0.1', 64954)> ('127.0.0.1', 64954)
The URL requested by the User => GET /host HTTP/1.1
Host: 127.0.0.1:8000
User-Agent: curl/8.13.0
Accept: */*


Boxer Change b'GET /host HTTP/1.1\r\nHost: 127.0.0.1:8000\r\nUser-Agent: curl/8.13.0\r\nAccept: */*\r\n\r\n'
Listening on ('0.0.0.0', 8000)


Client Requests:
==================
**Socket Request:**
IUSER+615054627@BT-PF2F406Y ~
$ curl -v http://127.0.0.1:8000/host
*   Trying 127.0.0.1:8000...
* Connected to 127.0.0.1 (127.0.0.1) port 8000
* using HTTP/1.x
> GET /host HTTP/1.1
> Host: 127.0.0.1:8000
> User-Agent: curl/8.13.0
> Accept: */*
>
* abort upload
* Empty reply from server
* shutting down connection #0
curl: (52) Empty reply from server

**Fapi Client Request:**
IUSER+615054627@BT-PF2F406Y ~
$ curl -v --max-time 2 http://127.0.0.1:9000/human                              
*   Trying 127.0.0.1:9000...
* Connected to 127.0.0.1 (127.0.0.1) port 9000
* using HTTP/1.x
> GET /human HTTP/1.1
> Host: 127.0.0.1:9000
> User-Agent: curl/8.13.0
> Accept: */*
>
* Request completely sent off
* Operation timed out after 2016 milliseconds with 0 bytes received
* closing connection #0
curl: (28) Operation timed out after 2016 milliseconds with 0 bytes received

**Second Request result to the below Error:**
IUSER+615054627@BT-PF2F406Y ~
$ curl -v --max-time 2 http://127.0.0.1:9000/human
*   Trying 127.0.0.1:9000...
* Connected to 127.0.0.1 (127.0.0.1) port 9000
* using HTTP/1.x
> GET /human HTTP/1.1
> Host: 127.0.0.1:9000
> User-Agent: curl/8.13.0
> Accept: */*
>
< HTTP/1.1 500 Internal Server Error
< date: Fri, 17 Oct 2025 10:18:20 GMT
< server: uvicorn
< content-length: 21
< content-type: text/plain; charset=utf-8
<
* Request completely sent off
Internal Server Error* Connection #0 to host 127.0.0.1 left intact

Error Returned:
  File "C:\Users\615054627\OneDrive - BT Plc\SDET\Functional_BlackBox\Wannabburp\Test Cases\Furas_Thread\sock_wo_thread.py", line 12, in rf
    caller = start_server()
             ^^^^^^^^^^^^^^
  File "C:\Users\615054627\OneDrive - BT Plc\SDET\Functional_BlackBox\Wannabburp\Test Cases\Furas_Thread\sock_wo_thread.py", line 37, in start_server
    lsock.bind((host, port))
OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted

**E.Create a client socket and bind to server_socket and get the data**

>>> import socket
>>> from sock_wo_thread import *
>>> host = '127.0.0.1'
>>> port = 8000
>>> s = socket.socket()
>>> s.connect((host,port))
>>> s
<socket.socket fd=1192, family=2, type=1, proto=0, laddr=('127.0.0.1', 63595), raddr=('127.0.0.1', 8000)>
>>> s.recvfrom(start_server())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\615054627\OneDrive - BT Plc\SDET\Functional_BlackBox\Wannabburp\Test Cases\Wo_Thread\sock_wo_thread.py", line 27, in start_server
    lsock.bind((host, port))
OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted
>>>
**F.Create a server socket and browse through browser, bind a new client_socket and recv the data on client and further to Sink or Store for display.**
**Server_Socket_Logs:**
Listening on ('0.0.0.0', 8000)
Connection Accepted <socket.socket fd=832, family=2, type=1, proto=0, laddr=('127.0.0.1', 8000), raddr=('127.0.0.1', 62018)> ('127.0.0.1', 62018)
The URL requested by the User => GET /lk HTTP/1.1
Host: 127.0.0.1:8000
User-Agent: curl/8.13.0
Accept: */*
Boxer Change b'GET /lk HTTP/1.1\r\nHost: 127.0.0.1:8000\r\nUser-Agent: curl/8.13.0\r\nAccept: */*\r\n\r\n'
['GET /lk HTTP/1.1', 'Host: 127.0.0.1:8000', 'User-Agent: curl/8.13.0', 'Accept: */*', '', '']
New socket stream for Clientui
Socket Created with Clientui
['GET /lk HTTP/1.1', 'Host: 127.0.0.1:8000', 'User-Agent: curl/8.13.0', 'Accept: */*', '', '']
Listening on ('0.0.0.0', 8000)
**Client_socket_Logs:**
b'GET /lk HTTP/1.1\r\nHost: 127.0.0.1:8000\r\nUser-Agent: curl/8.13.0\r\nAccept: */*\r\n\r\n'
**Server_Socket_response_to_Browser_with_Headers: Actually Browser Adds some more Headers in request and thus the below repsonse, I am using FireFox**
GET / HTTP/1.1
Host: 127.0.0.1:8000
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br, zstd
DNT: 1
Connection: keep-alive
Upgrade-Insecure-Requests: 1
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: none
Sec-Fetch-User: ?1
Priority: u=0, i

Working Code wo using Threading and only browser, sockets - client & server

**Flow -> Browser requests an url, socket_server logs it and forwards the logs to socket_client.**

**socket_server**

import socket
import selectors
import traceback
import requests

HOST = "0.0.0.0"  # Listen on all interfaces
PORT = 8000       # Port to listen on
rHOST = '127.0.0.1'
rPORT = 9000

sel = selectors.DefaultSelector()

#Test Case A wo accept func
class garbage():
    def host():
        hi = 'a'
        return(hi)

    def get():
        return(garbage.host())
        



        
def start_server():
    host, port = HOST, PORT
    lsock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
    #lsock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
    lsock.bind((host, port))
    lsock.listen()
    print("\n" f"Listening on {(host, port)}")
    conn, addr = lsock.accept() #Test case B w accept func
    print("Connection Accepted",conn, addr)
    while True:
        with conn:
            try:
                data = (conn.recv(1024)).decode('utf-8')
                print("The URL requested by the User =>", data)
                #raw = ("HTTP/1.1 200 OK") + (data)
                print("Boxer Change", (data.encode('utf-8')))
                #conn.close()
                stor = (data.encode('utf-8')) #Encode as dict for client FF
                sep = (data.split('\r\n')) #Remove trail from data
                print(sep)
                try:
                    s = socket.socket()
                    print("New socket stream for Clientui")
                    s.connect((rHOST,rPORT))
                    print('Socket Created with Clientui')
                    s.sendall(data.encode('utf-8')) 
                    print(sep) #send to socket client
                    s.close()
                except Exception as e:
                    print('Error clientui',e)
                conn.sendall(data.encode('utf-8'))
                #Cannot send the data to browser back
            except Exception as e:
                print('Error conn sendall', e)
            finally:
                return ('i')
    
    
    #lsock.setblocking(False)
    sel.register(lsock, selectors.EVENT_READ, data=None)
    #breakpoint()
    #print(self.received_messages)
    
    try:
        while True:
            events = sel.select(timeout=None)
    except KeyboardInterrupt:
        print("Caught keyboard interrupt, exiting")
    finally:
        sel.close()

def push(start_server):
    return("Boxer Change", (data.encode('utf-8')))
    
   
if __name__ == "__main__":
    # only run socket server if this file is the main program
    try:
        while True:
            start_server()
    except:
        pass
    finally:
        print("Check Error and Adapt")


**client_socket**

import socket
host = '127.0.0.1'
port = 9000
rport = 8000
s = socket.socket()
s.bind((host,port))
s.listen(4096)
while True:
    conn,addr = s.accept()
    msg = conn.recv(1024)
    conn.close()
    print(msg)

The above example is without using threading and FastAPI only browsers and socket_server and socket_client passing messages, Thanks to Furas for the help

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

79793966

Date: 2025-10-18 21:04:33
Score: 3
Natty:
Report link

I ended up fixing this problem by staying away from postgres:17-alpine. Instead just used postgres:17 image and everything works fine now.

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

79793963

Date: 2025-10-18 20:57:32
Score: 1
Natty:
Report link

I repeated your steps on Arch Linux, and 79 packages got installed. After running jupyter-book --version, I got v2.0.0-b3. I could also create myst.yml, and everything ran just fine. I guess you can run which jupyter-book to see which one you're using. I suppose the problem is with your environment. You can also run which python or which python3 to check your environment once again.

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

79793960

Date: 2025-10-18 20:48:30
Score: 1.5
Natty:
Report link
for i in {0..27}; do
    var=$(echo "$var" | base64)
    salt=$(echo "$var" | wc -c)
    echo "$i -> Salt value: $salt"
done
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zerbaliy3v

79793953

Date: 2025-10-18 20:27:26
Score: 3.5
Natty:
Report link

You can try to use cloud init and create a user with a password there perhaps

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

79793947

Date: 2025-10-18 20:15:23
Score: 1
Natty:
Report link

I eventually found my bug. My program picks up the COM port name from a ComboBox using ComboBox.Text.c_str() that returns a wchar_t* used as input of CreateFile().
The problem is that the .c_str() method doesn't append a terminal zero at the end of the string.
The fix consisted to write the code to place this zero (from Text.Length() method)
The strange thing is that it worked well in the IDE.

Now my problem is to understand the weird behaviour of .c_str() method

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: J.P. PETILLON

79793942

Date: 2025-10-18 19:43:17
Score: 1
Natty:
Report link

Try this command :

npm install [email protected]

And retry your deployement !

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: HadrienV

79793936

Date: 2025-10-18 19:22:11
Score: 1.5
Natty:
Report link

Figured it out. As of today, the precompiled binaries for pyarrow are not yet available for Python 3.14 on wheel. Either I build it by myself or install a nightly release. Installed a nightly release and it unblocked me.

pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pyarrow
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Kalyana Jarajapu

79793920

Date: 2025-10-18 19:00:06
Score: 1.5
Natty:
Report link

Add the --yes or -y flag to your pip uninstallcommand. This tells pip to assume "yes" to all prompts, skipping the need for user input.

%sh
pip uninstall databricks-dlt --yes
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Browne D

79793919

Date: 2025-10-18 18:54:04
Score: 2.5
Natty:
Report link

In some cases, the error might be appearing because of your browser extensions try disabling some of your browser extensions, it may work :)

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

79793915

Date: 2025-10-18 18:45:02
Score: 4.5
Natty: 5
Report link

I created a separate bundle for it: https://github.com/savinmikhail/symfony-profiler-response-bundle, see also https://github.com/symfony/symfony/issues/21168

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Михаил Савин

79793910

Date: 2025-10-18 18:32:59
Score: 2
Natty:
Report link

👉 Free Image Uploader – NovaBuilder

It lets you drag & drop or paste an image instantly, and you’ll get a direct shareable URL you can copy right away.
No signup required, and it works well for embedding screenshots or examples in discussions.

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

79793906

Date: 2025-10-18 18:25:57
Score: 2
Natty:
Report link

Just add transform-style:preserve-3d; to the parent, and transform:translateZ(-10px); to the child.

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