79270912

Date: 2024-12-11 08:03:10
Score: 1
Natty:
Report link

I was using Python 3.13 but only a very early version of the PyWorkforce package was compatible with that (currently very recent) Python version. In my case it was fine to switch to Python 3.12, so I've fixed it that way.

python3.12 -m venv venv
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Lodewijck

79270906

Date: 2024-12-11 08:02:09
Score: 5
Natty:
Report link

here is a solution you can look into https://github.com/flutter/flutter/issues/159927#issuecomment-2534334711

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

79270905

Date: 2024-12-11 08:02:09
Score: 0.5
Natty:
Report link

The TypeScript Playground now supports this by Automatic Type Acquisition (ATA) https://www.typescriptlang.org/play/#handbook-4

So your original code should just work now, as it is

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

79270903

Date: 2024-12-11 08:02:09
Score: 1
Natty:
Report link

Image recognition is a powerful AI-driven technology that enables systems to analyze and interpret visual content from images. It identifies objects, people, scenes, and activities within images and can even detect text or analyze facial features. Advanced features include content moderation to flag inappropriate content, facial comparison for identity verification, and scene understanding for categorization. This technology is widely used across industries for tasks like automating workflows, enhancing security, and improving user experiences by providing insights from visual data.

For an accurate and affordable image recognition service, visit RapidAPI. https://rapidapi.com/maruf111/api/visual-rekognition-and-image-detection

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

79270902

Date: 2024-12-11 08:02:09
Score: 3
Natty:
Report link

Pre() is a mongoose method that we can use to perform operations before create schema object . it returns schema object that you define using mongoose schema.

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

79270900

Date: 2024-12-11 08:01:08
Score: 0.5
Natty:
Report link

Just if anyone else is struggling with this on v1.0. You can get the referenced message using the id of the referenced attachment

/users/{id}/messages/{referencedAttachmendId}

or the mime message

/users/{id}/messages/{referencedAttachmendId}/$value
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: griesi

79270896

Date: 2024-12-11 08:00:08
Score: 2.5
Natty:
Report link

You can specify a filter as follows.

options := &redis.FTAggregateOptions{Filter: "@name=='foo' && @age < 20", DialectVersion: dlc}
res, err := client.FTAggregateWithArgs(ctx, "idx1", "*", options).Result()

Find more examples here.

Is this what you are looking for?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Mirko Ortensi

79270891

Date: 2024-12-11 07:59:08
Score: 0.5
Natty:
Report link

Certain characters in URL need to be percent-encoded, in JMeter there is __urlencode() function which can do percent-encoding for you.

Also given you're capable of running your request in Postman you should be able to record it using JMeter's HTTP(S) Test Script Recorder

  1. Configure Postman to use JMeter as the proxy

    enter image description here

  2. Import JMeter's certificate into Postman

    enter image description here

  3. Run your request in Postman -> JMeter will capture the request and generate appropriate HTTP Request sampler configuration

More information: How to Convert Your Postman API Tests to JMeter for Scaling

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Ivan G

79270888

Date: 2024-12-11 07:57:07
Score: 1
Natty:
Report link

Imagine you're at a game show, and the host asks you a tricky question. Now, you've got two options:

The LLM Way: You're a super-smart contestant who's memorized an entire encyclopedia. You hear the question, and boom! The answer pops into your head faster than you can say "Final Jeopardy." That's your standard LLM - quick, snappy, and relying entirely on what it already knows.

The RAG Way: Now, picture this - you're still smart, but instead of memorizing everything, you've got a secret weapon: a lightning-fast librarian buddy hiding backstage. When you hear the question, you whisper it to your buddy, who then sprints through a massive library, grabs the most relevant books, speed-reads them, and whispers the key info back to you. Then you combine this fresh intel with your own smarts to craft the perfect answer. Cool, right? But obviously, it takes a bit longer than just blurting out what's already in your head.

That's RAG in a nutshell - it's like having a super-speedy research assistant helping you out. It might take a few extra seconds, but it can pull out some impressive, up-to-date answers! It's the difference between being a know-it-all and being a "know-it-all with a turbo-charged fact-checker on speed dial."

So, while RAG might be a tad slower, it's like the difference between fast food and a gourmet meal - sometimes, it's worth the wait for that extra flavour and accuracy!

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

79270884

Date: 2024-12-11 07:56:07
Score: 1.5
Natty:
Report link

Local means the tunnel is created with -L flag, not -R. Forward port is from which port you will be accessing this ip:port server you are trying to create a tunnel from on your local. You will be accessing it on your local from localhost:1338. Destination server is the ip:port combination you want to forward to your local on remote side. ssh server is the ip:port of the remote machine you are ssh-connected (yours contains a domain name but anyhow, you get the basics). Port is by default 22, if you didn't explicitely change it, which you did if you conscienciously wrote 7822 at the end as port.

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

79270870

Date: 2024-12-11 07:50:05
Score: 15 đŸš©
Natty: 5.5
Report link

I have the same error today (yesterday it was running just fine), did you found solution for this?

thanks in advance!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (3): thanks in advance
  • RegEx Blacklisted phrase (3): did you found solution
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28729070

79270866

Date: 2024-12-11 07:49:04
Score: 1
Natty:
Report link

Yes, you can make your handler generic with a generic constraint.

