79614257

Date: 2025-05-09 13:46:06
Score: 12.5 🚩
Natty: 4.5
Report link

Hi Did you ever get this Solved?
I have a similar issue now,. after from .net to .net core application, migrated LinqToXsd to using the XObjectsCore nuget, Same code base, but now i get the error, duplicate nodes, what is suggested fix this without recreating the cs file?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get this Solved
  • RegEx Blacklisted phrase (1.5): Solved?
  • RegEx Blacklisted phrase (1): i get the error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have a similar issue
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: sridhar

79614253

Date: 2025-05-09 13:44:05
Score: 0.5
Natty:
Report link

You can set up GitLab as use bug tracker with the following steps:

  1. Login to the Kiwi TCMS web interface as user with superuser status or as a member of group Administrator
  2. Go to the top menu and select AdminEverything elseBug trackers
  3. Click Add Bug tracker
  4. Enter the following information:
    • Name: "GitLab Project A"
    • Tracker type: "tcms.issuetracker.types.Gitlab"
    • Base URL: "https://gitlab.com/%5C<Path to Project A>"
    • API URL: "https://gitlab.com"
    • API username: not required
    • Api password: project access token (scopes: api, role: reporter)

Now you can go to a test run and click on the three dots on the right of a test case and select Report bug. The issue tracker of your GitLab project will then open with an issue containing all relevant information of the corresponding test case.

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

79614251

Date: 2025-05-09 13:43:04
Score: 5.5
Natty: 6.5
Report link

I do some research on online learning and I find this topic.

I have a question because in your example u have only one batch of data, am i right ? So if i understand right, you could use .fit because in your example it would do the same result no ?

So to use train_on_batch u have to use a for loop, no ?

Thanks a lot

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): I have a question
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: lulu marty

79614249

Date: 2025-05-09 13:42:03
Score: 1.5
Natty:
Report link

I'm having a similar experience having used my own MIBs in the MIB folder.

ERRORS as follows:

time=2025-05-09T13:31:39.200Z level=INFO source=net_snmp.go:174 msg="Loading MIBs" from=mibs

time=2025-05-09T13:31:39.202Z level=WARN source=main.go:179 msg="NetSNMP reported parse error(s)" errors=56

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 10 in mibs/WLC.mib"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 10 in mibs/WIFI.mib"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 10 in mibs/WAN.mib"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 10 in mibs/SFP.mib"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 10 in mibs/PEPVPN-SPEEDFUSION.mib"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 10 in mibs/LAN.mib"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=HCNUM-TC from="At line 12 in mibs/IPT-NETFLOW-MIB.my"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 14 in mibs/IPT-NETFLOW-MIB.my"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 9 in mibs/IPSEC-VPN.mib"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 10 in mibs/GRE.mib"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 10 in mibs/DEVICE.mib"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:185 msg="Missing MIB" mib=SNMPv2-TC from="At line 10 in mibs/CELLULAR.mib"

time=2025-05-09T13:31:39.202Z level=ERROR source=main.go:137 msg="Failing on reported parse error(s)" help="Use 'generator parse_errors' command to see errors, --no-fail-on-parse-errors to ignore"

I downloaded the MIBs it said they were missing into the MIBs folder on the French site, but still no joy. Any guidance very much appreciated!.

Reasons:
  • Blacklisted phrase (1): appreciated
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Thomas Tailford

79614246

Date: 2025-05-09 13:42:03
Score: 0.5
Natty:
Report link

My solution was to put $CI_PROJECT_DIR between redirect operator and build.env, i.e. instead of

  script:
    - echo "API_INVOKE_URL=$API_INVOKE_URL" >> build.env

I have now

  script:
    - echo "API_INVOKE_URL=$API_INVOKE_URL" >> $CI_PROJECT_DIR\build.env

And everything works.

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

79614244

Date: 2025-05-09 13:41:03
Score: 1.5
Natty:
Report link

It might be due to a mix of tabs and spaces in the indentation. Different codes or editors may use different types of indentation, so issues can occur when you copy and use code with mixed indentation styles. If you select all the code with Ctrl + A like in the image below, you'll be able to tell which type of indentation was used. Additionally, the 'Spaces: 4' label at the bottom of VS Code shows how indentation is currently configured in the editor. You can change it as needed.

enter image description here

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

79614239

Date: 2025-05-09 13:40:02
Score: 2
Natty:
Report link

Start the application using npm dev or pnpm dev and it should generate the file for you.

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

79614230

Date: 2025-05-09 13:33:00
Score: 1
Natty:
Report link

Okay so, I forgot that destructuring preventDefault from an Event object gives an unusable function (since it's not bound to the event object's this anymore)

Calling preventDefault on the mousedown event does work, woops '^^

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

79614220

Date: 2025-05-09 13:27:59
Score: 1
Natty:
Report link

We had same problem with multi language app that is on all platforms (android, iOS, desktop and web) so we came up with building gradle plugin for it.
It uses the defined strings.xml from different folders in the composeResources folder to generate languages along with global state for the current language and helper functions to list all languages in the app or find it with the language code.
You can check out our repository readme for more details of using plugin and see if it satisfying your needs.

https://github.com/hyperether/compose-multiplatform-localize

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

79614217

Date: 2025-05-09 13:26:59
Score: 4
Natty:
Report link

Created a ticket for to AWS. Got the answer that this is not (yet) possible.

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

79614213

Date: 2025-05-09 13:23:58
Score: 0.5
Natty:
Report link

The strategy described is not recommended, due to how package manager workspaces work. A workspace and, more broadly, the JS ecosystem, expect that the workspace's definition is at the root of the workspace. What you're doing may work in the short term, or on accident, but it's not recommended.

