79351696

Date: 2025-01-13 09:30:01
Score: 2.5
Natty:
Report link

Could you try to recreate your Python environment and reinstall Taipy? This code should work without any issues for Python 3.9 to 3.13. This is surely coming from 3.13 that we should support soon.

You could also provide to us how you installed Taipy and on which kind of virtual environments.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: AleaJactaEst-data

79351687

Date: 2025-01-13 09:28:00
Score: 0.5
Natty:
Report link

I faced the same problem and the administrator refuse to change anything in the standalone.xml because it may affect another apps running in same server and I don't blame him.

SO ,,,,,,,, I came to something called logging profiles in configuration Wildfly server.

Configuration ⇒ Subsystems ⇒ Logging ⇒ Logging Profiles

Create profile and add handler File handler and set path you want.

In your MANIFEST.MF file add

Logging-Profile: yourProfileName

and vola it will works.

Note: you can automate adding Logging-Profile: yourProfileName from your pom.xml

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Filler text (0.5): ,,,,,,,,
  • Low reputation (1):
Posted by: deem sameer

79351685

Date: 2025-01-13 09:27:00
Score: 3
Natty:
Report link

I moved endCall and endAllCalls function on actual call end , its working now. Problem i faced because it was working on Android and not on IOS.

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

79351677

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

The issue has been resolved when I removed '^' symbol from the version.

From: "@aws-sdk/client-s3": "^3.701.0",

To: "@aws-sdk/client-s3": "3.701.0",

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

79351675

Date: 2025-01-13 09:22:58
Score: 7 🚩
Natty:
Report link

I have the same issue ! I receive duplicate notifications

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: user5625111

79351671

Date: 2025-01-13 09:21:57
Score: 1.5
Natty:
Report link

In Settings | Keymap, check if you have assigned any shortcut for the “Close All Tabs” action and triggered.

If not, the problem may be caused by IDE errors. Rider reloaded the project due to some exceptions. You could contact Rider support in Help | Contact Support and provide IDE logs for further investigation.

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

79351664

Date: 2025-01-13 09:16:56
Score: 6.5 🚩
Natty: 5
Report link

Is it possible to filter just clicking on the map chart the region, instead of adding another filter element in the dashboard?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: Giuseppe Cavallo

79351660

Date: 2025-01-13 09:14:54
Score: 5.5
Natty:
Report link

just click Tap ...............

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (0.5):
  • Filler text (0.5): ...............
  • Low reputation (1):
Posted by: Hady mohammed

79351654

Date: 2025-01-13 09:13:54
Score: 0.5
Natty:
Report link

I was stuck with the same issue, had a lot of versions / deployments from my longest running Appscript project which I made with almost no documentation to help me, and the number of versions finally caught up with me over Christmas.

The trick to cleaning up the mess was to first decouple the deployments from the versions. Go into Manage Deployments, and edit some deployments so that they point at the same version. The unlinked versions can then be deleted, and that'll be enough to give you some space to update new versions.

Using Archive on deployments seems to delete any "excess" ones that point at the same code version, so that's how to clean up the number of Deployments too, once you've unlinked them from all the version.

I wrote scripts to clean up the mess for me, however the core issue was hitting "New Deployment" whenever the code was updated, since I wasn't clear about how their versioning system actually worked. So it's something you can definitely avoid running into a second time.

Reasons:
  • Blacklisted phrase (1): help me
  • Long answer (-1):
  • No code block (0.5):
Posted by: Jason

79351626

Date: 2025-01-13 09:01:51
Score: 1
Natty:
Report link

Ensure your web server is configured to perform the redirect at the server level using a 301/302 redirect from HTTP to HTTPS. This should work regardless of browser mode.

Reasons:
  • Whitelisted phrase (-2): This should work
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dowsn

79351625

Date: 2025-01-13 09:00:50
Score: 3
Natty:
Report link

Reinstall solved the issue, make sure to use the latest v.4.37.2

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

79351613

Date: 2025-01-13 08:56:49
Score: 4
Natty:
Report link

The 1st solution provided in this thread helped resolve my issue. Install jupyter despite pin-1 not installable because it requires python 3.12

Long story short: Install Python 3.10 and then re-run jupyter installer.

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

79351612

Date: 2025-01-13 08:56:49
Score: 1
Natty:
Report link

Access the Swagger UI for the Data Import REST API:

In the GraphDB Workbench, navigate to Help > REST API. This will open the Swagger UI, which documents all available endpoints, including those for importing server files into a repository.

GraphDB Swagger

The method that you'll need in this case is the POST one.

Click "Try It Out," provide the required data, and the generated CURL request will guide you in the right direction.

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

79351608

Date: 2025-01-13 08:54:47
Score: 4
Natty: 4.5
Report link

Now supported on Apple Silicon: https://www.virtualbox.org/wiki/Downloads

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

79351603

Date: 2025-01-13 08:52:47
Score: 1.5
Natty:
Report link

add

/**
 * @jest-environment jsdom
*/

on top of your test case file. and make sure to install all the required dependencies like js dom.

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

79351598

Date: 2025-01-13 08:50:46
Score: 1
Natty:
Report link

Install libffi-devel on CentOS, AlmaLinux, Rocky Linux, Oracle Linux, and other RHEL based Linux:

yum install libffi-devel
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rufat

79351585

Date: 2025-01-13 08:43:45
Score: 1
Natty:
Report link

Just encountered the same problem.