public class CommandHandler<T> : INotificationHandler<T> where T : Notifcation
{
    //universal handler
    public Task Handle(T notification)
    {
        //serialization and logging, don't care what body will command have
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: stho

79270859

Date: 2024-12-11 07:47:03
Score: 1
Natty:
Report link

This issue may occur due to compatibility problems with the version of Android Studio you're using. I recommend upgrading to:

Android Studio Jellyfish | 2023.3.1 RC 1 Build #AI-233.14808.21.2331.11643467, built on March 29, 2024

This version includes updates to the Gradle plugin and build system that address many issues like the one mentioned.

Here are the relevant details for the recommended version:

Runtime Version: 17.0.10+0--11572160 (OpenJDK 64-Bit Server VM by JetBrains s.r.o.) Operating System: Windows 11.0 Plugins: Dart (233.15271) Flutter (82.1.1) You can download this version from the official Android Studio website under the preview or stable releases section. Upgrading should resolve the error you're facing.

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

79270856

Date: 2024-12-11 07:46:03
Score: 3.5
Natty:
Report link

Well, the problem was Posthog crashing whole app..

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

79270853

Date: 2024-12-11 07:43:02
Score: 1
Natty:
Report link

Why This Innovation is Unique

  1. Dynamic Credit and Debit Integration
    This solution seamlessly pairs credit and debit cards to share credit limits, enabling real-time balance checks and transaction rerouting without manual intervention. It uniquely allows debit cardholders to access paired credit resources when funds are insufficient.

  2. Combined Benefits Across Card Types
    Unlike traditional reward systems that silo offers to specific card types, this solution aggregates and shares benefits (e.g., travel card rewards combined with cashback benefits) across all paired cards, maximizing value for users.

  3. Privacy-Preserving Design
    The solution ensures transaction and offer data remain private to individual cardholders, even within a shared pairing system. Kafka's partitioning and encryption ensure no transaction details are exposed to other cardholders.

  4. Real-Time Event-Driven Architecture
    Leveraging Kafka and Kafka Streams, this innovation processes pairing requests, balance checks, and reward calculations in real-time, enabling low-latency transactions and dynamic decision-making for optimal rewards.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Starts with a question (0.5): Why This In
  • Low reputation (1):
Posted by: user3437426

79270852

Date: 2024-12-11 07:43:02
Score: 2.5
Natty:
Report link

Csikmum houmvava gen ou vej je nouma nĂĄj csunĂĄj oszil szil vojam BIKICSUNÁJ Óóó de BIKICSUNÁJ csunĂĄj BIKICSUNÁJ vicsĂĄj BIKICSUNÁJ – tĂș rilisz tĂș szĂ­n szamdĂș BIKICSUNÁJ – Ăł rĂĄjsz szialĂĄjszĂ­ mĂĄjoszĂĄj venszorĂ­zi vinyĂł bĂ©nking csunĂĄj Ăł rö BIKICSUNÁJ

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

79270851

Date: 2024-12-11 07:43:02
Score: 3.5
Natty:
Report link

No, i cannot use DateTime.Now, because it will be saved to view as constant date - as you can see in your own output.

i used $$now function - it works as expected, so thanks Joe!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): i cannot
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: IchLiebeKadarka

79270850

Date: 2024-12-11 07:43:02
Score: 1.5
Natty:
Report link

you can increase width of scrollbar by following css

::-webkit-scrollbar { width: 40px; height: 8px; } ::-webkit-scrollbar-track { background-clip: content-box; border: 2px solid transparent; } ::-webkit-scrollbar-thumb { background-color: #231f20; } ::-webkit-scrollbar-thumb:hover { background-color: #231f20; } ::-webkit-scrollbar-corner, ::-webkit-scrollbar-track { background-color: red; }
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: gadhafi aluva

79270849

Date: 2024-12-11 07:43:01
Score: 1
Natty:
Report link

While following the nextjs doc and Next.js: debug server-side launch configuration for windows, I was also getting same issue while trying to debug server side code. I was able to fix it by removing the --turbopack from the package.json. I was working on nextjs-dashboard sample application which already has this in package.json: https://github.com/vercel/next-learn/tree/main/dashboard/starter-example

Eg.

  "scripts": {
    "build": "next build",
    "dev": "next dev --turbopack",   # remove this --turbopack
    "start": "next start"
  },

I am new to nextjs so don't know what effect does --turbopack creates and why removing it fixed the debugging breakpoint issue. But my gut feeling says that there has to be some fix

Reasons:
  • RegEx Blacklisted phrase (1.5): I am new
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nitiraj

79270848

Date: 2024-12-11 07:42:01
Score: 0.5
Natty:
Report link

You can use tools/deploy/export_model.py to directly convert into onnx format. https://github.com/nhannt69/detectron2/blob/main/tools/deploy/export_model.py

Command: python tools/deploy/export_model.py --config-file [cfg file].yaml --sample-image [image].jpg --output weight --export-method tracing --format onnx MODEL.WEIGHTS [weight].pth MODEL.DEVICE cpu

Good luck.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: 5063 Nguyễn Trọng NhĂąn

79270839

Date: 2024-12-11 07:40:01
Score: 1.5
Natty:
Report link

You can use an ArgType mapping for children, so that a string is written to the story args, and the (unsupported) JSX is defined in the meta (and untouched by story generation)

https://storybook.js.org/docs/api/arg-types#mapping

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: shilman

79270829

Date: 2024-12-11 07:37:00
Score: 2.5
Natty:
Report link

Missing DKIM record , is the reason for response: permerror(no key) at appmaildev DKIM test . check dig txt ._domainkey.<domain_name> +trace +answer

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Akula Kanaka Durga

79270824

Date: 2024-12-11 07:36:00
Score: 0.5
Natty:
Report link

As Postman is preparing your request it url-encodes the query parameters but leaves brackets out if you are not using globbing. However, you do not need to turn globbing off in JMeter to have JSON in the query parameters. You can encode the brackets too like so:

You can do it by hand or find a url encoder online. If you choose the latter, do not give the encoder Postman's partially encoded request as it has already been encoded once and will try to encode the existing '%' characters.

Note: I solved the problem as I was writing it but wanted to keep the question up because I want to learn more alternatives as I am pretty new to all this. *

Note 2: 'encode' word count: 8

Reasons:
  • Whitelisted phrase (-2): I solved
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: P0sitive

79270822

Date: 2024-12-11 07:34:59
Score: 4.5
Natty: 5
Report link

I explain how to do this in my blog post: https://www.brendanmulhern.blog/posts/conversational-ai-course-ai-voice-chat-in-next-js.

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

79270795

Date: 2024-12-11 07:24:55
Score: 4
Natty: 4.5
Report link

After latest announcements from AWS on 20 November 2024 https://aws.amazon.com/blogs/aws/introducing-amazon-cloudfront-vpc-origins-enhanced-security-and-streamlined-operations-for-your-applications/, It is possible for cloudfront to access VPC resources. i.e internal load balancer can be directly attached to Cloudfront.

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

79270793

Date: 2024-12-11 07:24:55
Score: 3.5
Natty:
Report link

This error occurs when we forgot to use () while creating object of labelencoder.

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

79270789

Date: 2024-12-11 07:20:53
Score: 2.5
Natty:
Report link

openssl does not support specifying a start date, You can only specify the valid days through the --days parameter. An easy way is to change your PC's current time, say back to 2001, so you'll get a certificate valid start at 2001.

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

79270786

Date: 2024-12-11 07:19:53
Score: 2
Natty:
Report link

Late to this but hoping it may help someone else coming across it.

Changing the DNS to 8.8.4.4 & 8.8.8.8 on the client solved the issue. For me at least.

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

79270780

Date: 2024-12-11 07:16:53
Score: 0.5
Natty:
Report link

The issue with ngx-scanner not working on mobile is usually related to camera permissions, HTTPS, or browser compatibility. Here’s how to resolve it:

  1. Camera Permissions: Mobile browsers require permission for camera access. Add this:
    navigator.mediaDevices.getUserMedia({ video: true }).catch(err => console.log('Camera permission denied:', err));
  1. HTTPS Required: Browsers block camera access on HTTP. Use HTTPS. Tools like ngrok can expose your localhost over HTTPS.

  2. iOS/Safari Issues: Add playsinline to avoid fullscreen issues:

    <zxing-scanner playsinline="true"></zxing-scanner>
  1. Device Support: Check if getUserMedia is supported:
    if (!navigator.mediaDevices || !navigator.mediaDevices.getUserMedia) {
      console.error('getUserMedia is not supported on this device/browser.');
    }

If you’re looking for a more reliable option, consider Scanbot SDK (disclaimer: I work for them). It offers broader device compatibility and runs in Angular. For an Angular integration quick guide, check out this tutorial.

Reasons:
  • Blacklisted phrase (1): this tutorial
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: j-s-g-shvaa

79270776

Date: 2024-12-11 07:13:52
Score: 2.5
Natty:
Report link

This one worked for me .

https://stackoverflow.com/a/78884451/12066685

I added this blog like this in build.gradle.

subprojects {
afterEvaluate { project ->
    if (project.plugins.hasPlugin("com.android.application") ||
            project.plugins.hasPlugin("com.android.library")) {
        project.android {
            compileSdkVersion 34
        }
    }
}

}

Reasons:
  • Blacklisted phrase (1): this blog
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thaw Zin Naing Soe

79270771

Date: 2024-12-11 07:11:51
Score: 0.5
Natty:
Report link
use System.Linq;

Dict1.Concat(Dict2.Where(d => !Dict1.ContainsKey(d.Key)).ToDictionary(d => d.Key, d => d.Value);

this will make Dict1 contain all dict2 entries. on duplicatekey the Dict2 entry will overwrite the Dict1 entry.

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

79270757

Date: 2024-12-11 07:05:50
Score: 1
Natty:
Report link

This approach tackles elements in the array in different order without using UDFs. For more documentation refer to https://docs.snowflake.com/en/sql-reference/functions/filter

with input as (
  select parse_json(
    '{"custom": [ { "name": "addressIdNum", "valueNum": 12345678},  {"name": "cancelledDateAt", "valueAt": "2024-04-05 01:02:03" }] }')
  as json)
select
    json:custom as value,
    filter(
            value,
            a -> a:name::string = 'addressIdNum'
    )[0]:valueNum::integer as address_id_num,
    cast(
        filter(
            value,
            a -> a:name::string = 'cancelledDateAt'
    )[0]:valueAt as string)::timestamp as cancelled_date_at
from input;


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

79270756

Date: 2024-12-11 07:05:50
Score: 0.5
Natty:
Report link

This is available as a paid feature in the IntelliJ IDE plugin.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Peter Thomas

79270752

Date: 2024-12-11 07:05:50
Score: 3.5
Natty:
Report link
from telethon.tl.types import ChannelParticipantsKicked
from telethon.sync import TelegramClient

api_id = #
api_hash = '#'
group_id = '-#'
client = TelegramClient('apptitle', api_id, api_hash)

async def main():
   await client.start() 
   kicked_members = await client.get_participants(group_id, filter=ChannelParticipantsKicked)
   file_name = 'kicked_members.txt'
   with open(file_name, 'w') as file:
       for member in kicked_members:
       file.write(member + '\n')

I run a find option in windows explorer to find a file kicked_members.txt but it found nothing :( What did i do wrong ?

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

79270751

Date: 2024-12-11 07:05:50
Score: 0.5
Natty:
Report link

The assets used for company branding need to be uploaded to the AzureAD B2C tenant via the Entra Admin Portal GUI. Then, any component that references a branded asset, such as a html template used for a given self asserted page in custom policy, will display the custom branding.

  1. Sign into the Entra Admin Portal https://entra.microsoft.com/
  2. Search for and select "Company Branding" in the top search bar
  3. Select the "Default sign-in" tab, click edit, upload your assets

You will now find that your company branding shows up on B2C self asserted pages.

PSA: due to caching on the servers which serve custom policy, changes to custom policy, assets, etc. can take anywhere from 30 minutes to 1 hour. If you have your custom policy set deployed in dev mode, this time will be cut down to roughly ~ 5 minutes.

The custom policy starter pack Microsoft provides will automatically show this branding without any customizations should you follow the tutorial.

If you are still having issues after uploading your branding to the AzureAD B2C tenant I recommend implementing the starter pack as a separate policy set, observe your branding properly rendered on a self asserted page, then reverse engineer/compare/contrast the starter pack custom policy with your own to fill in the gaps.

As a final reminder, ensure you are actually "in" your AzureAD B2C tenant when uploading your branding assets. For admins who use a single account to hop between multiple tenants... they sometimes (myself included) get mixed up what context they are in. You can change tenants using the tenant switcher here.

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

79270742

Date: 2024-12-11 07:03:50
Score: 2.5
Natty:
Report link

Thank you so much creating this question as a public announcement.

We are currently facing the same issue with our RDS for MySQL 8.0.37 instance: freeable memory consistent drops, and swap usage surges once freeable memory falls below 1 GiB.

Upon reviewing the MySQL 8.0.38 and 8.0.39 release notes, we came across references to two memory leak fixes:

(Source: MySQL 8.0.38 Release Notes)

However, we do not use either Group Replication or authentication_kerberos in our RDS MySQL setup. This leads us to wonder whether the release notes might not fully document the specific memory leak we are encountering.

We would greatly appreciate it if you could share whether you were using any of these MySQL features mentioned in the release notes when you encountered memory leak issues with RDS MySQL 8.0.37. Your input would be greatly helpful in helping us decide whether to upgrade from 8.0.37 to a newer minor version.

Thank you once again for sharing your experience, it has already been a tremendous help!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Low reputation (1):
Posted by: Cornerkicker

79270737

Date: 2024-12-11 07:00:49
Score: 1
Natty:
Report link
CompositionLocalProvider(
    LocalTextSelectionColors provides TextSelectionColors(
        handleColor = /*your custom color*/,
        backgroundColor = /*your custom color*/
    )
) {
//your composable
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: deved roy

79270728

Date: 2024-12-11 06:57:48
Score: 1.5
Natty:
Report link

Since kubernetes v1.29, sidecar containers are supported as initContainer. See https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/#sidecar-containers-and-pod-lifecycle.

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

79270721

Date: 2024-12-11 06:55:48
Score: 1
Natty:
Report link
cat .config-fragment >> .config && make oldconfig

cross-chain with aarch64:

cat .config-fragment >> .config && ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make oldconfig
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: tianjianchn

79270720

Date: 2024-12-11 06:55:48
Score: 4.5
Natty: 5
Report link

In my object page, i am calling a GET api, so that api response is then shown in the message dialog. So, can I use waitFor to get the response of the API? and also, to mock that API call with dummy data what should be done?

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

79270719

Date: 2024-12-11 06:55:47
Score: 2.5
Natty:
Report link

Use like given connection string :

"ConnectionStrings": { "dbcs": "Server=Your Server Connection;Database=App5;Integrated Security=True;TrustServerCertificate=True;" },

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

79270672

Date: 2024-12-11 06:38:43
Score: 2
Natty:
Report link

Please look at the documentation before coming here:

https://docs.brightway.dev/en/latest/content/cheatsheet/databases.html

It is clearly explained here: copied_database = bd.Database('<database_name>').copy('<new_name>')

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

79270669

Date: 2024-12-11 06:35:43
Score: 1
Natty:
Report link

To use Google Cloud CDN on top of your current Google Storage bucket in Django, you only need to set a custom domain (or IP) of your CDN.

For example, in settings.py:

GS_CUSTOM_ENDPOINT = 'https://cdn.yourdomain.com'

On your domain registrar, the custom endpoint should direct to the IP of the load balancer you set in Google Cloud.

For more:

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

79270664

Date: 2024-12-11 06:34:41
Score: 4
Natty:
Report link

I had similar case, turned out some JS files was on 'ignored list', so removing them from there turned all function's calls back

enter image description here

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

79270662

Date: 2024-12-11 06:34:41
Score: 1
Natty:
Report link

Image recognition is a powerful AI-driven technology that enables systems to analyze and interpret visual content from images. It identifies objects, people, scenes, and activities within images and can even detect text or analyze facial features. Advanced features include content moderation to flag inappropriate content, facial comparison for identity verification, and scene understanding for categorization. This technology is widely used across industries for tasks like automating workflows, enhancing security, and improving user experiences by providing insights from visual data.

For an accurate and affordable image recognition service, visit RapidAPI. https://rapidapi.com/maruf111/api/visual-rekognition-and-image-detection

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

79270660

Date: 2024-12-11 06:33:41
Score: 1
Natty:
Report link

Somewhat late to the party but in version 2.35.0 (when I started using direnv), that functionality can be configured. Create a file .config/direnv/direnv.toml and add the line:

hide_env_diff = true

You can find this and other direnv configuration with man direnv.toml.

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

79270659

Date: 2024-12-11 06:33:41
Score: 3
Natty:
Report link

just do TypeScript: Restart TS Server

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

79270638

Date: 2024-12-11 06:22:38
Score: 2.5
Natty:
Report link

The fetch options are for Data Caching, not for Memoization. React keep the result of the fetch call during rendering. Since you're using it in a Page, the result is preserved throughout the rendering. Essentially, it seems that the lack of Data Caching is being blocked by the Memoization mechanism in this situation I suggest you also read this article Request Memoization

Reasons:
  • Blacklisted phrase (1): this article
  • No code block (0.5):
  • Low reputation (1):
Posted by: Amirreza Monfared

79270635

Date: 2024-12-11 06:21:38
Score: 0.5
Natty:
Report link

Here are a few potential causes and solutions for the 400 Bad Request error that occurs after a day:

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

79270633

Date: 2024-12-11 06:20:37
Score: 5
Natty:
Report link

If anyone has an answer to this issue, I would appreciate it.

Reasons:
  • Blacklisted phrase (1.5): would appreciate
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user7368140

79270632

Date: 2024-12-11 06:20:37
Score: 1
Natty:
Report link

The host in my application is v12 and the remote is v15, I faced the same issue, but instead of loading the module using loadRemoteModule. I am loading it as a web component.

        {
            matcher: startsWith('data-visualization'), // route
            component: WebComponentWrapper, // wrapper for the component
            data: {
                remoteEntry: 'http://localhost:4300/remoteEntry.js',
                remoteName: 'v17',
                exposedModule: './web-components',
                elementName: 'superset-frontend'
              } as WebComponentWrapperOptions
        },

You have to import them all from the @angular-architects/module-federation-tools

import { startsWith, WebComponentWrapper, WebComponentWrapperOptions } from '@angular-architects/module-federation-tools';

You can take the help from this blog. blog link

Reasons:
  • Blacklisted phrase (1): this blog
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ayu

79270626

Date: 2024-12-11 06:18:36
Score: 2
Natty:
Report link

I've just released this package you were looking for. If you're still searching for a solution, please try it out.

https://pub.dev/packages/custom_vimeo_player

Usage

import 'package:custom_vimeo_player/custom_vimeo_player.dart';

CustomVimeoPlayer(
  videoId: '<your_vimeo_id>',
  autoPlay: true
),

If you find it helpful, I would appreciate if you could give it a star. It really motivates me!

Reasons:
  • Blacklisted phrase (1.5): would appreciate
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: isemiya

79270605

Date: 2024-12-11 06:07:34
Score: 3
Natty:
Report link

After adding the route, have you clear the route cache?

php artisan cache:clear
php artisan route:clear
php artisan config:clear
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Developer Nilesh

79270588

Date: 2024-12-11 05:55:31
Score: 2.5
Natty:
Report link

You can do this very easily on qodex.ai. Happy to walk you through it. Qodex.is is an AI powered API testing platform, an alternative to postman.

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

79270587

Date: 2024-12-11 05:55:31
Score: 2.5
Natty:
Report link

an optional solution maybe Alt+pageDown

Reference https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf

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

79270584

Date: 2024-12-11 05:54:31
Score: 1.5
Natty:
Report link

Make the property static. And change it globaly for the class.

class MyClass {
  static prop = null
  ...

  constructor() {
    ...
  }

  ...
}

MyClass.prop = 'some value'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Đ”ĐŒĐžŃ‚Ń€ĐžĐč РыĐșĐŸĐČ

79270580

Date: 2024-12-11 05:53:31
Score: 0.5
Natty:
Report link

App activity: If your app hasn't been used enough or hasn't encountered certain events (like crashes or high battery usage), MetricKit may not have enough data to send for the past 24 hours.

Background usage: MetricKit collects data while the app is running or in the background. If the app is not running or has limited background activity, it might not generate or report certain logs (e.g., battery or network).

Test on a real device and make sure the app runs continuously or in the background for a significant period. Allow it to process background events like crashes, network calls, or high CPU usage.

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

79270577

Date: 2024-12-11 05:51:30
Score: 3
Natty:
Report link

in index.html file you must have id=test not in testMe.vue

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

79270575

Date: 2024-12-11 05:50:30
Score: 1
Natty:
Report link

I have been facing an issue while configuring Certificate-Manager with Autopilot GKE Cluster, the error I was getting is below:

Internal error occurred: failed calling webhook "webhook.cert-manager.io":failed to call webhook: Post "https://cert-manager-webhook.cert-manager.svc:443/validate?timeout=30s": tls: failed to verify certificate: x509: certificate signed by unknown authority

I was trying to follow the below document:

https://cert-manager.io/docs/tutorials/getting-started-with-cert-manager-on-google-kubernetes-engine-using-lets-encrypt-for-ingress-ssl/

The discussion on this thread, particularly the below link helped me to troubleshoot and identify the issue:

https://github.com/cert-manager/cert-manager/issues/3717

Basically, you need to install the Cert-Manager through Helm and override the global.leaderElection.namespace with the namespace you are deploying everything into usually it should be cert-manager, so you should execute below commands:

helm repo add jetstack https://charts.jetstack.io

helm repo update

helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --version v1.6.0 --set global.leaderElection.namespace=cert-manager --set installCRDs=true --set prometheus.enabled=false

Thanks to @Brad J and Priya Gaikwad for putting useful information above.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Brad
  • Low reputation (0.5):
Posted by: kwick

79270574

Date: 2024-12-11 05:48:30
Score: 0.5
Natty:
Report link

I encountered a similar issue while trying to fetch data from an API in .NET. Initially, I thought the problem was with my code, but when I ran the same code on another system, everything worked perfectly. It turned out that the issue was not with the code itself but related to the .NET framework or some configuration on my system.

I hope this helps!

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: abhishek wasu

79270567

Date: 2024-12-11 05:45:29
Score: 3.5
Natty:
Report link

remove id="app" in App.vue file

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

79270565

Date: 2024-12-11 05:45:29
Score: 1
Natty:
Report link

Please set SONAR_TOKEN , before running it locally. I have set environment variable named SONAR_TOKEN in my local system (Windows OS)

If you are running in any environment make sure that environment have variable named SONAR_TOKEN. Now one can generate its OWN sonar token if sonar_server is up. Just go to profile --> setting and generate one token , make a lifetime token if running locally, or don't want token to expire ever.

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

79270559

Date: 2024-12-11 05:38:28
Score: 3
Natty:
Report link

When I use spark-submit, i do not need to set the runner to SparkRunner, because spark-submit is a command-line tool specifically designed to submit Spark applications. By using spark-submit, Spark automatically handles the execution of the job on the cluster, and I don't need to specify a runner in your code.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I use
  • Low reputation (1):
Posted by: Shiyi Yin

79270558

Date: 2024-12-11 05:38:28
Score: 1
Natty:
Report link

On windows (my knowledge is up until windows10), without putting a strict policy for all cmd windows, you can't forbid closure of any python related cmd windows like anaconda prompt when the user closes them via exit button [x]. editing activate.bat of anaconda prompt, using powershell, using autohotkey (except for preventing Alt+F4 for closing the prompt), using GUI simulators like tkinter were all useless in my case to forbid closing cmd windows. So I believe, without putting a strict policy (Windows Group Policy) for all cmd's which sounds very limiting and even dangerous, you better just accept the risk and be careful when you use a time consuming python process on windows.

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

79270556

Date: 2024-12-11 05:37:28
Score: 2.5
Natty:
Report link

So what you can do is bring the scanner in auto detection mode which can be done by scanning QR code in manual of MH ET scanner, then it will detect qr code automatically and you will not need to press button.

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

79270550

Date: 2024-12-11 05:29:27
Score: 2.5
Natty:
Report link

I faced same problem with Python 3.12 , xampp (php 7.3) then I do "pip uninstall mysql-connector-python"

then again install "pip install mysql-connector-python==8.0.21"

and now its working fine. NOTE:: directly pip install mysql-connector-python is installing about 9 version, so its not working, thats why I uninstall 9 and install 8.0.21 version.

Reasons:
  • Blacklisted phrase (1): its not working
  • No code block (0.5):
  • Low reputation (1):
Posted by: AHM Rayhanuzzaman Roky

79270540

Date: 2024-12-11 05:26:26
Score: 3.5
Natty:
Report link

youre welcome and please dont hesistate to ask for help from me

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

79270534

Date: 2024-12-11 05:21:25
Score: 3
Natty:
Report link

Apologies for another necrobump, but VSCode now has a web portal (I do not know if it did at the time Merith TK answered) at https://vscode.dev/

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

79270533

Date: 2024-12-11 05:21:25
Score: 1
Natty:
Report link

Use a counter in your main app to maintain the finished signals count.

Reset the counter when you begin triggering actions from your test app.

In your main app connect the objects finished signal to a slot that increments the counter.

From your test app check the counter value, if it matches the number of actions taken, you may proceed to read and verify the values from main app.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Arun Kumar B

79270530

Date: 2024-12-11 05:17:24
Score: 2
Natty:
Report link

For me this worked

Select * from table where columnvalue like '?'
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chandan Kumar

79270528

Date: 2024-12-11 05:16:24
Score: 0.5
Natty:
Report link

To all future visitors

The easiest way to do it is to go to your project settings, you would find a section to add and remove categories. Just add it and use Category section in widget settings to enable it enter image description here

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

79270523

Date: 2024-12-11 05:14:23
Score: 5.5
Natty:
Report link

Ot want to do this but to the maker of this ap fuck you bitch

Reasons:
  • Blacklisted phrase (2): fuck
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ariyana young

79270521

Date: 2024-12-11 05:11:22
Score: 0.5
Natty:
Report link

I can infer that your = is getting double encoded.

urlencode('=') = '%3D'
urlencode('%3D') = '%253D'

Check the parts of your code/compilation where it might be getting encoded twice.

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

79270518

Date: 2024-12-11 05:11:22
Score: 0.5
Natty:
Report link

Just try to run the app.

npm start

If any error comes then simply use

npm install web-vitals

And then again run it. I hope this will help

Reasons:
  • Whitelisted phrase (-1): hope this will help
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cdac-stud

79270514

Date: 2024-12-11 05:10:21
Score: 4
Natty: 5
Report link

Tenho que ter permissĂŁo pra colocar textura no jogo do Minecraft entĂŁo deixa eu colocar e me dĂĄ permissĂŁo com gentileza

Reasons:
  • Blacklisted phrase (1): entĂŁo
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bdhxj Hchchd

79270510

Date: 2024-12-11 05:06:20
Score: 1.5
Natty:
Report link

I'm missing something here. For a 3x3 array, both formulas for column B work. But if I change it to a 4x6 array, the values found for column B start over after the first four values. The formula I'm using is:

=INDEX($B$1:$G$1,MOD((ROW()-5-QUOTIENT(ROW()-1,COUNTA($B$1:$G$1))*COUNTA($B$1:$G$1)),ROWS($A$2:$A$5))+1)

Formula example for both 3x3 and 4x6 arrays

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

79270506

Date: 2024-12-11 05:04:20
Score: 2
Natty:
Report link

Fix: Go into the Settings > Safari > Advanced > Experimental Features > and click "Reset All to Defaults".

Seems to be a bug with the current version of IOS and safari.

Check out this post on the apple developer forums: https://forums.developer.apple.com/forums/thread/764420

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

79270501

Date: 2024-12-11 04:58:19
Score: 3
Natty:
Report link

Updates:

Turn up, there was some syntax error with my manifest.json which causes IOS to not thinks its a PWA. Problem solved after resolve this issue.

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

79270489

Date: 2024-12-11 04:48:15
Score: 8 đŸš©
Natty: 5.5
Report link

@caden..

Will you please help me by providing full example? i badly stuck on this.

[email protected]

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @caden
  • Low reputation (1):
Posted by: Md Shakaouth Hossainl

79270475

Date: 2024-12-11 04:39:14
Score: 1
Natty:
Report link

One of the main issues is that you have to use a UTM projection. Answers to this similar question offer a lot more detail. Here are two possible solutions to your issue based on these answers (including the use of a relevant UTM code):

Create a buffer of 0 units around regions to remove the inner border

regions %>%
st_buffer(0) %>%
st_transform(crs='EPSG:32704') %>%
ggplot() +
  geom_sf(fill = 'lightgrey', linewidth = 1)

plot using buffer of 0 units

Or you could use the ms_dissolve() function from the rmapshaper package

library(rmapshaper)

regions %>%
st_transform(crs='EPSG:32704') %>%
rmapshaper::ms_dissolve() %>%
ggplot() +
  geom_sf(fill = 'lightgrey', linewidth = 1)

plot using rmapshaper package

The second image looks more like what you are looking for. Keep in mind though that this solution uses UTM Zone 4. Most of the State of Hawaii is in this zone, but a majority of the Island of Hawaii (the easternmost island) is in UTM Zone 5.

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

79270472

Date: 2024-12-11 04:32:13
Score: 3
Natty:
Report link

Please refer to https://github.com/jridgewell/gen-mapping/issues/14 for this issue

"overrides": {
   "@jridgewell/gen-mapping": "0.3.5"
}
Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JJJin

79270460

Date: 2024-12-11 04:24:11
Score: 3
Natty:
Report link

Reference from Ruby official website: https://ruby-doc.org/3.3.6/Array.html#method-i-3C-3C

enter image description here

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

79270457

Date: 2024-12-11 04:22:11
Score: 1
Natty:
Report link

For newer version of .net (as if December 2024), you need to add the nuget package System.Drawing.Common

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

79270454

Date: 2024-12-11 04:22:11
Score: 3.5
Natty:
Report link
 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

warning: build failed, waiting for other jobs to finish...

I am getting this error when running the command

curl https://cli.nexus.xyz/ | sh

on Ubuntu hope to get help thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): I am getting this error
  • RegEx Blacklisted phrase (1): I am getting this error
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: LĂȘ DĆ©ng Official

79270449

Date: 2024-12-11 04:16:09
Score: 2.5
Natty:
Report link

Looks like you might have to capitalize the S in 'import Animalshelter'. Also check for circular imports.

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

79270446

Date: 2024-12-11 04:15:09
Score: 0.5
Natty:
Report link

Is your heap corruption caused by a custom-made class with an array built in? The following would be an example:

class MyClass
{
    private:
    public:
    
        int* my_array = new int[10];

        ~MyClass()
        {
            delete [] my_array;
        }

        // possibly other stuff
};

If so, one can simplify the problem for debugging purposes by changing int* my_array = new int[10]; into something more like my_array[10];, then running that through debugging software. This reduces the issue to a segmentation fault rather than heap corruption, which is simpler territory to contend with. With a segmentation fault, it is easier to check if the numbers for memory sections line up.

Note: with a simple C-style array, the delete [] in the example above should be erased or commented out.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ashley Ben Story

79270445

Date: 2024-12-11 04:14:09
Score: 2.5
Natty:
Report link

straight forward method is to use below INSERT INTO new ( c2, c3, c1 ) SELECT (columns in the expected order) from old;

This worked like magic for me.

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

79270437

Date: 2024-12-11 04:04:07
Score: 0.5
Natty:
Report link

You can try: from serpapi.google_search import GoogleSearch

It works for me, and hope it helps.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user28726146

79270434

Date: 2024-12-11 04:02:06
Score: 10 đŸš©
Natty: 5.5
Report link

have you been able to figure this out yet?

Reasons:
  • Blacklisted phrase (1.5): have you been able to
  • RegEx Blacklisted phrase (3): have you been able to figure this out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ayub Abdi

79270427

Date: 2024-12-11 03:56:04
Score: 2.5
Natty:
Report link

I’ve recently been exploring building a SaaS based on multi-tenancy, and I found this article incredibly helpful. It’s clear and concise, with code examples for implementing multi-tenancy.

Multi-tenancy implementation with PostgreSQL

Reasons:
  • Blacklisted phrase (1): this article
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: aMoving60Kg

79270421

Date: 2024-12-11 03:51:03
Score: 3.5
Natty:
Report link

I just tried all the solutions above but none of them works for me :(

so, maybe if somebody has issues with create-react-app, I think u should give a try for vite

I switch to vite and no more problems, not sure what is the cause, I also use latest version of nodejs v20.13.1

If anyone gets this error, pls share :(

Update: I use Ubuntu for this in corp, in my PC, no issues with create-react-app

Reasons:
  • Blacklisted phrase (1): :(
  • Whitelisted phrase (-1): works for me
  • RegEx Blacklisted phrase (2.5): pls share
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ninoorta

79270414

Date: 2024-12-11 03:41:01
Score: 1.5
Natty:
Report link

http://localhost:4200/detail/filing/? do you encounter this issue they add question mark after slash in angular 18|

this is my routing

export default [ { path: 'filing', redirectTo: "filing/",

    pathMatch: 'full',
},
{
    path: 'filing/:id',
    component: FilingComponent,

},

] as Routes;

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

79270410

Date: 2024-12-11 03:38:00
Score: 6.5 đŸš©
Natty: 6
Report link

can someone help me ? I need to use this

const users = await db.getRepository(User).findBy({
    name: Or(Equal("John"), ILike("Jane%")),
})

but i can't import Or from typeOrm, it shows basic error "cannot find Or"

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (3): can someone help me
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): can someone help me
  • Low reputation (1):
Posted by: Muzani Pamasarsa

79270403

Date: 2024-12-11 03:32:59
Score: 1
Natty:
Report link

in my case it's because i have a deleted dependency that still exists in ios build folder

i do flutter clean and rm -rf ios/DerivedData/ and then problem solved

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

79270402

Date: 2024-12-11 03:31:59
Score: 0.5
Natty:
Report link

I understood the request/question as to just literally remove the slashes '\' on the $jsonString.

You may do so with str_replace().

$test = '{\"acc\":\"0\",\"alarm\":\"02\",\"batl\":\"6\"...........}';
$removed = str_replace('\\', '', $test);

Checking the result

var_dump($removed);
string(46) "{"acc":"0","alarm":"02","batl":"6"...........}" // the output

The output is still a string.

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

79270396

Date: 2024-12-11 03:25:57
Score: 2.5
Natty:
Report link

Since GA4 it is not possible because the GA account is managed by Google. You don't have admin permissions so you can't link the GA account with an Ads account. For that reason, on the GA page to link it to an Ads account, the "Link" button is disabled.

One strategy to still track the ads conversion without using GA4 is: "drive traffic to your landing page, and after installing the extension, open the welcome page on the same domain with the same analytics counter. Actually, this is a good solution. All of our experiments show that funneling through our site is more effective than sending traffic directly to a Chrome store page."

You can see this link for more discussion, including the comment of "Uladzimir Yankovich" who originally proposed this strategy

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

79270381

Date: 2024-12-11 03:10:53
Score: 4
Natty:
Report link

I have the same question. I've tried QMap<int, QVariable> and QHash. But both .insert() and operator[] do not work. They all crashed at the QHash::operator[] -> QHash::detach. Just like this.

qDebug() << value << role;
m_map[role] = new QVariant(value);

The value and role are both conrrect. But the m_map[] always crashed at function detach.

Reasons:
  • Blacklisted phrase (1): I have the same question
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same question
  • Low reputation (1):
Posted by: ć˜‰ç„¶ä»Šć€©ćƒç””ćŒ§æ˜Ÿ

79270374

Date: 2024-12-11 03:08:52
Score: 0.5
Natty:
Report link

GitHub user Osyotr's suggestion worked -- adding the following to CMakeLists.txt:

target_compile_definitions(${target_name} PUBLIC "$<$<CONFIG:Debug>:BOOST_DEBUG_PYTHON>")
target_compile_definitions(${target_name} PUBLIC "$<$<CONFIG:Debug>:Py_DEBUG>")

Thanks, Osyotr!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Stephen G Tuggy

79270365

Date: 2024-12-11 03:03:51
Score: 1.5
Natty:
Report link

Thanks for the detailed background on the problem. As the X-SMALL warehouse has limited computing capacity, a limited number of files are ingested concurrently. You have multiple thousand files with 10-50 MB. Using a larger warehouse (large, x-large) should parallelize the bulk loading operation. Refer to this doc on improving bulk loading.

Regarding why you cannot load the historical files using SnowPipe, Snowflake doesn't have information on files created before SQS notifications are made. In Snowflake docs, there is a step to load history using bulk load. Please refer to this docs https://docs.snowflake.com/en/user-guide/data-load-snowpipe-auto-s3#step-5-load-historical-files

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: neeru0303

79270355

Date: 2024-12-11 02:59:50
Score: 1.5
Natty:
Report link

You can create strategies to handle OAuth.

This is my repo to log in with google, you can access the auth module to check it out. the solution I'm doing is FE will call the API from BE to redirect to Oauth page, and the callback will call your BE, your BE will redirect to FE, and return the token and use it

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Low length (0.5):
  • No code block (0.5):
Posted by: Hai Alison