79523476

Date: 2025-03-20 16:07:19
Score: 0.5
Natty:
Report link

I had a same problem, and my fix was to specify some random address to mmap instead of providing NULL. My guess is that the OS tries to pack virtual addresses as tightly as possible, so there is no space for remap to grow.

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

79523474

Date: 2025-03-20 16:05:18
Score: 2.5
Natty:
Report link

BitLife Unblocked is a version of the popular life simulation game BitLife that you can play without any restrictions. It allows you to access the game even in places where it might be blocked, like schools or workplaces. In this game, you can make life decisions, build a career, start a family, and experience different adventures. With BitLife Unblocked, you can enjoy the full game anytime, anywhere, without limitations!

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a
  • Low reputation (1):
Posted by: char lotte

79523468

Date: 2025-03-20 16:04:18
Score: 3.5
Natty:
Report link

If you encounter such a problem, try another good proxy service, for example NodeMaven I also encountered such problems and simply switched to other options)

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

79523462

Date: 2025-03-20 15:58:17
Score: 2
Natty:
Report link

If this happens to you after March 1, 2025, it's probably because the Distance Matrix API is in Legacy. It's been replaced by the Routes API. You are getting this error because this feature can't be used for future usage.

If you want to use the Distance Matrix API, or if you are still get this even after switching to the Routes API, you can manually activate the Distance Matrix API by going to this link. It might also be necessary to edit the API Key API Restrictions and add the Distance Matrix API.

Reasons:
  • Blacklisted phrase (1): this link
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Starship

79523457

Date: 2025-03-20 15:57:16
Score: 2.5
Natty:
Report link

Use g++ to compile C++, as gcc is for C.

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

79523452

Date: 2025-03-20 15:53:16
Score: 0.5
Natty:
Report link

You can safely .gitignore it (which is what I plan to do).

From the unplugin-vue-components readme:

Once the setup is done, a components.d.ts will be generated and updates automatically with the type definitions. Feel free to commit it into git or not as you want.

Source: https://github.com/unplugin/unplugin-vue-components#typescript

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

79523450

Date: 2025-03-20 15:51:15
Score: 2
Natty:
Report link

I'm not exactly sure how you were directed here for this issue, and I apologize for the frustrating experience of posting in this forum. While these API's are sitting behind "banno.com", these are not a part of the Banno Digital Toolkit. This is something that the Jack Henry Treasury Support team should be able to assist you with. In order to get in touch with them, you will need to create a case via the For Clients portal (forclients.jackhenry.com).

Thanks,

Garrett

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Low reputation (1):
Posted by: GarrettRJH

79523446

Date: 2025-03-20 15:50:14
Score: 11.5 🚩
Natty: 5
Report link

Did you find the answer? facing the same issue :(

Reasons:
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): Did you find the answer
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find the answer
  • Low reputation (1):
Posted by: user30002704

79523443

Date: 2025-03-20 15:48:14
Score: 1.5
Natty:
Report link

It appears that Next.js was dropping the second queued action in my case. I’m using Next.js v15.2.0-canary.61, and this behavior might be fixed in a newer version.

I found a workaround in a GitHub thread that resolves the issue. The suggestion is to wrap the server action call in a setTimeout, which successfully prevents the second action from being lost.

This approach worked for me:

setTimeout(() => {
  yourServerAction();
}, 0);

If upgrading isn’t an option or the issue persists, this workaround might help others facing the same problem.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same problem
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Nick

79523440

Date: 2025-03-20 15:46:13
Score: 2
Natty:
Report link

I know this is an old post but recently (2025) I have seen "Request.ServerVariables("HTTPS")" returning "off" even when the site is HTTPS/SSL and the browser shows a valid certificate.

This is a great work around:
if request.servervariables("SERVER_PORT") <> "443" then ...

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

79523436

Date: 2025-03-20 15:45:13
Score: 2.5
Natty:
Report link

As @Remy Lebeau mentioned, the checkboxes are implemented as state images, and the OnChanging and OnChange events are fired with Change=ctState when an item's checkbox state is (being) changed, and TListItem does have a Checked property in D2007

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Remy
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nelson Silinda

79523430

Date: 2025-03-20 15:43:13
Score: 1.5
Natty:
Report link

The issue was fairly simple: I forgot to set the protocol in the broker and backend, i.e. redis://a-redis-server.abcdef.0001.use1.cache.amazonaws.com:6379/0. Seems a bit obvious in retrospect lol.

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

79523414

Date: 2025-03-20 15:37:11
Score: 2
Natty:
Report link

To be able to go through the files, change the code, and run commads in the terminal in the remote server, you can use this extension on vscode.

https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh

enter image description here

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pedro Rodrigues

79523404

Date: 2025-03-20 15:34:11
Score: 3
Natty:
Report link

i have this call (and yes it works i replaced the real names and the ids) and when i have this console.log(this.object()) after my subscribe or even before I will get a loop. If i put the log in the subscribe i won't get a loop and with untracked i won't get a loop too. Is this really as it works because nothing in this effect should trigger the call again and again, my first solution was to comment out this._object.set(null) but not even this triggers the loop