To override JavaFX default styles in RichTextFX, use !important in your CSS. For example, -fx-background-color: #1E1E1E !important; ensures the background color is applied even if other styles are set, ensuring that your custom background color takes precedence.

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

79351580

Date: 2025-01-13 08:40:44
Score: 2.5
Natty:
Report link

Just use HTTPS then you do not need to encrypt the password since all of your traffic is encrypted anyways. See this post

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

79351579

Date: 2025-01-13 08:38:44
Score: 3
Natty:
Report link

this is Roland from Quanto. Please can you respond to my messages / emails about getting a refund for our website deposit. The project has been commissioned elsewhere now due to no website being delivered and we have been unable to contact you for over 12 months now.

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

79351570

Date: 2025-01-13 08:36:43
Score: 2
Natty:
Report link

Just run this command & restart your mac

sudo cp /Applications/Docker.app//Contents/Library/LaunchServices/com.docker.vmnetd /Library/PrivilegedHelperTools/
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jalal Tauseef

79351562

Date: 2025-01-13 08:33:42
Score: 1.5
Natty:
Report link

Here is a small excerpt from link showing how to solve this task.

If you want to redirect a website from the non-www version to the www version with https, the entry would look like this:

RewriteEngine On
RewriteCond %{HTTP_HOST}^eineseite.de$
RewriteRule ^(.*)https://www.eineseite.de/$1[L,R=301]

I tried to roughly translate it for you. Also, I think you won’t achieve this type of redirect without using 301 to 307 redirects. You could program your own web server, but I guess that’s not realistic.

Reasons:
  • Blacklisted phrase (1): how to solve
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Brummer

79351558

Date: 2025-01-13 08:32:42
Score: 1.5
Natty:
Report link

Perhaps a real life example of why using a BeanPostProcessor instead of @PostContruct will help.

I had been working on a Java cache library, and it used annotations such as @Cached, @UpdatesCache, @InvalidatesCache etc. The user (i.e. developer) should only need to annotate Java Methods with these annotations, and the rest should be taken care of by our library.

The Spring integration of the library had to make an extensive use of Spring Interceptors and BeanPostProcessor for that purpose.

Suppose a user annotates a Method A in a spring bean as @Cached(cacheName="myCache"). We should initialize a cache for that method A before it was ever called.

Using a BeanPostProcessor to initialize the cache was a solution to the problem: we did not want the user to have to write a @PostContruct method. The annotation should suffice.

TLDR, @PostContruct is for intercepting your own Beans post-construction, whereas BeanPostProcessor is for intercepting someone else's without them noticing.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @PostContruct
  • User mentioned (0): @Cached
  • User mentioned (0): @UpdatesCache
  • User mentioned (0): @InvalidatesCache
  • User mentioned (0): @PostContruct
  • User mentioned (0): @PostContruct
  • Low reputation (0.5):
Posted by: GeoMldr

79351556

Date: 2025-01-13 08:31:42
Score: 3.5
Natty:
Report link

I have same issue in Vue js 3 ! any update ?

<template>
  <div>
    <CKEditor.component v-model="editorData" :config="TaskEditorConfig" :editor="editor"></CKEditor.component>

    <div>
      <strong>Editor Output:</strong>
      <div>{{ editorData }}</div>
    </div>
  </div>
</template>

<script setup>
import CKEditor from '@ckeditor/ckeditor5-vue';
import ClassicEditor from '@ckeditor/ckeditor5-build-classic';
import { computed, ref } from 'vue';

// Function to fetch mentions
const getMentionFeed = computed(() => (queryText) => {
  if (!queryText) return [];
  const users = [
    { id: '1', name: 'Alice' },
    { id: '2', name: 'Bob' },
    { id: '3', name: 'Charlie' }
  ];
  return users.filter((user) => user.name.toLowerCase().includes(queryText.toLowerCase())).map((user) => `@${user.name}`);
});

// Custom rendering of mention items in the dropdown
const mentionItemRenderer = computed(() => (item) => {
  const itemElement = document.createElement('span');
  itemElement.textContent = item;
  itemElement.className = 'mention-item';
  return itemElement;
});

// CKEditor configuration
const TaskEditorConfig = computed(() => ({
  toolbar: ['undo', 'redo', 'heading', 'bold', 'italic', 'numberedList', 'bulletedList', 'blockQuote'],
  mention: {
    feeds: [
      {
        marker: '@',
        feed: getMentionFeed.value, // Pass the function reference
        itemRenderer: mentionItemRenderer.value // Pass the function reference
      }
    ]
  }
}));

// Reactive editor data
const editorData = ref('');
const editor = ClassicEditor;
</script>

<style>
.mention-item {
  padding: 5px 10px !important;
  cursor: pointer !important;
}

.mention-item:hover {
  background-color: #f0f0f0 !important;
}
</style>

My packages:

  "@ckeditor/ckeditor5-build-classic": "41.3.0",
    "@ckeditor/ckeditor5-vue": "5.1.0",
    "ckeditor5": "^44.1.0",
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have same issue
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Gaş Bîn

79351551

Date: 2025-01-13 08:28:41
Score: 2
Natty:
Report link

You should try passing the options object to the use form and setting the mode to onChange so that the controller will get the current value, because the default is onSubmit.

const { register, handleSubmit, control, errors } = useForm({ mode: 'onChange'})

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

79351550

Date: 2025-01-13 08:28:41
Score: 2.5
Natty:
Report link

I have been having the same issue with private gitlab repository

Answer by @Abstulo works fine with public repositories. Just want to add info about importing private repo.

