79471866

Date: 2025-02-27 07:23:51
Score: 2.5
Natty:
Report link

I have resolved this issue. Answering here to help newbies of revolut. The issue was at the time i am getting oauth token from revolut i didn't add the permission to pay. Just add the scope read,write,pay all in the url of consent screen of revolut while generating oauth and enter. Now get access token from oauth token and you ll be able to pay

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

79471862

Date: 2025-02-27 07:22:51
Score: 1.5
Natty:
Report link

a for android

and

i for ios

options are now removed from the version 0.77.0 onwards. use npm run android instead

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

79471845

Date: 2025-02-27 07:12:49
Score: 2.5
Natty:
Report link

I think the fundamental question to answer is what does each row represent? If ItemCodes are static, you can create a lookup table, and place the associated score at the right index. If you provide more code/details, I can likely help you with this.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Pritam Dodeja

79471844

Date: 2025-02-27 07:12:49
Score: 3.5
Natty:
Report link

You need to point your manifest url to a proper one

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

79471843

Date: 2025-02-27 07:12:49
Score: 6 🚩
Natty:
Report link

Are you using a repo like react-native-health or are you using an SDK like sahha.ai https://github.com/sahha-ai/sahha-react-native ?

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: aleks

79471833

Date: 2025-02-27 07:06:47
Score: 1
Natty:
Report link

In my opinion, tensorflow transform is likely not the right tool for this job. What would clarify it is if the two datasets are two independent streams that come in at inference time, and need to be merged somehow, an also need to be done in the tensor graph. The last part is the reason I'm saying transform is likely not the right tool, because a group by is not a tensor operation. Tensorflow transform encodes tensor operations into a tensor graph similar to the fit method in sklearn.preprocessing. Tensorflow transform is for things that require a full pass over the training dataset (e.g. compute and store mean, variance etc). Hope this clarifies things, let me know if you need further help with this.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Pritam Dodeja

79471828

Date: 2025-02-27 07:03:47
Score: 1
Natty:
Report link

You could do something like this:

import {router} from '@inertiajs/vue3'

const paginateClick = (page) => {
    const currentUrl = window.location.pathname;

    const query = new URLSearchParams(window.location.search);

    query.set('page', page);

    router.get(`${currentUrl}?${query.toString()}`)
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hoang

79471812

Date: 2025-02-27 06:57:46
Score: 1
Natty:
Report link

Faced with the same problem. It helped to update the modem firmware. Old version: AT+CGMR +CGMR: LE11B08SIM7600M22 New version: AT+CGMR +CGMR: LE11B14SIM7600M22_221022 Flashing Instructions: To update the module's software, you will need the following files:

  1. Drivers

Connecting a modem (or debugging) directly via USB:

for all Windows versions: https://drive.google.com/file/d/18d37YLOOnDrlxSXq2aQwQAMinHPGMLBk/view?usp=sharing

for Linux: https://drive.google.com/file/d/1LqArVeNvR3CpOOMfrEGL999W7W-TxGIg/view?usp=sharing

  1. Utility

Available for download via the link:

https://drive.google.com/file/d/1t4O6gTTZkQGW6CEIo9JCpMjjQwqoZaTL/view?usp=sharing

  1. Module software

Current Software (S2-107EQ / S2-10CYG):

B14_221022 - https://drive.google.com/file/d/10zjUvN5rEJ8viTxraa2jvV1fkjzmAiml/view?usp=sharing


The firmware update process is divided into stages:

  1. Connect the module via USB to the PC

  2. Download and unpack the archives using the links above

  3. Install the drivers

  4. Download and install QPST:

https://drive.google.com/file/d/1K5DxiYI6Ah3ygFKLkLt_xe-94qXrWEeB/view?usp=sharing

  1. Turn on the module (apply power and clamp the PWRKEY to the ground)

  2. Make sure that there are no unidentified devices in the Device Manager.

  3. Move the unpacked firmware folder and the utility folder to the root of any disk.

  4. Open the utility; Status field=grey

7.1. In the utility, click "Load" and select "MDM9x07(SIM7500&SIM7600 Series)"

7.2. In the window that opens, select the path to the firmware folder and after the utility detects all the files that make up the firmware (the lines will turn green), close the window.

7.3. Click "Start"

  1. The firmware process will start (Status=blue field), you can control the process by watching the progress bar in the utility. If the process stops by 1-2% during the update, check the Task Manager for unknown devices during the update (use the driver above)

  2. Upon completion, the green label "Update Success!" will appear (Status field=green).

  3. Press "Stop" in the top menu of the utility and turn off the module CORRECTLY (via PWRKEY or 'AT+CPOWD=1').

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Владислав

79471801

Date: 2025-02-27 06:51:44
Score: 6.5 🚩
Natty:
Report link

I am allso facing same problem

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): facing same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Amit Kumar

79471793

Date: 2025-02-27 06:48:43
Score: 0.5
Natty:
Report link

It was my mistake. I tried the solution before, but made a syntax error:

Now it works without any problems. I forgot editLesson in inside the sheet syntax. Thank you for your comment.

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

79471791

Date: 2025-02-27 06:47:43
Score: 1
Natty:
Report link

Because you are not export myFunc as object, you should call test2(), in test2.js

const test2 = require('./test1.js');
console.log(test2());

