79771788

Date: 2025-09-22 15:31:12
Score: 3
Natty:
Report link

I tested this in adf and a combination of substring and lastindex of functions did the trick. see the screenshot below. There is an '_' before the datepart starts. in the substring I am selecting the string from the beginning till last '_'.

enter image description here

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

79771786

Date: 2025-09-22 15:31:12
Score: 5
Natty: 5
Report link

Use "Automate"

https://play.google.com/store/apps/details?id=com.llamalab.automate

Interact Power dialog

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Alex

79771775

Date: 2025-09-22 15:12:07
Score: 3
Natty:
Report link

DigitalOcean has recently started blocking SMTP ports: https://docs.digitalocean.com/support/why-is-smtp-blocked/

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

79771768

Date: 2025-09-22 15:08:06
Score: 2.5
Natty:
Report link

If you have this issue in the mac version of vscode then go to keyboard shortcuts ⌘K + ⌘S and then look for editor.action.clipboardCopyAction and make sure it's ⌘C

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: Pranith chowdary Karumanchi

79771758

Date: 2025-09-22 14:57:03
Score: 2.5
Natty:
Report link

https://github.com/sergiocasero/kmm_mtls_sample

check it out

expect class HttpClientProvider {
    fun clientWithMtls(block: HttpClientConfig<*>.() -> Unit): HttpClient
    fun client(block: HttpClientConfig<*>.() -> Unit): HttpClient
}
Reasons:
  • Blacklisted phrase (0.5): check it out
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dmitry Andreev

79771746

Date: 2025-09-22 14:45:59
Score: 3
Natty:
Report link

python app.py

* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

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

79771741

Date: 2025-09-22 14:41:58
Score: 3
Natty:
Report link

I use this service Dominus to manage priorities mongodb. It allows you to manage MongoDB priorities from the web interface. If you're interested, here's the link to the project.

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

79771735

Date: 2025-09-22 14:32:55
Score: 5
Natty:
Report link

I see a similar error message. I had the same scheme working fine some months ago in May 2025, with Xcode 15. Now with Xcode 16.4, on [productsRequest start] I get the mentioned error in the Xcode log and the delegate returns my identifiers as _invalidIdentifiers. Could it be an Apple bug?

I can fetch a new synchronized StoreKit configuration file with up-to-date data. So my environment seems not altogether wrong.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • RegEx Blacklisted phrase (1): I get the mentioned error
  • No code block (0.5):
  • Me too answer (2.5): I see a similar error
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Bernd J.

79771731

Date: 2025-09-22 14:26:53
Score: 4
Natty:
Report link

<p>hi</p> <!-- IDK how to help sorry :( -->

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (1.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anoymous

79771729

Date: 2025-09-22 14:26:53
Score: 3
Natty:
Report link

Watcom Fortran 77: use form='unformatted' and recordtype='fixed' in the open statement. You can read any amount any time without losing any bytes - also works for writing a file. I use it all the time.

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

79771722

Date: 2025-09-22 14:20:51
Score: 3
Natty:
Report link

If you go into setting make your way down to editor then click general and scroll about half way down you will see virtual space as a option. enjoy

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

79771716

Date: 2025-09-22 14:15:49
Score: 2
Natty:
Report link

Thank you to @Larme for helping. With landscape only in target settings. This will give left or right even when the device is held in the portrait orientation.

if let windowScene = UIApplication.shared.connectedScenes
    .first(where: { $0 is UIWindowScene }) as? UIWindowScene {
    
    switch windowScene.interfaceOrientation {
    case .landscapeLeft:
        print("Landscape Left")
    case .landscapeRight:
        print("Landscape Right")
    }
}
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Has code block (-0.5):
  • User mentioned (1): @Larme
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: AthleteInAction

79771714

Date: 2025-09-22 14:13:48
Score: 2.5
Natty:
Report link

Its working now for me , I just rebuild It and the build is successful
So I think that there was a little shutdown on the mavensync zk server but they finally fix it

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

79771711

Date: 2025-09-22 14:10:47
Score: 1
Natty:
Report link
ssh-add "C:\Users\{user}\.ssh\id_rsa"

Instead of asking for my key, this prompt is requesting the passphrase I set during keygen.

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

79771700

Date: 2025-09-22 14:00:43
Score: 1
Natty:
Report link

My final compilation step was not linking to -lpthread, which was why it was failing. Adding $(CXXFLAGS) to the main target resolved the issue.

$(TARGET): $(OBJS)
        $(CXX) $(CXXFLAGS) $(OBJS) -o $@
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kungfunk

79771695

Date: 2025-09-22 13:54:42
Score: 1
Natty:
Report link

For those who use Symfony on the project:
I have search, a regular search through all the files, around 8-10 seconds.

I've just cleared the index in PHP --> Symfony --> Clear index (button), and it helped/impoved performance as expected - not more than a second.

I guess it was related to the volumes of many services (lots of files) that have been added to the project.

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

79771689

Date: 2025-09-22 13:53:42
Score: 0.5
Natty:
Report link

It seems that your case has been a common issue. I ran into this myself a while back and after a lot of digging, I found a similar case and an issue tracker, which shows that you all have had the same problem.

You can try this approach as a workaround, which is highlighted on the issue trackers's comment #87: you need to use a complex type for the logical date/timestamp field.

Also, it's a good idea to comment on the issue tracker to let the team know that the behavior is still causing confusion for developers. The more people who report it, the more likely they are to improve the documentation or behavior.

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

79771684

Date: 2025-09-22 13:49:40
Score: 3.5
Natty:
Report link

what about?

function input(){
    in="$(cat /dev/stdin)"
    printf "$in"
}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): what
Posted by: Oliver Gaida

79771683

Date: 2025-09-22 13:49:40
Score: 3.5
Natty:
Report link

I got a win last night and it was real, I played on the JO777 site

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

79771678

Date: 2025-09-22 13:45:39
Score: 0.5
Natty:
Report link

In my case what did the trick was disabling buildkit
DOCKER_BUILDKIT=0 docker compose -f ./docker-compose.yaml build

Docker version 28.1.1, build 4eba377

Docker Compose version v2.35.1

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

79771672

Date: 2025-09-22 13:39:37
Score: 2
Natty:
Report link

I figured out what was missing. I needed to add the -longpaths parameter to the exe export.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-2): I figured out
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kevin Jones

