79484547

Date: 2025-03-04 18:22:49
Score: 1.5
Natty:
Report link

This is not supported by the current CLI implementation.

I have submitted a feature request via the vscode GitHub repository, which has been accepted as a candidate for the backlog. If you agree that this could be a useful feature, please upvote (+1/"👍") the issue description.

Link to feature-request issue; https://github.com/microsoft/vscode/issues/242489

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

79484543

Date: 2025-03-04 18:19:48
Score: 0.5
Natty:
Report link

CREATE PROCEDURE solution() BEGIN WITH RECURSIVE ordered_requests AS ( SELECT seat_no, request, person_id AS request_person_id, ROW_NUMBER() OVER ( PARTITION BY seat_no ORDER BY request_id ) AS rn FROM requests ), cte AS ( SELECT seat_no, status AS current_status, person_id AS current_person, 0 AS rn FROM seats UNION ALL SELECT c.seat_no, CASE WHEN o.request = 1 THEN CASE WHEN c.current_status = 0 THEN 1 ELSE c.current_status END ELSE CASE WHEN o.request = 2 THEN CASE WHEN c.current_status = 0 THEN 2 WHEN c.current_status = 1 AND c.current_person = o.request_person_id THEN 2 ELSE c.current_status END ELSE c.current_status END END AS current_status, CASE WHEN o.request = 1 THEN CASE WHEN c.current_status = 0 THEN o.request_person_id ELSE c.current_person END ELSE CASE WHEN o.request = 2 THEN CASE WHEN c.current_status = 0 THEN o.request_person_id WHEN c.current_status = 1 AND c.current_person = o.request_person_id THEN c.current_person ELSE c.current_person END ELSE c.current_person END END AS current_person, c.rn + 1 AS rn FROM cte c INNER JOIN ordered_requests o ON c.seat_no = o.seat_no AND o.rn = c.rn + 1 ) SELECT seat_no, current_status AS status, current_person AS person_id FROM ( SELECT seat_no, current_status, current_person, ROW_NUMBER() OVER ( PARTITION BY seat_no ORDER BY rn DESC ) AS rn_rank FROM cte ) t WHERE rn_rank = 1 ORDER BY seat_no; END

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

79484535

Date: 2025-03-04 18:15:46
Score: 1
Natty:
Report link

It might have to do with the host parameter. You need to use the Eu - version of the sendgrid api for eu based subusers.

I was using php and had to change the code like this.

$sendgrid = new \SendGrid($_your_sendgrid_key, [
'host' => 'https://api.eu.sendgrid.com' ]);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nikomh

79484534

Date: 2025-03-04 18:15:46
Score: 0.5
Natty:
Report link

There is no Need to pass csrf token

Look : InertiaJS Docs

Laravel automatically includes the proper CSRF token when making requests via Inertia or Axios. However, if you're using Laravel, be sure to omit the csrf-token meta tag from your project, as this will prevent the CSRF token from refreshing properly.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sublan Mustafa

79484532

Date: 2025-03-04 18:14:45
Score: 1.5
Natty:
Report link

Take a screenshot or video of the failure so you can see where it has failed on the page.

There are a couple of reasons why you would get that error

  1. There is a overlay or wrapper blocking the element and you will need to close or remove it
  2. The element is disabled and you will need to enable it
  3. The element is not in the viewport so you will need to scroll to it or maximize the window or change the browser resolution - aim to have a consistent browser resolution across all browsers.
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: DeLaphante

79484529

Date: 2025-03-04 18:13:45
Score: 2.5
Natty:
Report link

You can just export an app screenshot to a PowerPoint slide in PowerApps by using the "PowerAutomate" integration to...capture that..screenshot. Then save it directly into a PowerPoint presentation...

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

79484527

Date: 2025-03-04 18:11:44
Score: 4
Natty:
Report link

Veins 5.3 does not build when OMNeT++ is built with OSG (3D scene) support. This should be fixable by moving line 32 of https://github.com/sommer/veins/blob/veins-5.3/src/veins/visualizer/roads/RoadsOsgVisualizer.h#L32 to after the "#pragma" statement

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

79484526

Date: 2025-03-04 18:11:44
Score: 1.5
Natty:
Report link

For those (like me) who followed Oo.oO's and John Appleyard's advice and have been updating makefiles or changing fortran installations for the past 7-8 years, GNU finally made -static-libquadmath a link option.

gfortran -static-libgfortran -static-libquadmath

Apparently it is kept separate from -static-libgfortran because of licensing issues.

See: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=745be54bd6634fe63d6be83615e264c83d2ae9f9

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Simon J George

79484519

Date: 2025-03-04 18:06:43
Score: 0.5
Natty:
Report link

Either try what Dalta suggested or try to use '@'

import SignUp from '@/components/signUp';
import Login from '@/components/login';

The '@' creates a shortcut, like a nickname, for a specific folder in your project, making it easier to find files.

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

79484516

Date: 2025-03-04 18:05:43
Score: 3.5
Natty:
Report link

to be continuing to work on so many of the time ⌚ i fail about the problem issue.but its a not good for user.im tryinr to contact you for the next few days. https://www.youtube.com/watch?v=HS1o1N10giI it not soulation it.https://www.youtube.com

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Monti Gomes

79484512

Date: 2025-03-04 18:05:43
Score: 1.5
Natty:
Report link