Reasons:
  • Blacklisted phrase (1): to comment
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: abhi

79523394

Date: 2025-03-20 15:32:10
Score: 1
Natty:
Report link

The following options are what I needed to maximize core usage:

const cluster = await Cluster.launch({
    concurrency: Cluster.CONCURRENCY_BROWSER,
    maxConcurrency: navigator.hardwareConcurrency
});
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Conner Enders

79523385

Date: 2025-03-20 15:26:08
Score: 4
Natty:
Report link

Is it the same video files as before? mkv is a container, not a codec, so the container could contain streams chrome cannot decode.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is it the
  • Low reputation (1):
Posted by: Nick

79523372

Date: 2025-03-20 15:20:07
Score: 3
Natty:
Report link

In my case, the error resolved after I installed opencv.

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

79523352

Date: 2025-03-20 15:16:05
Score: 0.5
Natty:
Report link

It may also be that you have 2 network connections, for example ethernet and wifi, that ethernet is the default route but is down, and so that it fails although there are another connection that is working.

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

79523346

Date: 2025-03-20 15:14:05
Score: 1
Natty:
Report link

What I do is this:

on helpers.scss

@use 'variables' as vars;

on _variables.scss

$black: #000;
$white: #fff;

$colors: (
  'black': $black,
  'white': $white,
);
:root {
  @each $name, $color in $colors {
    --#{$name}: #{$color};
  }
}

and I get on main.css

:root {
  --black: #000;
  --white: #fff;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What I
  • Low reputation (0.5):
Posted by: Ignacio Galdames

79523342

Date: 2025-03-20 15:12:05
Score: 1.5
Natty:
Report link

I use this:

      <MaterialTopTabs.Screen name="chat" options={{ title: "Chat"}} redirect={true} />
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nhat244

79523309

Date: 2025-03-20 15:01:02
Score: 2.5
Natty:
Report link

Yes, always when you want to deploy a particular feature/fix/etc without deploying other stuff

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

79523307

Date: 2025-03-20 15:00:02
Score: 0.5
Natty:
Report link

Tried only with

"next": "15.2.2"

"typeorm": "^0.3.21"

@OneToMany('Habit', 'author')
habits: Habit[];
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Makatun

79523305

Date: 2025-03-20 15:00:02
Score: 1
Natty:
Report link

Tried to use a session.
But the situation does not change; There are two links on the index.html; one is google (no restricted area) and the other is under the current directory which is the area where the basic auth is necessary. The page transition to google was successful now, but that to the restricted area is not.

Any hints would be appreciated!
Thank you very much!

- (void)viewDidLoad {
    [super viewDidLoad];
    // Do any additional setup after loading the view.

    NSString *urlString = @"https://test.com/test/";
    
    //username and password value
    NSString *username = @"test1";
    NSString *password = @"test1";

    //HTTP Basic Authentication
    NSString *authenticationString = [NSString stringWithFormat:@"%@:%@", username, password] ;
    NSData *authenticationData = [authenticationString dataUsingEncoding:NSASCIIStringEncoding];
    NSString *authenticationValue = [authenticationData base64Encoding];
    
    //Set up your request
    NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:urlString]];
    [request setHTTPMethod:@"GET"];
    //[request setHTTPMethod:@"POST"];

        [request setValue:[NSString stringWithFormat:@"Basic %@", authenticationValue] forHTTPHeaderField:@"Authorization"];
    
    NSURLSession *session = [NSURLSession sharedSession];
    [[session dataTaskWithRequest:request
             completionHandler:^(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error) {
                 if (!error) {
                     NSLog(@"good!: %@", data);  //[NSString stringWithFormat:@"ID %@", DevID];

                     NSString *html = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
                     NSLog(@"%@", html);
                     NSURL *url = [NSURL URLWithString:urlString];
                     [self->_webView loadHTMLString:html baseURL:url];

                }
             }] resume];

}
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): appreciated
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: doctor

79523300

Date: 2025-03-20 14:58:01
Score: 1
Natty:
Report link

I tried many different things. The thing that solved it for me was including the OpenAPIVersion spec in UseSwagger():

    app.UseSwagger(options =>
    {
        options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi2_0;
    });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Steve Carroll

79523291

Date: 2025-03-20 14:54:00
Score: 7.5 🚩
Natty: 5.5
Report link

I am doing something very similar where I need to replace BATCH_MATMUL operator with RESHAPE and MATMUL.
were you successful in doing this? please share insights.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ujjwal Gupta

79523290

Date: 2025-03-20 14:52:59
Score: 3
Natty:
Report link

There is now an alternative to use the extensions runtime for Lambda, you can cache Parameter Store or Secrets values there:

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

79523285

Date: 2025-03-20 14:49:58
Score: 1
Natty:
Report link
export const Route = createFileRoute('/_authenticated')({
  component: Authenticated,
  beforeLoad: async () => {
    await auth.authStateReady();
    if (!auth.currentUser) throw redirect({ to: '/' });
  },
});

