79297077

Date: 2024-12-20 11:32:57
Score: 4
Natty: 4
Report link

I also used some thing in that line and to solve it try instead and it helped

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

79297076

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

The error you get is because you mixed loc and iloc, with .loc you need to use the column name and not its index. Just replace your last line by:

df.iloc[num, 1] = df.iloc[num, 0]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rehaqds

79297074

Date: 2024-12-20 11:29:56
Score: 3
Natty:
Report link

It seemed that the path to jlinkgdbserver.exe was not right. Jlink was installed in a folder named "jlink_V812" and not the default "jlink". I had changed the path in settings.json but it did not work (even adding .exe). Finally I created a "jlink" folder and moved all jlink files into it. First it did not worked but I then recreated totally the project (with the default settings to "jlink" folder and it now works. I still do not understand what was wrong.

Reasons:
  • Blacklisted phrase (1): did not work
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mstrens

79297069

Date: 2024-12-20 11:29:56
Score: 0.5
Natty:
Report link

If you're encountering issues while installing or using Vite with React due to esbuild, it's likely related to a version mismatch or breaking changes in esbuild. You can resolve this by downgrading esbuild to a compatible version.

npm install -D [email protected]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SongHyunKim

79297065

Date: 2024-12-20 11:28:55
Score: 5.5
Natty: 6
Report link

I ran into a problem while using this method.

I used cascading list of values, but the value from the parent select list is not picked up in the SQL query of the child control. Could you please help.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Could you please help
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Venkat

79297064

Date: 2024-12-20 11:28:55
Score: 0.5
Natty:
Report link

A pointer is what it says: a pointer to what is ultimately a physical location in memory. This does not mean the ultimate location must be specified when the pointer is defined, but before it is used in a program to point to something the target location must be defined, possibly through one or more other pointers but ultimately an actual memory location. A pointer may point to a pointer, as many times as you like but ultimately the result must point to a real memory location and data type to be useful. An example of a pointer being particularly useful is when you have a common routine working on passed parameters. The length of the parameters does not matter, the common routine does not need to allocate memory to work, as the pointer has the ultimate definition of its value, a string, for example, and the routine does not need to allocate space for the maximum length of the parameter value. In your examples, whether you define pc itself or a pointer to pc depends on the requirements of the program and your preferred programming approach, but before the pointer can be used effectively its ultimate value in memory must be defined. In tricky, but powerful, situations I sometimes find it is more useful to actually assign memory locations for pointers and variables on a piece of paper and put in actual figures to understand what is going on.

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

79297060

Date: 2024-12-20 11:27:55
Score: 3.5
Natty:
Report link

Png image format did not work for me,i converted image to jpg and hosted it on imgbb.com ,got the link and copied to my img src=" https

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Simon Njogu

79297058

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

Thanks all for your suggestions. In the end there was another process using the database heavily which was causing the problem.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jesus Paradinas

79297050

Date: 2024-12-20 11:23:54
Score: 2.5
Natty:
Report link

Does the issue only happen with attaching the debugger?

If so, you could create a support ticket for it in IDE (Help | Contact Support), or create a new YouTrack issue to get quicker help.

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

79297048

Date: 2024-12-20 11:22:53
Score: 11.5
Natty: 7.5
Report link

I have the same problem. Is there anyone who has solved the problem?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (1.5): solved the problem?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Smhzhl

79297023

Date: 2024-12-20 11:14:51
Score: 1
Natty:
Report link

Try again after rebooting your machine,this worked for me.

Reasons:
  • Whitelisted phrase (-1): this worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Santosh nayak

79297021

Date: 2024-12-20 11:13:50
Score: 1.5
Natty:
Report link
fun main() {
    var a = 10
    if (a is Int) {
        println("Its type is Int")
    }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: malith

79297018

Date: 2024-12-20 11:12:50
Score: 3.5
Natty:
Report link

I developed this adaptive cards builder / designer, which can be integrated into angular via iframe

  1. https://diybuilder.in/adaptive-cards-builder/templates.php
  2. https://diybuilder.in/adaptive-cards-builder/cards.php
  3. https://diybuilder.in/adaptive-cards-builder/forms.php

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Frederic Anand

79297011

Date: 2024-12-20 11:09:49
Score: 3
Natty:
Report link

dotnet --list-sdks sudo rm -rf /usr/share/dotnet/sdk/(.net 9 version)

In my case there's .net 9 installed. I uninstall .net 9 and Archive for Publishing appears again.

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

79297004

Date: 2024-12-20 11:08:49
Score: 2
Natty:
Report link

since c++11

auto last = std::prev(n.end());
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Daniel Aviv

79296999

Date: 2024-12-20 11:07:47
Score: 5.5
Natty:
Report link

Thanks Kshtiz Ji for the answer and Arun for the Question. You saved my whole week. I have been trying this to fix.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): You saved my
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lokesh bastola

79296995

Date: 2024-12-20 11:06:47
Score: 2
Natty:
Report link

You can try this adaptive card template builder to create adaptive cards from this adaptive card builder. This will allow to preview the adaptive cards json also. Adaptive cards json also be imported.

  1. https://diybuilder.in/adaptive-cards-builder/templates.php
  2. https://diybuilder.in/adaptive-cards-builder/cards.php
  3. https://diybuilder.in/adaptive-cards-builder/forms.php

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Frederic Anand

79296984

Date: 2024-12-20 11:02:46
Score: 1.5
Natty:
Report link

That’s simple! WordPress has a built-in feature for this. Just follow these steps:

  1. Go to your WordPress Admin Dashboard.
  2. Navigate to Settings > Permalinks.
  3. Select the option Postname.

And you’re done!

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

79296983

Date: 2024-12-20 11:02:46
Score: 1
Natty:
Report link
#include <iostream>

#define IS_EMPTY_ARG(...) []() -> bool { return std::string(#__VA_ARGS__).empty(); }()

int main()
{
    std::cout << "empty: " << IS_EMPTY_ARG() << "\n";
    std::cout << "non-empty: " << IS_EMPTY_ARG(123) << "\n";
    return 0;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anton

79296976

Date: 2024-12-20 10:59:46
Score: 1
Natty:
Report link

To resolve this issue, try downgrading esbuild to version 0.24.0 by running the following command:

npm install -D [email protected]

This should fix the build errors related to import.meta.

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

79296967

Date: 2024-12-20 10:57:45
Score: 1
Natty:
Report link

This is what i found out.

for i in range(len(reader.pages)):
page = reader.pages[i]
# Extract text from page
pdf_text = page.extract_text()
# Print all URL
if "/Annots" in page:
    for annot in page["/Annots"]:
        annot_obj = annot.get_object()
        if annot_obj["/Subtype"] == "/Link":
            dest = annot_obj["/A"]["/URI"]
            print(f"page: {i} dest: {dest}")
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28868830

79296963

Date: 2024-12-20 10:55:45
Score: 2.5
Natty:
Report link

Try setting up heap memory size to 8192.

PS: Might not be related but try and delete cache of your angular build from .angular to free up space. It can take space in GBs.

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

79296960

Date: 2024-12-20 10:54:45
Score: 0.5
Natty:
Report link

No. Best think you can do is custom deserializer for whole class.

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

79296952

Date: 2024-12-20 10:52:44
Score: 3
Natty:
Report link

This issue is mainly due to new update of Android Studio LadyBug that makes it incompatible to run with java-21. To resolve this, refer to Flutter 3.24.3 problem with Android Studio Ladybug | 2024.2.1

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

79296951

Date: 2024-12-20 10:51:43
Score: 7 🚩
Natty: 5.5
Report link

у меня такая же проблема, но это не помогает

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Владимир Макаревич

79296950

Date: 2024-12-20 10:50:42
Score: 2.5
Natty:
Report link

For a temporary fix ssl verification can be disabled in the remotes settings at ~/.conan/remotes.json

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

79296945

Date: 2024-12-20 10:47:42
Score: 1.5
Natty:
Report link

As of version 7.4.2, the plugin can only detect Cucumber scenario tags that contain the project key. So unfortunately, you cannot define project key ABC and use tags containing project XR. You will need to choose one or the other.

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

79296939

Date: 2024-12-20 10:46:41
Score: 2.5
Natty:
Report link

Use IIFE

const parsedJSON = (() => {
  try {
    return JSON.parse(badJSON);
  } catch (error) {
    return {};
  }
})();
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: youyoumu

79296934

Date: 2024-12-20 10:42:41
Score: 1
Natty:
Report link

The problem was in fact the position of the tooltip set in the function

tooltip.setShift(new Point(-5, -5));

with those parameters the tooltip will pop on the mouse, that will create a collision with the mousehover listener because the the parent's widget (TreeViewer) is not under the mouse.

I change the setShift to this :

tooltip.setShift(new Point(-5, 15));
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Etienne

79296933

Date: 2024-12-20 10:42:41
Score: 2.5
Natty:
Report link

If the project is part of a Git repository and the files listed have been changed, but not commited to the Git repository, then SonarQube will list the files as missing blame information. Commit the changes and re-run the SonarQube run.

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

79296929

Date: 2024-12-20 10:42:41
Score: 1
Natty:
Report link

I don't think it's a bug.

I don't think it should affect the business logic of the code, but for me personally I would choose the getAField() method, since in my opinion it's more correct.

If you want, you can make a report to JetBrains, maybe they will comment on it.

Good luck with programming!

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

79296928

Date: 2024-12-20 10:42:40
Score: 6.5 🚩
Natty: 6.5
Report link

Where you able to solve this at some point?

Reasons:
  • Blacklisted phrase (1): you able to solve
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Where you
  • Low reputation (0.5):
Posted by: Joris Brauns

79296927

Date: 2024-12-20 10:41:39
Score: 1.5
Natty:
Report link

You can solve this by passing an identifier (fromOrdersList) to the "Order Details" screen and handling navigation based on its value.

When navigating to "Order Details," pass a flag:

dart Copy code // From Orders List Navigator.push( context, MaterialPageRoute( builder: (context) => OrderDetailsScreen(fromOrdersList: true), ), );

// From Checkout Popup Navigator.push( context, MaterialPageRoute( builder: (context) => OrderDetailsScreen(fromOrdersList: false), ), ); Modify the "Order Details" screen to handle back navigation:

dart Copy code class OrderDetailsScreen extends StatelessWidget { final bool fromOrdersList;

OrderDetailsScreen({required this.fromOrdersList});

@override Widget build(BuildContext context) { return Scaffold( backgroundColor: Colors.white, appBar: AppBar( backgroundColor: AppColors.appbarColor, title: Text( 'Order Details', style: GoogleFonts.poppins(color: AppColors.textColor), ), leading: IconButton( icon: Icon(Icons.arrow_back), onPressed: () { if (fromOrdersList) { Navigator.pop(context); } else { Navigator.of(context).pushAndRemoveUntil( MaterialPageRoute(builder: (context) => OrdersListScreen()), (route) => false, ); } }, ), ), body: Stack( children: [ WebViewWidget(controller: _webViewController), if (_isLoading) Center( child: CircularProgressIndicator( color: AppColors.buttonColor, ), ), ], ), ); } }

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • User mentioned (1): @override
  • Low reputation (1):
Posted by: Mouad Laamarti

79296925

Date: 2024-12-20 10:41:39
Score: 2.5
Natty:
Report link

This appears to be due to a bug in psycopg 3.2. By using psycopg 3.1, things work as expected. There is a GitHub issue for the bug here: https://github.com/psycopg/psycopg/issues/888

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

79296916

Date: 2024-12-20 10:38:38
Score: 1
Natty:
Report link

The best way is to enable backup and sync! I can then simply restore my settings.

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

79296905

Date: 2024-12-20 10:34:37
Score: 1.5
Natty:
Report link

I finally found it. The extensions are in a hidden folder within the extensions directory. For me, the table extension is in extension/.bundled/table/...

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

79296904

Date: 2024-12-20 10:34:37
Score: 1
Natty:
Report link

You will have to explicitly provide type hints.

# views.py
class ListCarsView(ListAPIView):
    def get_queryset(self):
        objects: CarQuerySet = Car.objects # Type hint
        return objects.with_wheels()  # yellow
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chaitanya Katti

79296902

Date: 2024-12-20 10:34:37
Score: 2.5
Natty:
Report link

You can keep the missing values as NaNs and handle them carefully in such a way that they don’t affect the downstream of your pipeline. only use the available data to make meaningful steps.

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

79296901

Date: 2024-12-20 10:33:37
Score: 1.5
Natty:
Report link

The given solution did not work completely. After some refreshes, it again started loading multiple times. I found the actual solution for it. Which is removing the below code from main.ts,

if ('serviceWorker' in navigator) {
   navigator.serviceWorker.register('/ngsw-worker.js').then(() => {
     console.log('Service Worker Registered');
   });
}

The service worker registration anyways happens in app.module.ts, so it is not required here which causes multiple reloads of the page on launch.

Reasons:
  • Blacklisted phrase (1): did not work
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Srikanth

79296897

Date: 2024-12-20 10:31:36
Score: 1.5
Natty:
Report link

Setting up a React Native starter project can sometimes be tricky if everything isn’t installed properly. Make sure to carefully follow the setup instructions, and double-check dependencies and configurations. If you're still facing issues, feel free to check out my guide on bitlife dab of pixie dust for some extra tips! Let me know if you’d like me to tweak this!

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

79296893

Date: 2024-12-20 10:31:36
Score: 2.5
Natty:
Report link

If it's working then that's great. You do have a missing semicolon after white-space:normal.

You are also using Display twice so the second Display value will overwrite the first.

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

79296891

Date: 2024-12-20 10:30:36
Score: 2
Natty:
Report link

The issue here is mainly caused by the std::packaged_task internals using the operator=. Declaring both copy and move operators for the Job solved the issue.

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

79296887

Date: 2024-12-20 10:28:36
Score: 3
Natty:
Report link

Reloading computer and smartphone helped. There was something wrong with proxy server.

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

79296883

Date: 2024-12-20 10:27:35
Score: 5.5
Natty:
Report link

Thank you very much. Obviously the components in $(BDS)\bin are renamed to bcboffice2k290.bpl and bcbofficexp290.bpl. Having installed 2k290 (I use Office 365) the components (TWordApplication ...) are visible in the IDE's components tab, but unfortunately they are grayed out. Any idea what is going wrong?

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

79296869

Date: 2024-12-20 10:19:33
Score: 1.5
Natty:
Report link

Just add this

<dependency>
  <groupId>org.apache.logging.log4j</groupId>
  <artifactId>log4j-slf4j-impl</artifactId>
  <version>2.20.0</version>
</dependency>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mostafa

79296859

Date: 2024-12-20 10:16:33
Score: 2.5
Natty:
Report link

According to https://jobqueue.dask.org/en/latest/clusters-interactive.html#viewing-the-dask-dashboard, you should use scheduler_options={'dashboard_address': '0.0.0.0:12435'} kwargs. I'm not familliar with SLURMRunner, but I can see in the Python code that it should take it.

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

79296858

Date: 2024-12-20 10:15:32
Score: 0.5
Natty:
Report link

this worked for me ngrok http 8080 --host-header=rewrite

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

79296852

Date: 2024-12-20 10:13:31
Score: 3.5
Natty:
Report link

Which version of VS2022 are you using? I am experiencing the same problem on a machine where I installed version 17.12.3. I do not have this problem on my other machines where 17.10.4 is installed. You can look up your version using the menu items "Help-About Microsoft Visual Studio".

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Which
  • Low reputation (1):
Posted by: Stefan Kuhr

79296841

Date: 2024-12-20 10:09:31
Score: 1
Natty:
Report link

Computing a query plan is a very complex process that relies on systemic. There is many conditions to obtain a query plan that will be exactly the same on two similar machines... The most important of them are:

Other conditions can increase the differences like:

Are you sure that thoses things are strictly the same ?

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

79296833

Date: 2024-12-20 10:04:30
Score: 3
Natty:
Report link

Solved!

If anyone else has this issue,

Go to your third party services connections

and delete your app from there.

Only the first time will it ask you for a refresh token.

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

79296832

Date: 2024-12-20 10:03:30
Score: 0.5
Natty:
Report link

With spring-boot-starter-parent 3.4.0 and springdoc-openapi-starter-webmvc-ui 2.6.0, one solution is to disable generic responses generated by springdoc using the @ControllerAdvice.

You can do this by setting the following property:

springdoc.override-with-generic-response=false

Here is the link to the documentation about this property: springdoc documentation

Where it states:

springdoc.override-with-generic-response | true | Boolean. When true, automatically adds @ControllerAdvice responses to all the generated responses.

Reasons:
  • Blacklisted phrase (1): Here is the link
  • Whitelisted phrase (-1): solution is
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @ControllerAdvice
  • User mentioned (0): @ControllerAdvice
  • Low reputation (0.5):
Posted by: Antonio Berritto

79296830

Date: 2024-12-20 10:03:30
Score: 2
Natty:
Report link

In 2024,

Not: from llama_index import LangchainEmbedding from llama_index.embedings import LangchainEmbedding

Use: from llama_index.embeddings.langchain import LangchainEmbedding

This seems to work.

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

79296829

Date: 2024-12-20 10:02:29
Score: 4.5
Natty:
Report link

The answer to this problem is provided by Jess Archer in this Github issue https://github.com/laravel/prompts/issues/39

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

79296827

Date: 2024-12-20 10:02:28
Score: 4.5
Natty:
Report link

It looks correct, although you can simplify it removing the intersect

UniqueCount([user_id]) OVER (LastPeriods(30,[Date]))

If this is not what you wanted, can you show a sample of the data, current and expected result?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you show
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: Gaia Paolini

79296826

Date: 2024-12-20 10:01:28
Score: 3.5
Natty:
Report link

Same issue in MacOs, and the cause was some Windows paths. I removed and issue was fixed

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: LeonardoX

79296823

Date: 2024-12-20 10:01:27
Score: 6.5 🚩
Natty: 6.5
Report link

I also use the same ExplorerCommandVerb.dll, and I have made some changes myself, but I really want to know how to implement multi-level menus, for example, there is a first-level menu Menu One, which has two second-level menus Menu t1 and Menu t2. I have encountered this problem now, how can I solve it?

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

79296806

Date: 2024-12-20 09:57:26
Score: 0.5
Natty:
Report link

There are a few different patterns available when working with time. You seem to currently be using Timeslots but this indeed limits tasks and leads to some wasted time (since a task always has to take up the full timeslot).

On this page, you can read about 2 alternative approaches: Timegrain and Chained Through Time.

The task allocation quickstart on GitHub uses Chained Through Time. It seems to match most of your requirements.

Reasons:
  • No code block (0.5):
Posted by: Tom Cools

79296804

Date: 2024-12-20 09:55:25
Score: 3
Natty:
Report link

I didn't realy solve it the way I wanted. But I reinstalled the docker container so now I can use my mount points.

However, if anyone knows the answere, feel free to post it - for other people or for future use.

Reasons:
  • Blacklisted phrase (1): anyone knows
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user2032654

79296783

Date: 2024-12-20 09:47:23
Score: 3.5
Natty:
Report link

updating maya-usd plugin to 0.30 fixed the problem

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

79296772

Date: 2024-12-20 09:41:20
Score: 6.5 🚩
Natty: 4.5
Report link

you can do it by rizzing up baby gronk the sigma alpha beta's gyatt with fanum taxing rizz with the help of ohio skibidi gman?

Reasons:
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: skibidi

79296770

Date: 2024-12-20 09:40:20
Score: 1.5
Natty:
Report link

This could be an issue with ADB . Check the version of ADB in your system and in your friends.

And if you are using the android studios run command to launch the app on device, try once with ADB explicitly. Let's assume your app's package name is "com.example.myapp" and the main activity is "com.example.myapp.MainActivity". The command to launch the app would be: adb shell am start -n com.example.myapp/.MainActivity

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

79296759

Date: 2024-12-20 09:37:19
Score: 3.5
Natty:
Report link

Seems very simple , Share the actual code , I will help you out.

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

79296755

Date: 2024-12-20 09:36:19
Score: 3.5
Natty:
Report link

try changing the .exe file to JLinkGDBServerCL.exe.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jonathan Muñoz

79296754

Date: 2024-12-20 09:36:19
Score: 2.5
Natty:
Report link

You don't need beforeEach for mocking. So put vi.mock directly in your setup file should work.

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

79296745

Date: 2024-12-20 09:32:18
Score: 1.5
Natty:
Report link

Here's an in-Python solution based on @0_0's suggestion (cross-post from HDF5 file grows in size after overwriting the pandas dataframe):

def cache_repack(cachefile='/tmp/influx2web_store.h5'):
    """
    Clean up cache, HDF5 does not reclaim space automatically, so once per run repack the data to do so. 
    See 
    1. https://stackoverflow.com/questions/33101797/hdf5-file-grows-in-size-after-overwriting-the-pandas-dataframe
    2. https://stackoverflow.com/questions/21090243/release-hdf5-disk-memory-after-table-or-node-removal-with-pytables-or-pandas
    3. https://pandas.pydata.org/docs/user_guide/io.html#delete-from-a-table
    4. http://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#io-hdf5-ptrepack  
    """
    from subprocess import call
    outcachefile = cachefile + '-repacked'
    command = ["ptrepack", "-o", "--chunkshape=auto", "--propindexes", "--complevel=9", "--complib=blosc", cachefile, outcachefile]
    call(command)

    # Use replace instead of rename to clobber target https://stackoverflow.com/questions/69363867/difference-between-os-replace-and-os-rename
    import os
    os.replace(outcachefile, cachefile)
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @0_0's
Posted by: Tim

79296741

Date: 2024-12-20 09:30:18
Score: 3.5
Natty:
Report link

You should check your tensorflow and keras version. They must be compatible. For example: tensorflow==2.18 and keras==2.08 incompatible.

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

79296733

Date: 2024-12-20 09:26:17
Score: 1.5
Natty:
Report link

--legacy-peer-deps: ignore all peerDependencies when installing, in the style of npm version 4 through version 6.

--strict-peer-deps: fail and abort the install process for any conflicting peerDependencies when encountered. By default, npm will only crash for peerDependencies conflicts caused by the direct dependencies of the root project.

--force: will force npm to fetch remote resources even if a local copy exists on disk.

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

79296731

Date: 2024-12-20 09:25:16
Score: 2.5
Natty:
Report link

It seems like they have put everything in one file: https://github.com/lodash/lodash/blob/4.17.15/lodash.js

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

79296725

Date: 2024-12-20 09:24:16
Score: 2
Natty:
Report link

I was able to fix this by adding --debug-trycompile to cmake arguments which has the side effect of not deleting the TryCompile/* directories.

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

79296718

Date: 2024-12-20 09:21:16
Score: 1
Natty:
Report link

The unfortunate answer is that Steam seems to arbitrarily calculate the shortcut ID in a non-repeatable way, as you have found. This change occurred somewhat recently (~1.5-2 yrs ago).

There's an open Github issue describing this problem in detail. There are generally two ways to get the shortcut ID for a non-steam game:

  1. Manually create desktop shortcuts from steam's library interface, then inspect the shortcut to retrieve the ID.
  2. Run the non-steam game at least once and inspect the contents of screenshots.vdf for recent entries.

Both are not without issues, and hardly able to be automated.

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

79296713

Date: 2024-12-20 09:18:15
Score: 1.5
Natty:
Report link

All previous answers look outdated.

Now it is possible from the "Releases Overview" page: you click the arrow on the right → (release details) and on the details page you will see a button "Discard draft release"

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

79296707

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

It seems the issue can be resolved temporarily by downgrading the esbuild version. You can do this with the following command:

npm i -D [email protected]

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

79296706

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

For me the problem was that I was running makemigrations && migrate on build Dockerfile, so database wasn't running at that stage. I had to run migrations on CMD instead.

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

79296700

Date: 2024-12-20 09:10:14
Score: 0.5
Natty:
Report link

A workaround would be the following. Note that the main drawback is that you ll lose Column auto-complete because evaluate bag_unpack() hasn't a fixed schema.

SecurityEvent
| limit 10
| extend packed = pack_all()
| project-keep packed
| evaluate bag_unpack(packed, "myprefix")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nonayme

79296699

Date: 2024-12-20 09:09:13
Score: 1.5
Natty:
Report link

For me it was the YAML (by RedHat) extension that was conflicting.

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

79296683

Date: 2024-12-20 09:03:11
Score: 2
Natty:
Report link

Open the properties of the view file (.cshtml) and make sure you select "Content" for build action. The view isn't published when "None" is selected.

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

79296681

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

Just a temporary solution, which is just a little bit better than copying hints each time, inspired by @InSync and the decorator in related question:

from typing import TypeVar, Callable
from typing_extensions import ParamSpec # for 3.7 <= python < 3.10, import from typing for versions later

T = TypeVar('T')
P = ParamSpec('P')
def take_annotation_from(this: Callable[P, T]) -> Callable[[Callable], Callable[P, T]]: 
    def decorator(real_function: Callable) -> Callable[P, T]:
        def new_function(*args: P.args, **kwargs: P.kwargs) -> T:
            return real_function(*args, **kwargs)
        new_function.__doc__ = this.__doc__
        return new_function
    return decorator

And use it as

from torch.nn import Module

class MyModule(Module): 
    def __init__(self, k: float):
        ...
    
    def forward(self, ...) -> ...: # with type hints
        """docstring"""
        ...

    @take_annotation_from(forward)
    def __call__(self, *args, **kwds):
        return Module.__call__(self, *args, **kwds)

And this solution may be proved if last three lines of the code above can be packed as something like macro, because it remains unchanged among different implementations of sub-nn.Modules.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @InSync
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: LibrarristShalinward

79296679

Date: 2024-12-20 09:02:11
Score: 1.5
Natty:
Report link

Just check the url in your database. If there are any capitals in it change that. Just like Robertus said. Simple solution that worked for me.

(MAMP Pro - MacOS)

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

79296672

Date: 2024-12-20 08:58:09
Score: 4.5
Natty:
Report link

Okay, it seems I've found the answer only minutes after posting the question (and after hours of having no clue before ;)):

The problem is QwtPlotCurve::minYValue/maxYValue or the boundingRect respectively. Those are seemingly only updated on calls to "setRawSamples", but not when the underlying data changes or replot is called.

If anyone has a better solution for me (other than changing the underlying data to directly feed it into the QwtPlotCurve), please let me know!

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: FSat

79296668

Date: 2024-12-20 08:57:09
Score: 0.5
Natty:
Report link

in my case for no route host github comment : https://github.com/Genymobile/scrcpy/issues/1341#issuecomment-2556546043

I’ve been a developer for over six years and have solved similar issues using the solutions mentioned above.

However, I faced the same problem again today and spent three hours troubleshooting.

Then I remembered that I had set Cloudflare/DNS to 1.1.1.1 to bypass a blocked website two days ago. After removing those DNS settings (on macOS) by going to Wi-Fi -> details -> DNS -> and deleting the custom settings, I tried the solutions again—and it worked like a charm! lol.

Reasons:
  • Blacklisted phrase (1): worked like a charm
  • Whitelisted phrase (-1): it worked
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Yogi Arif Widodo

79296665

Date: 2024-12-20 08:55:08
Score: 11 🚩
Natty: 5.5
Report link

Hey I’m having the same issue. Did you find anything?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28867231

79296651

Date: 2024-12-20 08:51:06
Score: 0.5
Natty:
Report link

Like you said - PASOE (the only AppServer in OpenEdge 12.8) is only available as a 64 bit product.

If you're client needs to be 32 bit (why?) - you need to install Client Networking or Web Client in 32 bit and the AppServer product in 64 bit. You can install both products on the same machine in parallel directories.

The 32 bit client can access the 64 bit AppServer without limitations.

Reasons:
  • Blacklisted phrase (0.5): why?
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Mike Fechner

79296634

Date: 2024-12-20 08:43:04
Score: 2.5
Natty:
Report link

For my case I was trying to create a docker container and my Dockerfile wasn't copying the rest of the project files into the folder containing tsconfig.json, package.json etc meaning when trying to build the app it couldn't find project files.

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

79296620

Date: 2024-12-20 08:39:03
Score: 2
Natty:
Report link

Step. 1 : npm i -D [email protected]

Step. 2 : npm i

Step. 3 : npm run dev

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

79296619

Date: 2024-12-20 08:38:02
Score: 4.5
Natty:
Report link

Answer on this issue on Reddit.

https://www.reddit.com/r/reactjs/comments/1hieo6s/comment/m2yd75q/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

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

79296615

Date: 2024-12-20 08:37:02
Score: 2.5
Natty:
Report link

If Event are getting overlap you can add dayLayoutAlgorithm={"no-overlap"} it will seperate every event

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

79296605

Date: 2024-12-20 08:33:00
Score: 4.5
Natty:
Report link

on stackblitz, the same error occurs.

https://stackblitz.com/edit/vitejs-vite-il4956yz?file=index.html&terminal=dev

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

79296602

Date: 2024-12-20 08:32:00
Score: 1
Natty:
Report link

this worked for me when use strategy: "hi_res",

https://github.com/langchain-ai/langchainjs/issues/1856

Reasons:
  • Whitelisted phrase (-1): this worked for me
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: TOMARTISAN

79296596

Date: 2024-12-20 08:29:59
Score: 2.5
Natty:
Report link

This is the perfect solution and in my console .Net 8 application this worked fine. After changing the configuration Error 1

Got the above error and had to fix it as well in program.cs. Fix 1

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

79296593

Date: 2024-12-20 08:28:59
Score: 0.5
Natty:
Report link

To solve the issue of the navigation bar performing in the back of the ScrollView to your Android format, you need to make certain that the BottomNavigationView is positioned efficaciously in the layout hierarchy. In your current setup, the ScrollView is about to match_parent, which could reason it to overlap with the navigation bar.

You can restoration this with the aid of adjusting the format parameters of the ScrollView to ensure it does now not occupy the entire display height. Here’s how you could adjust your activity_main.Xml:

<ScrollView

android:layout_width="match_parent"

android:layout_height="0dp"

android:layout_weight="1"

android:padding="16dp"

android:layout_above="@identity/bottomNavigationView">

This alternate will allow the ScrollView to take up the to be had area above the BottomNavigationView, preventing overlap. Additionally, make sure that the BottomNavigationView is defined after the ScrollView inside the XML record to keep the precise rendering order.

If your Constraint Widget for the BottomNavigationView has disappeared, you can need to re-add it inside the format editor or ensure that you are the use of the appropriate format type (e.G., ConstraintLayout) that supports constraints.

By making those adjustments, your navigation bar have to display effectively above the ScrollView.

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

79296590

Date: 2024-12-20 08:27:58
Score: 0.5
Natty:
Report link

100% to take the size of the parent container instead.

#root2 {
    padding: 0;
    margin: 0;
    background-color: blue;
    width: 100%; /* Wider than parent to show horizontal scrollbar */
    height: 100%; /* Same height as parent initially */
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: lemon8de

79296588

Date: 2024-12-20 08:27:58
Score: 0.5
Natty:
Report link

As for commit and push, git status works.

git status

'Changes to be committed: ... blabla' -> do commit

'ahead of 'origin/master' by n commits blabla': this means it is at ahead -> do push

'up to date' & 'nothing to commit'. Then you need to check pull-status by

git remote show origin

If it shows '(local out of date)', local repo is at behind. -> do pull

In case of '(up to date)', it is at the same commit with remote (origin/master).

For the issue of 'origin/master' in local and real 'origin/master' in network, refer to this page.

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

79296586

Date: 2024-12-20 08:26:58
Score: 1
Natty:
Report link

Follow these steps to add subscript text in Notion:

  1. Use the /math command to insert a math block. Block equation will display your text as a separate block.
  2. Inline equation will display your text inline with regular text.
  3. Write your text using TeX Notation.
  4. Use underscore (_) for subscript, caret (^) for superscript, tilde (~) for space and curly brackets ({}) to group more than one character together.
  5. Enter your properly formatted TeX text and click Done.
  6. You now have your subscript / superscript text displayed on your Notion page.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lojain Mohammad

79296576

Date: 2024-12-20 08:22:57
Score: 5
Natty:
Report link

I am having the same error with laravel project. Looks like "vite": "^6.0.4" is causing the issue. Downgrading works at this moment

npm uninstall vite

npm install vite@^5
Reasons:
  • RegEx Blacklisted phrase (1): I am having the same error
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I am having the same error
  • Low reputation (1):
Posted by: Onur Karagül

79296574

Date: 2024-12-20 08:22:57
Score: 0.5
Natty:
Report link

Another workaround could be CONCAT

SELECT
  CONCAT(column1, ':', column2, ':', column3)
FROM table;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Animeta

79296570

Date: 2024-12-20 08:21:56
Score: 4
Natty:
Report link

Downgrade with npm i -D [email protected]

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

79296569

Date: 2024-12-20 08:20:54
Score: 8 🚩
Natty:
Report link

so am I. How can I resolve It?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (1.5): How can I resolve It?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user9440256

79296563

Date: 2024-12-20 08:17:54
Score: 1.5
Natty:
Report link

So I just change rp.id on requestJson to my domain from https://mydomain/.well-known/assetlinks.json

like

 'rp': {
      'name': 'Passkey',
      'id': 'mydomain',
    },
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Suppose

79296554

Date: 2024-12-20 08:13:53
Score: 1.5
Natty:
Report link

For Windows, it is best to find the parent of the ffmpeg process and then send Ctrl+C using Win32 user interaction to it.

This way, it can really stop gracefully and not end up with a corrupt MP4 file.

I have made a solution for Windows here: https://github.com/Apivan/ffmpeg_stopper_win32

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Apivan Tuntakurn

79296549

Date: 2024-12-20 08:12:52
Score: 1.5
Natty:
Report link

I have identified the issue and resolved it. Initially, I configured the process by setting up an AuthDelegateImplementation to obtain an authentication token and storing it in a database through a scheduler that runs every hour. The token was then retrieved and reused. (For reference, I based this logic on the example here: AuthDelegateImplementation.cs. In this example, the AcquireToken parameters authority and resource were hardcoded to obtain the token.)

Using this approach, I successfully removed sensitivity labels from files without access control restrictions. However, for labels with access control settings, the error described earlier occurred.

To resolve this, I switched to a different approach where a new authentication token is obtained each time the functionality is used. This resolved the issue, and I verified that sensitivity labels, including those with access control settings, were successfully removed from the files.

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