Rather than having control of devices specified by a programming language, the interfaces to devices are handled by libraries. The organizations that specify the C and C++ standards are different from the organizations that specify libraries for graphics and sound. Thus, the official C and C++ standards do not mention libraries such as Cairo, GTK and wxWidgets since those libraries are specified by other organizations. (This is also the case for other programming and scripting languages. For example, the standard for Ruby does not cover Rails because Rails has a separate standard.)

Also, there are organizations that give alternate or supplementary standards for C and C++. In addition to the ISO standard for C, the POSIX standard for C specifies things strategically neglected by the ISO standard. Each of these standards has advantages.

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

79484504

Date: 2025-03-04 18:01:42
Score: 4
Natty: 4.5
Report link

The web page at https://i.instagram.com/challenge/?next=/api/v1/notifications/badge/ could not be loaded because:

net::ERR_HTTP_RESPONSE_CODE_FAILURE

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

79484500

Date: 2025-03-04 17:59:41
Score: 0.5
Natty:
Report link

I added a new option button for testing and it didn't seem to have the same problem.

Then I noticed I'd not set the 'GroupName" for the new option button. When I did that, the behavior reverted to what you're seeing.

Seems like the option button GroupName is somehow being applied across worksheets, which (I thought) shouldn't be the case.

Confirmed that in a new workbook with a single option button on each of two sheets and the same GroupName assigned to each one - clicking on one clears the other if it was set. So - you need different group names for each set of related option buttons on each sheet.

Edit - not a new thing... From 2005: https://www.excelforum.com/excel-programming-vba-macros/476859-groupname-for-optionbutton.html

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • High reputation (-2):
Posted by: Tim Williams

79484498

Date: 2025-03-04 17:58:40
Score: 7.5 🚩
Natty: 4
Report link

@Arihant Godha - Please share details to resolve this issue.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Arihant
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Subba Reddy

79484497

Date: 2025-03-04 17:58:40
Score: 1
Natty:
Report link

I was just able to get Eventbridge to accept this rule:

"stoppedReason": [{
      "anything-but": {
        "wildcard": "Scaling activity*"
      }
    }, {
      "anything-but": "Essential container in task exited"
    }]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andrew Aschenbrener

79484488

Date: 2025-03-04 17:54:39
Score: 0.5
Natty:
Report link

I tried to implement the above method, but as mentioned in a couple of comments, the probe wasn't being called when I wanted to transmit (it was being called once when everything started up, but then not again, perhaps because there wasn't a new buffer on the src pad of the queue, just the one being buffered?)

My solution was to hook up a blocking probe with no callback, and then when I wanted to unblock, I would remove the probe, and hook up a signal on the queue's underrun signal so that when the queue was drained I would block it up again, ready for the next time I wanted it to flow (if you wanted it to just keep on flowing you'd not need to do this).

First step (as given in the answer by @prabhakar-lad)

auto * pad = gst_element_get_static_pad(_queue, "src");
gulong blocking_pad_id = gst_pad_add_probe(pad, (GstPadProbeType)(GST_PAD_PROBE_TYPE_BUFFER | GST_PAD_PROBE_TYPE_BLOCK), NULL, NULL, NULL);