I managed to solve it, the problem was that I lost the user's state when reloading the page, thus falling into the condition and being redirected to the login page, I just had to wait for the loading state with authStateReady.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vinicius R. Pilati

79523284

Date: 2025-03-20 14:49:58
Score: 2.5
Natty:
Report link

show output of

systemctl status docker

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

79523283

Date: 2025-03-20 14:48:58
Score: 1
Natty:
Report link
<?php

require_once "programmer.php";
require_once "accounting.php";

$emp1 = new Programmer("Daranee","IT",50000);
$emp1->showData();

$emp2 = new accounting("Peter","Accouting",60000);
$emp2->showData();

?>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ดารณี ตันติ๊บ

79523279

Date: 2025-03-20 14:46:58
Score: 3
Natty:
Report link

How did We Get the size of Stage before it was shown??

I set the height and the width of the stage before the start function.

Public void start( Stage primaryStage){

primaryStage.setHeight(500);

primaryStage.setWigth(500);

...

System.out.println(primaryStage.getHeight() +" - "+ primaryStage.getWidth());

...

primaryStage.setScene(scene);

primaryStage.show();

}

If you write "primaryStage.getHeight()" after "primaryStage.setHeight(500);"

the result will be "NaN"

Thank you, hope I help you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How did We
  • Low reputation (1):
Posted by: Hadi Badaoui

79523274

Date: 2025-03-20 14:43:57
Score: 2
Natty:
Report link

I fell into the trap. it was not due to proguard, but to the crypto module, which is required in 0.2.24. I added jdk.crypto.ec to the JAVA binary and that was it.

Thank you

GGK

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: GGK stands for Ukraine

79523272

Date: 2025-03-20 14:41:57
Score: 0.5
Natty:
Report link

I found a way by using the available Serilog options, even though its not the same, it does the hiding:

"Serilog": {
    "MinimumLevel": {
        "Default": "Information",
        "Override": {
            "Microsoft.EntityFrameworkCore.Database.Command": "Error"
        }
    },
...

Keeping the question open for a little in case someone knows a better variant.

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

79523271

Date: 2025-03-20 14:41:57
Score: 1
Natty:
Report link

This question may be better suited for Cross Validated, but I'll do my best to answer.

A singular fit indicates a problem with the model--overparameterization or insufficient data. The model has not converged successfully and should not be used.

The estimate of 0 for the variance of Area.Code in the first model suggests that it is not contributing much to the model fit, possibly due to insufficient data; however, it is strange that the second model seems to converge. Are you certain that Area.Code should be treated as a random effect? Note that you can treat a covariate as both a fixed and random effect.

The scaling error indicates you have covariates with very different magnitudes. By rescaling the data and rerunning the model, this error should go away.

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

79523266

Date: 2025-03-20 14:40:57
Score: 0.5
Natty:
Report link

These are the steps I followed so far on my Ubuntu machine:

  1. Install LibreOffice sdk: sudo apt-get install libreoffice-dev

  2. Locate the setenv file for LibreOffice by typing the following command on the terminal: locate setsdkenv_unix.sh

  3. Try executing the script: . /usr/lib/libreoffice/sdk/setsdkenv_unix.sh

  4. Install Microsoft SDK for Unubtu/Debian/RHEL: sudo apt-get update && sudo apt-get install -y dotnet-sdk-8.0

  5. I believe the development environment is set up for C#.

  6. If you can post your sample code, I will try to compile and execute it.

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

79523258

Date: 2025-03-20 14:34:55
Score: 2.5
Natty:
Report link

The reason you are not seeing the text correctly on the RGBA is that you did not define the colors correctly. The text() method's parameter fill expects an integer-valued tuple, so (0,0,0,1) would result in a nearly transparent color (0=fully transparent, 255=fully opaque). Try again with

font_color_bgra = (0,0,0,255)  # black

This should resolve your issue.

On the pure RGB image the alpha-component is not considered, thus you do not see the same error on the zebra background image.

enter image description here

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): see the same error
  • Low reputation (0.5):
Posted by: AndrĂŠ

79523254

Date: 2025-03-20 14:33:55
Score: 1.5
Natty:
Report link

To ensure ms-2 invokes @EventHandler for events from other microservices, e.g. ms-1, event classes must have the same package hierarchy.

For example, if ms-1 publishes an event com.example.events.ProfileCreated, you must ensure that in the ms-2 project the ProfileCreated event is located just at com.example.events.ProfileCreated too.

It does not matter if you manually copy events between projects or create a separate library dedicated specially for such events.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @EventHandler
  • Low reputation (1):
Posted by: Dmytro Ivashchenko

79523251

Date: 2025-03-20 14:32:55
Score: 1.5
Natty:
Report link

For us it was because we'd added a private link to another unrelated CosmosDb - as soon as we added any private links, it broke the ability to connect to a public CosmosDb. To workaround this we switched on the firewall on the CosmosDb and used firewall rules to allow the IP mentioned (with a longer term plan of switching to privatelink).

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

79523246