or you can export myFunc as object, in test1.js

const myFunc = () => {
    return "Hello World!";
};
module.exports = {myFunc};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chandalen Teang

79471790

Date: 2025-02-27 06:47:43
Score: 0.5
Natty:
Report link

if you're on Next.js, you might want to do it like this,

you might want to import fs like this,

import { promises as fs } from 'fs';
.
.
.

await fs.readFile(process.cwd() + "/lib/db-schema.md");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Seng Wee

79471788

Date: 2025-02-27 06:46:42
Score: 2
Natty:
Report link

Is there a way to share information between value converters ?

I initially thought about binding all the object and update the property once (I mean the Enum) inside the value converter, but I prefer binding only the property (string) and revaluate the Enum locally, but if I could share it, that's would be great.

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
    var fieldDescriptionPattern = FieldHelpers.GetDescriptionPattern((string)value); // <- Can I share it in multiple value converters : font weight, foreground, etc.?

    if (_fieldDescriptionBrushes.TryGetValue(fieldDescriptionPattern, out Brush brush))
    {
        return brush;
    }

    return Brushes.Transparent;
}
Reasons:
  • Blacklisted phrase (1): Is there a way
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): Is there a
  • Low reputation (0.5):
Posted by: Ludovic Wagner

79471787

Date: 2025-02-27 06:46:42
Score: 3.5
Natty:
Report link

There is no connection between innodb_page_size and RDS instance size.

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

79471785

Date: 2025-02-27 06:44:42
Score: 2.5
Natty:
Report link

I believe you're wanting https://hexdocs.pm/ecto/Ecto.Multi.html and haven't bumped into it yet in the docs.

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

79471778

Date: 2025-02-27 06:40:41
Score: 2.5
Natty:
Report link

The correct order is Catch and then Prefetch. The reason is cache stores the dataset in fast memory and then prefetch prepares the next batch while the model is training on the current batch. In this manner model works on data stored in catch and after that we prepare next batch.

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

79471769

Date: 2025-02-27 06:33:39
Score: 1
Natty:
Report link

You can make use of a tally table and with substring()

declare @str  varchar(100) = 'AaaaaBbbbbCccccDdddd';
declare @m    int = 5,
        @n    int = 4

select t.i, op = substring(@str, (t.i * @m) + 1, @m)
from   tally t
where  t.i >= 0 
  and  t.i <  @n
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: hkt

79471762

Date: 2025-02-27 06:29:39
Score: 1
Natty:
Report link

When you define module.exports as myFunc, you are defining the export object to be the function itself, but you were expecting the function to be a part of the object. The following would be correct:

console.log(test2());

Alternatively, define the function as a part of the export but not the export itself.

module.exports = {myFunc};
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: 2603003199

79471760

Date: 2025-02-27 06:29:39
Score: 0.5
Natty:
Report link

I highly recommend you to check the return value of the HAL_UART_Receive function. In case of any error, check UART specific error using HAL_UART_GetError function. I could not get it how you get the timeout error without checking function status. I can give you more accurate answers after you check the function status. Maybe try to enable UART interrupts and put a breakpoint to the interrupt function and check if code reaches the breakpoint. If not reach there, you might have some other problems rather than a coding problem.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Doğukan Arat

79471752

Date: 2025-02-27 06:21:37
Score: 1.5
Natty:
Report link

Try this:

https://www.openplayerjs.com/

I used it when I ran across a station called The Lot, out of Brooklyn, NY. It seems well engineered, and works well. I have yet to find many other internet radio stations using "video/mp2t" -- I'm not sure why. If anyone has any other examples of real radio, with real DJs, using this format, please let me know.

Reasons:
  • Whitelisted phrase (-2): Try this:
  • RegEx Blacklisted phrase (2.5): please let me know
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: monist

79471749

Date: 2025-02-27 06:20:37
Score: 8 🚩
Natty: 5
Report link

maybe you can try out this notebook:

https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/yolov11-optimization/yolov11-object-detection.ipynb

yolov11 object detection

or could you share the steps to reproduce this error?

Reasons:
  • RegEx Blacklisted phrase (2.5): could you share
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: iamworking

79471746

Date: 2025-02-27 06:19:36
Score: 1.5
Natty:
Report link

Load pykd.pyd as ext requires certain pythonXY.dll found by pykd.pyd.

Suggest use pykd bootstrapper (pykd.dll) as WinDbg ext, and install pykd as wheel. The bootstrapper will found pykd.pyd via import.

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

79471744

Date: 2025-02-27 06:18:36
Score: 2
Natty:
Report link

Leaving comment as answer as low on rep. Is your site actually using it? Checked network tab for any failed requests? When you publish do you see them in the output? Is your site using the correct version of that CSS file that loads the fonts?

The sources tab doesn't show what is on the server, it shows what has been loaded from the server(s).

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

79471739

Date: 2025-02-27 06:16:35
Score: 4.5
Natty: 7.5
Report link

It is working thanks for your help

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Whitelisted phrase (-0.5): thanks for your help
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vishal

79471737

Date: 2025-02-27 06:14:35
Score: 2.5
Natty:
Report link

Your CSS style is written incorrectly. When adding the class name, it was added to the same element, and there is an extra space in the middle of your style. container. lakisa menu+nav li. The correct example should be