Then when I want things to flow again (the below code is untested, I've torn it out from my project, so it might need tweaking):

gulong connection_id = g_signal_connect(_queue, "underrun", G_CALLBACK(on_queue_underrun), this)
gst_pad_remove_probe(pad, blocking_pad_id);

void on_queue_underrun(const GstElement * queue, MyElement & self)
{
    // Remove the under-run signal hook-up - otherwise I kept on adding more and more signals and it went wrong.
    g_signal_handler_disconnect(queue, self._blocking_pad_id);
    // Do stuff here to put in the new blocking pad
}

Remember to unref your pads as needed (I've missed it out here for brevity)

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

79484484

Date: 2025-03-04 17:51:39
Score: 2
Natty:
Report link

This is not supported by the current CLI implementation.

I have submitted a feature request via the vscode GitHub repository, which has been accepted as a candidate for the backlog. If you agree that this could be a useful feature, please upvote (+1/"👍") the issue description.

Link to feature-request issue; https://github.com/microsoft/vscode/issues/242489

Reasons:
  • Blacklisted phrase (0.5): upvote
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: wyndhamwynne

79484483

Date: 2025-03-04 17:51:39
Score: 2
Natty:
Report link

You can create "fillable" forms with FPDF. See script # 93 at http://www.fpdf.org/en/script/ex93.pdf A fillable form allows the reader to enter text on your PDF form and save it. They could type in their name, address, etc. Usually the fillable box is highlighted or shaded in blue.

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

79484480

Date: 2025-03-04 17:49:38
Score: 1.5
Natty:
Report link

To detail what I said in the comment, the solution would look like this:

score_analysis.py

from dataclasses import dataclass, field

from .json_serialization import *
from .domain import *


class MatchAnalysisDTO(JsonDomainBase):
    name: str
    score: Annotated[HardSoftDecimalScore, ScoreSerializer]
    justification: object


class ConstraintAnalysisDTO(JsonDomainBase):
    name: str
    weight: Annotated[HardSoftDecimalScore, ScoreSerializer]
    matches: list[MatchAnalysisDTO]
    score: Annotated[HardSoftDecimalScore, ScoreSerializer]

rest_api.py

async def setup_context(request: Request) -> EmployeeSchedule:
    json = await request.json()
    return EmployeeSchedule.model_validate_json(json)

@app.put("/schedules/analyze")
async def analyze_timetable(employee_schedule: Annotated[EmployeeSchedule, Depends(setup_context)]) -> dict:
    return {'constraints': [ConstraintAnalysisDTO(
        name=constraint.constraint_name,
        weight=constraint.weight,
        score=constraint.score,
        matches=[
            MatchAnalysisDTO(
                name=match.constraint_ref.constraint_name,
                score=match.score,
                justification=match.justification
            )
            for match in constraint.matches
        ]
    ) for constraint in solution_manager.analyze(employee_schedule).constraint_analyses]}

Note: This is an example of a solution. Adapt it for your needs.

Please let me know if this was useful.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Diallo Francis Patrick

79484467

Date: 2025-03-04 17:43:37
Score: 1.5
Natty:
Report link

I think that you type the wrong location of the component directory. I assume that you're in the page.tsx file (the file that display the actual page). Try to write this: import SignUp from '../components/signUp' and ../components/login .

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

79484463

Date: 2025-03-04 17:42:37
Score: 1
Natty:
Report link

I think that the VarInt prefix is the number of bytes where:

Also, about line terminators, LF (\n) is usually used. CR (\r) is not commonly used.

I hope this helps! 😀

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nathaniel the Student

79484455

Date: 2025-03-04 17:39:36
Score: 1.5
Natty:
Report link

I have been able to reproduce this with "Year" as an integer. Probably the neatest solution is just to cast the column to character

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: setophaga

79484454

Date: 2025-03-04 17:39:36
Score: 2
Natty:
Report link

That is a security pop up from chrome and cannot be controlled by Selenium as the URL and message states that it is asking to launch a native application hosted on the local machine.

You will need to manually click that or incorporate a windows or mac automation tool such as AutoIt to do it.

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

79484449

Date: 2025-03-04 17:37:36
Score: 2
Natty:
Report link

I've used @Operation(hidden = true) and it worked perfect for each endpoint org.eclipse.microprofile.openapi.annotations.Operation;

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Carolina Lauriano

79484445

Date: 2025-03-04 17:37:36
Score: 1.5
Natty:
Report link

You can also use give a numeric argument to C-x o to jump ahead (or backwards for negative numbers) multiple windows.

For example, to select the previous window, press Alt type -1, then release Alt and type C-x o.

References:

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

79484444

Date: 2025-03-04 17:36:35
Score: 4
Natty: 4
Report link

For v_data_type use TEXT instead RAW, this solves problem

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

79484440

Date: 2025-03-04 17:36:34
Score: 6.5 🚩
Natty: 6
Report link

@Ugur MULUK

I have found your answers about this issue helpful when naively predicting time series. Now I understand I must do some clever work to the features to avoid the regressor's cheating issue.

I like your suggestion of switching to a binary (or multi-class) classification for predictions. I'm testing it right now. But my question is: How can I make further predictions with my binary/multi-class model?

Now I don't have prices as labels and I need to go beyond one single prediction.

Any suggestion would be very welcomed. Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2): Any suggestion
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Ugur
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: ElCharly64

79484438

Date: 2025-03-04 17:35:34
Score: 2
Natty:
Report link

You should use @eq in your query

Employee(manager_id: Int @eq ): [Employee] @find
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: drxp21

79484437

Date: 2025-03-04 17:35:34
Score: 1
Natty:
Report link

It worked after reinstalling postgres and deleting the folder

Reasons:
  • Whitelisted phrase (-1): It worked
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Jason

79484435

Date: 2025-03-04 17:34:34
Score: 1
Natty:
Report link

The original statement is correct: useTemplateRef is not reactive for arrays, as of Vue 3.5, but this may change in a future version.

See this helpful discussion with a Vue team member about the topic: https://github.com/orgs/vuejs/discussions/12989

It seems like this was a design mistake that they intend to correct.


Not trying to be pedantic here, but @tao's answer is not quite right, and I want to clarify because it could confuse someone.

itemRefs is updated (e.g reactive). But it's always updated 1 render cycle after list has changed. Wrap your console.log in nextTick (imported from 'vue') and the numbers will match:

itemRefs is not reactive. Indeed, itemRefs will have the expected value after a nextTick. But the "show code snippet" example works because you are watching the list source (which is truly reactive) and it ultimately determines how many itemRefs there will be. But if you were to just watch itemRefs as the source, it would not work.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @tao's
Posted by: V. Rubinetti

79484427

Date: 2025-03-04 17:31:33
Score: 0.5
Natty:
Report link

friend.

Apparently, even when using RDS in the free tier, if you're using a non-private VPC, you'll be charged for the use of the IPv4, since the public IPv4 addresses are not free when used with RDS, only with EC2 instances.

I was facing the same problem, found this answer here: [https://repost.aws/questions/QUGjraaPYUQLmVOvUph0NWgQ/charged-on-free-tier-for-vpc][1]

Hope this helps you.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jp-bruno

79484426

Date: 2025-03-04 17:30:33
Score: 2
Natty:
Report link

DDL – Data Definition Language.

DQL – Data Query Language.

DML – Data Manipulation Language.

DCL – Data Control Language.

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

79484424

Date: 2025-03-04 17:30:33
Score: 2.5
Natty:
Report link

solution uninstall react 19 npm uninstall react react-dom try to run this command npm install react@18 react-dom@18 npm i web-vitals npm install --save-dev ajv@^7 it will solve the problem

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

79484415

Date: 2025-03-04 17:27:32
Score: 2
Natty:
Report link

Take a look at the kbase at https://community.progress.com/s/article/How-to-perform-a-simple-GET-request-using-the-HttpClient .

There are more, similar, examples at https://community.progress.com/s/article/Is-there-an-HTTP-client-for-OpenEdge

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

79484408

Date: 2025-03-04 17:26:31
Score: 1
Natty:
Report link

My friend well, this question been asked 6 years ago, I think definitely you solve your problem, so for the people who stuck with the same problem you can fix via below tactics.

Updated ClearCanvas Function:

function ClearCanvas(sColour) {
    DebugMessage("Clear Canvas");
    const context = oCanvas.getContext('2d');

    // Clear the canvas
    context.clearRect(0, 0, oCanvas.width, oCanvas.height);

    // Set the background color
    oCanvas.style.background = sColour; // Update the canvas background
}

A few things to be kept in mind

  1. Ensure oCanvas is properly defined and refers to the element.
  2. Instead of "____", pass a valid CSS color string (e.g., "red", "#ff0000", "rgba(255, 0, 0, 0.5)", etc.).

I hope it will help others to get rid of these problem

Reasons:
  • Whitelisted phrase (-1): hope it will help
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): stuck with the same problem
  • Low reputation (0.5):
Posted by: CodeHunger Pvt. Ltd.

79484404

Date: 2025-03-04 17:23:31
Score: 1.5
Natty:
Report link

When I was developing my Core Web Vitals extension, I realized the difference and now always use only local metrics at the very beginning of development.

  1. Google Search Console uses real user data (Field Data) from the Chrome User Experience Report (CrUX), which collects metrics from users in real-world conditions. These metrics are highly averaged, as they take into account data from users with different devices and internet speeds. Additionally, they are aggregated by groups of URLs rather than individual pages.

  2. PageSpeed Insights displays both Lab Data (e.g., slow 4G and a mid-performance device) and Field Data. Lab Data is measured in a controlled environment and may not reflect real user conditions.

  3. Your local data, which you can check in the extension (Core Web Vitals Test) or directly in the browser under the Performance tab, is calculated specifically for each page you visit. These local measurements also contribute to the data used in CrUX.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Anton Georgiev

79484402

Date: 2025-03-04 17:22:31
Score: 3
Natty:
Report link

Say if in Test if we have other jobs which we don't want to give access to. Then how can it be configured?

Test Test/dev1 Test/other Test/dev2

requirement is to be only able to access dev1 and dev2 jobs and not other job.

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Sevda Krithika Sharma

79484396

Date: 2025-03-04 17:17:30
Score: 1.5
Natty:
Report link

Assuming that Client in Keycloak is configured with OpenID Connect. First - Got to : Realm -> Realm Settings -> Endpoints. Endpoints will be at the bottom of Realm Settings page. Open 'OpenID Endpoint Configuration' link & from there pick the 'token-endpoint' url. Second - Clients -> Client ID -> Settings From here pick the client ID. Clients -> Client ID -> Credentials From here pick the Client Secret Third - Use the correct username & its password. Fourth -

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

79484389

Date: 2025-03-04 17:14:29
Score: 2
Natty:
Report link

For some processes, Ctrl-\ on macOS has the same behavior as Ctrl-Break on Windows. It appears to be a "kill -3".

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

79484386

Date: 2025-03-04 17:13:28
Score: 2
Natty:
Report link

"BUILD_AOSP_KERNEL=1" is deprecated and only adding "--kernel_package=@//aosp" seems not to for me too ..but I found this in one of the other kernel build scripts and this seems to work: --config=no_download_gki

e.g.: ./build_DEVICE.sh --kernel_package=@//aosp --config=no_download_gki

Clean builds will also not download any prebuilts anymore.

https://android.googlesource.com/kernel/devices/google/akita/+/a67ed82dbf3baabcf9d5e256284961f4aa1949f7%5E%21/#F0

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

79484383

Date: 2025-03-04 17:13:28
Score: 0.5
Natty:
Report link

Did you check this doc: WinAppDriver in CI with Azure Pipelines?

  1. WinAppDriver supports self-hosted agents only. (HostedVS2019 and HostedVS2017 are not available)
  2. and you need to enable interactive mode: Interactive vs. service
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • High reputation (-2):
Posted by: Shamrai Aleksander

79484376

Date: 2025-03-04 17:10:27
Score: 5
Natty:
Report link

Sounds like the dismissal of the permission dialog retriggers the onResume of your Activity/Fragment. In that case, it would make sense that checkPermissions() gets called and you are stuck in the B branch of your code as the shouldShow...Rationale will only fire once as @Edric confirmed.

You can override onPause() to verify this.

"But I want to support a "corner case", whereby the user continues to refuse until they give up and delete the app (I know, I know, bear with me here...)"

This sounds like you would want the infinite loop that you are getting?

What is exactly the problem with the behaviour you are seeing and what is the behaviour you are looking for? Do you want to show the explainDialog on a loop instead of the requestPermissions dialog?

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Edric
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Sjors de Haas

79484370

Date: 2025-03-04 17:06:25
Score: 4
Natty:
Report link

I've the same exact error with Azure Functions using Azure Service Bus ... I've tried adding services.AddHealthChecks(); but without luck... any suggestion?

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2): any suggestion?
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: advapi