79771661

Date: 2025-09-22 13:29:35
Score: 3
Natty:
Report link

Avizo doesn’t provide a direct way to compute the mean of all vectors in a field. The usual workflow is to export the vector field e.g. txt, csv, then compute the mean externally

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

79771658

Date: 2025-09-22 13:28:34
Score: 2
Natty:
Report link

Move the <ClerkProvider> wrapper into the NavBar, or any other route of your choice than the Root Layout, i.e., in this case, src/app/layout.tsx to avoid multiple providers. For Sanity studio brings its own auth.

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

79771652

Date: 2025-09-22 13:21:32
Score: 3.5
Natty:
Report link

My solution appeared as just "brew upgrade" :)))

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

79771632

Date: 2025-09-22 13:02:27
Score: 2
Natty:
Report link

Documentation is lacking, this is the way.

New-ScheduledTaskTrigger -Once:$false -At '14:45' -RepetitionInterval ([timespan]'1:00:00') -RepetitionDuration ([timespan]'1:00:00:00')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: rmariboe

79771622

Date: 2025-09-22 12:52:25
Score: 1
Natty:
Report link
.search-form .select2-search--inline,
.search-form .select2-search__field {
  width: 100% !important;
}

.search-form:has(.select2-selection__choice) .select2-search {
  width: unset !important;
}

.search-form:has(.select2-selection__choice) .select2-search__field {
  width: 0.75em !important;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Дмитрий Багаев

79771618

Date: 2025-09-22 12:48:24
Score: 0.5
Natty:
Report link

You’re right — if you just decrypt a section, modify it, and then re-encrypt it with the same key/nonce/counter values, you’ll be reusing the same keystream, which breaks the security of ChaCha20. A stream cipher must never encrypt two different plaintexts with the same keystream.

What you can do instead is take advantage of the fact that ChaCha20 (like CTR mode) is seekable. The keystream is generated in 64-byte blocks, and you can start from any block counter to encrypt or decrypt an arbitrary region of the file. That means you don’t need to reprocess the whole file, only the blocks that overlap with the data you want to change — as long as the key/nonce pair is unique for that file.

If you expect frequent in-place modifications, a common approach is to split the file into fixed-size chunks and encrypt each chunk separately with its own nonce. That way, when you change part of the file you only need to re-encrypt the affected chunks, and you don’t risk keystream reuse.

Also, don’t forget integrity: ChaCha20 on its own gives you confidentiality, but not tamper detection. In practice you’d want something like XChaCha20-Poly1305 per chunk to get both random access and authentication.

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

79771617

Date: 2025-09-22 12:47:24
Score: 5
Natty: 5.5
Report link

I use this service to manage priorities https://github.com/Basyuk/dominus

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

79771613

Date: 2025-09-22 12:43:23
Score: 2.5
Natty:
Report link

Answer - No, It Is Not Possible

Aha, someone phrased this differently, here ... I just found this whilst searching for "odata $value array" ... and the answer was basically that this is not possible! :-)

https://stackoverflow.com/a/40414470/21167799

( I did not see this in the list of suggested other posts )

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: influentialeliot

79771611

Date: 2025-09-22 12:40:21
Score: 1
Natty:
Report link

Yes, it's possible to enhance Selenium with AI-based tools to make element detection more resilient to UI changes. Here are a few options:

AI Tools for Smarter Element Location

Testim or Functionize

AI-driven test platforms that can self-heal locators when UI changes.

Mabl

Uses machine learning to automatically adapt to changes in the DOM.

Healenium (open-source)

Works with Selenium and Java

Self-heals broken locators at runtime using historical data.

Applitools Eyes

Visual AI testing to detect layout/UI changes (can work alongside Selenium).

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

79771604

Date: 2025-09-22 12:33:19
Score: 2.5
Natty:
Report link

Currently, this feature is working only with Float type columns not with Int datatype,

Once i convert the datatype it started working

Thanks to Acumatica team for detail investigation

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user2803805

79771601

Date: 2025-09-22 12:30:18
Score: 2.5
Natty:
Report link

In Shopware 6 sync API, you can update products directly using their product number instead of IDs. It’s similar to how a female Quran teacher can recognize students by name rather than complex codes.

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

79771598

Date: 2025-09-22 12:23:17
Score: 1
Natty:
Report link

In my case the Problem was a part of the search path that's a symbolic link without a target, here "Helpers":

/Users/myuser/Qt/Projects/softphone/dist/softphone.app/Contents/Frameworks/PySide6/Qt/lib/QtWebEngineCore.framework/Helpers

After copying the folder from "source" my App runs.

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

79771597

Date: 2025-09-22 12:22:16
Score: 4.5
Natty:
Report link

With above code the result is like below enter image description here

But expected result is like below. enter image description here

Below is the drawing view reference enter image description here

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

79771596

Date: 2025-09-22 12:22:16
Score: 1
Natty:
Report link

I'm also facing this problem some time while clicking the pdf its showing blank screen may i know the solution

import React, { useState, useCallback, ReactNode, Component } from "react";
import {
  Text,
  TouchableOpacity,
  View,
  Image,
  ScrollView,
  ActivityIndicator,
  Alert,
  Dimensions 
} from "react-native";
import { WebView } from "react-native-webview";
import { useFocusEffect } from "expo-router";
import * as Linking from "expo-linking"; // 👈 for external browser
import Styles from "./DocumentStyles";
import StorageService from "@/constants/LocalStorage/AsyncStorage";
import { ApiService } from "@/src/Services/ApiServices";

interface DocumentItem {
  id: number;
  documentName: string;
  fileUrl: string;
}

const generateRandomKey = (): number => Math.floor(Math.random() * 100000);

class WebViewErrorBoundary extends Component<
  { children: ReactNode; onReset: () => void },
  { hasError: boolean }
> {
  constructor(props: { children: ReactNode; onReset: () => void }) {
    super(props);
    this.state = { hasError: false };
  }

  static getDerivedStateFromError(): { hasError: boolean } {
    return { hasError: true };
  }

  componentDidCatch(error: Error, info: any) {
    console.error("[WebViewErrorBoundary] WebView crashed:", error, info);
    this.props.onReset();
  }

  render() {
    if (this.state.hasError) return <></>;
    return this.props.children;
  }
}