Date: 2025-03-20 14:31:54
Score: 4.5
Natty:
Report link

If you are getting this error after March 1, 2025, this is likely because the Places API is in Legacy. It's been replaced by the Places API (New).

If you still want to use the old Places API, or if you are using the Places API (New) and are still getting the same error, you can manually activate the old Places API by going to this link. You also might need to edit the API Key API Restrictions and add the Places API to it.

Reasons:
  • Blacklisted phrase (1): this link
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Low reputation (0.5):
Posted by: Starship

79523238

Date: 2025-03-20 14:29:53
Score: 1.5
Natty:
Report link

Late response but hopefully it helps someone facing latency issues with GHD(GitHub desktop) One of the way you can increase the speed of GHD (everything in general) is by running it in desktop mode. It will improve the speed greatly

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

79523225

Date: 2025-03-20 14:22:52
Score: 0.5
Natty:
Report link

Look like there is issue with z-index

First add z-inde here

#navbar {
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

second put carousel container less z-index, likely be z-index: 1;

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

79523222

Date: 2025-03-20 14:21:52
Score: 3
Natty:
Report link

After many years of running into this problem and not knowing why, I found I only got this issue when trying to run the app while tethering vs over a wifi connection.

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

79523221

Date: 2025-03-20 14:21:52
Score: 1.5
Natty:
Report link

Sorry was my mistake. in the phunit.cmd batch file, I missed a %before the * hence commandpromt alway grumbling about *

The batch file has:

@php "%~dp0phpunit.phar" %* 

Last % was missing, My baad!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Aldo Cauchi Savona

79523216

Date: 2025-03-20 14:19:51
Score: 0.5
Natty:
Report link

You need to obtain a code-signing certificate with Extended Validation (EV) in order to have a hope of not getting flagged by most screening systems. You also need to obtain reputation by having a certain number of downloads of your signed files, though in my experience it doesn't take all that much.

Unfortunately this is quite expensive and a hassle as you have to provide corporate documents proving you're an actual business entity, and they will probably want to call your registered office, etc.

I can't vouch for Azure Trusted Signing but if they're not verifying your entity status then it won't be EV, and thus won't have the maximum level of trust needed to remove those warnings.

Globalsign is the one I use.

Reasons:
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Emperor Eto

79523209

Date: 2025-03-20 14:16:51
Score: 3.5
Natty:
Report link

The EOS R50 camera implement the polling api at the url /ccapi/ver110/event/polling

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

79523207

Date: 2025-03-20 14:15:51
Score: 1
Natty:
Report link

For future searchers, as @fat fantasma mentioned, if a Hyperlink is attached to a shape, the VBA is never executed. Silly, but it's what we have to work with.

A workaround—still using VBA— is to place this line of code in whatever procedure is attached to run when the shape is clicked:

Application.Goto reference:=Range(<reference>), Scroll:=True

The window will place the reference in the top left (or thereabouts dependent upon freeze panes)

Note: you must remove the hyperlink attached to the shape. It seems it's presence causes the VBA block.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @fat
  • Low reputation (1):
Posted by: Jack Curl

79523198

Date: 2025-03-20 14:10:50
Score: 0.5
Natty:
Report link

There's no built‐in way to automatically “extract” the id type (T) from your concrete MyObj subtype in Python’s type system. In other words, you cannot write something like:

class MyObjMgr2(Generic[TObj]): def get_by_id(self, obj_id: T@TObj): # <-- No syntax exists to pull out T from TObj[T] ...

Currently (PEP 484 and later), if you want your manager to know about the type of the id attribute, you have to supply it explicitly as you did in your first version. However, even with that approach you still must supply both type parameters when instantiating your manager. In short, the current state of Python’s generics does not support inferring T from a concrete type parameter (i.e. from MyObjImplInt, which is actually MyObj[int]) automatically. You must either supply both parameters explicitly or change your design (for example, by storing the id type as a class attribute) to work around this limitation.

tldr No, there isn’t a way to infer T from TObj[T] automatically—you have to provide both type parameters explicitly.

This is just a limitation of the current Python type system.

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

79523192

Date: 2025-03-20 14:08:49
Score: 5.5
Natty:
Report link
Is it possible to generate a  compare report (.pdf, .doc) that analyze all files?
Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Michele Posa

79523186

Date: 2025-03-20 14:06:48
Score: 1.5
Natty:
Report link

Depending on which library you are using, you may need to enable the old Places API (legacy).

To enable it follow the link in the Important note at the top of https://developers.google.com/maps/documentation/javascript/place-autocomplete-new

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

79523185

Date: 2025-03-20 14:06:48
Score: 3
Natty:
Report link

I don't think this is the ideal approach, but I was able to get this to work.

  1. On the terminal, go into pipenv shell

  2. Copy the path that is output from which python3

  3. In native_host.py, include the following to run the app.

import os
os.system("/Users/bernadette/.local/share/virtualenvs/convert_and_combine_pdfs-mqF7aRtH/bin/python3 ./some_script.py")

What seemed to make the difference was externally(?) accessing the virtual environment. But it doesn't seem to handle sending the native host's response back properly.