If the gitlab repo is private (or protected), got mod tidy command may not be able to import due to secure connection issues.

If you see the same error message:

no secure protocol found for repository

SOLUTION (after replacing the .git).

git config --global --add url.https://USERNAME:[email protected] https://gitlab.company.com


GOPRIVATE=gitlab.company.com go get gitlab.company.com/AAA/BBB/CCC/repo-name@TAG
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): having the same issue
  • Me too answer (0): see the same error
  • Low reputation (1):
Posted by: tulkinbekov

79351544

Date: 2025-01-13 08:26:40
Score: 4
Natty: 4.5
Report link

.gitignore File for Xcode 16 Projects with Comprehensive Comments

2025 updated

https://gist.github.com/aksamitsah/355510624caff6b04e49f8f634b75159.js

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

79351543

Date: 2025-01-13 08:26:40
Score: 3
Natty:
Report link

There is option for auto punch status change base on time , but it dose nothing . Never change from check in to check out even after setup the time

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

79351542

Date: 2025-01-13 08:24:39
Score: 3.5
Natty:
Report link

Please refer to these

K3S docs:

Follow the 2nd link for setting up Klipper LB/ Service LB on K3s.

If you need more info on how to proceed further, please share these details

  1. Is it on AWS, Azure, BareMetal, VM etc to determine external LB feasibility.
  2. How many Nodes, to determine whether we should use Klipper or not.
  3. Can you perform a curl request from somewhere (preferably local) to your node IP: Port.
Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Baibhav Vishal

79351528

Date: 2025-01-13 08:20:38
Score: 2
Natty:
Report link

I encountered the same problem with Gmail since its 'Less Secure Apps' feature was deprecated in 2025. To resolve this, I enabled two-factor authentication (2FA) on my account and generated an app password through my Gmail account. I named the app 'Python Email Script' in Gmail, and the code worked successfully.

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

79351521

Date: 2025-01-13 08:16:37
Score: 1
Natty:
Report link

I think the most clear understanding of this issue is that:

You are passing something different than what is registered for your OAuth Client.

It can be the key or something else from the table oauth_clients. So, check every parameter you are passing.

In my case the "redirect" param value differed from what I had saved on the database.

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

79351502

Date: 2025-01-13 08:06:34
Score: 0.5
Natty:
Report link

Add the following to your settings (settings.json) to customize the background color:

{
  "workbench.colorCustomizations": {
    "editor.inlineSuggest.background": "#00000033"  // Example: Semi-transparent black
  }
}

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

79351500

Date: 2025-01-13 08:06:34
Score: 2.5
Natty:
Report link

have good time. i searched about this matter and got this examples. react-big-calendar

hope its helpfull.

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

79351498

Date: 2025-01-13 08:05:34
Score: 2.5
Natty:
Report link

You should keep the information as you uploaded. For this purpose you can store the information in a database (like Oracle, MySQL, etc.) or you can keep the information in a file (like JSON file).

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

79351493

Date: 2025-01-13 08:04:34
Score: 1
Natty:
Report link

To draw the second plot on the same axe as the first plot, you need to use the axe returned by sns.heatmap. Simplified example:

glue = sns.load_dataset("glue").pivot(index="Model", columns="Task", values="Score")
g = sns.heatmap(glue)

g.bar(np.arange(10), np.arange(10))
g.invert_yaxis()

plot

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

79351484

Date: 2025-01-13 08:01:33
Score: 2.5
Natty:
Report link

i got this working by installing the SSMS on the server itself and then creating a maintenance plan on the actual server.

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

79351479

Date: 2025-01-13 07:59:32
Score: 0.5
Natty:
Report link

Posted an issue in Spring Security's GitHub, and apparently I had to add a dependency in jackson:

implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'

I couldn't see this documented anywhere..

Reasons:
  • Blacklisted phrase (1): this document
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: YoavKlein

79351478

Date: 2025-01-13 07:59:32
Score: 2.5
Natty:
Report link

you have to add the email that you want to test it, to add it you can go to “Manage Track” -> “Testers”

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

79351477

Date: 2025-01-13 07:58:32
Score: 1
Natty:
Report link

There's some grammar fault in your code, and I think black layer needs add some transparency, to show white layer.