79484369

Date: 2025-03-04 17:05:25
Score: 3
Natty:
Report link

3 years later and it still doesn't have sp_help or sp_helptext. Wish developers at microsoft would just leave the nice cool really working stuff there

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

79484367

Date: 2025-03-04 17:04:25
Score: 1.5
Natty:
Report link

' Function to get the next alphabetical suffix (e.g., "", "A", "B", "C", ..., "Z", "AA", "AB", ...) Function GetNextSuffix(ByVal currentSuffix As String) As String If currentSuffix = "" Then GetNextSuffix = "A" ' Start with "A" Else ' Increment the last character of the suffix Dim lastChar As String lastChar = Right(currentSuffix, 1)

    If lastChar = "Z" Then
        ' If it's "Z", change it to "AA", "AB", etc.
        GetNextSuffix = Left(currentSuffix, Len(currentSuffix) - 1) & Chr(Asc(lastChar) + 1)
    Else
        ' Otherwise, just increment the last character
        GetNextSuffix = Left(currentSuffix, Len(currentSuffix) - 1) & Chr(Asc(lastChar) + 1)
    End If
End If

End Function

I am getting error in this code.

Reasons:
  • Blacklisted phrase (1.5): m getting error
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Reshma Azeez

79484364

Date: 2025-03-04 17:03:25
Score: 0.5
Natty:
Report link