Setting .venv in the root of the project and running pipenv shell allowed me to create a relative path to the necessary version of python.

  • Is a script within a script the only way to get this working?

It seems so. The third party and app modules were only able to import from the called script.

  • subprocess.call("...") didn't seem to work, is there a way to use that instead of os.system?

I used subprocess.Popen instead. Setting stdout handled issues related to print interfering with the process.

The final code:

process = subprocess.Popen(
        [
            ".venv/bin/python3",
            "./some_script.py",
            json.dumps(receivedMessage),
        ],
        stdout=subprocess.PIPE
    )
    stdout, stderr = process.communicate()
Reasons:
  • Blacklisted phrase (1): is there a way
  • RegEx Blacklisted phrase (2): working?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Boom100100

79523184

Date: 2025-03-20 14:06:48
Score: 1
Natty:
Report link

There seem to be at least 2 problems here. When removing sleep 1 from the loop, the code hangs infinitely, probably due to a race condition. Whether the COPROC never returns, or the redirection not being closed, I cannot tell. In addition to that, the while counter loop blocks progress in the main thread. Expectation would be, that '# do things' is being executed, while the loop executes asynchronously, and both threads are being joined (wait $PBAR_PID) after '# do things'.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: fozzybear

79523178

Date: 2025-03-20 14:03:48
Score: 1
Natty:
Report link

Phew! There is a lot going on in here, but the problem turned out not to be OpenCV’s inRange() itself but how its boundary arguments were provided. Although many examples show using NumPy arrays, in some cases (like yours) OpenCV ends up “rejecting” the type if it isn’t a numerical tuple. A common workaround (if you’d like to keep the NumPy array approach) is to explicitly convert them to a tuple when calling inRange:

mask = cv2.inRange(hsvImage, tuple(lowerb.tolist()), tuple(upperb.tolist()))

Btw your comment says “Yellow in RGB” but you pass [0,255,255]—which in BGR actually is yellow. OpenCV uses BGR by default!

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

79523174

Date: 2025-03-20 14:01:47
Score: 4
Natty: 5.5
Report link

[ {"folder_name":"netflix_cast","file_name":netflix_cast.csv"},{"folder_name":"netflix_category","file_name":netflix_category.csv"} ]

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30001432

79523170

Date: 2025-03-20 13:59:47
Score: 2
Natty:
Report link

A simpler solution with idiomatic Spock: https://spockframework.org/spock/docs/2.3/all_in_one.html#_chaining_method_responses

serviceUnderTest.foo(serviceID1) >> "fine"
serviceUnderTest.foo(serviceID2) >> { throw new Exception() }

or you can even do this:

serviceUnderTest.foo(_) >> "fine" >> { throw new Exception() }
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Enrico Sasdelli

79523169

Date: 2025-03-20 13:59:47
Score: 0.5
Natty:
Report link

Corrected implementation:

public static LocalDate getMondayOfFirstIsoWeek(int year) {
  // January 4 is always within ISO Week 1 of the given year
  LocalDate jan4 = LocalDate.of(year, 1, 4); 
  // Get the Monday of the ISO week
  return jan4.with(DayOfWeek.MONDAY);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Hermann.Gruber

79523167

Date: 2025-03-20 13:59:47
Score: 1.5
Natty:
Report link

I found a simple solution that works in Inscape 1.1.2

To make sure it works, you can check that the transform attribute goes away from the XML Editor

Depending on the transformation, you may need to apply more than one change:

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

79523164

Date: 2025-03-20 13:58:47
Score: 3.5
Natty:
Report link

std::distance(result, v.rend()) does not yield the correct index. A minus 1 is missing. The correct index would be std::distance(result, v.rend()) - 1.

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

79523160

Date: 2025-03-20 13:57:46
Score: 0.5
Natty:
Report link

I think you need to use laravel queues

Octane::concurrently([
    'outer_concurrency' => function () {
        // Here try to despatch the queue 
          dispatch(function () {
            return 1;
          })->onConnection('octane');
    },
]);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kamran Khalid

79523154

Date: 2025-03-20 13:53:46
Score: 3.5
Natty:
Report link

After 2 years and 7 mounths there is still the same problem...its crazy

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

79523153

Date: 2025-03-20 13:53:46
Score: 1.5
Natty:
Report link

header 1 header 2
cell 1 cell 2
cell 3 cell 4
  1. Xyz.CHH7925

  2. app": {Expecter Shadow

  3. "id": 1,
    
  4. "slug": "octoapp",
    
  5. "node_id": "MDExOkludGVncmF0aW9uMQ==",
    
  6. "owner": {join striker

  7. (UAV)*USAF//FAM//RAF=>.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Gerardo Isaac Guzman Hernandez

79523143

Date: 2025-03-20 13:48:45
Score: 0.5
Natty:
Report link

Assuming that:

This becomes a pretty easy math problem. Direction isn't really relevant in that case.

public float reductionFactor = -20;
public Vector2 origin;

void Update()
{
    Vector2 target = GetIntersectionWithCameraBounds(follow);
    // scale the percentage to 0-1 and then look for our target size
    // (e.g. a 20% reduction means we want to be 0.8 of our original)
    float targetRatio = (100.0 - reductionFactor) / 100.0; 

    Vector2 reducedTarget = new Vector2(target.X * targetRatio, target.Y * targetRatio);
}

If you are using Unity or some framework, there may be built in ways to handle that type of transformation.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jeremy Richards

79523142

Date: 2025-03-20 13:48:45
Score: 1.5
Natty:
Report link

Ok so JasperReports Java API is still very bad.

This is how to add content:

((JRDesignSection) jasperDesign.getDetailSection()).addBand(designBand);

It is shocking that after all these years you have to cast to add a band. If someone has documentation about this trick I would appreciate it.

again:

jasperDesign.getDetailSection().addBand(designBand)  // compile error.
Reasons:
  • Blacklisted phrase (1.5): would appreciate
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Jacques Koorts

79523141

Date: 2025-03-20 13:48:45
Score: 0.5
Natty:
Report link

You need to ensure that each method gets cached independently while considering its dependencies. My solution? Modify the cache key to also include the method name of the previously computed step. Here is an example:

def cache(method):
    def wrapper(self, *args):
        if not hasattr(self, "_method_cache"):
            self._method_cache = {}

        # Include relevant instance variables + previous method's output
        state_key = (self.min_val, self.max_val)
        cache_key = (method.__name__, args, state_key, self._last_method)

        if cache_key in self._method_cache:
            return self._method_cache[cache_key]

        result = method(self, *args)
        self._method_cache[cache_key] = result
        self._last_method = method.__name__  # Track last method called
        return result

    return wrapper
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Eyeball

79523140

Date: 2025-03-20 13:48:45
Score: 3
Natty:
Report link

you can try numba.Its a efficient python package and easy to use. Optimize performance by compiling your Python code for machine code and automatically creating thread pools

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

79523136

Date: 2025-03-20 13:46:44
Score: 2.5
Natty:
Report link

In Dify, to add a starter message, go to Features, enable Conversation Opener, and then add your message.

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

79523134

Date: 2025-03-20 13:45:44
Score: 2.5
Natty:
Report link

The solution I found was to add a new column that is a modifiedDate. I then changed this date before persist so that it detects there is a change and then correctly uses the attribute converter.

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

79523132

Date: 2025-03-20 13:45:44
Score: 1.5
Natty:
Report link

If you want to know the file path of the current script, choose "Set File to Working Directory" like you do, and just look in the Console. You'll see a statement like

setwd("~/my_dir")

Just copy that directly into your script.

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

79523123

Date: 2025-03-20 13:42:43
Score: 0.5
Natty:
Report link

After some digging, I finally got it to work.

import importlib
import sys

# 1. manually create a namespace package specification
spec = importlib.machinery.ModuleSpec("xxx", None)
spec.submodule_search_locations = ["/path/xxx"]

# 2. import module from the spec
xxx = importlib.util.module_from_spec(spec)

# 3. add it to global cache
sys.modules["xxx"] = xxx
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: John Ao

79523122

Date: 2025-03-20 13:42:43
Score: 2
Natty:
Report link

Access Tokens are not a scriptable record, so you won't be able to export your results using SuiteScript. The alternative is to create a query/dataset and use that.

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

79523119

Date: 2025-03-20 13:41:43
Score: 0.5
Natty:
Report link

Newest update:

We switched over to IronPdf but another team at our company could not because it didn't offer functionality that they needed. Recently another team started a project to do PDF rendering and needed similar functionality. It always bugged me that our company was paying for two licenses for software that did the same thing so I decided to see if newer versions of HiQ resolved the performance issues we were having.

The newest version of HiQ .Net does have some performance improvements, even outperforming IronPdf on some reports. But it is still choking on the really large report that made us switch in the first place.

The big story, however, is that HiQ has a new API call HiQ Chromium that performs an order of magnitude better the IronPdf and the older .Net version. I literally reran my tests multiple times and sent my application test bed to another dev to double check my work because I didn't believe the numbers I was seeing. It converts a copy of one report in 9s that IronPdf takes 50s to convert, 5 seconds for another that Iron PDF takes 37s, and 9s for a third that IronPdf takes 143s.

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

79523114

Date: 2025-03-20 13:39:43
Score: 1
Natty:
Report link

After obtaining a jwt, I was fighting authorization issues. My token looked correct, matching the format of the screenshots above, but eventually I found additional guidance from MS at:

https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/troubleshoot-service-authentication

which indicated the "aud" value must have a trailing slash.

Once I corrected that omission, everything worked!

Hope this helps someone else.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Fred Farfinkle

79523112

Date: 2025-03-20 13:38:42
Score: 2
Natty:
Report link

Although you've mentioned that the JAR appears to be correct, its worth checking/comparing the BOOT-INF/classes and BOOT-INF/lib directories inside the JAR to confirm that dependencies and classes are properly included.

https://stackoverflow.com/a/57034217/14128110

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

79523110

Date: 2025-03-20 13:38:42
Score: 4.5
Natty: 6
Report link

suspicous ss ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

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

79523105

Date: 2025-03-20 13:37:41
Score: 4.5
Natty:
Report link

The functionality I needed was in version 1.51 (introduced two weeks ago). I was using version 1.49. I confirmed that with this change in the Playwright github repository and by updating the version of Playwright on my repository and checking if it gave me what I am looking for.:

https://github.com/microsoft/playwright/blame/3873b72ac1441ca691f7594f0ed705bd84518f93/docs/src/release-notes-js.md#L69

Reasons:
  • Blacklisted phrase (2): I am looking for
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: WayneRoseberry

79523098

Date: 2025-03-20 13:32:40
Score: 1
Natty:
Report link
sudo apt-get update
sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5gui5 libqt5widgets5

This will install the dependencies.

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

79523097

Date: 2025-03-20 13:32:40
Score: 2
Natty:
Report link

MAC addresses identify only the vendors of the BLE / Wifi module, but the same type of module can be embedded in phones, tablets, smart devices and also notebooks, so at the end there is no way to identify only phones.

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

79523095

Date: 2025-03-20 13:32:40
Score: 2
Natty:
Report link

the thing is that you need to handle events with tgui via giving not a pointer, but an actual value, so you need to firstly dereference it
gui.handleEvent(*event);

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

79523088

Date: 2025-03-20 13:29:40
Score: 7.5
Natty: 8
Report link

did you find a solution or not please ? Thanks for your help.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-0.5): Thanks for your help
  • RegEx Blacklisted phrase (3): did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you find a solution
  • Low reputation (1):
Posted by: PtitBreton

79523076

Date: 2025-03-20 13:25:38
Score: 11.5 🚩
Natty: 6
Report link

Have you managed to solve this issue? I have the same problem and setting wsl to mirrored didn't help. I still don't see on my wsl topics published by pi.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (3): Have you managed
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lidka

79523059

Date: 2025-03-20 13:19:36
Score: 1.5
Natty:
Report link

if not x: is slightly faster and checks if x is "falsy" (e.g., False, None, 0, "", [], etc.).
if x == False: explicitly checks if x is False, but is marginally slower due to the additional comparison operation.

When to Use Each:
Use if not x: for checking if x is falsy.
Use if x is False: (instead of == for identity checks) only to explicitly check for False.

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

79523054

Date: 2025-03-20 13:18:35
Score: 1
Natty:
Report link

In my case I manually downloaded a newer kernel version from Microsoft's GitHub page and compiled that myself.

This newer version did not work with Rancher Desktop and had to revert back from Kernel 6.x.y back to 5.x.y

This can easily be done by removing the

kernel=C:\\bzImage

or similiar from your .wslconfig

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

79523039

Date: 2025-03-20 13:14:35
Score: 0.5
Natty:
Report link

Perhaps this will help:

If you are using Excel 365: =FILTER(Sheet1!B$1:B$5,Sheet1!A$1:A$5=A1)

If you are using an older version: =INDEX(Sheet1!B$1:B$5,MATCH(A1,Sheet1!A$1:A$5,0))

Note: Be sure that the terms on both sheets are the same for example "susp max" on Sheet1 is not the same as "sups max" on Sheet2.

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

79523026

Date: 2025-03-20 13:09:33
Score: 2
Natty:
Report link

The goal is to identify the moment of peak user concurrency in the system during the last 4 months. In other words, to find the exact day when the highest number of users were active simultaneously and display both the date and the number of users.

This must be achieved within the Delinea reporting environment, considering the platform's SQL limitations.

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

79523025

Date: 2025-03-20 13:09:33
Score: 1.5
Natty:
Report link

Turns out that at certain browser zoom levels, the two additional columns of the variable table are hidden entirely from view, and line up perfectly with the "Linear vs Grid" buttons, visually suggesting that there is no more data. The only clue is a scroll bar which in Chrome is easy to miss.

I'm visually impaired, hence I've been struggling with this for over two hours. Them's the breaks when a billion dollar company doesn't a11y test their UI, I guess.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kile Kasmir Asmussen

79523019

Date: 2025-03-20 13:08:33
Score: 1.5
Natty:
Report link

Try setting "editor.semanticHighlighting.enabled": false. If that fixes it, then the theme is using semantic tokens, which by default override textmate rules.

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

79523011

Date: 2025-03-20 13:01:31
Score: 4
Natty:
Report link

You could use grouping so that feature 1 and feature 2 have their own layout while the rest of the application uses the root layout

https://dev.to/mayank_tamrkar/can-we-skip-parent-layout-in-a-nested-page-in-app-dir-3dgp

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

79523006

Date: 2025-03-20 13:00:31
Score: 2
Natty:
Report link

Here are a few points I have compiled using resources and community answers to help clarify and address the issue:

1. How APEX Workspaces Work

2. What to Do if You Don’t Receive the Email

3. Possible Causes for the Issue

In Summary

Credits:

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): What to Do if
  • Blacklisted phrase (1): StackOverflow
  • Long answer (-1):
  • No code block (0.5):