Try [background-image:linear-gradient(to_bottom,_#062142aa_25%,_#212639aa_100%),_linear-gradient(to_bottom,_#ffffff_0%,_#ffffff_24%,_#212639_100%)]

Here's the effect drawing

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

79351474

Date: 2025-01-13 07:57:31
Score: 1.5
Natty:
Report link

You can use device.advertising_id or device.vendor_id. These identifiers shouldn't be changing, so you can spot reinstalls.

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

79351471

Date: 2025-01-13 07:54:31
Score: 0.5
Natty:
Report link

I was able to solve the problem by explicitly stating that there was a change in the object

def update_place_other_storage_key_by_place_code(self, place_code: int, other: str) -> None:
    session = Session()
    query = select(Place).where(Place.place_code == place_code)
    result = session.execute(query)
    place = result.scalars().first()

    if place:
        if place.other_storage_key:
            place.other_storage_key.append(other)
        else:
            place.other_storage_key = [other]

    flag_modified(place, 'other_storage_key')
    session.commit()

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

79351466

Date: 2025-01-13 07:51:30
Score: 1.5
Natty:
Report link

The action to close view pager is handled by the parent activity or fragment that contains the ViewPager. If you are using it inside an acvitiy, use finish(); and if it's inside a fragment, call requireActivity().getSupportFragmentManager().popBackStack(); Hope it helps you

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tuân

79351465

Date: 2025-01-13 07:51:29
Score: 5
Natty: 4
Report link

It solved my problem.

opacity:0.99

Miraculously I set the opacity, why does that solve the problem?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: jianxinHuang

79351456

Date: 2025-01-13 07:46:28
Score: 1
Natty:
Report link

Allah Pak Karram karry Mujhy ni tha pta in Sb chezo ka or mujhy haiqt m nhe para ap Sb meri waja se preshaan ho.mujhy koi charges ni chahe kisi se. Mujhy ye Account chalny ni atty. mujhy file h Sb ki aamant wapis krni. Mujhy se rabty m ao mere account m se le lo mujhy such m ni para. Normal family se h Allah Pak Karram karry. Mujhy khud Jase or jitna or ab knowledge aya meme update likha.mere sath badsaloqi na ki jay. 50 se zyada visit kite mane city m apni people se information mane btaai answer mila no solution tmra seal e phli bar suna.ma khamosh ho k gr ajata or kam or chala jaata.ap Sb se guzarish ha mujhy suchhi m nhe pta mere pass kesy aye....mera contact number +923214089785 +923434089785 Whatsapp bhi bana howa.koi to contact kry leagel person google help.

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

79351452

Date: 2025-01-13 07:45:27
Score: 0.5
Natty:
Report link

To create separate unique constraints on both userguid and username columns in TypeORM, you don't need to use the @Unique decorator at the class level. Instead, you can apply the @Unique decorator at the property level for each column.

So you can change from this:

@Entity({ name: "USERS" })
@Unique("USERS_UQ", ["userName"])
export class UserORM {...}

To:

@Entity({ name: "USERS" })
export class UserORM {
...
   @Column({
       name: "USERGUID",
       type: "varchar2",
       length: 256,
       nullable: false,
    })
  @Unique("USERS_UQ_USERGUID", ["userGUID"])
  userGUID!: string;

  @Column({
    name: "USERNAME",
    type: "varchar2",
    length: 256,
    nullable: false,
 })
 @Unique("USERS_UQ_USERNAME", ["userName"])
 userName!: string;
...
}

This approach generates two distinct UNIQUE constraints for the userguid and username columns when you synchronize your database schema.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Unique
  • User mentioned (0): @Unique
  • Low reputation (0.5):
Posted by: Daniel Bueno

79351449

Date: 2025-01-13 07:45:27
Score: 0.5
Natty:
Report link

You may try:

=map(D2:G2,lambda(Σ,+sort(A2:A,--ifna(regexextract(A2:A,"^"&Σ&"(\d+)")),)))

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • High reputation (-2):
Posted by: rockinfreakshow

79351447

Date: 2025-01-13 07:45:27
Score: 4.5
Natty:
Report link

The error occurs when you have multiple configs for conda, see: https://github.com/conda/conda/issues/14360

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

79351427

Date: 2025-01-13 07:32:24
Score: 2.5
Natty:
Report link

Based on the description, it looks like it's probably caused by the delayed invocation of subscriptions.update. Can you check your code and see if there's another delay() being called before clock.advanceDays(40) ?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
Posted by: qichuan

79351419

Date: 2025-01-13 07:28:23
Score: 1.5
Natty:
Report link
Extra comma after variable assignment converts any variable to tuple in python. 

enter image description here

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

79351413

Date: 2025-01-13 07:21:21
Score: 2
Natty:
Report link

Solution is to add the Visual Studio CLient Id so Authorized client applications for that SPN, see answer here https://stackoverflow.com/a/79342848/1573728

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): Solution is
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
Posted by: morteng

79351411

Date: 2025-01-13 07:21:20
Score: 4
Natty:
Report link

Wow~~~ I've been struggling with this problem for days and days and still can't find a solution... Someone is here.... I'm so grateful that I'm about to cry..

What on earth is the hbase.wal.provider setting that makes people suffer like this...

Reasons:
  • RegEx Blacklisted phrase (2): can't find a solution
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user29173252

79351409

Date: 2025-01-13 07:17:19
Score: 2
Natty:
Report link

as per the latest update, new lines and line breaks are not supported in the WhatsApp API.

As an alternative:

If you want to pass variables in the next line, you will need to use different variables for each line.

Alternatively, you can add spaces to separate text without using line break parameters

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

79351406

Date: 2025-01-13 07:15:18
Score: 2
Natty:
Report link
navigator.mediaDevices?.getUserMedia({audio : true}).then((audioStream) => { do what you need})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Enlil

79351403

Date: 2025-01-13 07:14:17
Score: 9 🚩
Natty: 4
Report link

I am currently facing the exact same problem. We have an instance of Data Cloud on which we have setup an Ingestion API. The data get to the DMO, and we have a Data Cloud-Triggered Flow that should ingest these data to update a record, but nothing happens.

We have also setup the debug logs on the workflow user and verified the permissions, but nothing has helped so far.

By any chance, did you find the root cause of the problem ?

Reasons:
  • RegEx Blacklisted phrase (3): did you find the
  • No code block (0.5):
  • Me too answer (2.5): facing the exact same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Cedric MATHIS

79351400

Date: 2025-01-13 07:13:16
Score: 1
Natty:
Report link

Firebase is a common point of confusion! The issue isn't with your code specifically, but rather with how Firebase authentication and security rules work together.

First, you are already using the Firebase SDK correctly through @angular/fire. The issue isn't about adding manual headers - Firebase handles authentication tokens automatically when you initialize it properly. Here's how to fix this:

  1. Make sure you've initialized Firebase with auth:
// app.module.ts
import { provideFirebaseApp, initializeApp } from '@angular/fire/app';
import { provideAuth, getAuth } from '@angular/fire/auth';
import { provideFirestore, getFirestore } from '@angular/fire/firestore';

@NgModule({
  imports: [
    provideFirebaseApp(() => initializeApp(environment.firebase)),
    provideAuth(() => getAuth()),
    provideFirestore(() => getFirestore()),
    // ... other imports
  ]
})
  1. You need to ensure you're authenticated before making Firestore requests. Your current code looks good for that part since you're using currentUser$.

  2. The most likely issue is your Firestore security rules. Check your rules in the Firebase Console (Database → Rules). They probably look something like this:

rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write: if false;  // This is the default, blocking all access
    }
  }
}