const Documents: React.FC = () => {
  const [documents, setDocuments] = useState<DocumentItem[]>([]);
  const [loading, setLoading] = useState<boolean>(true);
  const [selectedPdf, setSelectedPdf] = useState<DocumentItem | null>(null);
  const [webViewKey, setWebViewKey] = useState<number>(generateRandomKey());

  const fetchDocuments = async () => {
    setLoading(true);
    try {
      const agentIdStr: string = (await StorageService.getData("agentId")) || "0";
      const agentId: number = parseInt(agentIdStr, 10);
      const response: DocumentItem[] = await ApiService.getDocuments(agentId);
      setDocuments(response);
    } catch (error) {
      console.error("[Documents] Error fetching documents:", error);
    } finally {
      setLoading(false);
    }
  };

  useFocusEffect(
    useCallback(() => {
      fetchDocuments();
    }, [])
  );

  const openPdf = async (documentId: number) => {
    try {
      const agentIdStr: string = (await StorageService.getData("agentId")) || "0";
      const agentId: number = parseInt(agentIdStr, 10);
      const latestDocuments: DocumentItem[] = await ApiService.getDocuments(agentId);
      const latestDoc = latestDocuments.find((doc) => doc.id === documentId);
      if (!latestDoc) return;

      setWebViewKey(generateRandomKey());
      setSelectedPdf(latestDoc);
    } catch (error) {
      console.error("[Documents] Failed to open PDF:", error);
    }
  };

  const closePdf = () => setSelectedPdf(null);

  if (loading) return <ActivityIndicator size="large" style={{ flex: 1 }} />;

  return (
    <View style={{ flex: 1 }}>
      {/* Document List */}
      {!selectedPdf && (
        <ScrollView showsVerticalScrollIndicator={false}>
          <View style={{ margin: 15, marginBottom: 10 }}>
            <View style={Styles.card}>
              <Text style={Styles.headerText}>All Documents</Text>
              {documents.map((item) => (
                <View key={item.id} style={Styles.itemContainer}>
                  <TouchableOpacity onPress={() => openPdf(item.id)}>
                    <View style={Styles.itemWrapper}>
                      <View style={Styles.itemLeft}>
                        <Image
                          source={require("../../../assets/images/fileview.png")}
                          style={Styles.fileIcon}
                        />
                        <Text style={Styles.itemText}>{item.documentName}</Text>
                      </View>
                      <Image
                        source={require("../../../assets/images/forward_icon.png")}
                        style={Styles.arrowIcon}
                      />
                    </View>
                  </TouchableOpacity>
                  <View style={Styles.attachmentsingleline} />
                </View>
              ))}
            </View>
          </View>
        </ScrollView>
      )}

      {/* PDF Viewer */}
      {selectedPdf && (
        <WebViewErrorBoundary onReset={() => setWebViewKey(generateRandomKey())}>
        <WebView
  key={webViewKey}
  source={{
    uri: `https://docs.google.com/gview?embedded=true&url=${encodeURIComponent(
      selectedPdf.fileUrl
    )}`,
    headers: { "Cache-Control": "no-cache", Pragma: "no-cache" },
  }}
  cacheEnabled={false}
 startInLoadingState={true}  
 style = {{marginTop: 20, width: Dimensions.get('window').width, height: Dimensions.get('window').height}}
  nestedScrollEnabled={true}
  javaScriptEnabled={true}
  domStorageEnabled={true}
  renderLoading={() => <ActivityIndicator size="large" style={{ flex: 1 }} />}
  onError={() => {
    Alert.alert(
      "PDF Error",
      "Preview not available. Do you want to open in browser?",
      [
        { text: "Cancel", style: "cancel" },
        { text: "Open", onPress: () => Linking.openURL(selectedPdf.fileUrl) },
      ]
    );
  }}
  onContentProcessDidTerminate={() => {
    console.warn("[Documents] WebView content terminated, reloading...");
    setWebViewKey(generateRandomKey());
  }}
/>
        </WebViewErrorBoundary>
      )}
    </View>
  );
};