Posted by: Aswin Barath

79523000

Date: 2025-03-20 12:58:31
Score: 2
Natty:
Report link

By adding the inline .trim() method whithin the above evaluation, as tyg suggested , it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: aluis.rcastro

79522997

Date: 2025-03-20 12:57:30
Score: 2
Natty:
Report link

here you go https://github.com/oracle/adb-free/tree/release/ADBS-24.9.3.2?tab=readme-ov-file#faq
You need to spin the ADB container that has APEX

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

79522993

Date: 2025-03-20 12:55:30
Score: 0.5
Natty:
Report link

To read a specific range of characters (bytes) in a file using xxd, you can combine the -s (seek) and -l (length) options. Here's how you can do it:

xxd -s <start_offset> -l <length> -c <bytes_per_line> <filename>

Example:

xxd -s 119 -l 21 -c 10 test.txt
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alphin Thomas

79522988

Date: 2025-03-20 12:54:29
Score: 5
Natty:
Report link

Can only be done by API call.

Regards...

Reasons:
  • Blacklisted phrase (1): Regards
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): Can on
  • Low reputation (1):
Posted by: Kumar Majethia

79522978

Date: 2025-03-20 12:50:28
Score: 1
Natty:
Report link

I have found the problem. As I don't define loggers by classes or packages, I had to put them in the global (<root>) since in each <appender> I have the filtering of the level I want.