I was unable to set the guidewire ObjectMapper via configuration. The "good enough" solution I arrived at is thus: in the route class extending GwRouteBuilder

@Inject
private ObjectMapper jacksonObjectMapper;  //ObjectMapper from Spring

In the configure() method:

JacksonDataFormat jacksonDataFormat = new JacksonDataFormat();
jacksonDataFormat.setObjectMapper(jacksonObjectMapper);
jacksonDataFormat.setCamelContext(getCamelContext());

In the route definitions when serializing the body, instead of using:

.marshal().json()            //marshal body object to json

use:

.marshal(jacksonDataFormat)  //transform body into json string using custom dataformat

This has the added benefit of having the injected object mapper available for deserializing, i.e.

String s=exchange.getMessage().getBody(String.class);
Whatever parsed=jacksonObjectMapper.readValue(s, Whatever.class);
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: David VanderMolen

79484360

Date: 2025-03-04 17:02:24
Score: 1.5
Natty:
Report link

Read the error carefully! - it says that the platform and browser are not valid. So that means the ones you have provided are either spelled wrong or do not exist.

Go to browserstack and look at the list of available devices they have and make sure that they match exactly to what you provided in the options object.

You can also use this capability generator that allows you to experiment with what they have -> https://www.browserstack.com/docs/app-automate/capabilities

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

79484353

Date: 2025-03-04 16:58:23
Score: 4.5
Natty:
Report link

Did Vimeo recently change things? We have a free account and were able to hide title, byline, etc. Now it seems whether on the Vimeo site or through the embed code you can't suppress these elements and need a paid account to make these types of changes?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did
  • Low reputation (0.5):
Posted by: dmwesq

79484352

Date: 2025-03-04 16:58:23
Score: 2.5
Natty:
Report link