export default Documents;
Reasons:
  • Blacklisted phrase (1): also facing this
  • Long answer (-1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31543668

79771588

Date: 2025-09-22 12:10:13
Score: 3
Natty:
Report link

I managed to resolve the problem with reinstalling Emscripten (build from source) and also the build scripts inside ffmpeg.wasm was very useful, and if you are not using Docker see the Dockerfile because you will need to set some environment variables before using the mentioned scripts.

There are two articles that are useful for learning compilation of FFmpeg into WebAssembly:

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

79771577

Date: 2025-09-22 12:03:11
Score: 3.5
Natty:
Report link

In Bit Flows Pro,the flow runner timeout is 20 seconds. However, if your server or application environment has a lower timeout configured, the process may stop earlier, which could explain why the flow ends before reaching the final nodes, even though it reports as “SUCCESS.”

A possible solution can be increasing the timeout limits on your server side , so that they are set higher than our flow runner timeout. That way, the entire flow has enough time to complete all nodes without being cut short.

Also please share the flow by exporting with me so that I can figure out the issue

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abrar Faisal

79771575

Date: 2025-09-22 12:01:10
Score: 0.5
Natty:
Report link

Let's combine:

Result :

WITH sm AS (SELECT name FROM sqlite_master WHERE type = 'table')
SELECT * FROM PRAGMA_TABLE_INFO(sm.name), sm ORDER BY sm.name, 1;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zyglute

79771572

Date: 2025-09-22 12:00:09
Score: 2
Natty:
Report link

Building off of Austin's answer since I was also looking for an example where (tight) big-O and big-W for worst case was different. Think of this: we have some (horrible) code where we have determined that the runtime function for the worst case inputs set is 1 when n is odd and n when n is even. Then, the upper bound of the runtime of the worst case of this code is O(n), while the lower bound is W(1).

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

79771571

Date: 2025-09-22 11:59:09
Score: 2.5
Natty:
Report link

Abandoning PR helped me. I abandoned my PR, added a small change in the branch, started to create a new PR - and it got updated

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

79771570

Date: 2025-09-22 11:59:09
Score: 1
Natty:
Report link

No. On Xtensa (ESP32/ESP32-S3), constants that don’t fit in an instruction’s immediate field are materialized from a literal pool and fetched with L32R. A literal-pool entry is a 32-bit word, so each such constant costs 4 bytes even if the value would fit in 16 bits.

Why you’re seeing 4 bytes:

GCC emits L32R to load the constant into a register; L32R is a PC-relative 32-bit load from the pool. There’s no 16-bit “L16R” equivalent for literal pools on these cores. (Small values may be encoded with immediates like MOVI/ADDI, but once the value doesn’t fit, it becomes a pooled literal.)

What you can do instead (to actually use 16-bit storage):

Put thresholds in a table of uint16_t in .rodata (Flash) and load them at run time, instead of writing inline literals in expressions. That lets the linker pack them at 2 bytes each (modulo alignment), and the compiler can load them with 16-bit loads (l16ui) and then compare.

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

79771569

Date: 2025-09-22 11:58:07
Score: 4
Natty:
Report link

You can tag the source with an annotation @JsonProperty

Ex: enter image description here in myDto, although the variable that I define is the same as the one that I define in @Jsonproperty, but it's not the same. The problem that leads to this is the auto-generation of @Getter and @Setter by Loombook

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @JsonProperty
  • User mentioned (0): @Jsonproperty
  • User mentioned (0): @Getter
  • User mentioned (0): @Setter
  • Low reputation (1):
Posted by: Công Hùng

79771568

Date: 2025-09-22 11:58:07
Score: 1.5
Natty:
Report link

This kind of roadblock is exactly why many organisations prefer something called a Mobile Device Management (MDM) Solution. Instead of relying on StageNow or custom scripts, an MDM gives direct visibility into serial numbers, IMEI, and other identifiers across ethe ntire fleet. It not only saves time but also sets a bar as to how these values are pulled and stored, which are critical when you are scaling and testing beyond few units. There are some really MDM solutions in the market like Scalefusion or SOTI.

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

79771559

Date: 2025-09-22 11:49:05
Score: 1.5
Natty:
Report link

The error “Error response from daemon: manifest for during publish” usually occurs when the Docker image you are trying to push or pull does not exist or the tag is incorrect. To resolve this issue:

By following these steps, your Docker deployment for NCERT Solutions Class 7 via Veda Academy should work smoothly without manifest errors.

Visit for more info: https://vedaacademy.in/ncert-solutions/ncert-solutions-class-7

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

79771553

Date: 2025-09-22 11:44:03
Score: 3.5
Natty:
Report link

Saving the bat file using code page 850 solved the problem for me

850 is the default windows code page for UK

I knew there had to be a trivial solution

Thanks to all who responded, espeacialy @Mark Tolonen

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Mark
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: MymsMan

79771548

Date: 2025-09-22 11:37:02
Score: 2
Natty:
Report link

See, let me tell you what you did wrong here. What I am guessing here is that you allow guest posts on your websites that are draining your juice, which you are now referring to as Spam. And you have deleted it via your CMS directly. What was supposed to be done here is that you should have first used GSC to disinfect each of them and then deleted them. And still, you do not need to worry; it is a matter of days, but it will get deindexed. But yes te repution damage is real

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

79771547

Date: 2025-09-22 11:35:01
Score: 2
Natty:
Report link

If you really want to force a PDF to be viewed in the browser and to parse the document to get the pagecount, is to implement something like "pdf.js"

see https://mozilla.github.io/pdf.js/getting_started/

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

79771542

Date: 2025-09-22 11:27:59
Score: 0.5
Natty:
Report link

After some futher thoughts, I came to the conclusion that the answer is actually very simple: Just remove the increment after completion of the foreach loop:

#macro(renderChildItems $item $indentLevel)
  #set($childItems = $transaction.workItems().search().query("linkedWorkItems:parent=$item.fields.id.get AND NOT status:obsolete AND type:(design_decision system_requirement)").sort("id"))
  #foreach($child in $childItems)
    <tr>
    <td style="padding-left:$indentLevel$px">
      $child.render.withTitle.withLinks.openLinksInNewWindow()
    </td>
    </tr>
    #set($indentLevelNew = $indentLevels + $indentSizeInt)
    #renderChildItems($child $indentLevelNew)
  #end
#set($indentLevelNew = $indentLevels - $indentSizeInt) ##NEW
#end
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sebastiaan Voorderhake

79771541

Date: 2025-09-22 11:27:59
Score: 1.5
Natty:
Report link
Name=fires
TypeName=fires
TimeAttribute=time
PropertyCollectors=TimestampFileNameExtractorSPI[timeregex](time)
Schema=*the_geom:Polygon,location:String,time:java.util.Date
CanBeEmpty=true

ai-generated, fires - it is a name data store (maybe its mapping)

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

79771532

Date: 2025-09-22 11:09:54
Score: 4
Natty: 4.5
Report link

https://pub.dev/packages/keyboard_safe_wrapper

This package solves your problem.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Zeinab Kouhkan

79771516

Date: 2025-09-22 10:50:49
Score: 0.5
Natty:
Report link

TLDR:

Full Answers:

how does Truffle identify the code to optimize?

Truffle starts partial evaluation at RootNode.execute(VirtualFrame). During partial evaluation, the RootNode instance itself is treated as a constant, while the VirtualFrame argument represents the dynamic input to the program.

Beyond that, Truffle does not use reflection or heuristics to discover execute() methods. It simply follows the normal Java call graph starting from the RootNode. Any code reachable from that entry point is a candidate for partial evaluation.

This means you can structure Node.execute(..) calls however you like, but for the compiler to inline and optimize them, the node instances must be constant from the RootNode’s point of view. To achieve that you should:

Granularity and @TruffleBoundary

Granularity matters a lot. Many small, type-specialized Node subclasses typically optimize better than one monolithic execute() method. @TruffleBoundary explicitly stops partial evaluation/inlining across a method boundary (useful for I/O or debugging), so placing it incorrectly can destroy performance. The usual pattern is to keep “hot” interpreter code boundary-free and push any side effects or slow paths behind boundaries.

Truffle DSLs and compiler directives

The DSLs (Specialization, Library, Bytecode DSL) are not strictly required for peak performance. Anything the DSL generates you could hand-write yourself. However, they dramatically reduce boilerplate and encode best practices: specialization guards, cached values, automatic rewriting of nodes, etc. This both improves maintainability and makes performance tuning much easier.

Similarly, compiler directives (@ExplodeLoop, @CompilationFinal(dimensions = ...), etc.) give the optimizer hints. They are incremental , you can start with a naïve interpreter, but expect to add annotations to reach competitive performance. Without them, partial evaluation may not unroll loops or constant-fold as expected.

Performance expectations and inspection

Truffle interpreters are not automatically fast. A naïve tree-walk interpreter can easily be slower under partial evaluation than as plain Java. Understanding how PE works, constants vs. dynamics, call graph shape, guard failures, loop explosion, etc. is essential.

In practice, most language implementers end up inspecting the optimized code. Graal provides two main tools:

The Truffle docs have a dedicated “Optimizing Your Interpreter” guide that demonstrate the patterns. I would also recommend checking out the other language implementations for best practices.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @TruffleBoundary
  • Low reputation (0.5):
Posted by: Christian Humer

79771510

Date: 2025-09-22 10:45:48
Score: 1
Natty:
Report link

Do not use next/head in App Router. Remove it from your components if present.
Make sure your layout.tsx has proper structure:

export default function RootLayout({ children }: { children: React.ReactNode }) {
  return (
    <html lang="en">
      <body>{children}</body>
    </html>
  );
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dhiraj Rupnawar

79771503

Date: 2025-09-22 10:40:47
Score: 2.5
Natty:
Report link

Convex hull is possible, there are so many ways to do that, it may not be fully accurate. Concave hull is some extra process on a convex hull, like splitting the edge with the nearest vertex that stays in between them. I think there is no simple and widely accepted solution for that.

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

79771492

Date: 2025-09-22 10:24:42
Score: 0.5
Natty:
Report link

I had the same issue when running dotnet publish for multiple platforms using a bash script (Windows / MacOS). In my case, the fix turned out to be running dotnet clean before the publish.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thomas Van Iseghem

79771491

Date: 2025-09-22 10:24:42
Score: 3.5
Natty:
Report link

If the device's traits don't match the reported state, it might not render correctly.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Valeria Jiménez Rodríguez

79771487

Date: 2025-09-22 10:22:41
Score: 2.5
Natty:
Report link

Check if you are really using the correct version of Java in the project. In my case, after downloading the project, JDK 21 was selected by default, but the project was on 8 :) Changing it helped.

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

79771480

Date: 2025-09-22 10:10:38
Score: 0.5
Natty:
Report link

You have a typo in your -e PORT:8996. This must be = instead of ::

-e PORT=8996

But this configuration setting is non-useful and add complexity. Best is to remove -e PORT=8996, openproject will still listen on 80 within the container, but your -p 8996:80 will make openproject listen on another port on your host.

For your "Invalid host_name configuration" error, did you well access openproject using http://localhost:8996? (we cannot see the whole URL you posted, it seems truncated)

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: RCDevs Security

79771473

Date: 2025-09-22 10:01:35
Score: 0.5
Natty:
Report link

Right now your animation looks shaky because you’re resizing the whole window with window.setAttributes() on every frame that forces android to relayout the entire activity and it stutters. The smoother way is to put your dialog content inside a container view (like a FrameLayout), start it at half screen height and then animate that view’s height using a ValueAnimator. That way only the container is remeasured not the whole window, and the animation runs much more smoothly. Also use an interpolator like DecelerateInterpolator instead of LinearInterpolator to make the motion feel natural.

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

79771468

Date: 2025-09-22 09:56:34
Score: 1
Natty:
Report link

By using the relative path, the problem will be solved i.e cat ./file\ name\ with\ spaces or cd ./file\ name\ with\ spaces

It'll work.

Instead of placing the escape characters, click tab after two or three characters(do not forget "./")

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

79771464

Date: 2025-09-22 09:51:32
Score: 4
Natty:
Report link

can we integrate it in all kind of situations

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can we in
  • Low reputation (1):
Posted by: user1584380

79771448

Date: 2025-09-22 09:32:27
Score: 1
Natty:
Report link

When deciding whether to use a flowchart or a sequence diagram to describe a process, it really depends on what you want to explain. At Cloudairy, we often suggest starting with a flowchart when you want to give a simple, high-level view of a process. Flowcharts are perfect for showing the steps and decisions in a workflow — for example, “User signs up → Email is verified → Account is created.” They are easy for business teams, managers, and clients to understand because they focus on what happens next and where decisions are made.

A sequence diagram, on the other hand, is more technical. It shows the order of interactions between systems, components, or people over time. If you want to describe how your front-end, back-end, and database communicate during a login process, a sequence diagram is ideal. It helps developers visualize requests, responses, and timing issues so they can build or troubleshoot the system correctly.

In practice, many Cloudairy projects use both: flowcharts to get everyone on the same page, then sequence diagrams to capture the technical details. So, think about your audience — if you’re presenting to business stakeholders, use a flowchart. If you’re documenting for developers, go with a sequence diagram.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: yagna cloudairy

79771442

Date: 2025-09-22 09:27:26
Score: 0.5
Natty:
Report link

Unset the max-width from the parent container and use the full vw centred

.overflow-slider {
  max-width: none !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shark Lasers

79771438

Date: 2025-09-22 09:20:24
Score: 4.5
Natty: 5
Report link

I've create a post install script which can be found here github.com/firebase/firebase-ios-sdk/issues/15347

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

79771436

Date: 2025-09-22 09:20:24
Score: 2
Natty:
Report link

You don’t need to declare @JsonKey() anymore. The latest json_serializable updates handle most cases automatically, so your models should work fine without explicitly adding it.

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

79771420

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

I have also resolved this problem by selecting Business Intelligence option during SSMS21 installation.

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

79771416

Date: 2025-09-22 08:55:17
Score: 1.5
Natty:
Report link

you can disable it with this step
open keyboard setting
enter image description here

select Write in text field
enter image description here

disable by toggle Use Stylus to write in text fields
enter image description here

Now when you pop the keyboard setting screen everything should be fine now
enter image description here

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

79771412

Date: 2025-09-22 08:52:15
Score: 8.5 🚩
Natty: 5.5
Report link

I'm in the same position, did you find a solution?

Reasons:
  • RegEx Blacklisted phrase (3): did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hugo Arias

79771410

Date: 2025-09-22 08:47:14
Score: 4.5
Natty:
Report link

I have exactly the same problem. Except that I don't have tabBar.isTranslucent = false in my code.

The bottom constraint of my ViewController that is displayed is also attached to the view's bottomAnchor, and not to contentLayoutGuide bottomAnchor.

Is anyone else unable to solve this problem with isTranslucent?

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): I have exactly the same problem
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: FabioDev

79771404

Date: 2025-09-22 08:41:12
Score: 5.5
Natty:
Report link

I think that bidirectional association in SysML v2 is crossing relationship, but I am not sure - pls can someone confirm this?

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

79771400

Date: 2025-09-22 08:35:04
Score: 7.5 🚩
Natty:
Report link

I am having the exact same problem as @vuelicious, also realized about the latency values and try to delay the playtime that latency to sync the screen but still the delay is much higher than the output latency value.

Did any of you found an approach to manage this delays?

Thank you so much!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the exact same problem
  • Contains question mark (0.5):
  • User mentioned (1): @vuelicious
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Ricardo Pardo

79771393

Date: 2025-09-22 08:31:03
Score: 3
Natty:
Report link

The leading “I” actually stands for “import” so as to sometimes identify imported vehicles.

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

79771378

Date: 2025-09-22 08:07:57
Score: 0.5
Natty:
Report link

The accepted answer is correct, but I'd like to add:

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

79771374

Date: 2025-09-22 08:00:56
Score: 2.5
Natty:
Report link

I recommend taking a look at this repository:
https://github.com/AleCucina/chrome-extension-remote-scripts

It shows a way to work around the restriction using JavaScript AST and an interpreter.

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

79771370

Date: 2025-09-22 07:55:54
Score: 5
Natty: 4
Report link

And why not use a thread? Is it not better?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Shlomo Abuisak

79771368

Date: 2025-09-22 07:54:54
Score: 1.5
Natty:
Report link

kollaR is an newly released eye tracking package for eye tracking analyses. It includes functions for fixation and saccade classification, area-of-interest based analyses and nice visualizations for publications. kollaR was specifically designed fo facilitate comparisons and validations of event classification algorithms. This can help you select an analysis pipeline suitable for your data. kollaR is available on CRAN. A demo can be found here:

https://drjohanlk.github.io/kollaR/demo.html

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Johan Lundin Kleberg

79771357

Date: 2025-09-22 07:38:50
Score: 3
Natty:
Report link

It's called Item Number Fields - It's under Menu: Customization > Lists, Records, & Fields > Item Number Fields - here you can add fields to the inventory detail record

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

79771355

Date: 2025-09-22 07:36:49
Score: 2.5
Natty:
Report link

maybe you have to need to use populate to get username instead of objectID in getData fn.
try to populate "owner" and "username" in fetch in getdata and then maybe you can
access {owner?.username}

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jeel Rupareliya

79771335

Date: 2025-09-22 07:21:45
Score: 1.5
Natty:
Report link

In my case i forgot to import

implementation(libs.androidx.ui.tooling)

and only had the tooling preview imported:

implementation(libs.androidx.ui.tooling.preview)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: chelz

79771334

Date: 2025-09-22 07:20:45
Score: 2
Natty:
Report link

I had this problem and I tried everything, but none of them worked. At last, I uninstalled the GitHub Copilot extensions and disabled the Copilot feature in VS Code, as it seemed this conflict was causing an issue in my workspace. Then, I deleted my project and cloned it again from GitHub, which fixed the issue.

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

79771302

Date: 2025-09-22 06:43:35
Score: 3
Natty:
Report link

Мешает BrancheCache, остановить можно net stop PeerDistSvc

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

79771291

Date: 2025-09-22 06:27:32
Score: 2.5
Natty:
Report link

I recommend taking a look at this repository:

Chrome-Extension-Remote-Scripts-Manifest-V3

It shows a way to work around the restriction using JavaScript AST and an interpreter.

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

79771290

Date: 2025-09-22 06:23:31
Score: 1.5
Natty:
Report link

i faced the same problem with onUploadProgress in my nextjs/nestjs app which i have this flow user choose a file i sent it to my backend and my backend send it to object storage , its not the same situation but it can help you undestand . onUploadProgress reach 100% and the download to object storage has not finished yet in reality and after wasting a lot of time with it : onUploadProgress show 100% when the file has finished uploading from your client/browser to your backend (server) and in dev mood or localhost this is is very fast so thats why it appear 100% direclty after choosing file but when deploying in production mood u will notice that it take some time its not fast like in dev mood so the 100% that is shown is not the percentage of uploading from server to object storage (its for you to handle calculating the percentage of this)

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

79771285

Date: 2025-09-22 06:16:29
Score: 1.5
Natty:
Report link

By the time of writing this answer,

You might be interested in reading this post which gives an elegant solution based on the Community ID

https://ask.wireshark.org/question/37438/how-to-auto-select-tcp-conversations-the-old-way/?answer=37440#post-id-37440

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Eugène Adell

79771284

Date: 2025-09-22 06:15:28
Score: 1
Natty:
Report link

In ERC-20, the approve function is intended for all token holders and is not a "admin-only" action.This is how it operates:
When you call approve(spender, amount), the contract records: msg.sender allows spender to spend up to amount of their tokens.msg.sender is simply whoever sends the transaction. So you can only approve spending of your own tokens, not someone else’s.A random user can’t approve tokens from your balance they can only approve from their own wallet.For this reason, onlyOwner is not used in the majority of ERC-20 tokens. Ownership is not for regular token transfers or approvals, but rather for administrative tasks like pausing, minting, etc.

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

79771283

Date: 2025-09-22 06:14:28
Score: 1
Natty:
Report link

Given that you only have two columns, something like

df.group_by("Letter").all()

would also give you the desired result. If you have more columns, all() would turn everything except for the group_by column into series of lists.

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

79771281

Date: 2025-09-22 06:13:28
Score: 2.5
Natty:
Report link

I suggest to create a service that will hold and provide your properties to other beans. It will also have a scheduled method, that will periodically check last modified time attribute of your properties file and update properties int your service if it was changed.

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

79771275

Date: 2025-09-22 06:08:26
Score: 1.5
Natty:
Report link

I got caught with the same issue and i changed moduleResolution from nodenext to bundler and webpack build went successful

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

79771261

Date: 2025-09-22 05:47:21
Score: 2.5
Natty:
Report link

# Find the process ID

sudo lsof -i :5000

# Kill the process

sudo kill -9 <PID>

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

79771254

Date: 2025-09-22 05:36:18
Score: 0.5
Natty:
Report link

There’s no universal “better” choice, but here are the main practical reasons why an ESP32-S3 is often a better fit for embedded ML/IoT than a Raspberry Pi Zero 2 W:

  1. Power consumption ESP32-S3: Tens of mA when active, µA in deep sleep. Designed for battery/low-power IoT nodes. RPi Zero 2 W: ~250–350 mA idle, much higher under load. Not practical for battery operation without a big pack. For continuous sensor logging and periodic inference, S3 is far more efficient.

  2. Real-time behavior ESP32-S3 runs bare-metal / RTOS (FreeRTOS). You can sample sensors deterministically at 10–1000 Hz. Pi Zero 2 W runs Linux. Great for flexibility, but not hard real-time → jitter in sensor sampling. For vibration/RPM sensing, deterministic timing is critical.

  3. Integrated connectivity and peripherals ESP32-S3: Wi-Fi, BLE, ADC, SPI, I²C, UART, I²S, CAN built-in. Pi Zero 2 W: Wi-Fi/Bluetooth, but raw sensor I/O needs extra hardware (USB dongles, HATs). With S3 you connect sensors directly, without kernel driver overhead.

  4. Built-in AI acceleration ESP32-S3 has SIMD + ESP-NN kernels (optimized TFLite Micro ops). Run small quantized ML models in ms range. Pi Zero 2 W can run full TensorFlow/PyTorch, but inference overhead is much bigger and not power-efficient. If your model is small (RUL classifier, anomaly detection), S3 handles it natively.

  5. Cost and availability ESP32-S3 modules (N8R8/N16R8): $4–8 range. Pi Zero 2 W: Often hard to find at retail, higher cost (~$15–20 if available).

  6. Simplicity and reliability ESP32-S3 firmware: Single binary, OTA updates possible, boots instantly. Pi: Full OS image, needs SD card, filesystem can corrupt if power is lost. For field-deployed IoT nodes, microcontrollers are usually more robust.

When Raspberry Pi Zero 2 W makes more sense

Summary: Choose ESP32-S3 if you want low-power, real-time, robust edge ML inference with direct sensor IO. Choose Pi Zero 2 W if you need a general-purpose Linux box with heavier ML frameworks or more flexible software stack.

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

79771251

Date: 2025-09-22 05:35:18
Score: 1
Natty:
Report link

Yeah… this one’s on me.

Last night I forgot to charge my phone. Today, in a moment of pure genius, I plugged it into my laptop to charge. Guess what? Expo saw a shiny new physical device and decided, “Oh cool, let’s use that instead of the emulator!”

I then spent a solid hour reinstalling, reinstalling again, questioning my life choices, and convincing myself I broke everything… only to realize the problem was literally my phone being plugged in.

Moral of the story:

Felt very stupid. Learned something new.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Luca Köster

79771235

Date: 2025-09-22 04:47:07
Score: 2
Natty:
Report link

I'm new to Flutter, so here's a solution that worked in my project; it may not be the only way. I just wanted to provide my own version for new users like me.

Notes:

import 'package:web/web.dart' as web;

// link to open
const answerUrl = 'https://stackoverflow.com/questions/ask';

// function to open link in new tab or same page
void openUrl(String url, {bool newTab = true}) {
  try {
    if (newTab) {
      // opens new tab
      final newWindow = web.window.open(url, '_blank');
      if (newWindow == null) {
        // Fallback if browser blocks the popup
        web.window.location.href = url;
      }
    } else {
      // Open directly in the same tab
      web.window.location.href = url;
    }
  } catch (_) {
    // Fallback for cases like Google App on iPhone
    web.window.location.href = url;
  }
}

// ... passing the link to the function inside onPressed
ElevatedButton(
  onPressed: () => openUrl(answerUrl),
  child: const Text("Go to questions"),
)
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (1.5): I'm new
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shamnas Codes

79771208

Date: 2025-09-22 03:41:53
Score: 1.5
Natty:
Report link

The problem is that you're trying to control both the fill color and the animation separately. The better approach is to use CSS animations for the masking effect and control them through classes that you toggle with JavaScript.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Indonesian Flag Globe Animation</title>
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background: linear-gradient(to right, #2c3e50, #4ca1af);
            margin: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .container {
            text-align: center;
            padding: 30px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        h1 {
            color: white;
            margin-bottom: 30px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        .globe-container {
            position: relative;
            width: 300px;
            height: 300px;
            margin: 0 auto 30px;
        }

        .globe {
            width: 100%;
            height: 100%;
        }

        .globe-circle {
            fill: lightBlue;
            transition: fill 0.5s ease;
        }

        .mask {
            fill: white;
        }

        #mask-rect {
            transform: translateY(-100%);
            transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1);
        }

        .globe-container:hover #mask-rect {
            transform: translateY(0);
        }

        .globe-container:hover .globe-circle {
            fill: url(#indo-flag);
        }

        button {
            padding: 15px 40px;
            font-size: 18px;
            background: linear-gradient(to right, #e74c3c, #e67e22);
            color: white;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
            background: linear-gradient(to right, #c0392b, #d35400);
        }

        .instructions {
            color: white;
            margin-top: 20px;
            font-size: 16px;
            opacity: 0.8;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Indonesian Flag Globe</h1>
        
        <div class="globe-container">
            <svg class="globe" viewBox="0 0 200 200">
                <defs>
                    <!-- Indonesian flag gradient -->
                    <linearGradient id="indo-flag" x1="0%" y1="0%" x2="0%" y2="100%">
                        <stop offset="0%" style="stop-color:#e70011;stop-opacity:1" />
                        <stop offset="100%" style="stop-color:#ffffff;stop-opacity:1" />
                    </linearGradient>
                    
                    <!-- Clip path for the globe -->
                    <clipPath id="globe-clip">
                        <circle cx="100" cy="100" r="90" />
                    </clipPath>
                </defs>
                
                <!-- Globe circle with initial color -->
                <circle class="globe-circle" cx="100" cy="100" r="90" />
                
                <!-- Mask for the animation -->
                <g clip-path="url(#globe-clip)">
                    <rect id="mask-rect" x="0" y="0" width="200" height="200" class="mask" />
                </g>
                
                <!-- Globe outline -->
                <circle cx="100" cy="100" r="90" fill="none" stroke="rgba(0,0,0,0.2)" stroke-width="2" />
            </svg>
        </div>
        
        <button id="trigger-button">Hover Me</button>
        
        <p class="instructions">Hover over the button to see the Indonesian flag colors fill the globe</p>
    </div>

    <script>
        const button = document.getElementById("trigger-button");
        const globeContainer = document.querySelector(".globe-container");
        
        // We're using CSS for the animation, but we can also control with JS if needed
        button.addEventListener('mouseenter', () => {
            globeContainer.classList.add('hover');
        });
        
        button.addEventListener('mouseleave', () => {
            globeContainer.classList.remove('hover');
        });
    </script>
</body>
</html>

is above code sufficient?

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: AndyLaode

79771206

Date: 2025-09-22 03:39:53
Score: 2
Natty:
Report link

For anyone who has the related issue, even the chosen best answer not working, get stucked at step Selecting account:

Pls try check the targets: Signing & Capabilities, ensure both your APP and APPTests have selected the correct Team and Bundle identifier.

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

79771201

Date: 2025-09-22 03:29:51
Score: 3
Natty:
Report link

This issue occurred due to an outdated SDK in the app. It is likely that some support for Objective-C was removed in iOS 26, resulting in the crash.

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

79771192

Date: 2025-09-22 02:48:43
Score: 0.5
Natty:
Report link

I too struggled initially setting up Tailwind/Postcss initially, then I configured these steps combining documentations, all youtube tutorials. This will surely work, just go stepwise

Using the new Tailwind CSS Version 4+ Latest supports auto configurations. (learn more about it from documentations).
We don’t have tailwind.config.js and postcss.config.js anymore.

Start a fresh new App


Note: Ensure using Command Prompt CMD Terminal and not Powershell psl or Git Bash or others, inside your code editor.

I face no errors when doing this


1. Using Vite

npm create vite@latest my-app -- --template <template_name>

Eg. For React:

npm create vite@latest my-app -- --template react

2. Enter App

cd my-app
code -r my-app

Opens the app in another VS Code window.

3. Install Tailwind

npm install tailwindcss @tailwindcss/vite

Confirm the installation via package.json

"dependencies": {
  "@tailwindcss/vite": "^4.1.11",
  "react": "^19.1.0",
  "react-dom": "^19.1.0",
  "tailwindcss": "^4.1.11"
}

(With PostCss)

npm install -D @tailwindcss/postcss

and

npm install tailwindcss @tailwindcss/vite

Confirm the installation via package.json

"devDependencies": {
  "@eslint/js": "^9.35.0",
  "@tailwindcss/postcss": "^4.1.13",
  "@types/react": "^19.1.13",
  "@types/react-dom": "^19.1.9",
  "@vitejs/plugin-react": "^5.0.2",
  "eslint": "^9.35.0",
  "eslint-plugin-react-hooks": "^5.2.0",
  "eslint-plugin-react-refresh": "^0.4.20",
  "globals": "^16.4.0",
  "vite": "^7.1.6"
}

4. Add these two lines inside vite.config.js

import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'  //1. Line 1

// https://vite.dev/config/
export default defineConfig({
  plugins: [
    tailwindcss(),   //2. Line 2
    react()
  ],
})

And press CTRL + S to save.

5. Import plugin inside React within CSS at top

project/src/index.css

@import "tailwindcss";

:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  .
  .
  remove this default css..
}

6. Configure App.jsx For trial

rfc

export default function App() {
  return (
    <h1 className='text-lg font-bold underline text-red-500'>
      YB-Tutorials
    </h1>
  )
}

7. Start Building

npm run dev

Visit http://localhost:5173/

Done...!

Test-app

Reasons:
  • RegEx Blacklisted phrase (1): I face no error
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: dev_yash

79771187

Date: 2025-09-22 02:41:41
Score: 0.5
Natty:
Report link

For people following the Nest.js Passport.js tutorial that end up having this issue, what fixed it for me is adding the secret as an option again

this.jwtService.sign(payload, {
    secret: jwtConstants.secret
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hkisthebest

79771183

Date: 2025-09-22 02:20:37
Score: 0.5
Natty:
Report link

Based on recent open-source benchmarks (https://github.com/chrisgleissner/loom-webflux-benchmarks), virtual threads consistently achieved same or even better performance than Project Reactor. This indicates that if your main concern is simply overcoming performance bottlenecks related to thread overhead or blocking I/O, the answer is YES, virtual threads alone are often sufficient and provide a simpler programming model.

But, the reactive programming model brings benefits beyond reducing thread usage. Frameworks like Project Reactor are inherently event-driven, which provide strong support for:

The model itself—not just the performance—is a key advantage. A concrete example is the recent wave of AI chatbot applications, which must handle massive numbers of concurrent requests, integrate with third-party APIs during a conversation, and stream partial responses back to users in real time. With Reactor, this can be naturally implemented using Flux and Sinks, while with virtual threads you would need to manually manage event emission, which is less straightforward.

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

79771180

Date: 2025-09-22 02:18:36
Score: 2.5
Natty:
Report link

Change formFields to be IEnumerable<FormItem>. The default router and json parser doesn't see a json array as a .NET array.

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

79771171

Date: 2025-09-22 01:47:30
Score: 1.5
Natty:
Report link

This code doesn't have that issue. Does it solve your problem?

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Demo</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
<style>
dialog {
    position: relative;
    border: 1px solid black; /* Default is 2px. */
}
dialog::backdrop {
    background-color: salmon;
}
#closeButton {
    font-size: 1.5em;
    line-height: .75em;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding: 3px;
}
#closeButton:hover {
    cursor: pointer;
    background-color: black;
    color: white;
}
</style>
</head>
<body>
    <dialog>
        <div id="closeButton" onclick="this.parentNode.close()">×</div>
        <p>This is a dialog box.</p>
    </dialog>

<script>
    document.getElementsByTagName('dialog')[0].showModal(); // Or show() for a non-modal display.
</script>
</body>
</html>
Reasons:
  • RegEx Blacklisted phrase (1.5): solve your problem?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Frank Conijn - Support Ukraine

79771169

Date: 2025-09-22 01:43:29
Score: 3
Natty:
Report link

I went through the same situation.

enter image description here

If there is no org policy, you must create it.

I thought this was an organizational policy because the item default was created for some reason, but it wasn't.

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