To share code across workspaces, it's recommended to publish a package to a registry and consume it from there, like you would for any other external package.

Note: The limitations/expectations involved in this decision are based on package managers, not Turborepo. Turborepo does adhere to expectations of the JavaScript ecosystem, so what's described in the question doesn't work because of how package manager workspaces work by convention.

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

79614207

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

I know this answer is late, but I hope my experience can help someone. In my case, the error occurred while using Plesk shared hosting. I had created an Excel template and pre-formatted thousands of rows in print preview, preparing for a large data export. However, the error disappeared once I removed the formatting. I add the formatting in C# during exporting of the data.

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

79614199

Date: 2025-05-09 13:18:56
Score: 4
Natty:
Report link

Yes, I have similar issue with reserved IPv6. But I have noticed that issue appeared in php 8.4.
For IP:

2001:0db8:85a3:0000:0000:8a2e:0370:7334

The code like this:

filter_var(
            $ip,
            FILTER_VALIDATE_IP,
            FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE
        )

for PHP 8.3 returns bool(false)
but for PHP 8.4 returns

2001:0db8:85a3:0000:0000:8a2e:0370:7334

So does not filter it.

I guess it might be problem of some php settings, but I haven't found any.

Reasons:
  • Blacklisted phrase (1): I have similar
  • Has code block (-0.5):
  • Me too answer (2.5): I have similar issue
  • Low reputation (1):
Posted by: mdco

79614197

Date: 2025-05-09 13:17:55
Score: 1.5
Natty:
Report link

In your Databricks workspace unity Catalog enable, go to Compute > Cluster Policies, click Create Policy, and name it UC_Policy to set up a Unity Catalog-enabled cluster policy.

enter image description here

Attach the UC policy to your cluster.

enter image description here

The notebook in the child pipeline is using a Linked Service that's compatible with Unity Catalog.

The way the Linked Service is defined in each pipeline should be reviewed.

It should be verified the user identity Managed Identity or Personal Access Token—changes between pipeline levels to provide correct Authentication type and cluster details.

enter image description here

It should also be checked whether the notebook activity is directly associated with a policy or cluster pool, or if that association is lost when the notebook is invoked through the parent pipeline.

enter image description here

Once all references use the same linked service and policy: Run Master pipeline — it should now work successfully.

enter image description here

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

79614188

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

I came to this page with the same issue and I have found that I have 2 settings.json files:

  1. In C:\Users\<username>\AppData\Roaming\Code\User\settings.json

  2. C:\...\project\.vscode\settings.json , so in my workspace (opened folder)

The first one had the -vv setting, the second one didn't. Adding -vv to the second one fixed the issue for me.

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

79614186

Date: 2025-05-09 13:12:53
Score: 2.5
Natty:
Report link

Have you implemented DIY animation

animateItem only fadeIn fadeOut
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: kangkang

79614183

Date: 2025-05-09 13:10:53
Score: 0.5
Natty:
Report link

You have to convert the task, bug, etc, to a "Product Backlog Item".

  1. Click on the item in the "Work Items".

  2. Over to the far right is a three-dots icon, click on that.

  3. Click "Change type...".

  4. Choose "Product Backlog Item", and give a reason if you wish to.

  5. Click "Ok"

  6. Update any parameters it highlights in red.

  7. Click "Save".

Reasons:
  • No code block (0.5):
Posted by: ckhatton

79614181

Date: 2025-05-09 13:10:53
Score: 2.5
Natty:
Report link

Right click on the project or solution and select Sync Namespaces.

enter image description here

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

79614179

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

After a few AS restarts or computer reboots the configs got loaded correctly...

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

79614168

Date: 2025-05-09 13:04:51
Score: 0.5
Natty:
Report link

Try with LEFT JOIN and WHERE with OR logic:

SELECT
    *
FROM table1 t1
LEFT OUTER JOIN table2 t2 ON t1.d = t2.id
LEFT JOIN table3 t3 ON t1.id = t3.id
WHERE t3.id IS NOT NULL OR t1.colx = '1'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Omprakash S

79614164

Date: 2025-05-09 13:02:50
Score: 3.5
Natty:
Report link

That's really annoying. Thank you for sharing I am having the same exact issue, specifically when using .popoverTip. Looks like trash now.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: comexbackkid

79614158

Date: 2025-05-09 12:59:49
Score: 2
Natty:
Report link

I just found a website that shows it: https://gitwhois.com/

II'm sharing it so I can find it later.

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

79614156

Date: 2025-05-09 12:58:49
Score: 0.5
Natty:
Report link

I wanted to answer this in the hope it would help.

As Radoslav pointed out, what it did come down to was "something completely unrelated is using the same multicast IP/port". As it turns out something else on the network was using this port and somehow getting into jgroups processing causing the strange version to appear and mismatch in the packets. It was unfortunate because it did give off the impression that there was something wrong from a configuration standpoint i.e. The version imported to the jar was mismatching.

Switching to a completely unused port on the machine allowed this to work first time.

Hope it helps if someone else faces this in future.

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dcoyne

79614145

Date: 2025-05-09 12:53:47
Score: 4.5
Natty: 6.5
Report link

m

fsdsfdfdfdfdfdfdfdffdffsdsfdfdfdfdfdfdfdffdffsdsfdfdfdfdfdfdfdffdffsdsfdfdfdfdfdfdfdffdffsdsfdfdfdfdfdfdfdffdffsdsfdfdfdfdfdfdfdffdf

;

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

79614144

Date: 2025-05-09 12:52:47
Score: 0.5
Natty:
Report link

I saw your question yesterday, I see no one has responded yet so I'll try to get you in the right direction. I'm honestly a bit lost in your code (not your fault) so I can't provide you with an exact solution, but I know where your problem is, the origin.