/*  big blue SPINNER */
.container.lakisa-menu .circle {
transform: rotate(-70deg);
}

.container.lakisa-menu+nav li {
transform: translateX(0);
transition-delay: 0.3s;
}

Is this the effect you want to achieve by clicking and rotating?

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

79471734

Date: 2025-02-27 06:13:34
Score: 1
Natty:
Report link

1. Data Structure: List: square brackets [] indicate that players is a list.

Dictionary: Each element of the list is a dictionary, which is indicated by curly brackets {}.

Key-Value Pairs: Each dictionary has key-value pairs. For example, {"name": "Rolf", "numbers": {1, 3, 5, 7, 9, 11}} where "name" is a key, and "Rolf" is its value; "numbers" is a key, and {1, 3, 5, 7, 9, 11} is its value.

2. Accessing Elements:

To access the "numbers" of a player, you can index into the list and use the keys. For example, players[0]["numbers"] will give you {1, 3, 5, 7, 9, 11}.

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

79471726

Date: 2025-02-27 06:10:34
Score: 3
Natty:
Report link

I had the same problem and all ran the flutter clean command and it did not work. All i had to do was to manually delete the build\flutter_assets.

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nah Cassie

79471722

Date: 2025-02-27 06:09:33
Score: 4.5
Natty:
Report link

Please, can you share your Laravel version?

Please try creating the virtual host because I was facing the same issue. After creating the virtual host, it worked fine.

Reasons:
  • Whitelisted phrase (-1): it worked
  • RegEx Blacklisted phrase (2.5): can you share your
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Muhammad Waqas

79471706

Date: 2025-02-27 05:58:31
Score: 2
Natty:
Report link

Incentit offers a robust solution for managing rebates, channel incentives, and spiffs. Our software streamlines rebate tracking and administration, from energy efficiency rebates and load growth incentives to installer spiffs and instant discounts. With features like centralized grant administration, net metering agreements, and load controller deployment, Incentit supports various utility and energy services programs. Enhance your channel partner incentives and streamline rebate management with our comprehensive platform. For a complete solution to optimize your incentive programs, visit https://incentit.com/.

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

79471705

Date: 2025-02-27 05:58:31
Score: 0.5
Natty:
Report link

Looks like it has to come as options in the second argument when using the listBy* queries.

E.g.