You need to update them to allow authenticated users to access their own timeshares. Here's a basic example:

rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {
    match /timeshares/{timeshare} {
      allow read: if request.auth != null && resource.data.ownerId == request.auth.token.email;
    }
  }
}

This rule says: "Allow reading a timeshare document only if the user is authenticated AND the document's ownerId matches the authenticated user's email."

You haven't wasted your time at all! Understanding authentication and building your auth service is valuable knowledge. The Firebase SDK handles the token management automatically, but you still need to:

  1. Handle user authentication flows
  2. Manage user state
  3. Control access patterns
  4. Handle error cases

Would you like me to explain more about how Firebase security rules work or show you how to test them locally?

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

79351393

Date: 2025-01-13 07:10:15
Score: 7.5 🚩
Natty: 5.5
Report link

I has same problem, how you solve it ?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve it ?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29173108

79351386

Date: 2025-01-13 07:05:13
Score: 4.5
Natty: 5
Report link

I would like to know how it was solved in the end. I am currently experiencing the same problem here.

Reasons:
  • Blacklisted phrase (1.5): I would like to know
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: liang jing

79351384

Date: 2025-01-13 07:04:13
Score: 3.5
Natty:
Report link

Adsense Management API not support service account

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

79351375

Date: 2025-01-13 07:02:12
Score: 3.5
Natty:
Report link

thanks kirill_l! Spent 2 days on this...and adding the CA to the ACM > "certificate chain (optional)" field resolved for me.

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

79351370

Date: 2025-01-13 06:59:12
Score: 1
Natty:
Report link

In my case, i was expecting a success status and message from defined DTO from controller response for a POST /create API call. Just by adding the @JsonProperty over the DTO properties the problem is sorted.