So, the change to make is to delete all the <logger> and add the <appender-ref> inside <root>, defining a minimun level for the <root>:

    ...............
    <root level="debug">
        <appender-ref ref="STDOUT"/>
        <appender-ref ref="DEBUG_FILE"/>
        <appender-ref ref="INFO_FILE"/>
        <appender-ref ref="WARN_FILE"/>
        <appender-ref ref="ERROR_FILE"/>
    </root>
</configuration>

And now each log level goes into its own file.

To test it, in the code I have:

import io.github.oshai.kotlinlogging.KotlinLogging

private val logger = KotlinLogging.logger {}

fun main() = application {
    logger.debug { "Debug message" }
    logger.info { "Info message" }
    logger.warn { "Warn message" }
    logger.error { "Error message" } 
}
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: MinionAttack

79522976

Date: 2025-03-20 12:49:28
Score: 3
Natty:
Report link

As per the other answers, this folder seems to be a cache which is prone to corruption.

I have to delete before every debug session, or I get AWS errors saying that the token file has to be in an absolute path. Delete it, and there's no issue.

Reasons:
  • RegEx Blacklisted phrase (1): I get AWS error
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Matt Langley

79522967

Date: 2025-03-20 12:46:27
Score: 1.5
Natty:
Report link

Seems like it's still open issue.
https://github.com/flutter/flutter/issues/14288

There're lots of workarounds in that thread, such as

  1. Cover the gap with BoxShadow.
    https://github.com/flutter/flutter/issues/37578#issuecomment-640302364
  2. Use Transform.translate. (Similar to Ravindra's answer)
    https://github.com/flutter/flutter/issues/37578#issuecomment-518318759
  3. Some others...
    https://github.com/flutter/flutter/issues/14288#issuecomment-1026332976

Also, try to use Impeller if you're not using yet. Some people say Impeller fixes this issue.

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

79522965

Date: 2025-03-20 12:46:27
Score: 1.5
Natty:
Report link

Solved this issue by adding to capacitor.config.ts instead of capacitor.config.json

server: {
    url: "http://{yourIpAdress}:{yourAppPort}",
    cleartext: true
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Illia Panchenko

79522959

Date: 2025-03-20 12:42:26
Score: 5.5
Natty: 5.5
Report link

This is good for defining the .xml, but how does the .xml become a part of the scintilla code is there a code sample to show the import?

Reasons:
  • 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: scintilla wonder

79522957

Date: 2025-03-20 12:42:26
Score: 1
Natty:
Report link

Setting Card Widget's clipBehavior property also clips out the inkWell Overflow

Card(
      clipBehavior: Clip.hardEdge, //the enum Clip has three possible values with different performance cost for clipping
      ..
      ..
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ijk

79522953

Date: 2025-03-20 12:40:25
Score: 1.5
Natty:
Report link

Open file ~/.zprofile and add there this line:
alias name='echo "Hello!"'

That's how you can add alias. As I understood, this file launching when you open the terminal.

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

79522943

Date: 2025-03-20 12:36:24
Score: 11
Natty: 8.5
Report link

Could you provide an example of how you did this? I am trying to do similar. Thanks in advance!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (2.5): Could you provide
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kay

79522935

Date: 2025-03-20 12:33:23
Score: 3
Natty:
Report link

I faced the same issue, and after extensive research, I found a suggestion that worked as a solution. I downgraded PyJWT from 2.10.1 to 2.9.0

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

79522910

Date: 2025-03-20 12:22:20
Score: 11 🚩
Natty: 4.5
Report link

Did you ever figure this out? I have the same issue.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Nick Romano