On emulators you have to prebuild (generate android or ios directories) and set a correct redirect url on azure (app_scheme://valid_app_path), valid_app_path should be an app page where you might have the id token or token code request to azure Entra Id.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Geordanis Baño Vega

79484347

Date: 2025-03-04 16:56:23
Score: 1.5
Natty:
Report link

I'm just here to state that this process is pure madness.

All the scopes have to perfectly match between AppScript, OAuth, Marketplace SDK and each part has to be validated by a different service in that exact order. You are able to ask for a validation if a previous step is wrong though, but the validation team will just answer that something doesn't match. What doesn't match will be for you to determine.

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

79484345

Date: 2025-03-04 16:56:23
Score: 3
Natty:
Report link

I am facing the exact problem right now, just like OP said, the callback called before login was completed, is there any way to fix that, btw it is totally fine on desktop, once it changes to mobile website, the callback called before login progress complete, I am really frustrating now...any workaround or solution are appreciate.

Reasons:
  • Blacklisted phrase (1): is there any
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Philip

79484337

Date: 2025-03-04 16:51:21
Score: 4.5
Natty: 5
Report link

Same error in sphinx 3.7.1... i guess its the latest

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

79484330

Date: 2025-03-04 16:49:21
Score: 0.5
Natty:
Report link
Modify your validation rule to explicitly define data as an array:

public function rules(): array
{
    return [
        'data' => 'required|array',
    ];
}

This tells Laravel that data must be an array, preventing the error.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Switi

79484326

Date: 2025-03-04 16:46:20
Score: 2.5
Natty:
Report link

This turns out to be directly addressed in the help documentation: https://doc.sccode.org/Guides/WritingClasses.html#Instances

The answer is to not keep using the init method name, but to have a different name for every subclass.

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

79484324

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

Try this Google search result. https://github.com/dotnet/orleans/issues/8201

Reasons:
  • Whitelisted phrase (-1): Try this
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Anthony G.

79484321

Date: 2025-03-04 16:44:20
Score: 1
Natty:
Report link

It happened to me after I installed both Custom CSS and JS Loader and VSCode Animations extensions

The solution that worked for me is I installed Fix VSCode Checksums Next extension

Then in the command palette, I typed Fix Checksums: Apply.

after that restart vs code

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

79484319

Date: 2025-03-04 16:42:19
Score: 1.5
Natty:
Report link

I had the same error today and it took roughly 10 min for my records to update. I used the official SendGrid guide, scroll to Resolution.

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

79484315

Date: 2025-03-04 16:40:19
Score: 0.5
Natty:
Report link

Your querylist is declared, but not initialized. It is bad practice to @Mock the whole list - See this question and answers. In the snippets provided the @Mock annotation doesn't even seem necessary.

There are a couple of options, the first seems most applicable to your situation:

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Mock
  • Low reputation (1):
Posted by: Sjors de Haas

79484298

Date: 2025-03-04 16:32:17
Score: 2
Natty:
Report link

This is for anyone still looking for a Mac solution. Install GitLens and then to find the stashes go to

  1. Source control
  2. GitLens (enable it by right clicking and selecting it if not visible)
  3. Click on stashes. (It looks like a paper tray).
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Trevor Tiernan

79484295

Date: 2025-03-04 16:32:17
Score: 3
Natty:
Report link

Don't run Selenium in a docker container just run it directly on the host machine. Running it on docker is just overkill and adds unnecessary complexity.

I'm running over 600 UI End-2-End tests on gihub actions with 4 cores for over a year now in under 45mins with this repo here -> https://github.com/DeLaphante/1CrmCloud/actions

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: DeLaphante

79484285

Date: 2025-03-04 16:26:16
Score: 1
Natty:
Report link

Great answer from Carlos. It helped me a lot.

Although, my /etc/apt/sources.list file is empty, only importing files from /etc/apt/sources.list.d, then I had to edit /etc/apt/sources.list.d/debian.sources instead, to include the contrib and non-free components. It looks now like this:

Types: deb deb-src
URIs: mirror+file:///etc/apt/mirrors/debian.list
Suites: bookworm bookworm-updates bookworm-backports
Components: main contrib non-free
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg

Types: deb deb-src
URIs: mirror+file:///etc/apt/mirrors/debian-security.list
Suites: bookworm-security
Components: main contrib non-free
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg

Then, I run:

apt update
apt install snmp-mibs-downloader

Everything is fine now.

Reasons:
  • Blacklisted phrase (1): helped me a lot
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: rmatos

79484271

Date: 2025-03-04 16:19:14
Score: 2
Natty:
Report link

Yes I run this commnd to create __init__.py in the migrations folder and it works.

touch __init__.py

Thanks.

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

79484269

Date: 2025-03-04 16:19:14
Score: 2.5
Natty:
Report link

I used @Operation(hidden = true) in each endpoint and it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Carolina Lauriano

79484267

Date: 2025-03-04 16:18:14
Score: 1
Natty:
Report link

Add logging.level.root=debug inside application.properties file. This will start logging errors.

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

79484263

Date: 2025-03-04 16:17:14
Score: 2
Natty:
Report link

Try quote_identifiers=False

https://docs.snowflake.com/en/developer-guide/snowpark/reference/python/1.1.0/api/snowflake.snowpark.Session.write_pandas

quote_identifiers – By default, identifiers, specifically database, schema, table and column names (from DataFrame.columns) will be quoted. If set to False, identifiers are passed on to Snowflake without quoting, i.e. identifiers will be coerced to uppercase by Snowflake.

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

79484262

Date: 2025-03-04 16:17:14
Score: 1
Natty:
Report link

I know this is an old question but google still took me here so it probably will other people.

In Powershell...

If you're on a newer version than 312, replace it with the relevant version in all of the below commands.


Scan a folder:

cd c:\example\stuffiwanttoscan\
& $env:appdata\Python\Python312\Scripts\checkov.cmd -d .

Alternatively IF you want to add it to your path statement (be conscious of not cluttering your path statement up too much) :

$env:path +=";$env:appdata\Python\Python312\Scripts\"

Once it's in your path statement (only run the above command once, not every time), then you can run checkov without prefixing it with the location every time eg:

cd c:\example\stuffiwanttoscan\
checkov -d .

(thanks to @stackuser4532's comment on the question for pointing me to the correct folder location)

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @stackuser4532's
  • Low reputation (0.5):
Posted by: AutoMattTick

79484259

Date: 2025-03-04 16:14:13
Score: 0.5
Natty:
Report link

I was using the EsBuild instructions when I should have been using the Webpack instructions.

The webpack instructions work for the most part but the documentation is missing a variable declaration

module.exports = (config, options, context) => {
  config.plugins = config.plugins || []; // Add this line in. Without it, it'll be undefined
  config.mode = process.env.NODE_ENV || config.mode;
  config.plugins.push(new webpack.DefinePlugin(getClientEnvironment()));
  return config;
};

After following the Webpack instructions and adding the commented line above, I was able to get env vars working.

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

79484257

Date: 2025-03-04 16:13:13
Score: 2
Natty:
Report link

There are a couple of bbclasses available in kirkstone at least that replace setuptools3

python_setuptools_build_meta (useful if package has c and rust code)

python_flit_core (for packages that are just python code)

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

79484252

Date: 2025-03-04 16:12:13
Score: 2.5
Natty:
Report link

Dutch P(prober-en),V(ver-hogen) German P(probier-en),V(er-höhen) English P(probe),V(en-hance) ver-, er-, en- means make... hogen höhen to English is height hance came from height's 'h' and Latin's ance So actually PV operation means probe and enhance.

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

79484243

Date: 2025-03-04 16:09:12
Score: 1
Natty:
Report link

this issue occurred for me because I was using a fixed position element, changing it to something else for example absolute worked for me. i think position fixed and sticky are issues.

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

79484242

Date: 2025-03-04 16:08:12
Score: 2.5
Natty:
Report link

For me, this worked - cy.get('#slide-toggle-1-input').should('have.class', 'mat-checked');

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

79484240

Date: 2025-03-04 16:07:11
Score: 3
Natty:
Report link

Little strange but somehow the schema name had to enclosed within square brackets.

Thanks to @Thom A for his clear screenshot image to provide me the hint!

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

79484234

Date: 2025-03-04 16:06:11
Score: 3
Natty:
Report link

The error you get concerning the unknown field "build" is because you need to change it to a context field instead of build.

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

79484226

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

The problem was that I needed to use UseEffect to get the updated values, but it's not that obvious in my case.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: David Abramov

79484220

Date: 2025-03-04 16:02:09
Score: 4.5
Natty: 5
Report link

Here's a good custom shader that can do the trick: https://gist.github.com/deakcor/394db005c6bd1ef3153cf6b709ebd252

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

79484210

Date: 2025-03-04 15:58:08
Score: 0.5
Natty:
Report link

Add these lines after your existing code:

[x1Grid,x2Grid] = meshgrid(linspace(min(X(:,1)), max(X(:,1)), 100), ...
                          linspace(min(X(:,2)), max(X(:,2)), 100));
[~,scores] = predict(SVMModel, [x1Grid(:), x2Grid(:)]);
scores = reshape(scores, [size(x1Grid,1), size(x1Grid,2), 3]);

contour(x1Grid, x2Grid, scores(:,:,1) - max(scores(:,:,2:3),[],3), [0 0], 'k-');
contour(x1Grid, x2Grid, scores(:,:,2) - max(scores(:,:,[1 3]),[],3), [0 0], 'k--');
contour(x1Grid, x2Grid, scores(:,:,3) - max(scores(:,:,1:2),[],3), [0 0], 'k:');

The outcome is like:

enter image description here

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

79484209

Date: 2025-03-04 15:57:08
Score: 2.5
Natty:
Report link

You had variable D in else, but you can't reference D because it isn't created. For starters, your indentation isn't proper, python requires proper indentation to work. Both your D and R need to be set back one space. Should be reachable code.

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

79484206

Date: 2025-03-04 15:55:07
Score: 0.5
Natty:
Report link

As i understand you want to edit the user avatar, this is created by the username.

First, publish or copy the file menu_user_dropdown.blade.php in you vendor theme.

To change the letter, find per example this code in tabler theme:

<span class="avatar avatar-sm rounded-circle">
            <img class="avatar avatar-sm rounded-circle bg-transparent" src="{{ backpack_avatar_url(backpack_auth()->user()) }}"
                alt="{{ backpack_auth()->user()->name }}" onerror="this.style.display='none'"
                style="margin: 0;position: absolute;left: 0;z-index: 1;">
            <span class="avatar avatar-sm rounded-circle backpack-avatar-menu-container text-center">
                {{ backpack_user()->getAttribute('name') ? mb_substr(backpack_user()->name, 0, 1, 'UTF-8') : 'A' }}
            </span>
        </span>

Update as you need.

Then find the link who have backpack_url('logout') and comment or delete the link. This way you will hide the logout.

Cheers.

Reasons:
  • Blacklisted phrase (1): Cheers
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jcastroa87

79484188

Date: 2025-03-04 15:50:06
Score: 5
Natty: 5.5
Report link

https://i.instagram.com/challenge/?next=/api/v1/multiple_accounts/get_account_family/%253Frequest_source%253Daccount_linking_util&theme=dark could not be loaded because: abb kese kre

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

79484179

Date: 2025-03-04 15:46:05
Score: 1.5
Natty:
Report link

Clearing all caches was the solution this case. After that the new version of the class file was used and all was well.

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

79484176

Date: 2025-03-04 15:45:05
Score: 2.5
Natty:
Report link

If column name in JSON is having space then it does not work giving an error JSON path is not properly formatted. Unexpected character ' ' is found at position 6.

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

79484173

Date: 2025-03-04 15:45:05
Score: 2
Natty:
Report link

The term 'extended' implies that these characters can't normally by typed by a normal keyboard....for instance the degree symbol can't be typed with a keyboard. If these characters are encountered within a program, it can cause errors to be generated and the program to slow or stop. Not sure how these characters are being introduced, but I believe it's probably optical character recognition programs (ocr).

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

79484171

Date: 2025-03-04 15:45:05
Score: 3.5
Natty:
Report link

I have developed this utility to view page source of any webpage in mobile devices: https://agalaxycode.blogspot.com/2025/03/view-page-source-in-mobile.html

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

79484164

Date: 2025-03-04 15:42:04
Score: 0.5
Natty:
Report link

If your project is timezone naive, you need to set the following in your settings.py:

DJANGO_CELERY_BEAT_TZ_AWARE = False

This resolved the issue for me.

Additionally, you may need to manually set NULL to the last_run_at field in the PeriodicTask model, or you can wait 24 hours for the UTC timezone to pass.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marvin Ruciński

79484150

Date: 2025-03-04 15:38:03
Score: 0.5
Natty:
Report link

Steps for localhost config:

host: localhost, or in this full name 'DESKTOP-<...>\SQLEXPRESS' will be 'DESKTOP-D8J192Q'

instance name: can be blank or 'SQLEXPRESS'

port: default is 1433 but see below

user: sql user

pwd: sql user pwd

Important Callouts:

Steps for enabling TCP/IP config:

Steps to find port of SQL Server:

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

79484146

Date: 2025-03-04 15:37:02
Score: 6 🚩
Natty: 5
Report link

Does CGPDFContextAddDocumentMetadata allow to also attach a complete File to the PDF? How would you do this?

Reasons:
  • Blacklisted phrase (1): How would you
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nfriese

79484120

Date: 2025-03-04 15:29:00
Score: 4
Natty: 4.5
Report link

I'm having this same issue, still a problem in helm 3.12, when working with Files.Get and you have the chart local it works fine... but when you package that and use the chart remotely this won't work, the package will look the files inside the package, I already try passing the file with --set / --set-file but that didn't help either, any other solution?

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

79484117

Date: 2025-03-04 15:26:59
Score: 1
Natty:
Report link

You don't need a mac for any part of the development process if you're using Expo and EAS.

You can sign up for the apple developer account through any web browser.

Development can be done on your Windows PC, with testing on your iPhone through the Expo Go App.

When it's time to build, just use EAS cloud build and it'll compile your app and publish through your Apple developer account without ever actually needing a mac

Bear in mind the free EAS plan limits you to 15 IOS builds per month. If you plan on publishing more often than that you'll have to upgrade to the paid tier

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

79484109

Date: 2025-03-04 15:23:58
Score: 1
Natty:
Report link

If data is intended to be an array , you need to update your validation rules to reflect that. For example:

public function rules(): array
{
    return [
        'data' => 'required'    ];
}

public function messages(): array
{
    return [
        'data.required' => 'error.action.required.data',
    ];
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ali amini

79484099

Date: 2025-03-04 15:20:58
Score: 1
Natty:
Report link

very simple:

open https://github.com/username/repository-name}

and it will open in your default browser..

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

79484097

Date: 2025-03-04 15:19:58
Score: 1
Natty:
Report link

🔑 Panduan Jika Kalian Ingin Login Akun Lewat Google Untuk Aplikasi MOD🔑

  1. Install aplikasi original.
  2. Jika sudah pernah login di aplikasi original, lakukan logout terlebih dahulu.
  3. Login kembali ke aplikasi original.
  4. Setelah berhasil login, uninstall aplikasi original.
  5. Install aplikasi mod.
  6. Login di aplikasi mod.

♻️ " Mungkin Cara Ini Bisa Juga Untuk Aplikasi MOD Lainnya Yang Jika Kalian Ingin Login Akun Google "

⚠️ Catatan Penting: Pastikan melakukan langkah-langkah di atas dengan cepat! Semisalkan login masih gagal, coba lakukan hal berikut:

Semoga berhasil! 🎉

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

79484091

Date: 2025-03-04 15:17:57
Score: 2.5
Natty:
Report link

For anyone with the same error, I managed to figure out what the problem was. The format (content) of the file I was trying to send was not correct or not as expected by the receiving system. So, check if there are mistakes in your file, if you have another file that you 100% know is correct, compare it with the file you are trying to send.

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

79484081

Date: 2025-03-04 15:12:56
Score: 2
Natty:
Report link

The first response above is the same example I based my update on. Yes I had updated the include file. My change did compile, I just wasn't convinced it was correct. Yes the argument count was where I was having issues, does this necessitate changing all the calling programs? I was trying to work my code around that. I did spot the wiki example. In that they seem to just use a count as the first parameter. I did find one example in my source files that matched that, so at least one example would be straight forward to update.

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

79484078

Date: 2025-03-04 15:10:55
Score: 6 🚩
Natty: 5.5
Report link

Haven't found the cause of this error?

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

79484074

Date: 2025-03-04 15:09:54
Score: 1
Natty:
Report link

Thanks to this awnser I found that it was because I was using camera videos, this cameras uses annex B, which means i have a start code. AVCC do not need the start code but instead needs the size of the NAL.

Here is my method to convert Annex B to AVCC

    private ConvertAnnexB2AVCC(nal: Uint8Array): Uint8Array {
        const nalLength = nal.length;

        // Big endian size format
        const lengthHeader = new Uint8Array(4);
        lengthHeader[0] = (nalLength >> 24) & 0xFF;
        lengthHeader[1] = (nalLength >> 16) & 0xFF;
        lengthHeader[2] = (nalLength >> 8) & 0xFF;
        lengthHeader[3] = (nalLength) & 0xFF;

        // Create a new buffer with the size at the start
        let avccNal = new Uint8Array(4 + nalLength);
        avccNal.set(lengthHeader, 0);
        avccNal.set(nal, 4);

        return avccNal;
    }

Hope it'll help someone !

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Casah__

79484072

Date: 2025-03-04 15:09:54
Score: 3.5
Natty:
Report link

From my case, seems the issue is with the token. So I have upgraded azure-identity and pyodbc versions, and then it works as expected.

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

79484071

Date: 2025-03-04 15:09:54
Score: 2.5
Natty:
Report link

i undertwent the same problem. This post saved my life :

1/export your project from eclipse 2/ search for dependencies using jdeps 3/ create a runtime-image 4/use jpackage with the --runtime-image option instead of --module-path.

check here how to create runtime image https://medium.com/azulsystems/using-jlink-to-build-java-runtimes-for-non-modular-applications-9568c5e70ef4

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Atomos

79484061

Date: 2025-03-04 15:05:53
Score: 2
Natty:
Report link

There is no magic.

You can add

/* jscpd:ignore-start */
import ....
/* jscpd:ignore-end */

Take a look here : https://github.com/kucherenko/jscpd/issues/341#issuecomment-2016830988

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

79484047

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

I built a similar synx tool in Swift, providing a modern and reliable solution for developers facing the same challenges. Feel free to check it out! 🚀

https://github.com/ZhgChgLi/XCFolder

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: hareion

79484041

Date: 2025-03-04 14:57:51
Score: 2.5
Natty:
Report link

Instead of this: Colors.grey.withOpacity(0.5)

(it is deprecated)

Use this: Color.fromARGB(128, 158, 158, 158)

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