public class ResponseDto {
    @JsonProperty("StatusCode")
    private String statusCode;
    @JsonProperty("StatusMessage")
    private String statusMessage;
    public ResponseDto(String statusCode, String statusMessage) {
      this.statusCode = statusCode;
      this.statusMessage = statusMessage;
    }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @JsonProperty
  • Low reputation (1):
Posted by: Ravindra B

79351366

Date: 2025-01-13 06:58:11
Score: 1
Natty:
Report link

This python simple script help you instantly

import base64
encode_pass = 'ENCODED-STRING-TO-BE-DECODED'

def decode_string(string):
  decoded_bytes = base64.b64decode(string.encode())
  return decoded_bytes.decode()

decoded_password=decode_string(encode_pass)
print(f"Decoded Password: {decoded_password}")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bala

79351365

Date: 2025-01-13 06:57:11
Score: 1.5
Natty:
Report link

Update: An internal tester requires now one of the following roles:

Required role: Account Holder, Admin, App Manager, Developer, or Marketing.

See: https://developer.apple.com/help/app-store-connect/test-a-beta-version/add-internal-testers

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

79351361

Date: 2025-01-13 06:55:10
Score: 5.5
Natty: 4
Report link

It seems like the Transform.from() returns a duplex stream rather than a transform stream because the Transform class is a subclass of Duplex class which is where the .from method is being inherited from.

slightly related answer https://stackoverflow.com/a/62008680/9763688

Also, when a new Transform object is instantiated, the error is being captured by the catch block properly similar to using an AsyncGeneratorFunction.

Maybe a duplex stream created from Transform.from() isn't intended to be used in the pipeline function(causing some unexpected behavior; which seems like an incomplete implementation)??

@Ryuollojy if you found the answer, please share it here, thanks.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (2.5): please share
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Ryuollojy
  • Low reputation (1):
Posted by: Subhash Malireddy

79351354

Date: 2025-01-13 06:53:09
Score: 2
Natty:
Report link

For all those who want to know how it ended:

The MS Engineering team said that Commandbox or search bar is a personal scope and will never have any context. This is an expected behavior. It could have been a bug in the old Teams which is fixed now.

see also: https://github.com/MicrosoftDocs/msteams-docs/issues/11725

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

79351347

Date: 2025-01-13 06:48:08
Score: 3
Natty:
Report link

By unzipping odt with unzip() and then using textreadr::read_xml() to get the text words, and then paste() with collapse = " "

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

79351345

Date: 2025-01-13 06:46:08
Score: 3
Natty:
Report link

Should be a network or firewall issue blocking NPM commands. Try switching to another network, should work perfectly.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nishanth C 21BPS1160

79351344

Date: 2025-01-13 06:46:08
Score: 3
Natty:
Report link

if u want to relate them with key then u can use index of each element in key's value, this can remove ur dependency on id cause u said id is unique

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

79351340

Date: 2025-01-13 06:39:06
Score: 0.5
Natty:
Report link

That's the Grid layout issue. In your code, the Card2 was defined in the

<Grid Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="4"...``` 

That's great. But the question is that you reused this specific Row and Column later in your code, which means the Card2 is overlapped, so you cannot click it.

Either adjust the Grid layout to prevent duplication or you may consider using ZIndex.

From the doc,

An element with a higher ZIndex value will be shown on top of an element with a lower ZIndex value.

Set the ZIndex to a higher value to the Grid which contains the Card2 should work,

<Grid Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="4"  ZIndex="9">

Please let me know if you have any questions!

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Liqun Shen-MSFT

79351334

Date: 2025-01-13 06:35:05
Score: 2
Natty:
Report link
  1. In my opinion i am not recommended to use --force or --legacy-peer-deps.it may affect other packages results in import error in all pages.u can downgrade your react->^18 version and try install that library.

    or u can u simliy install via cdn check below reference: https://www.jsdelivr.com/package/npm/@atlaskit/ds-lib

    or try to find similar package in npm: https://www.npmjs.com/search?q=%40atlaskit%2Fds-lib

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

79351329

Date: 2025-01-13 06:32:04
Score: 0.5
Natty:
Report link
SELECT 
CONCAT(
SUBSTRING(field_name, -4)
, '-'
, SUBSTRING(field_name, 4, 2)
, '-'
, SUBSTRING(field_name, 1, 2)
) dt
, field_name 
FROM 
table_name;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: mirapole

79351327

Date: 2025-01-13 06:32:04
Score: 2.5
Natty:
Report link

Facing same issue.

 Future<void> pickFile() async {
final result = await FilePicker.platform.pickFiles(
  allowMultiple: false,
  type: FileType.image, // Ensure image files are selected
);

if (result != null && result.files.isNotEmpty) {
  setState(() {
    selectedFile = result.files.first;
    if (selectedFile != null) {
      print('Selected file path: ${selectedFile!.path}');
      
      // Load file bytes explicitly
      _loadFileBytes(selectedFile!.path);
      
      widget.onFilePicked(selectedFile!);
    } else {
      print('No file selected!');
    }
  });
} else {
  print('No file picked!');
}}

Future<void> _loadFileBytes(String? path) async {
if (path != null) {
  final file = File(path);
  final bytes = await file.readAsBytes();
  setState(() {
    imageBytes = bytes;
  });
  print('Image bytes length: ${bytes.length}');
}

}

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): Facing same issue
  • Low reputation (1):
Posted by: Adarsh K A Mfluid

79351312

Date: 2025-01-13 06:24:03
Score: 0.5
Natty:
Report link

You may also want to check out https://dmno.dev (full disclosure, I am the author)

It is similar to dotenvx in that it supports loading encrypted secrets that are committed to your repo, but it also supports loading sensitive config from other backends (ex: 1Password) and is extremely flexible to compose your config however you need to. It is also designed to share config items across services within a monorepo, provides validation, type-safety, and a lot more.

I haven't done any testing / special integrations with NX yet, but I don't think anything special will be required, and happy to help work through any issues.

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

79351304

Date: 2025-01-13 06:22:01
Score: 13.5 🚩
Natty:
Report link

Even i am also facing the same issue on eclipse ee 2024-12. any help would be greatly appreciatedError Screenshot subversive

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): i am also facing the same issue
  • Blacklisted phrase (1): any help
  • RegEx Blacklisted phrase (3): any help would be greatly appreciated
  • RegEx Blacklisted phrase (2): Even i am
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i am also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: rusev Yugo

79351303

Date: 2025-01-13 06:21:01
Score: 0.5
Natty:
Report link

This is an interesting SQL parsing quirk! If you have to understand it with an example, it will look like this.

"Count how many students are wearing blue shirt in 8th class" . So here, you plainly stated to look in "8th class" (FROM clause) and "count students wearing blue shirt..." (but did not specify which class to look in!) You did not even inform the class (FROM clause).

When SQLite receives a query without a FROM clause (i.e., without specifying which class to look in), it assumes an empty room. When you count pupils wearing blue shirts in an empty room, the result will always be zero!

You were getting 0 answers because you were counting in an empty space and did not specify which table (or "class") to look in. LibSQL is more stringent and requires you to specify where to check for 'Column0'.

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

79351302

Date: 2025-01-13 06:21:01
Score: 1.5
Natty:
Report link

Set frame of hostingController in viewDidLoad function.

hostingController.view.frame = view.bounds
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ranjit Singh

79351285

Date: 2025-01-13 06:10:59
Score: 1.5
Natty:
Report link

I tried doing the same thing you're doing, using both basic auth headers to pass in username and password while using url encoded form body to pass in client ID and secret. I discovered that the problem was ClientSecretBasicAuthenticationConverter

If this converter is configured (which it is by default), it will extract your username and password and save it as the client id and secret for subsequent code to process. This causes the invalid client error.

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

79351278

Date: 2025-01-13 06:06:58
Score: 3.5
Natty:
Report link

Skyboyer you are once again compromising everyone's life don't forget I'm target 1533 Boolean primitive.you and your friends with the drones are going to the ave the entire stack and your fucking wife Erin Mangos poster at Laurel Manor are compromising every Russian on this site I'm a product of you

r xyjs scan your shit soup.guit saying these people's names through my head Richard

Reasons:
  • Blacklisted phrase (2): fuck
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chris

79351272

Date: 2025-01-13 05:59:57
Score: 0.5
Natty:
Report link

ML-KEM using encapsulation/decapsulation instead of encrypt/decrypt. (refer https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.203.pdf)

and I used bouncycastle v1.79

static {
    Security.addProvider(new BouncyCastleProvider());
}

@Test
public void MLKEM_PKCS_Test(){
    try{
        KeyPairGenerator keyGen = KeyPairGenerator.getInstance("ML-KEM-512", "BC");
        KeyPair keyPair = keyGen.generateKeyPair();

        PrivateKey privateKey = keyPair.getPrivate();
        System.out.println("Private Key: " + DatatypeConverter.printHexBinary(privateKey.getEncoded()));
        MLKEMPrivateKeyParameters priKey = (MLKEMPrivateKeyParameters) PrivateKeyFactory.createKey(privateKey.getEncoded());
        System.out.println("dk: " + DatatypeConverter.printHexBinary(priKey.getEncoded()));

        PublicKey publicKey = keyPair.getPublic();
        System.out.println("Public Key: " + DatatypeConverter.printHexBinary(publicKey.getEncoded()));
        MLKEMPublicKeyParameters pubKey = (MLKEMPublicKeyParameters)PublicKeyFactory.createKey(publicKey.getEncoded());
        System.out.println("ek: " + DatatypeConverter.printHexBinary(pubKey.getEncoded()));

        MLKEMGenerator mlkemGenerator = new MLKEMGenerator(new SecureRandom());
        SecretWithEncapsulation encaps = mlkemGenerator.generateEncapsulated(pubKey);
        System.out.println("Cipher: "+DatatypeConverter.printHexBinary(encaps.getEncapsulation()));
        System.out.println("secret(encap): " + DatatypeConverter.printHexBinary(encaps.getSecret()));

        MLKEMExtractor mlkemExtractor = new MLKEMExtractor(priKey);
        byte[] secret = mlkemExtractor.extractSecret(encaps.getEncapsulation());
        System.out.println("secret(decap): " + DatatypeConverter.printHexBinary(secret));


    } catch (Exception e) {
        e.printStackTrace();
    }
}
Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Myungkyu Jung

79351270

Date: 2025-01-13 05:58:56
Score: 0.5
Natty:
Report link

The same issue happened for me and there was nothing in AppStoreConnect. Test Flight showed no details. I had to use the "Transporter" app (available in AppStore) to upload the app to App Store Connect. Then it showed the issues of the build I uploaded as shown below.

See the 2 ISSUES part

To get the build file to upload using Transporter, use the export option in the Distribute App workflow after creating the archive. You will end up with a ".ipa" file and that could be used to upload to App Store Connect through Transporter.

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

79351267

Date: 2025-01-13 05:54:55
Score: 2.5
Natty:
Report link

To manage dynamic configurations in microservices on Kubernetes, consider using tools like Consul or Spring Cloud Config. These tools allow you to externalize your configuration and update it without redeploying your services. You can also leverage ConfigMaps and Secrets in Kubernetes for managing environment-specific configurations efficiently. Make sure to implement a strategy for versioning your configurations to avoid conflicts and ensure rollback capabilities.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sally Lake Hane

79351256

Date: 2025-01-13 05:43:53
Score: 3
Natty:
Report link

Try to use @SpringBootTest annotation.

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

79351251

Date: 2025-01-13 05:40:52
Score: 2
Natty:
Report link

This this one,

return $('<span><b class="btn btn-primary">@' + item.name + '</b>&nbsp;</span>')[0];

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

79351249

Date: 2025-01-13 05:40:52
Score: 1
Natty:
Report link

.modal:nth-of-type(odd) {
  z-index: 1049 !important; 
}
.modal-backdrop.show:nth-of-type(odd) {
  z-index: 1048 !important; 
}

.modal:nth-of-type(even) {
  z-index: 1052 !important; 
}
.modal-backdrop.show:nth-of-type(even) {
  z-index: 1051 !important; 
}

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

79351222

Date: 2025-01-13 05:19:48
Score: 2.5
Natty:
Report link

set the initial element to display:none jquery all the function slideup slidedown hide() show() fadeIN() and fadeOut() all of them changes the elements display to block with inline css

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

79351221

Date: 2025-01-13 05:18:47
Score: 2.5
Natty:
Report link

like my issue

"Info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules Linting and checking validity of types .Debug Failure. No error for last overload signature ELIFECYCLE  Command failed with exit code 1."

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

79351216

Date: 2025-01-13 05:13:46
Score: 0.5
Natty:
Report link

Update Jan 2025

@Matthias Mertens pointed me in the right direction in the comments of another answer that hooks.server.ts only runs on the first request in dev mode, but will run at startup in prod. Also, there is now an init() for anyone coming here in 2025

In hooks.server.ts:

import type { ServerInit } from '@sveltejs/kit';
import * as db from '$lib/db';

export const init: ServerInit = async () => {
    await db.connect()
};
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Matthias
Posted by: Matt Fiocca

79351215

Date: 2025-01-13 05:12:46
Score: 0.5
Natty:
Report link

Instead of keeping all the print related API calls (connect, beginTransaction, sendData, disconnect) in one method, handle them in separate methods.

As each API call throws its own Epos2Exception, you can go through the below ePOS Sdk documentation link and in Downloaded SDK you can get the sample project.

Also in addition when one device is connected to Printer other devices will get the "Failed to open the device." exception for connect API call, so you will have to implement your own Retry cycle

https://download4.epson.biz/sec_pubs/pos/reference_en/epos_and/ref_epos_sdk_and_en_printerclass_printer.html

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

79351213

Date: 2025-01-13 05:11:46
Score: 1.5
Natty:
Report link

On macOS (apple chip) run the following commands on terminal

brew uninstall --cask docker --force
brew uninstall --formula docker --force

It will work

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

79351209

Date: 2025-01-13 05:06:45
Score: 1
Natty:
Report link

Just run this command

python manage.py runserver 0.0.0.0:8000

instead of

python manage.py runserver

also, you can change the port in the first command I just used the default one

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

79351205

Date: 2025-01-13 05:00:44
Score: 3.5
Natty:
Report link

preventing back still doesn't allow user to swipe back on ios for the initial route

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

79351198

Date: 2025-01-13 04:52:42
Score: 3
Natty:
Report link

I have use following tool for creating NER dataset.

Click here

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

79351194

Date: 2025-01-13 04:48:41
Score: 0.5
Natty:
Report link

Can you try the below code once? urls.py

from django.contrib import admin
from django.urls import include, path
from rest_framework.routers import DefaultRouter

import core.views
import een.views

router = DefaultRouter()

# Register core routes
router.register(r'core/settings', core.views.SettingsViewSet, basename='settings')
router.register(r'core/organization', core.views.OrgViewSet, basename='org')

# Register een routes
router.register(r'een/cvs', een.views.EENSettingsViewSet, basename='een-cvs')

urlpatterns = [
    path('api/', include(router.urls)),
    path('admin/', admin.site.urls),
    path('', include('rest_framework.urls', namespace='rest_framework')),
    path('api/tokenauth/', authviews.obtain_auth_token),
]
Reasons:
  • Whitelisted phrase (-2): Can you try
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: siyagrawal

79351192

Date: 2025-01-13 04:46:41
Score: 1.5
Natty:
Report link

The head anchor transform is hidden by design. See RealityKit track head movement/position? for a way to query device position using WorldTrackingProvider instead.

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

79351190

Date: 2025-01-13 04:45:39
Score: 8 🚩
Natty:
Report link

I have the same issue out of nowhere. I have plenty of unit tests with space characters in their method names. It has always been building without any issue. And I don't know why, after I upgraded to Ladybug Feature Drop, I get this error. I don't know if it's related to the AS version. I cannot identify which dependency could be the cause, when I revert the changes in build.gradle, the issue is still present. It's corrected when I change the minSdk to 30 instead of 26. But 30 is too high. I haven't updated Gradle or AGP.

Anyone encountering the same issue recently ?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): I get this error
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: bakjoul

79351185

Date: 2025-01-13 04:42:38
Score: 1
Natty:
Report link

Version 2.0.0 is still in development, but you can install it using the Git repository using the last commit at master branch.

pip install kivymd@git+https://github.com/kivymd/KivyMD/

Checkout pip documentation to have a better understanding. https://pip.pypa.io/en/stable/cli/pip_install/

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

79351184

Date: 2025-01-13 04:41:37
Score: 1.5
Natty:
Report link

@BenjaminW. is right (in the comments). Thanks.

First, I just changed runs on: ubuntu-latest to runs on: ubuntu-22.04.

Then I tried this:

 runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Install libmagickwand-dev
        run: sudo apt-get install libmagickwand-dev

Both work, and I'm not sure which solution is better.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): solution is
  • Has code block (-0.5):
  • User mentioned (1): @BenjaminW
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Greg Johnson

79351174

Date: 2025-01-13 04:31:36
Score: 1
Natty:
Report link

org/hibernate/engine/jdbc/connections/internal/DatasourceConnectionProviderImpl.java

    @Override
public DatabaseConnectionInfo getDatabaseConnectionInfo(Dialect dialect) {
    return new DatabaseConnectionInfoImpl(
            "Connecting through datasource '" + (dataSourceJndiName != null ? dataSourceJndiName : dataSource) + "'",
            null,
            dialect.getVersion(),
            null,
            null,
            null,
            null
    );
}

This is the current code, do not to try to get the info, until the code of hibernate core is change.

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Murphy Mo

79351154

Date: 2025-01-13 04:11:33
Score: 2.5
Natty:
Report link

I found a rather simple "solution" to this problem, although it is not really a solution. I set the option to tell R not to start autocomplete until 99 characters were typed (the max). Maybe there are cases where more than 99 characters are typed, but I doubt many.

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

79351149

Date: 2025-01-13 04:06:32
Score: 1
Natty:
Report link

It looks like the issue might be caused by how the formulas in N3 and M3 are referencing each other. This can sometimes cause Excel to behave inconsistently. Here’s what I suggest:

Simplify the formulas: Since N3 and M3 depend on each other, try breaking the logic up into separate helper columns. This way, you can keep the validation clearer and avoid circular references.

Check formatting: Double-check that N3, M3, and J3 are all formatted as numbers with 2 decimal places. Sometimes Excel gets picky with formatting, which could be causing the issue.

Test with simple cases: Once you make these changes, test a few simple examples like N3 = 4 and M3 = 4 to make sure the validation is working as expected.

Let me know if that works or if you need further help!

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

79351144

Date: 2025-01-13 04:00:31
Score: 1.5
Natty:
Report link

This is what you need. {$your_variable|regex_replace:'/\s+/':''}

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Onyedikachi Oko - Dexter

79351119

Date: 2025-01-13 03:28:25
Score: 6.5 🚩
Natty:
Report link

@All,

Can anybody suggest me on this. In the UI Adaptation option when we select Smartfilter bar i dont see option to keep the fields as mandatory.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can anybody suggest me
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @All
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Anil