client.model.Messages.listByTimestamp({
  // fields you need
}, {
  limit: 10,
  nextToken: nextToken,
  sortDirection: "DESC"
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Evgeny Urubkov

79471700

Date: 2025-02-27 05:57:31
Score: 5
Natty:
Report link

I just solved that problem on a repository I am currently developing. Check out my repo, and please give me a star. I would greatly appreciate everyone's support. A review would be nice. The section you want to view is my "Tech Stack," particularly "Adobe Creative Cloud." https://github.com/supercodingninja/ePortfolio/tree/385cea841d16fe6f53fab895e2d48073df3283fa

Reasons:
  • RegEx Blacklisted phrase (2.5): please give me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: The Super Coding Ninja

79471695

Date: 2025-02-27 05:53:30
Score: 1
Natty:
Report link

In my case, I added that option and the error disappeared.

-Dspring.devtools.restart.enabled=false
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: daesoo9200

79471690

Date: 2025-02-27 05:50:30
Score: 3
Natty:
Report link

for deployment groups, azure devops deployment group installation script assumes x64 architecutre but the new graviton instances on ec2 are arm64, so the script has to be tweaked a little

from https://vstsagentpackage.azureedge.net/agent/4.251.0/vsts-agent-linux-x64-4.251.0.tar.gz

to https://vstsagentpackage.azureedge.net/agent/4.251.0/vsts-agent-linux-arm64-4.251.0.tar.gz

replace agent versions with the latest agent versions available

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

79471686

Date: 2025-02-27 05:48:29
Score: 2
Natty:
Report link

you can use chatgpt you can you the ai tool to find the problem

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: hassan raza

79471667

Date: 2025-02-27 05:31:26
Score: 0.5
Natty:
Report link

If rest contains dynamic objects, but changes are rare, you can use a useRef to store the last value and detect changes manually:

You can also use lodash for deep and equal comparison

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

79471665

Date: 2025-02-27 05:30:26
Score: 4
Natty:
Report link

set the below configuration to retrieve the null values
SET date_time_overflow_behavior= 'saturate'

reference
https://clickhouse.com/docs/operations/settings/formats#date_time_overflow_behavior

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Hemanth Kumar N R

79471664

Date: 2025-02-27 05:27:25
Score: 1
Natty:
Report link

The answer to this question is here

Add &pageHistory=0,1,2 to the prefilled link to let the form know you will use all sections (pages). In this example suppose you have three sections and one of them is the hidden one.

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

79471662

Date: 2025-02-27 05:23:24
Score: 0.5
Natty:
Report link

[RESTful API - Naming convention - 15 Key Guidelines ][1]

Abbs:

Use Lowercase Letters Use Nouns, Avoid Verbs (CRUD Functions) Use Singular and Intuitive Names for URI Hierarchy Use Forward Slash (/) to Indicate URI Hierarchy Use Hyphens (-) to Separate Words for Readability Use Query Parameters to Filter and Provide Details Use a Limit Parameter for Pagination Avoid Using URL/URI Escape Characters Do Not Use File Extensions Use API Versioning Control for SEO and Scalability Be Consistent Across Endpoints for SEO and Usability Use Descriptive Parameter Names Consider Resource Relationships for Hierarchies HTTP Status Codes and Error Handling Secure Your API with Authentication

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

79471661

Date: 2025-02-27 05:22:24
Score: 0.5
Natty:
Report link
const arrayColumn = (array, column_key, index_key = null) => {
    if (index_key !== null) {
       return array.reduce((a, b) => Object.assign(a, {[b[index_key ]]: column_key ? b[column_key] : b}))
    } else {
       return array.map(a => column_key ? a[column_key] : a)
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrey Chesnakov

79471660

Date: 2025-02-27 05:22:24
Score: 1.5
Natty:
Report link
SELECT column_a ,REGEXP_SUBSTR(column_b, '[^,]+', 1, LEVEL) AS split_value
FROM abc CONNECT BY LEVEL <= REGEXP_COUNT(column_b, ',') + 1 ORDER BY 
column_a;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: longmiumiu

79471658

Date: 2025-02-27 05:22:24
Score: 2
Natty:
Report link

folders in Browsers devtool dont show folder like visual studio folders. i must check link for checking serving static files. for this question i must check url http://host/Fonts/BTitrBold.TTF.

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

79471657

Date: 2025-02-27 05:21:24
Score: 2.5
Natty:
Report link

You can choose TestFlight for selected users and can access the app for the peoples we permit using apple id or choose Unlisted app distribution if need to be download using a link.

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

79471653

Date: 2025-02-27 05:18:23
Score: 1
Natty:
Report link
jq --arg date "$(date '+%Y-%m-%dT%H:%M')" '
  select(.time | startswith($date)) | .log
' logs.json

This Filters logs where time matches the current minute and Extracts only the log field

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

79471647

Date: 2025-02-27 05:15:23
Score: 1
Natty:
Report link

Try raw windbg commands first:

kd> !sym noisy  
kd> .reload /f nt  
kd> dt nt!_UNICODE_STRING  
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ivellios

79471644

Date: 2025-02-27 05:13:22
Score: 1.5
Natty:
Report link

Alt + U => Undo
Alt + R => Redo

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

79471637

Date: 2025-02-27 05:05:20
Score: 5
Natty:
Report link

Is there any prompt which we can add that will make copilot not to use public code

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (1):
Posted by: Divyam

79471635

Date: 2025-02-27 05:03:19
Score: 5
Natty: 5
Report link

Adding 'react/jsx-runtime' to rollup external array saved my day. I think it might be a bug of rollup since react/jsx-runtime is included in react.

Reasons:
  • Blacklisted phrase (2): saved my day
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Xingdi Tan

79471619

Date: 2025-02-27 04:50:17
Score: 2
Natty:
Report link

fixed: changed naming to be correct with my files:

<Stack screenOptions={{ headerShown: false }}>
  <Stack.Screen name="onboarding" />
  <Stack.Screen name="(tabs)" />
</Stack>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: fbablu

79471615

Date: 2025-02-27 04:48:16
Score: 2.5
Natty:
Report link

You should create a formula column for each column where you want to display the value instead of the id, and use #display to pull the display value. For instance {status#display}

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

79471612

Date: 2025-02-27 04:46:16
Score: 2.5
Natty:
Report link

Seem like SearchableRelation is on nova 4 or higher. Not for v3.

V4 release note: https://nova.laravel.com/docs/v4/releases#search-improvements

V3 docs: https://github.com/laravel/nova-orion-docs/tree/main/3.x

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

79471594

Date: 2025-02-27 04:33:14
Score: 1.5
Natty:
Report link

"Clean Core" refers to a way of designing or managing a system or business that focuses on keeping things simple, efficient, and organized.

These five dimensions are:

  1. Processes: The methods or steps you use to get things done.
  2. Extensions: The extra features or add-ons that improve or expand the system.
  3. Data: The information that is used or processed in the system.
  4. Integrations: How different systems or tools work together.
  5. Operations: The day-to-day activities that keep everything running smoothly.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Heisenberg

79471592

Date: 2025-02-27 04:31:13
Score: 2.5
Natty:
Report link

The configuration option is micronaut.http.services.*.allow-block-event-loop=true. I also set micronaut.server.thread-selection=AUTO. (Syntax will vary depending on whether you're using application.yml or application.properties, etc.)

There appears to be additional configuration needed, however. Maybe specifying a separate thread pool? Because this change alone does not appear to resolve the 500 error

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Lena

79471589

Date: 2025-02-27 04:28:13
Score: 2
Natty:
Report link

Now there is a restrictSearchableAttributes feature that allows changing the searchable attributes on each request

$results = $index->search('query', [
  'restrictSearchableAttributes' => [
    'name',
  ]
]);

https://www.algolia.com/doc/api-reference/api-parameters/restrictSearchableAttributes/?client=php#how-to-use

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

79471582

Date: 2025-02-27 04:18:11
Score: 0.5
Natty:
Report link

This should be work:

  1. Don't load the current record module: Avoid loading unnecessary modules to improve performance.
  2. Use the context to retrieve the fieldId ( see https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4410692508.html )
  3. Use the right methods parameters for setters and getters ( see https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4637582256.html, https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4637577499.html )

/**
 *@NApiVersion 2.x
 *@NScriptType ClientScript
 */
 define([],
    function() {
        function fieldChanged(context) {
            var fieldName = context.fieldId;
            //return if not one of these fields
            if (fieldName !== 'custrecord_am_ehir_emp_prem_percent' &&
                fieldName !== 'custrecord_am_ehir_dep_prem_percent' &&
                fieldName !== 'custrecord_am_ehir_total_month_prem') {
                return false;
            } else {
                //get premium and percent values
                var totalPremium = context.currentRecord.getValue({
                    fieldId: 'custrecord_am_ehir_total_month_prem'
                });
                var employeeOnlyPremium = context.currentRecord.getValue({
                    fieldId: 'custrecord_am_ehir_emp_only_prem'
                });
                var employeePercent = context.currentRecord.getValue({
                    fieldId: 'custrecord_am_ehir_emp_prem_percent'
                });
                var dependentPercent = context.currentRecord.getValue({
                    fieldId: 'custrecord_am_ehir_dep_prem_percent'
                });
                var employeePremium = totalPremium * employeePercent;
                var dependentPremium = (totalPremium - employeeOnlyPremium) * dependentPercent;
                var companyPremium = totalPremium - employeePremium - dependentPremium;
                //set field values
                context.currentRecord.setValue({
                    fieldId: 'custrecord_am_ehir_emp_month_prem',
                    value: employeePremium
                });
                context.currentRecord.setValue({
                    fieldId: 'custrecord_am_ehir_dep_month_prem',
                    value: dependentPremium
                });
                context.currentRecord.setValue({
                    fieldId: 'custrecord_am_ehir_co_month_prem',
                    value: companyPremium
                });
            }
        }
        return { fieldChanged: fieldChanged };
    }
);

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

79471579

Date: 2025-02-27 04:18:11
Score: 1.5
Natty:
Report link

i was able to fix it by using this string

$Model = ([System.Text.Encoding]::ASCII.GetString($Monitor.UserFriendlyName)).Replace("$([char]0x0000)","")

using [char] is the best option

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

79471571

Date: 2025-02-27 04:09:09
Score: 2
Natty:
Report link

Well thought to share an answer on how I dealt with this problem.

I created a flow chart on the process of Authentication and what I was missing is the state which checks whether the checkAuthAction call is completed or not. Only after that do I need to check the isAuthenticated state to navigate to the login screen.

I have shared the flow chart for better understanding.

Hope this makes sense.

Thanks!

Flow Chart

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

79471570

Date: 2025-02-27 04:07:09
Score: 3.5
Natty:
Report link

That text is garbled. OP could provide the formatted text eithe.http://t.me/DigitalVa0lt

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

79471565

Date: 2025-02-27 04:01:07
Score: 2.5
Natty:
Report link

I’ve found out a useful tutorial for this issue here.

https://blog.codeutility.io/frontend-development/handling-label-width-dynamically-in-amcharts-4-column-charts-b995d90080

They use hook to amchart events and reset max width of the label.

Hope this help,

Reasons:
  • Whitelisted phrase (-1): Hope this help
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tony

79471564

Date: 2025-02-27 03:58:07
Score: 3
Natty:
Report link

try pip install --upgrade ultralytics

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

79471562

Date: 2025-02-27 03:56:06
Score: 0.5
Natty:
Report link

For anyone looking for a solution like the one @juliomalves gave, and one that doesn't involve the use of middleware on every request, you can:

  1. generateStaticParams as dynamic routes (statically generated) as explained here: use generateStaticParams() in layout.tsx NextJS 14 app directory to get dynamic rotes prerendered (PPR)
  2. rewrite the paths dynamically if you want to get the default locale at "/" (instead of "en/" for example if your default locale is English):
    const nextConfig = {
      ...
      async rewrites() {
        return [
          // Handle all paths that don't start with a locale 
          // and point them to the default locale static param: (en)
          {
            source: '/:path((?!(?:de|fr|es|it|el|pl|nl|en)(?:/|$)).*)',
            destination: '/en/:path*',
          },
        ];
      },
    };
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @juliomalves
  • Low reputation (0.5):
Posted by: Jack Tsin

79471561

Date: 2025-02-27 03:54:06
Score: 4.5
Natty:
Report link

I'm using JMeter 5.6.3 My JSON extractor is below. I'm not able to extract values. Did I miss something ? [enter image description here][1]

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: RS Ganesh

79471550

Date: 2025-02-27 03:46:05
Score: 1
Natty:
Report link

Connect Solar Panel to Relay: Connect the positive output of the solar panel to the common (COM) terminal of the relay. Connect the normally open (NO) terminal to the positive input of the charge regulator. The negative wire of the solar panel goes directly to the negative input of the charge regulator.

Relay Control: Use a control circuit (e.g., a microcontroller or a voltage sensor) to activate the relay. This allows the relay to switch on when charging is needed.

Connect to Charge Regulator: Connect the charge regulator’s output to the battery, ensuring correct polarity.

Safety Check: Double-check all connections for correct polarity and secure fitting to avoid short circuits.

For quality components, you can get them from reliable solar panel suppliers in UAE like Yellow Door Energy, SirajPower, and Sunergy Solar.

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

79471545

Date: 2025-02-27 03:41:03
Score: 4
Natty: 5
Report link

Pi0/w Pi0-2/w works out of the box. for pi pico w try https://github.com/sidd-kishan/PicoPiFi

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

79471543

Date: 2025-02-27 03:40:03
Score: 1.5
Natty:
Report link

You can try to recover your database from the "SUSPECT" state:

  1. Set the Database to Emergency Mode:

    ALTER DATABASE [MYDB] SET EMERGENCY;

  2. Set the Database to Single User Mode:

    ALTER DATABASE [MYDB] SET SINGLE_USER WITH ROLLBACK IMMEDIATE;

  3. Run DBCC CHECKDB with REPAIR_ALLOW_DATA_LOSS:

    DBCC CHECKDB ([MYDB], REPAIR_ALLOW_DATA_LOSS);

  4. Set the Database to Multi-User Mode:

    ALTER DATABASE [MYDB] SET MULTI_USER;

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

79471542

Date: 2025-02-27 03:37:02
Score: 1.5
Natty:
Report link

I had the same issue. I installed another developer app and it overrode the settings of the factory developer app. When I uninstalled the installed developer app, the factory developer app became the default again. I was able to see the right settings, and my device appeared on Android Studio again.

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

79471537

Date: 2025-02-27 03:33:01
Score: 4
Natty:
Report link

upsertAsync is indeed asynchronous.

https://github.com/couchbase/couchbase-net-client

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

79471533

Date: 2025-02-27 03:25:00
Score: 1.5
Natty:
Report link

There is an easy approach for this. Assume we have topic A and topic B where A needs to use KafkaAvroDeserializer while B needs to use StringDeserializer. Utilize properties of @KafkaListner to set the required values.

@KafkaListener(
topics = "topicA",
properties = {
    "key.deserializer=io.confluent.kafka.serializers.KafkaAvroDeserializer",
    "value.deserializer=io.confluent.kafka.serializers.KafkaAvroDeserializer"
})
public void consumeTopicA() {}

@KafkaListener(
topics = "topicB",
properties = {
    "key.deserializer=org.apache.kafka.common.serialization.StringDeserializer",
    "value.deserializer=org.apache.kafka.common.serialization.StringDeserializer"
})
public void consumeTopicB() {}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @KafkaListner
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Kstackr

79471532

Date: 2025-02-27 03:23:59
Score: 0.5
Natty:
Report link

Just fill in as the deeplink.

https://itunes.apple.com/app/idYOUR_APP_ID

I've already tested it and published an in-app event, feedback is welcome.

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

79471531

Date: 2025-02-27 03:22:59
Score: 3.5
Natty:
Report link

can refer to this:

https://docs.openvino.ai/2025/openvino-workflow/running-inference/inference-devices-and-modes/auto-device-selection.html

The Automatic Device Selection with OpenVINO selects the most suitable device for inference by considering the model precision, power efficiency and processing capability of the available compute devices.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): can
  • Low reputation (1):
Posted by: iamworking

79471529

Date: 2025-02-27 03:19:58
Score: 4.5
Natty:
Report link

check out the Issue links API - https://docs.gitlab.com/api/issue_links/ to get specifics about linked items.

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

79471511

Date: 2025-02-27 03:01:56
Score: 3
Natty:
Report link

I have developed a sms-rocket package for sending SMS through multiple providers, fully integrated with CodeIgniter 4. It might be useful.

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

79471505

Date: 2025-02-27 02:53:54
Score: 1
Natty:
Report link

Create a mapper

Mapper type - Attribute Importer
Attribute Name - ATTRIBUTE_FORMAT_URI
User Attribute Name - X509SubjectName
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: marsteel

79471499

Date: 2025-02-27 02:47:53
Score: 2
Natty:
Report link
  1. []T is a slice type. A variable with type []interface{} has a specific memory layout different from interface
  2. cannot quickly assign something of type []MyType to something of type []interface{};
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: andi zhai

79471481

Date: 2025-02-27 02:29:50
Score: 2.5
Natty:
Report link

It turns out, the issue is the read size. Even though the file is one byte, I need to ask for 4K and only get back one byte. Here is the same example working by changing cb.aio_nbytes on line 111: wandbox.org/permlink/HgMjLPeQoPlgxarn

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Hesky Fisher

79471474

Date: 2025-02-27 02:15:49
Score: 0.5
Natty:
Report link

The final code that works in Cygwin is:

for file in $(find -name '[0-9]*.*');
do
filename=$(basename "$file")
name=${filename%.*}
dir=$(dirname "$file")
extension=${filename##*.}
new_name=`printf %04d.%s ${name} ${extension}`
new_name="$dir/$new_name"
echo $file
echo $new_name
mv -n $file $new_name
done

And yes, the code is an ugly hack. It can be polished a lot. But I don't care at this point as it works. Also, I left the echo statements in just to see what is the code doing during execution. They are not necessary.

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

79471473

Date: 2025-02-27 02:15:49
Score: 1
Natty:
Report link

Kill the peer node start process and run peer note pause -c channel. If you are running under a kubernetes POD, edit the deployment:

kubectl edit deployment -n namespace peer1-org-allshitrandomname and add the the following directive as container entrypoint / start peer:

command: ["sleep", "infinite"].

After that, get a pod shell:

k exec -i -t -n fabric peer1-f594fcfc5-46hlc -- /bin/sh

And run the: peer node pause -c channel_name

Command.

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

79471468

Date: 2025-02-27 02:10:47
Score: 1.5
Natty:
Report link
WITH tb AS ( 
SELECT LEVEL AS num -- n tree
FROM DUAL
CONNECT BY LEVEL <= 4)
SELECT 
SUBSTR('AaaaaBbbbbCccccDdddd', (5 * (num - 1)) + 1, 5) AS abcd
FROM tb;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Peng

79471465

Date: 2025-02-27 02:07:47
Score: 2.5
Natty:
Report link

Yo lo solucioné especificando en el modelo de usuario el campo específico en la base de datos, yo lo nombré password_hash en lugar de password.

namespace App\Models;

use Illuminate\Foundation\Auth\User as Authenticatable;

class Usuario extends Authenticatable
{
    protected $table = 'usuarios';
    protected $fillable = ['username', 'password_hash'];

    // Especifica el nombre de la columna de la contraseña
    public function getAuthPassword()
    {
        return $this->password_hash;
    }
    public function productos()
    {
        return $this->belongsToMany(Producto::class, 'usuario_producto', 'usuario_id', 'producto_id')
            ->withPivot('cantidad_asignada');
    }
}
Reasons:
  • Blacklisted phrase (2.5): solucion
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jymmy Murillo

79471445

Date: 2025-02-27 01:47:42
Score: 6 🚩
Natty:
Report link

Thanks @Mike M. Ctrl+K, M worked to get the menu where I could then select the language.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Mike
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Roman

79471444

Date: 2025-02-27 01:46:42
Score: 4.5
Natty: 5
Report link

I just improved the message in https://github.com/GradleUp/shadow/pull/1287.

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

79471443

Date: 2025-02-27 01:46:42
Score: 1.5
Natty:
Report link

To flesh out Ryan's answer.

Install the required libraries via composer, as fpdi needs fpdf:

% composer require setasign/fpdi
% composer require setasign/fpdf

Using the library:

$pdf = new \setasign\Fpdi\Fpdi();
Reasons:
  • Blacklisted phrase (0.5): i need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chris

79471441

Date: 2025-02-27 01:45:41
Score: 4
Natty:
Report link

Select substring([xxx], 1, 5), substring([xxx], 6, 5), substring[xxx], 11, 5)

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

79471438

Date: 2025-02-27 01:45:41
Score: 12
Natty: 7
Report link

did you solve the problem? i have exactly the same issue.

Reasons:
  • RegEx Blacklisted phrase (3): did you solve the problem
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have exactly the same issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you solve the
  • Low reputation (1):
Posted by: MOMO

79471431

Date: 2025-02-27 01:39:39
Score: 6 🚩
Natty: 5.5
Report link

die llllloooolllllllllllll.....

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Filler text (0.5): lllllllllllll
  • Low entropy (1):
  • Low reputation (1):
Posted by: user29816247

79471424

Date: 2025-02-27 01:32:38
Score: 2.5
Natty:
Report link

You can use UDF BS_CLOUD of Add-in A-Tools to get data from Google Sheets or Excel Online. Information of BS_CLOUD : https://bluesofts.net/Kien-thuc-Add-in-A-Tools/Cloud/Huong-dan-ham-BS_CLOUD-lay-du-lieu-tu-Google-Sheets-va-Excel-Online-ve-Excel

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nguyen Duy Tuan

79471421

Date: 2025-02-27 01:27:37
Score: 1
Natty:
Report link

Since I can't use @IM_NAME LIKE ZZPATTN in the SELECT statement, I use another alternative: TYPES, RANGE OF and IN. I split the IM_NAME and append them to an internal table, and use IN to get the results. The reason I used TYPES, RANGE OF not TYPE, TABLE OF is to solve error "The line structure of the table "LT_PATTERNS" is incorrect."

Not straightforward as LIKE, but could provide similar result. Here are the sample code:

TYPES:
  ty_pattern TYPE STRING,  " Define type for pattern
  ty_pattern_range TYPE RANGE OF ty_pattern.  " Range table for pattern
DATA:
  lt_patterns TYPE ty_pattern_range,    " Range table for patterns
  lv_pattern TYPE STRING,       " Current pattern
  lv_length TYPE i.

" Initialize the pattern with '*' (wildcard)
lv_pattern = '*'.
CLEAR lt_patterns.
APPEND VALUE #( sign = 'I' option = 'EQ' low = lv_pattern ) TO lt_patterns.  " Add pattern to range

lv_length = strlen( IM_NAME ).  
  WHILE lv_length >= 1.
    lv_pattern = substring( val = IM_NAME len = lv_length ) && '*'.  
    lv_length = lv_length - 1.  " Reduce the length
    APPEND VALUE #( sign = 'I' option = 'EQ' low = lv_pattern ) TO lt_patterns.  
  ENDWHILE.

" Now use the range table in the SELECT statement
  SELECT ZZPRICE, ZZEFDAT INTO ( @PRICE, @EFDAT ) FROM ZZPRICE
        UP TO 1 ROWS
        WHERE ( ZZNAME = @IM_NAME OR ZZPATTN IN @lt_patterns ) 
ENDSELECT.
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @IM_NAME
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user29774157

79471417

Date: 2025-02-27 01:22:37
Score: 3
Natty:
Report link

I simply created the directory "portainer-compose-unpacker" Enable relative path volumes set path. For some reason it this is what was denied but cloning worked without issue after manually doing that.

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

79471409

Date: 2025-02-27 01:20:36
Score: 1
Natty:
Report link

To help with this error message, include in your python file: import keras; import tensorflow.keras; and do not include import tensorflow as tf, whereas in the bash file include the version of your tensorflow for example include module load tensorflow//2.16.1-pip-py312-cuda122, I hope this helps to solve the problem.

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rosa Prahl

79471407

Date: 2025-02-27 01:19:36
Score: 0.5
Natty:
Report link

I would say the REST API Client is the way to go. The Guidewire documentation for 10.2.4 (latest on-premise release) and Las Lenas (latest GWCP release) point to the exact same REST API Client documentation. Link below (GW partner/customer login required).

https://docs.guidewire.com/is/restapiclient/release/guide/REST-API-Client/topics/c_overview-rest-client.html

So using the REST API Client provided by Guidewire is the best option if you want your development effort on-premise to be able to move to GWCP. Setting up and using the REST API Client takes a bit more of time initially, but should be easier to maintain over the long run. Good luck!

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

79471404

Date: 2025-02-27 01:16:36
Score: 2.5
Natty:
Report link

This is how you can turn off this in Mac Vscode/ Cursor.

  1. Go to setting

enter image description here

  1. Search for “dart” in the search bar. Look for the setting labelled "Dart: Open Dev Tools" and select the option "Never."

enter image description here

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

79471402

Date: 2025-02-27 01:15:35
Score: 0.5
Natty:
Report link

Simon Mourier's comments is the answer is used. I have decompiled the generated tlb dll back into C# using ILSpy . Then pseudo-manually and with help of AI to speed it up I converted attributes on the interfaces to using GeneratedComInterface instead of ComImport. Fortunately, the COM interface I am using is relatively basic, so this wasn't that difficult with no custom marshalling required.

Simon's comment provides a link with documentation for the basic cases I needed: https://learn.microsoft.com/en-us/dotnet/standard/native-interop/comwrappers-source-generation

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Palo

79471398

Date: 2025-02-27 01:14:35
Score: 2.5
Natty:
Report link

@drodir

Thank you so much, with your input, I was able to discover that I needed the import() method in my conanfile.py, to import files from lib_b to lib_a, as shown below. Your suggestion of knowing the underlying conan install led me to the answer.

   def imports(self):
      self.copy("*.h", dst="src", src="include") 
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • User mentioned (1): @drodir
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Dawn555

79471396

Date: 2025-02-27 01:12:35
Score: 1.5
Natty:
Report link

Using the ARN works instead of using the names and this will throw an error aws ssm get-parameter --name "ec2-image-builder/devops/rhel8-stig-golden-image"

An error occurred (ValidationException) when calling the GetParameter operation: Parameter name: can't be prefixed with "ssm" (case-insensitive). If formed as a path, it can consist of sub-paths divided by slash symbol; each sub-path can be formed as a mix of letters, numbers and the following 3 symbols .-_

Instead use: $ aws ssm get-parameter --name arn:aws:service:us-east-1:0000000000:parameter/myparam

NOTE: If the parameter has a forward slash already do not add it $ aws ssm get-parameter --name arn:aws:service:us-east-1:0000000000:parameter${myparam}

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Filler text (0.5): 0000000000
  • Filler text (0): 0000000000
  • Low reputation (1):
Posted by: GuddyTech

79471394

Date: 2025-02-27 01:11:35
Score: 2.5
Natty:
Report link

There's a much easier way to do this. If you add an @key attribute, Blazor will know that when the key value has changed, it needs to remove the old DOM element and insert a new for the new URL. So all you'd need here is this:

<video @key="currentVideoUrl" id="videoTagId" autoplay width="1080" height="720">

Reasons:
  • No code block (0.5):
  • User mentioned (1): @key
  • Low reputation (1):
Posted by: Jonathan Grimm

79471388

Date: 2025-02-27 01:05:33
Score: 3
Natty:
Report link

Once you have saved your .html file to a location on your computer, navigate to that file location and click the document file. It should open to your webpage with your default browser.

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

79471386

Date: 2025-02-27 01:03:33
Score: 1.5
Natty:
Report link

https://pypi.org/project/bmdf/

For those coming across: this is a more currently supported tool for click documenting

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

79471384

Date: 2025-02-27 00:59:32
Score: 4
Natty:
Report link

Put internalA and internalB in a seperate package and make them package-private. that way, the client cannot @Autowire them.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Autowire
  • Single line (0.5):
  • Low reputation (1):
Posted by: Timo Neske

79471379

Date: 2025-02-27 00:57:31
Score: 5
Natty: 6.5
Report link

Same problem, here is a sample extension: https://github.com/justinmann/sidepanel-audio-issue

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Justin Mann

79471377

Date: 2025-02-27 00:56:30
Score: 4
Natty: 4.5
Report link

https://learn.microsoft.com/fr-fr/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.5

Very usefull when PS block script execution.

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

79471363

Date: 2025-02-27 00:44:28
Score: 2.5
Natty:
Report link

I read that assert.deepEqual() is deprecated. And we should use assert.deepStrictEqual() instead.

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