Every 3D object has an origin point in 3D space. That origin point is completely free from the object in space (it could be anywhere, depending on how it was made). This point however determines how certain changes get oriented, especially stuff like rotation. The object will rotate around this point. If you then look at your first and second screenshot again, you see where your origin point is, it is at the top right corner of your original wooden block. That's why if you turn it towards that top side (second screenshot), it will leave a space, and when you rotate it down, it will rotate 'into' itself.

Again, I'm just not experienced enough to determine how this is set in your code or how to fix it, but I hope you can do something with this.

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

79614143

Date: 2025-05-09 12:52:47
Score: 1
Natty:
Report link

TKInter widget not appearing on form

On notebook, add keyword fill='both'

Move label1 next to label2 on line 13.

snippet:

notebook = ttk.Notebook(form)
notebook.pack(expand=True, fill='both')

label1 = tkinter.ttk.Label(form, text='Test Label 1') 
label2 = tkinter.ttk.Label(form, text='Test Label 2')   #   This one works
entry = tkinter.ttk.Entry(form)

Screenshot:

enter image description here

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

79614142

Date: 2025-05-09 12:52:47
Score: 1.5
Natty:
Report link

As an extra, showcasing the expressive power of standard Scheme, here is an implementation that accepts any number of lists, including none at all.(In other words, it behaves just like Python's built-in zip()function.)

(define (zip . lists)
  (if (null? lists)
      '() 
      (apply map list lists)))

Let's go to the REPL and test that it works as advertised:

> (zip) ; no arguments at all
()

> (zip '(1 2 3)) ; a single argument
(1) (2) (3))

;; Let's conclude by trying four arguments.
> (zip '(1 2 3) '(I II III) '(one two three) '(uno dos tres))
((1 I one uno) (2II two dos) (3 III three tres))

Finally, we make sure that the two-argument tests in the original post continue to pass:

> (zip '(1 2) '(3 4))
((1 3) (2 4))

> (zip '(1 2 3) '())
()

> (zip '() '(4 5 6))
()

> (zip '(8 9) '(3 2 1 4))
((8 3) (9 2))

> (zip '(8 9 1 2) '(3 4))
((8 3) (9 4))

We get all of this for four lines of standard-Scheme code -- no extra libraries, no language extenions. That's not so bad, is it?

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

79614140

Date: 2025-05-09 12:50:46
Score: 3
Natty:
Report link

Thank you, my good Sir.
Your helped where AI could not, and for that, I am in debt with you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gleison Viera

79614136

Date: 2025-05-09 12:47:45
Score: 0.5
Natty:
Report link

I ended up finding that what David said was on the right track, apparently the file env.js cant be in the same folder as the application, but if you set it in a subfolder for example env/env.js and configuring the ConfigMap to write the file actually works.

ConfigMap:

apiVersion: v1
kind: ConfigMap
metadata:    
  name: cfg-map
data:
  env.js: |
    window.env = {
      "API_URL": "http://ip:port"
    }

Deployment:

apiVersion: apps/v1
kind: Deployment
metadata:
  name: deployment
spec:
  ...
  selector:
    spec:
      ...
      volumeMounts:
      - name: storage
        mountPath: /usr/share/nginx/html/env
    volumes:
    - name: storage
      configMap:
        name: cfg-map
        items:
        - key: "env.js"
          path: "env.js"
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Federico Stefini

79614133

Date: 2025-05-09 12:45:44
Score: 9 🚩
Natty: 5.5
Report link

Have you figured out how to do it?

Reasons:
  • RegEx Blacklisted phrase (3): Have you figured out
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Siva Masilamani

79614132

Date: 2025-05-09 12:45:44
Score: 3
Natty:
Report link

There is the BarcodeScanning.Native.MAUI package that works well for basic scanning. If you're looking for an enterprise-grade scanner, check out Scanbot SDK. They actually published a tutorial comparing both solutions.

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

79614131

Date: 2025-05-09 12:44:44
Score: 3.5
Natty:
Report link

I need to configure websocket in my project.

this is my configuration: enter image description here

 @Override
    public void registerStompEndpoints(StompEndpointRegistry registry) {

        registry.addEndpoint("/ws")
                .setAllowedOriginPatterns("*")
                .withSockJS();

    }

    @Override
    public void configureMessageBroker(MessageBrokerRegistry registry) {
        registry.enableSimpleBroker("/queue", "/topic");
        registry.setApplicationDestinationPrefixes("/app");
        registry.setUserDestinationPrefix("/user");
    }

    @Override
    public void configureClientInboundChannel(ChannelRegistration registration) {
        registration.interceptors(new ChannelInterceptor() {
            @Override
            public Message<?> preSend(Message<?> message, MessageChannel channel) {
                StompHeaderAccessor accessor = StompHeaderAccessor.wrap(message);
                if (StompCommand.CONNECT.equals(accessor.getCommand())) {
                    String sessionId = accessor.getSessionId();                   
                    accessor.setUser(new WebSocketPrincipal(sessionId));
                }
                return message;
            }
        });
    }

this is code to send message back to user : enter image description here

messagingTemplate.convertAndSendToUser(
                        headers.getSessionId(),
                        "/queue/signup",
                        new SignupResponse(validator.getId(), request.getCallbackId()));

this is user side code: enter image description here

 stompClient = Stomp.over(new SockJS("/ws"));
          stompClient.connect(
            {},
            () => {
              // Handle response
              stompClient.subscribe(`/user/queue/signup`, (response) => {
                showSuccess("Authentication successful! Redirecting...");
                console.log("${response.body}");
              });
              stompClient.subscribe(`/user/queue/errors`, (error) => {
                showError(JSON.parse(error.body).error);
              });
              stompClient.send(
                "/app/validator/login",
                {},
                JSON.stringify({
                  publicKey: publicKey,
                  signature: base64Signature,
                  message: message,
                  callbackId: generateUUID(), // Client-generated
                })
              );
            },)

I'm able to send message from user to server but server is not sending back response. can anyone suggest.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (2.5): can anyone suggest
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ajinendra Rajpoot

79614121

Date: 2025-05-09 12:37:41
Score: 1.5
Natty:
Report link

Property names are case sensitive. In your case, you should use

[[Primary type::!~*Pendulum*]]

Which does work. See this example which excludes "Monster"

Reasons:
  • Whitelisted phrase (-1): In your case
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bernhard Krabina

79614116

Date: 2025-05-09 12:35:41
Score: 10.5
Natty: 7.5
Report link

I have the same problem? Isn't anyone still able to solve?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1.5): solve?
  • 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: Diyar Akengin

79614113

Date: 2025-05-09 12:34:40
Score: 4
Natty: 5
Report link

Can I format the number using exponentials Xx10^

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can I for
  • Low reputation (1):
Posted by: Alexander Bontempo

79614102

Date: 2025-05-09 12:26:37
Score: 1
Natty:
Report link

Please verify your Flutter configuration by running flutter config --list in the terminal. This will display the current settings and SDK configuration.

Additionally, run flutter doctor -v to check which SDK is currently being used. I encountered the same issue, and this step helped me identify the problem.

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

79614091

Date: 2025-05-09 12:22:35
Score: 0.5
Natty:
Report link

Xcode 16.3

I accidentally added a comment to manifest.json file making it invalid. Xcode didn't produce any errors, building the extension, which was not showing in Safari settings.

After removing comments, the extension appeared in Safari settings again.

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

79614088

Date: 2025-05-09 12:20:35
Score: 0.5
Natty:
Report link

Xcode 16.3

I accidentally added a comment to manifest.json file making it invalid. Xcode didn't produce any errors, building the extension, which was not showing in Safari settings.

After removing comments, the extension appeared in Safari settings again.

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

79614074

Date: 2025-05-09 12:10:32
Score: 1.5
Natty:
Report link

From irb or ends in Ubuntu, you can launch from the folder containing the app, using

rake log:clear

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

79614073

Date: 2025-05-09 12:09:31
Score: 1
Natty:
Report link

Beginning in C# 12, types, methods, and assemblies can be marked with the System.Diagnostics.CodeAnalysis.ExperimentalAttribute to indicate an experimental feature. The compiler issues a warning if you access a method or type annotated with the ExperimentalAttribute.

The Windows Foundation Metadata libraries use the Windows.Foundation.Metadata.ExperimentalAttribute, which predates C# 12.

See https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/attributes/general#experimental-attributes

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

79614068

Date: 2025-05-09 12:02:29
Score: 1
Natty:
Report link

You need to consider the scale of the canvas when getting the width or height. I always use this piece of code:

let stageW = (stage.canvas.width/stage.scaleX);
let stageH = (stage.canvas.width/stage.scaleY);

Then if I need to reference the width or height of the canvas I just use the variables stageW or stageH.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user30491655

79614061

Date: 2025-05-09 11:57:28
Score: 1.5
Natty:
Report link

Like the other answer stated, you can annotate your Post class with @freezed. Freezed will have your class extend equatable (which is what Bloc uses to determine if a classes' values have indeed changed , if not, no event is triggered). OR your post class can extend Equatable directly and you can override List<Object?> get props => [your, fields, here].

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @freezed
  • Single line (0.5):
  • High reputation (-1):
Posted by: Mike6679

79614060

Date: 2025-05-09 11:57:28
Score: 0.5
Natty:
Report link

For Nightwatch, what I did was specify my driver to launch in the specific language/locale settings in the Nightwatch.conf.js file and then launch the test with the --env setting corresponding to that language.

I then leveraged a framework called i18next which let me use lookup keys in place of hardcoded strings in my tests so I didn't have to create multiple test files for each language. The test automatically detects which language the browser context is in and looks up the correct string values.

Multi-language testing in Nightwatch.js (tutorial video)

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

79614059

Date: 2025-05-09 11:57:28
Score: 2.5
Natty:
Report link

https://pub.dev/packages/flutter_video_caching

Video caching, can use with video_player package. It supports formats like m3u8 and mp4, play and cache videos simultaneously, precache the video before playing.

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

79614055

Date: 2025-05-09 11:54:27
Score: 2
Natty:
Report link

For this, you need to create the database tables in MySQL with the same table keys. Then, you can create the form and submit the corresponding values to the MySQL DB, which you will select and submit.

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

79614053

Date: 2025-05-09 11:53:27
Score: 1
Natty:
Report link
private GeoMap.Options createOptions() {
        GeoMap.Options options = GeoMap.Options.create();
        options.setDataMode(DataMode.REGIONS);
        options.setWidth(1000);
        options.setHeight(650);
        options.setRegion("AT");
        return options;
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tanish gosai

79614052

Date: 2025-05-09 11:53:27
Score: 2.5
Natty:
Report link

You'd use keys to lookup the string values instead of hardcoded them in the tests. The i18next framework has the lookup mechanism and language detection. Here is a tutorial for using i18next in Playwright and Nightwatch test frameworks.

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

79614046

Date: 2025-05-09 11:50:26
Score: 1.5
Natty:
Report link

Found a result that works for my use after looking into how rsync calls itself in an SSH session. In (Open)SSH you'd want the user to login like usual, with a shell, and you can override the command that'll be executed in that shell through the public key string (for OpenSSH, the AuthorizedKeysCommand executable is used to provide the string).

For the client pulling, the server is in --sender mode:

command="rsync --server --sender . 'test-file-1' 'test-file-2'" ssh-id25519 AAAA...

A client can then do:

$ rsync user@hostname:/ destination-dir/

If a client tries to 'push' files to the server, it results in an error. If a client does provide a different file list, the file list is overridden with the server-side file list.

I will be looking into possible security problems with overriding the override command, whether that's possible, otherwise people have direct access to the shell. For my case, the user is auto-generated and it cannot read anything outside its directory due to very restricted permissions. Root is also /sbin/nologin. If there's something that I'm missing in that regard, please tell.

If a user tries to plainly connect with ssh, it also starts up rsync --server --sender, waiting for an input. In that case, at least, the file list is already passed through so users cannot read other files.

Reasons:
  • RegEx Blacklisted phrase (2.5): please tell
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Smally

79614044

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

I ended up leveraging i18next for this in both Nightwatch and Playwright frameworks (tutorial)

Essentially it works the same as the solutions others mentioned about storing the lookups in translation files, but the i18next framework does it a little more polished and offers language detection.

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

79614043

Date: 2025-05-09 11:48:25
Score: 2.5
Natty:
Report link

Could not load file or assembly 'System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

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

79614040

Date: 2025-05-09 11:42:24
Score: 0.5
Natty:
Report link

Error description

I had similar issue on:
Windows 11
VS Code 1.98.2
.NET SDK 5.0.408

Error message when running project:

Unable to find the project that contains '{project_location}\Program.cs'

Error message when opening project

2025-05-09 12:49:08.054 [info] Cannot use file stream for [{VSCode install path}\data\extensions\ms-dotnettools.csdevkit-1.19.60-win32-x64\components\CPS\platforms\win32-x64\node_modules\@microsoft\visualstudio-projectsystem-buildhost.win32-x64\Microsoft.VisualStudio.ProjectSystem.Server.BuildHost.runtimeconfig.json]: No such file or directory
Invalid runtimeconfig.json [{VSCode install path}\data\extensions\ms-dotnettools.csdevkit-1.19.60-win32-x64\components\CPS\platforms\win32-x64\node_modules\@microsoft\visualstudio-projectsystem-buildhost.win32-x64\Microsoft.VisualStudio.ProjectSystem.Server.BuildHost.runtimeconfig.json] [{VSCode install path}\data\extensions\ms-dotnettools.csdevkit-1.19.60-win32-x64\components\CPS\platforms\win32-x64\node_modules\@microsoft\visualstudio-projectsystem-buildhost.win32-x64\Microsoft.VisualStudio.ProjectSystem.Server.BuildHost.runtimeconfig.dev.json]

2025-05-09 12:49:08.773 [info] Project system initialization finished. 0 project(s) are loaded, and 1 failed to load.

Solution

Solution was to install .NET 5 and .NET 9 SDKs in the same location and start project with selection of .NET version

  1. Steps install VS Code if you don't have it yet
  2. Install Vs Code extension C# Dev kit.
    more: VS Code C Sharp get started
    Do not follow setps to install .NET from this page
  3. Install .NET 5 and next .NET 9 in the same location.
    I used PowerShell script way.
    More on this: https://learn.microsoft.com/en-us/dotnet/core/install/windows#install-with-powershell
    3.2 Install .NET 5 using PowerShell
    3.3 Install .NET 9 in the same folder using PowerShell
# download script
iwr -outf dotnet-install.ps1 https://dot.net/v1/dotnet-install.ps1

#install Net 5
.\dotnet-install.ps1 -Version 5.0.408 -InstallDir DestinationDir

#install Net 9
.\dotnet-install.ps1 -Version 9.0.203 -InstallDir DestinationDir

Note: If you don't specify destrination dir default one will be used.

Check if installation is ok:

dotnet --version

# example output
9.0.203

Check if all versions installed sdks and runtimes are available.

dotnet --list-sdks

# example output
5.0.408 [C:\Users\user\AppData\Local\Microsoft\dotnet\sdk]
9.0.203 [C:\Users\user\AppData\Local\Microsoft\dotnet\sdk]

Usage

Creation of new project with such setup

# make project folder and navigate in

mkdir project_folder
cd project_folder

# Create global.json in project folder with specified .NET version

dotnet new globaljson --sdk-version 5.0.408 --force

# Create project - console example

dotnet new console

Sources

Inspiration to this solution was this article: Dotnet Core Binaries and multiple SDK installations

Similar discussion: https://github.com/microsoft/vscode-dotnettools/issues/789

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

79614039

Date: 2025-05-09 11:41:23
Score: 2.5
Natty:
Report link

REGEXP_MATCH(YourFieldName, '.*(_a|_b)$')

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Anton Marchanka

79614037

Date: 2025-05-09 11:39:23
Score: 0.5
Natty:
Report link

Run flutter pub upgrade --major-versions to upgrade all dependencies to the latest versions. Errors related to "PigeonUserDetails" or "PigeonUserInfo" appear only when you are using outdated versions of firebase_auth and firebase_core

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Syed Arsalan Kazmi

79614032

Date: 2025-05-09 11:33:21
Score: 4
Natty: 5
Report link

Nossa eu estou com este problema, obrigada por esclarecer! Tenha sucesso! Deu certo aqui, muito obrigada

Reasons:
  • RegEx Blacklisted phrase (1): obrigada
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Camila Alves

79614031

Date: 2025-05-09 11:32:21
Score: 3
Natty:
Report link

If the (i, j) th element represent the cost of assigning i th task to j th agent, then by replicating each column of the matrix k tines where k is the capacity of an agent, the problem reduces to simple one to one assignment problem.

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

79614026

Date: 2025-05-09 11:27:19
Score: 3
Natty:
Report link

Take an example.

For command:

ffmpeg -i 1.mp4 -i 2.mp4 -i 3.mp4 -filter_complex "[0:v][0:a][1:v][1:a][2:v][2:a]concat=n=3:v=1:a=1[vout][aout]" -map "[vout]" -map "[aout]" output.mp4

It can be visualize as:
enter image description here

You can visualize your ffmpeg command via https://ffmpeg-graph.site/

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jerry Jee

79614024

Date: 2025-05-09 11:26:19
Score: 1
Natty:
Report link

In this current chat session, memory is not active — meaning I don’t have access to any stored memory or saved context from past conversations.

Here’s a simple breakdown:
In this chat: I only see the messages we’re exchanging right now.
No long-term memory: I can’t recall anything from past chats or save new info for the future.
When memory is on (in supported versions): I can save details you choose (like preferences, past topics, or key facts) and bring them up later to make the experience more personalized.

You might be seeing this behavior because you’re using a version or mode where memory features are disabled — so everything I process comes only from the live, current conversation.

If you want, I can help you understand how memory works in the versions that support it! Would you like a quick explanation.

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

79614022

Date: 2025-05-09 11:25:19
Score: 1
Natty:
Report link

You can export with the same format as requirements.txt without the dev dependencies

uv export --no-hashes --no-header --no-annotate --only-dev --format requirements.txt > requirements-dev.txt

If you don't care about the dev dependencies being installed in prod just use

uv pip freeze > requirements.txt
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Philippev

79614021

Date: 2025-05-09 11:22:18
Score: 1
Natty:
Report link
System.Configuration.Configuration config = System.Configuration.ConfigurationManager
.OpenExeConfiguration(System.Configuration.ConfigurationUserLevel
.PerUserRoamingAndLocal);
config_FilePath = config.FilePath;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dinas Ridas

79614017

Date: 2025-05-09 11:20:17
Score: 2
Natty:
Report link

The <iostream> directive already include <string>, So if you will use <iostream> you don't have to use <string>.

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

79614009

Date: 2025-05-09 11:15:16
Score: 2
Natty:
Report link

Enabling Safari Debugging on iPad

  1. Go to Settings → Search “Safari”

  2. Scroll down to Advanced option

  3. Enable Web Inspector function

  4. Download WebDebugX and start it

  5. Select page or webview on left of webdebugx

That tool support webkit,chrome,safari runing on iphone,ipad or android

this is a screenshot.

enter image description here

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

79614003

Date: 2025-05-09 11:13:15
Score: 0.5
Natty:
Report link

In my case, the error was that i was running the script using pytest test_example.py and pytest was installed using pipx and thus executed the script in a separate venv.

pip install pytest fixed it, probably also helps for other binaries that run Python like flask or uwsgi.

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

79613999

Date: 2025-05-09 11:11:14
Score: 0.5
Natty:
Report link

I finally found out the solution! I realized that once you put a __init__.py under the testing repository, pytest will see this folder as a module. Hence, you don'y need to set up any environment variable manually and the structure will look like below.

.
├── src
│   └── module_a.py
└── tests
    └── __init__.py
    └── test_module_a.py
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Eric Wang

79613997

Date: 2025-05-09 11:10:14
Score: 0.5
Natty:
Report link

To get the text returned by OpenAI's real-time API on the client side, you need to listen for messages sent via self.channel.chat.send_message in the backend — this is using Agora’s Chat SDK, not the RTC or Signaling SDK. On iOS/Android/Web, integrate the Agora Chat SDK and join the same channel used in your backend. Then, set up a message listener on the client to receive those chat messages (which include the transcript text). The backend is already sending the text using ChatMessage, so the client just needs to be in the channel and handle incoming chat events properly.

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

79613989

Date: 2025-05-09 11:03:12
Score: 0.5
Natty:
Report link

No, this is not currently possible due to how Jupyter is managing the output.

The same issue effects running shell scripts in Jupyter. Many tickets have been raise on it .e.g https://discourse.jupyter.org/t/how-to-show-the-result-of-shell-instantly/8947

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

79613977

Date: 2025-05-09 10:57:10
Score: 1.5
Natty:
Report link

The only fix that worked for me was:
Go to the pom.xml file of the problematic module -> right click on it -> maven -> generate sources and update folders

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

79613976

Date: 2025-05-09 10:57:10
Score: 3.5
Natty:
Report link

I found the issue in case someone faces the same problem:

The issue was me injecting Firebase Messaging in the NotificationsService. It ran well on other platforms but for iOS there was a timing issue apparently. Using a lazy getter fixed the issue

code I changed to fix the issue

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

79613971

Date: 2025-05-09 10:54:10
Score: 3.5
Natty:
Report link

From Basic to Bold: Transform Your Drive with the Right Accessories

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

79613968

Date: 2025-05-09 10:53:08
Score: 4
Natty:
Report link

This answer above works the best for me

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

79613965

Date: 2025-05-09 10:52:08
Score: 3.5
Natty:
Report link

Check If you have selected the correct runtime while creating the lamda function

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

79613960

Date: 2025-05-09 10:50:07
Score: 1
Natty:
Report link

ADB Tcpip over SSH Tunnel

example
ssh user@77.*.*.9 -L (adb port):(ip adress of target):(bind port ex. 4545)

after you can use adb connect localhost:4545

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dmitrijus

79613956

Date: 2025-05-09 10:48:06
Score: 2.5
Natty:
Report link

You need to call the exportCurrentTexture SDK method to retrieve the screen from the current texture.

void exportCurrentTexture(ExportTextureCallback callback)

public interface ExportTextureCallback {
    void onCallback(Bitmap bitmap);
}

For more information,please refer to Documentation link

If possible, please provide your App ID or join our WhatsApp community, connect with us so that we can assist you further.

Reasons:
  • RegEx Blacklisted phrase (2.5): please provide your
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: susie

79613951

Date: 2025-05-09 10:46:06
Score: 2
Natty:
Report link

Can you access any other files or directories on that domain? Like can you visit https://repo.packagist.org/packages.json? It should just be a simple 404 page:enter image description here

Maybe somehow that domain made it in your hosts file and is redirecting to somewhere strange. Take a look in /etc/hosts with a text editor and if that domain is present, just delete the line:

sudo nano /etc/hosts
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (0.5):
Posted by: mevers303

79613947

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

I had the same issue after updating to v4.5.1. Adding 'use server' to the auth0 client initialization module (usually lib/auth0.ts) resolved the problem.

By the way, adding env to next.config is not recommended by Next.js, as it's a legacy API.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: betterthanyouthink

79613940

Date: 2025-05-09 10:42:05
Score: 2.5
Natty:
Report link

The issue has been solved. My current baseurl was: http://10.0.2.2:6000/auth but when I changed to it http://10.0.2.2:5001/auth the issue got resolved and I could get the required response. Issue is still there when I use port 6000

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

79613938

Date: 2025-05-09 10:41:04
Score: 2
Natty:
Report link

You can use softsms https://softsms.in service for bulk sms. It provides OTP verification service as well.

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

79613934

Date: 2025-05-09 10:39:03
Score: 5.5
Natty:
Report link

Is this the effect you want? If you want this ,you can get it from webdebugx.com

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is this the
  • Low reputation (1):
Posted by: jim

79613933

Date: 2025-05-09 10:39:03
Score: 1
Natty:
Report link

There is no physical way to have your python scrip running "in the app". From what I see, you'd like the image to be processed by those Python packages. The ideal approach would be that:

  1. The app saves the image somewhere (via backend)
  2. Your script (python) is running somewhere on some server (AWS EC2, for example), takes the saved image from the app and processes it
  3. The script saves back to the DB
  4. App fetches the results (via backend)
Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Pozorada

79613928

Date: 2025-05-09 10:34:01
Score: 2.5
Natty:
Report link

I encountered this as well and solved it by deleting the internal project settings directory located at:

C:\Users\UserName\AppData\Local\JetBrains\IdeaIC2023.3\projects

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

79613926

Date: 2025-05-09 10:33:00
Score: 7 🚩
Natty:
Report link

MayBe the problem could be in the user private key rights?

Do you have the user right's to manage the private key of the certificate?

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have the
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Matteo sky

79613918

Date: 2025-05-09 10:25:59
Score: 3.5
Natty:
Report link

My WeChat is Theshy-Rang, can I add you as a friend

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

79613916

Date: 2025-05-09 10:24:58
Score: 7 🚩
Natty: 5
Report link

Did you find the solution eventually? I keep having this problem from time to time. I don't use the code for some days, and then it works again.

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Did you find the solution
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find the solution
  • Low reputation (1):
Posted by: marina

79613914

Date: 2025-05-09 10:23:57
Score: 0.5
Natty:
Report link

Enable the histogram tool from Excel Options Add-Ins "Data Analysis Tools" and it will do almost exactly what you want. Bin limits in one column output in another or on a new sheet.

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

79613913

Date: 2025-05-09 10:21:56
Score: 0.5
Natty:
Report link

Try using below method:

var Result = query.runSuiteQL({
    query: `SELECT Customer.custentity_cp_oviss_invoice_del_method FROM Transaction     INNER JOIN customer ON customer.id = transaction.entity WHERE tranid =   ${tranid};`
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ganesh

79613905

Date: 2025-05-09 10:16:55
Score: 5
Natty:
Report link

Issue is known:
https://github.com/supabase/supabase-js/issues/1400
for some this workaround was good:
https://docs.expo.dev/versions/latest/config/metro/#packagejsonexports

enter image description here

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

79613892

Date: 2025-05-09 10:08:52
Score: 4
Natty:
Report link

Being hacked by someone who used this

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

79613889

Date: 2025-05-09 10:06:52
Score: 1.5
Natty:
Report link

The DataStoreKeyPages interface returned by ListKeysAsync is not a table or element you can directly iterate over, but rather an object for getting pages of arrays to iterate over. Take a look at the documentation for DataStoreKeyPages. Here's an example to iterate over all the keys:

local keyPages = lvlStore:ListKeysAsync()
while not keyPages.IsFinished do
    for i,v in keyPages:GetCurrentPage() do
        -- Your stuff here
    end
    keyPages:AdvanceToNextPageAsync()
end

You might be interested in increase the pageSize argument of ListKeysAsync to reduce the amount of requests and async calls you have to make to iterate over all keys.

Beware - there's limits on how many times you can ask to iterate over the keys, and iterating over every key on a DataStore is an expensive operation. It's fine with a limited amount of keys - but doing it over and over for a large datastore will easily make you reach the limits. Have you thought of doing this someway else (possibly, store the list of keys in a DataStore value itself)?

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

79613884

Date: 2025-05-09 10:04:51
Score: 0.5
Natty:
Report link

i had the same problem understanding the difference. Available examples in other communities are all about class components and they believe only class components are stateful due to their ability to manipulate states. But the truth is Functional components can be called stateful now because they ALSO can manage states using react hooks like useState() and useEffect() etc. So i prefer calling a component "stateful" if it has a state in it and can make changes on it, and call a component "stateless" if it only recieves the data(states) through it's props.

Reasons:
  • Whitelisted phrase (-1): i had the same
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Amin Salehi Fard

79613883

Date: 2025-05-09 10:03:51
Score: 1
Natty:
Report link

RH says there is a bug in logrotate w.r.t. compression when special conditions are met, one of the conditions is sharedscripts statement.

So logrotate might not behave as documented in the end.

Affected systems are RH 7 to RH 9 at least.

Article is here: https://access.redhat.com/solutions/7100229

It is for RH subscribers only, so I am reluctant to copy/paste from article.

One can get access to the article by subscribing to free RH developers program.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: J. Will

79613881

Date: 2025-05-09 10:01:50
Score: 5.5
Natty: 7
Report link

What if my curl request is similar but I want to upload a file then how can I simulate that request.

Reasons:
  • Blacklisted phrase (0.5): how can I
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What if
  • Low reputation (1):
Posted by: user30490738

79613871

Date: 2025-05-09 09:55:48
Score: 1.5
Natty:
Report link

as a workaround for now you can add this on your pubspec.yaml

dependency_overrides:
  intl: ^0.19.0
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SncOne

79613864

Date: 2025-05-09 09:53:47
Score: 1
Natty:
Report link

https://github.com/jlesage/docker-baseimage-gui/issues/160#issuecomment-2862376646

Your requirements similar like this?

From

https://github.com/oneclickvirt/dockerfile-templates/tree/main/idea

and

https://github.com/jlesage/docker-crashplan-pro?tab=readme-ov-file#routing-based-on-url-path

I want to use a custom path for reverse proxy access to a container based on the jlesage/baseimage-gui:ubuntu-22.04-v4 base image, instead of using the default root path /

Create a custom network named web-net to enable communication between containers:

docker network create web-net

Start the IDEA container without exposing any ports, connect it to the web-net network (the container's web port is set to 31000 at the Dockerfile stage):

docker run -d \
  --name idea \
  --network web-net \
  jetbrains-idea-plug-cuda:v2024.2.5

Create a file named default.conf in the current directory with the following content:

map $http_upgrade $connection_upgrade {
    default upgrade;
    ''      close;
}

upstream idea_app {
    # Use the reachable container name for reverse proxy
    server idea:31000;
}

server {
    listen       80;
    server_name  _;

    location = /ide {
        return 301 $scheme://$http_host/ide/;
    }

    location /ide/ {
        rewrite ^/ide(/.*)$ $1 break;

        proxy_pass http://idea_app/;
        proxy_http_version 1.1;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection $connection_upgrade;
        proxy_read_timeout 86400;
    }
}

Create a file named Dockerfile in the current directory with the following content:

FROM nginx:alpine

COPY default.conf /etc/nginx/conf.d/default.conf

EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]

Build the custom NGINX image and run the container, connect it to the web-net network, and map port 80 of the container to port 31000 on the host:

docker build -t custom-nginx-proxy .
docker run -d \
  --name nginx-proxy \
  --network web-net \
  -p 0.0.0.0:31000:80 \
  custom-nginx-proxy

Now can access the service via http://<host-ip>:31000/ide/

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: spiritlhl

79613861

Date: 2025-05-09 09:52:47
Score: 1
Natty:
Report link

The way to keep the items unsorted , as stated many times before here, is indeed:

<div *ngFor="let item of object | keyvalue: unsorted">

But the function for unsorted should return 1, and nowadays be protected as well:

protected readonly unsorted = () => 1;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Wim van der Veen

79613860

Date: 2025-05-09 09:51:47
Score: 0.5
Natty:
Report link

I was running on a fresh ubuntu install so some of the packages were not installed but are necessary.$

conda install cmake git

conda install -c conda-forge openmp

sudo apt install build-essential cmake git libopenblas-dev liblapack-dev libatlas-base-dev libgomp1

sudo apt install libomp-dev

sudo apt update

sudo apt upgrade

sudo add-apt-repository ppa:ubuntu-toolchain-r/test

sudo apt update

sudo apt install gcc-11 g++-11

sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 60 --slave /usr/bin/g++ g++ /usr/bin/g++-11

NB: create a virtual env before running the python specific packages.

pip install scikit-build-core cython

pip install langchain[all]

pip install llama-cpp-python==0.1.48

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

79613851

Date: 2025-05-09 09:44:45
Score: 2.5
Natty:
Report link

You can refer :

TaskScheduler.scheduleAtFixedRate(task, delay, period);

It allows you to create schedules manually.

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

79613824

Date: 2025-05-09 09:27:40
Score: 0.5
Natty:
Report link

I’d start by checking whether this issue is isolated to iOS.

First, try running your app in Android Studio.

If it crashes on Android as well, you'll at least have better debugging tools available, like logcat, to help you investigate further.

If it runs fine on Android, the issue is likely iOS-specific. Common culprits include:

Another approach—especially if your project is still relatively small—is to create a fresh React Native project and gradually migrate your code into it in small chunks. This way, you can isolate and identify what exactly is causing the crash.

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

79613820

Date: 2025-05-09 09:20:38
Score: 3
Natty:
Report link

I have faced the same problem and it was an encoding issue- changing from UTF-8-BOM (e.g. in Notepad++) to UTF-8 solved it and columns were imported without the col_ prefix.

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

79613816

Date: 2025-05-09 09:13:35
Score: 6 🚩
Natty: 4.5
Report link

How about applying custom colors to the COG using a color ramp?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: Risper Mutuku

79613810

Date: 2025-05-09 09:11:34
Score: 1
Natty:
Report link
plugins {
    alias(libs.plugins.kotlin.serialization) //add this also
    id("kotlin-parcelize")
}
// add this parcelize in your code
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Raghuram R

79613804

Date: 2025-05-09 09:08:34
Score: 3
Natty:
Report link

I'm not sure how stable this is - because it's experimental - but this link seems to answer your need : Expo Router static export fails to respect publicPath and basePath when deployed under subpath

in app.json, putting experiments.baseUrl to "/subpath" should be working

Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Madar