79236617

Date: 2024-11-29 10:05:35
Score: 1.5
Natty:
Report link

Good news, there's an audit of GraphQL gateways supporting Apollo Federation now that The Guild created to test their GraphQL Federation solutions.

As you see there are many gateways nowadays, and one of them is Hive Gateway (The Guild's).

All of the gateways there support GraphQL Subscriptions. The point of the audit is to test their compatibility with the Apollo Federation spec.

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

79236610

Date: 2024-11-29 10:03:35
Score: 2.5
Natty:
Report link

Alright, I’ve discovered that after pressing F5 multiple times, the exception is finally caught. Many times (42, I’ve counted), the exception is thrown 42 times in a loop on the same line without progressing before being caught. I had never insisted so much with F5 and assumed it was an infinite loop. Therefore, the problem turned out not to exist. Apologies

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

79236604

Date: 2024-11-29 10:02:34
Score: 2.5
Natty:
Report link

In case you are struggling with neo4j v5.x, try to install with devtools::install_github("davidlrosenblum/neo4r@neo5")

Refer the following link for other versions: https://github.com/davidlrosenblum/neo4r/branches/stale

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

79236603

Date: 2024-11-29 10:01:34
Score: 0.5
Natty:
Report link

5 6, creates a projection of rank 1

q)5 6,
,[5 6]
q)type(5 6,)
104h

Then the composition is created:

q)count 5 6,
#,[5 6]

q evaluates expressions left-of-right

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

79236599

Date: 2024-11-29 10:00:34
Score: 2
Natty:
Report link

This is not yet possible in <=4.0.1. I have created a Github issue so that it will be possible in the future. You can provide your feedback there too.

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

79236597

Date: 2024-11-29 10:00:34
Score: 1
Natty:
Report link

After reviewing my original code, I realized the root cause of the issue was a missing !return statement and the critical !endfunction declaration. These were omitted right before the @enduml tag in my initial implementation. Unfortunately, PlantUML doesn't provide a helpful error message in this case, which made debugging a bit challenging. It was a good reminder of how tricky it can be to review one's own code objectively.

That said, I’ve resolved the issue! Along the way, I also identified and fixed a related bug: when using %date("YYYY-MM-dd", %now()), failing to use the correct format string ("yyyy-MM-dd") could lead to errors after "2024-12-28". This issue has been addressed in my updated code.

For anyone struggling with converting dates to epoch_time, the logic isn’t overly complex, but feel free to refer to my solution below.

Resources:

Hopefully, this helps others avoid similar pitfalls!

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

79236592

Date: 2024-11-29 09:59:34
Score: 3
Natty:
Report link

have you tried ? .requestMatchers(POST, "/foo/*/baas/*").hasAnyRole(SUPER_HERO.name())

Reasons:
  • Whitelisted phrase (-1): have you tried
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: reda baalou

79236590

Date: 2024-11-29 09:58:33
Score: 0.5
Natty:
Report link

Not sure if it's possible in Apollo Server, but GraphQL Yoga can serve schema conditionally: https://the-guild.dev/graphql/yoga-server/docs/features/schema#conditional-schema

You could share /graphql endpoint for federated and non-federated schema that depends on an http header (or any property of the http request) or have two endpoints serving different schemas.

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

79236589

Date: 2024-11-29 09:58:33
Score: 2
Natty:
Report link

You can try

var
  Cookie:TCookies;
begin
.
.
Cookie:= RESTRequest.Response.Cookies;
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user17653555

79236587

Date: 2024-11-29 09:58:33
Score: 7
Natty: 8
Report link

Can you give me the link to this resource where you can put or delete configuration settings ? , Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2.5): Can you give me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you give me the
  • Low reputation (1):
Posted by: Gabriel Dokov

79236582

Date: 2024-11-29 09:56:32
Score: 0.5
Natty:
Report link

I find a way to mimic the mouse event to show the folded code. I write an autocmd this way :

local function on_mouse_hover()

 local winid = require("ufo").peekFoldedLinesUnderCursor()
   if not winid then
      vim.lsp.buf.hover()
   end
end

vim.api.nvim_create_autocmd("cursorHold", {
   pattern = "*",
   callback = on_mouse_hover,
   desc = "Action sur hover du curseur - vois le code replié",
})enter code here

When you click the mouse on a folded block it will show you the preview. For that to work you need first to setup the plugin nvim-ufo.

If you dont click the mouse then it will show you the LSP documentation for the word under the mouse pointer. I use the plugin "eagle-nvim" for that.

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

79236580

Date: 2024-11-29 09:56:32
Score: 1.5
Natty:
Report link

The solution gives you a way of getting config, If you just want config, this way's okay, but if you wanna use env variables, there is a file called variables.env in the backstage project in root. @paulo-eduardo

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @paulo-eduardo
  • Low reputation (0.5):
Posted by: Nutty Geek

79236573

Date: 2024-11-29 09:54:32
Score: 2.5
Natty:
Report link

for me, I have resolved this with below Options:

  1. STMCube IDE >>help >> STM32Cube Updates >> Connection to myST.
  2. Create or login to your ST account.
  3. Create new project
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chetan Dhudse

79236572

Date: 2024-11-29 09:54:32
Score: 1
Natty:
Report link

Thanks for all the comments above. I found the location of pre-commit file. It uses shell script to find java path. So I cannot run git in powershell, but only MINGW64.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I cannot
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Tran Ngu Dang

79236571

Date: 2024-11-29 09:53:31
Score: 1.5
Natty:
Report link

You just use .navigationBarBackButtonHidden(true)

example:

Home().navigationBarBackButtonHidden(true)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cwicaksono

79236568

Date: 2024-11-29 09:53:31
Score: 3
Natty:
Report link

Recently saw your question, Did u do that connection?,I'm also now working that kind of project, really need some help..

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

79236557

Date: 2024-11-29 09:50:31
Score: 0.5
Natty:
Report link

Here is how to do it using tail.

result = index.tail(10).iloc[:, :2]

.tail(10): Returns the last 10 rows of the DataFrame

.iloc[:, :2]: Selects all rows (:) but only the first two columns (:2)

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

79236551

Date: 2024-11-29 09:49:30
Score: 1.5
Natty:
Report link

Adding the PropertyNamingStrategies.SNAKE_CASE and specifying com.fasterxml.jackson.core:jackson-databind in classpath with bumped version helped.

val mapper = JsonMapper()
    .setPropertyNamingStrategy(PropertyNamingStrategies.SNAKE_CASE)
    .registerKotlinModule()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Victor Kravchenko

79236548

Date: 2024-11-29 09:48:30
Score: 0.5
Natty:
Report link

You can use https://the-guild.dev/blog/open-source-apollo-federation to compose multiple services, during the composition schema validation runs as well. FYI, schema registries are not only about versioning and storing schemas, they perform composition and validation as well (one example).

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

79236547

Date: 2024-11-29 09:48:30
Score: 1.5
Natty:
Report link

Create a TCP server listener. On device under Alarm server settings, insert server IP and port.

Device will push all the events to that server, including user recognition and authentication results among all other events.

Parse json events and choose what you need.

Remember, if ANR option is enabled under alarm server. It is mandatory to send response to an event received with return 200 OK();

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

79236546

Date: 2024-11-29 09:48:30
Score: 3
Natty:
Report link

I was having a similar issue where a WPF MediaElement was preventing the screensaver from kicking in. Enabling the "Allow screen saver during playback" setting in Windows Media Player Legacy resolved the issue -

Media player settings

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

79236542

Date: 2024-11-29 09:47:29
Score: 5.5
Natty:
Report link

Have same question/ search in google doesn't give some clarity about that topic

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Have same question
  • Low reputation (1):
Posted by: Dmitrii Kim

79236536

Date: 2024-11-29 09:46:29
Score: 1.5
Natty:
Report link

I finally got it running. The correct HttpRequest must be:

            HttpRequest request = HttpRequest.newBuilder()
                .uri(new URI("http://" + hostName + "/" + "bazaar" + "?start=" + ApplicationId + "?type=run"))
                .GET()
                .build();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Simon

79236533

Date: 2024-11-29 09:45:29
Score: 3
Natty:
Report link

In my case problem was in CLASS_NAME+Class.swift file. Issue resolved after deleting @objc(CLASS_NAME) on the top

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

79236525

Date: 2024-11-29 09:42:28
Score: 1
Natty:
Report link

In your controller, you're fetching the CMS block using the BlockRepository, which is correct. However, in the XML layout file, you need to add a block for rendering that CMS content.

You don’t need to pass the content explicitly in the controller, as the block will automatically fetch the content based on the block_id defined in the XML layout file. So, you can simplify your controller code like this:

Ensure that the Magento_Cms::block.phtml template exists and is properly rendering the block content. Normally, this template should already exist and be capable of rendering any CMS block. However, if you want custom behavior, you can create your own template and specify it in the XML.

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

79236523

Date: 2024-11-29 09:42:28
Score: 1.5
Natty:
Report link

the working Checker Framework library is now, to be put in build.gradle (app level):

implementation 'org.checkerframework:checker-qual:3.48.2'

Refer to the library documentation.

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

79236519

Date: 2024-11-29 09:41:28
Score: 0.5
Natty:
Report link

I finally found the answer myself.

Turns out the easiest way is to use the URL function from sqlalchemy.engine where you can pass in the SSL mode.

from sqlalchemy.engine import URL


# PostgreSQL connection string
SQLALCHEMY_DATABASE_URI: str = URL.create(
    drivername="postgresql+asyncpg",
    username=DB_USER,
    password=DB_PASSWD,
    host=DB_HOST,
    port=5432,
    database=DB_NAME,
    query={
        "ssl": "require"
    }
)
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Daniel

79236518

Date: 2024-11-29 09:41:28
Score: 1
Natty:
Report link

em { color: #F0F; }
p em { color: #F00; }
<p>...</p>
<p>A paragraph with a <em>word or two</em> in italic emphasis within the paragraph.</p>
<p>...</p>

<hr />

<p>...</p>
<em>An entire paragraph in its entirety in italic emphasis.<em>
<p>...</p>

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

79236497

Date: 2024-11-29 09:33:25
Score: 3
Natty:
Report link

I ended up creating a regular click event that collects the text fields from the Entry.text and then calling the repository like a method to return the member. It's not the way I would like to do it but seems to work. I guess in the end, the user won't no the difference.

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

79236496

Date: 2024-11-29 09:33:25
Score: 1
Natty:
Report link

Once you’ve created my_model.py, you can run an attack using TextAttack’s command-line interface by specifying your custom model file:

textattack attack --model-from-file my_model.py --recipe textfooler --num-examples 10

Ensure that my_model.py is in the current working directory or provide the full path to the file. This command tells TextAttack to load the model and tokenizer from my_model.py and perform the specified attack recipe (textfooler) on 10 examples.

Additional Tips: • Verify Model and Tokenizer Paths: Ensure that the paths in my_model.py correctly point to your saved model and tokenizer files. • Check Dependencies: Make sure all necessary libraries (e.g., PyTorch) are installed and compatible with your model. • Consult Documentation: Refer to TextAttack’s FAQ for more information on using custom models.

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

79236493

Date: 2024-11-29 09:31:25
Score: 1
Natty:
Report link

You are trying to get swapTransaction prop from quote response. Quote response does not contain prepared transaction. You need pass entire quote response object to /swap endpoint and then you will get swapTransaction. Official Jupiter documentation is here.

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

79236489

Date: 2024-11-29 09:30:25
Score: 1
Natty:
Report link

This is an old question, but I am having the very same problem (a specific application I need to use has Lua 4.0 embedded) that led me here.

In Lua 4.0 the library functions are called directly and without class-like prefixes. So they are available, just not in a way you expect it to be, because the very most online resources assume newer versions of Lua. The documentation to the standard libraries can be found in the Lua 4.0 Reference Manual: Section 6: Standard Libraries. Documentation of functions that were later placed in the os library can be found in Section 6.5: System Facilites. But they are indeed limited compared to newer versions of Lua. This answers the general question in your title (well 9 years later...).

I can't guess if the code snippet you provided is only an example to show that os.time() resp. the os library is not available in Lua 4 or if it is the original reason you are asking the question. If it is the original reason: you are out of luck: the time() function is indeed not available in Lua 4. But if you simply want the current system time in a specific format, you can use the date() function.

print( _VERSION )
print( date( "%Y-%m-%d %H:%M:%S" ) )
--> Lua 4.0
--> 2024-11-29 10:13:19
Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1.5): you can use
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I am having the very same problem
  • Low reputation (1):
Posted by: ChaosOptimum

79236486

Date: 2024-11-29 09:30:25
Score: 0.5
Natty:
Report link

It's not possible to "extend" the list resolved by one of the subgraphs, by pushing the items. The only "extend" action that is allowed is to update items of the list, not the list itself.

In GraphQL federation the general rule is that a shareable field is semantically equal, so requesting a field in subgraph A or subgraph B should result in the same response. Whether it is Apollo Federation spec or the one GraphQL Foundation (with its Composite Schema Working Group effort) is developing, the rule is the same.

It does not mean that the field is resolved only once, always. It could be requested by the gateway multiple times, each time the gateway could ask to resolve that field in many subgraphs, to resolve part of its inner structure that is only available in those subgraphs.

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

79236480

Date: 2024-11-29 09:25:24
Score: 1.5
Natty:
Report link

Check the following in Wordpress:

  1. Adjust layouts for mobile using Elementor's Responsive Mode
  2. Check if some parts are hidden on phones.
  3. Use special CSS for phone screens.
  4. Check your site on a real phone.
  5. Find plugins and read forums for help.
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Developer Nilesh

79236478

Date: 2024-11-29 09:25:24
Score: 2.5
Natty:
Report link
#include <iostream>
#include <boost/interprocess/ipc/message_queue.hpp>

int main(){

boost::interprocess::message_queue mq(boost::interprocess::open_or_create,"my_queue",100,10);

mq.remove("my_queue");

return 0;

}

I encountered the same problem on the QNX platform, and it kept failing, giving me the error: "boost::interprocess_exception::library_error"

Have you encountered the same problem?

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

79236456

Date: 2024-11-29 09:15:21
Score: 5.5
Natty: 5.5
Report link

I encountered the same problem. Is there a better solution in the end of this problem?

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

79236441

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

This message is returned by the jdbc driver. You may need to add at least the database name to your db url, like in jdbc:db2://hostname/MY_DATABASE . You can find more parameters here.

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

79236437

Date: 2024-11-29 09:10:19
Score: 1
Natty:
Report link

My problem was solved by using / instead of \ - I was on Windows, so backslashes ('') were auto-completed when I pressed tab; and they generally work with git, e.g. with git show! But apparently this tool requires forward slashes specifically, otherwise it fails silently.

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

79236434

Date: 2024-11-29 09:09:19
Score: 3
Natty:
Report link

I got my error solved when i restarted the Visual Studio Code, so maybe try exiting your code editor

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

79236428

Date: 2024-11-29 09:07:18
Score: 0.5
Natty:
Report link

this project really helped me! The Main idea is to include the dracoPlugin in .h and .mm files, and to add them in your project in Build phases -> Compile sources.

When you need it, you simply add

GLTFAsset.dracoDecompressorClassName = "DracoDecompressor"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lilia

79236427

Date: 2024-11-29 09:07:18
Score: 1
Natty:
Report link

First, the first point is that in the evolution process of the Instrumentation class, redefine came first, followed by retransform, which is actually an improvement on redefine.

Then, the scope of influence for redefine and retransform differs: transformer

The redefine operation will trigger:

retransformation incapable transformer

retransformation capable transformer

The retransform operation will trigger:

retransformation capable transformer Of course, since canRetransform is generally true nowadays, their functionalities are almost identical. However, when canRetransform is false, there will be differences in behavior between the two.

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

79236417

Date: 2024-11-29 09:04:17
Score: 1.5
Natty:
Report link

Please register to tpp.hikvision.com, you will be provided with NDA form to sign , and all the documentation will become available to you.

The documentation you download there will contain wattermark with your company name. If you share it and they find out, they can pursue legal actions.

Hence why you cannot see a lot of documentation in public. If any its on random forums.

Since your device is web based, you can always use Developer tools and see endpoints and all the CRUD that devices does.

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

79236407

Date: 2024-11-29 09:02:17
Score: 1.5
Natty:
Report link

Have a look at your developer console. There is an error which states that the image is truncated. It cannot be cached correctly by Firefox. Apparently other browsers can but with larger files would probably fail too.

Base64 is a string filled with groups of four 6-bit characters (A-Z, a-z, 0-9). An image in Base64 is always at least a third larger than a binary image file. Your users’ CPUs need to do extra work to decode the image.

Would your application be able to work with blobs instead? If so, then you would be able to use createObjectURL

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

79236403

Date: 2024-11-29 09:01:16
Score: 1.5
Natty:
Report link

<div style = "text-align: center;">
  <a href="{{ url_for('static',filename=path)}}">
    <button class="slide_from_bottom button">check here </button>
  </a>
</div>

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

79236397

Date: 2024-11-29 08:59:16
Score: 0.5
Natty:
Report link

Currently there is no built-in feature in cloud run where you can immediately/abruptly shutdown your old revisions whenever you deploy new revisions.

As documented, Cloud Run sends a SIGTERM signal before it terminates an instance, this is done so users can Gracefully terminate their applications. SIGTERM signals are sent in the event that there is a scale down or deleted revision.

When a revision does not receive any traffic, by default it is scaled into zero instances. The approach you can do is to manage your revision, make the latest revision to serve 100% of the traffic. However only new requests will be migrated to the new version as requests currently being processed will continue to completion, referring to this Stackoverflow link,

Cloud Run will continue to handle on-going requests on the existing instances of the old revision. The instances on the old revision will only shutdown once all requests are handled and be idle for about 15 minutes. Only the new requests will be routed to the new revision.

If you want to kill the Cloud Run old version immediately, you can raise the Feature request explaining your use case and requesting for the feature. You can follow this Guide for raising feature requests.

Reasons:
  • Blacklisted phrase (1): this Guide
  • Blacklisted phrase (1): Stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
Posted by: Sandeep Vokkareni

79236396

Date: 2024-11-29 08:59:16
Score: 5
Natty:
Report link

I have the same issue now - but i remembered to add the httpcontextaccessor - any idea why it is not logging anything with httpcontext? I even tested with a custom enricher and injected a httpcontextaccessor to it - turned out in the logging context the http context is null?

builder.Services.AddHttpContextAccessor(); 
    
    var sinkOptions = new MSSqlServerSinkOptions
     {
         TableName = "Logs",
         AutoCreateSqlTable = true,
         BatchPostingLimit = 10
     };

    Log.Logger = new LoggerConfiguration()
        .Enrich.FromLogContext()
        .Enrich.WithRequestHeader("X-Platform", "XPlatform")
        .Enrich.WithRequestHeader("X-App-Version")
        .Enrich.WithClientIp()
        .WriteTo.MSSqlServer(
            connectionString: xxx
            columnOptions: new ColumnOptions(),
            sinkOptions: sinkOptions,
            restrictedToMinimumLevel: LogEventLevel.Warning
        )
        .CreateLogger();
    builder.Services.AddLogging(lb =>
    {
        lb.AddSerilog(Log.Logger, true);
    });
Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user3526149

79236382

Date: 2024-11-29 08:55:14
Score: 0.5
Natty:
Report link

I found the issue. Jprofiler only records allocations when memory is recorded, so I had to record memory first (Live Memory -> Recorded Objects -> Start Recording)

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

79236379

Date: 2024-11-29 08:54:14
Score: 1
Natty:
Report link

I'm using Ivy.xml for dependency management Adding the library(ivy.xml) to the build path worked for me Now I can just right click on test class and run as Junit test no need to configure

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

79236374

Date: 2024-11-29 08:53:13
Score: 7 🚩
Natty: 4
Report link

enter image description here

Is this what you are looking for?

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is this
  • Low reputation (0.5):
Posted by: Lam Yum

79236372

Date: 2024-11-29 08:52:12
Score: 1
Natty:
Report link

What worked for my angular project node version 18.19.1 are these steps: . yarn upgrade --latest . yarn add node-polyfill-webpack-plugin --dev . Do these changes in your webpack.config file:

.  plugins: [ new NodePolyfillPlugin() ]
.  resolve: {
         alias: { 
            "node:http": "http",
             "node:https": "https",
             "node:url": "url",        
          }    
         
}. 

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Aman Negi

79236364

Date: 2024-11-29 08:50:12
Score: 1.5
Natty:
Report link

I'm wondering in terms of execution proiority among other threads/tasks.

What is the deference between: https://developer.apple.com/documentation/swift/taskpriority/background and https://developer.apple.com/documentation/dispatch/dispatchqos/qosclass/background

And one more specific question: Does TaskPriority is executed while app is running in background like in QoS:

Background tasks have the lowest priority of all tasks. Assign this class to tasks or dispatch queues that you use to perform work while your app is running in the background.

Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Iliyan Kafedzhiev

79236356

Date: 2024-11-29 08:47:11
Score: 3
Natty:
Report link

Methods such as using generator expressions, iterators, chunk - processing, and leveraging external storage or databases can be adopted.

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

79236353

Date: 2024-11-29 08:45:10
Score: 1.5
Natty:
Report link
ALTER TABLE Merchant_Pending_Functions ALTER COLUMN NumberOfLocations Varchar (32) NULL

For varchar type column also add size

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

79236350

Date: 2024-11-29 08:44:10
Score: 1.5
Natty:
Report link

It could be that you want to create a new Emulator and have double the size of space as others have noted. This field in ADM is called sdcard.size.

You can also nudge the RAM up a bit too as more space for newer apps MAY also need more RAM. Although increasing RAM is not a must for this solution. This field in ADM is called hw.ramSize.

That's what I did.

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

79236348

Date: 2024-11-29 08:43:10
Score: 1
Natty:
Report link

In Project.php

    protected static function booted(): void
    {
        static::creating(function (Project $project) {
            $project->owner_id ??= auth()->id();
        });
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Frans Slabbekoorn

79236342

Date: 2024-11-29 08:40:09
Score: 3.5
Natty:
Report link

See example of configure Elastic.Serilog.Sinks through appsettings.json here https://www.nuget.org/packages/Elastic.Serilog.Sinks

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

79236336

Date: 2024-11-29 08:37:08
Score: 0.5
Natty:
Report link

I've solved this problem by combining the address from & address to primary keys into annotated unique key - uk - field and filter each uk.

from django.db.models import CharField, Value
from django.db.models.functions import Concat

orders = models.Order.objects.annotate(
    addresses_uk=Concat('address_from__pk', Value('-'), 'address_to__pk',
    output_field=CharField())
    )

for uk in set(orders.values_list('addresses_uk', flat=True)):
    bill = models.Bill.objects.create(
        address_from=models.Address.objects.get(pk=int(uk.split("-")[0])),
        address_to=models.Address.objects.get(pk=int(uk.split("-")[1]))
    )
    orders.filter(addresses_uk=uk).update(bill=bill)
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ahmed Ashraf

79236333

Date: 2024-11-29 08:36:07
Score: 0.5
Natty:
Report link

Try elseif instead of if in 4th line:

replace

- ${{ if eq(variables['Build.SourceBranchName'], 'branch2') }}: 

with

- ${{ elseif eq(variables['Build.SourceBranchName'], 'branch2') }}: 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AhmadYo

79236322

Date: 2024-11-29 08:29:05
Score: 1
Natty:
Report link

To encrypt and decrypt strings in a React Native Expo Mobile Web application, follow these steps:

Install Library: Use crypto-js, which supports both Expo-managed and React Native web apps.

Install with: npm install crypto-js. Encryption:

Use a secret key to encrypt text using AES encryption. Example: Pass plain text and a secret key to create an encrypted string. Decryption:

Use the same secret key to decrypt the encrypted string back into plain text. Security Considerations:

Use a strong, securely stored secret key (e.g., Expo SecureStore). Ensure your app communicates over HTTPS to prevent data interception. With these steps, you can securely handle encrypted data in your app.

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

79236319

Date: 2024-11-29 08:28:05
Score: 1
Natty:
Report link

You can use this package, does the job for me

it also supports multiple sheets

Laravel package : https://github.com/Knackline/laravel-excel-to-x

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

79236304

Date: 2024-11-29 08:21:03
Score: 3.5
Natty:
Report link

If it's a ListTextComponent make sure to add the disableTypography prop

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

79236303

Date: 2024-11-29 08:21:03
Score: 1
Natty:
Report link

The best I found so far is kdotool, which is a replacement for xdotool. It works well with kwin_wayland and Plasma, I have yet to test it with Gnome and other WM/DM.

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

79236295

Date: 2024-11-29 08:19:03
Score: 2.5
Natty:
Report link

Only this solution worked for XCode 16.1:

Go to your project select General and remove AlamofireDynamic from this section by clicking to minus.

Remove from here

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

79236294

Date: 2024-11-29 08:18:02
Score: 1.5
Natty:
Report link

Upgrade both hiberante and hibernate-jpamodel gen to 6.6.2.Final or 6.6.3.Final

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

79236293

Date: 2024-11-29 08:18:02
Score: 4
Natty: 4.5
Report link

For iOS 16.X, CTCarrier will be deprecated. look here→ https://developer.apple.com/documentation/coretelephony/ctcarrier

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

79236291

Date: 2024-11-29 08:18:02
Score: 0.5
Natty:
Report link

If anyone is searching for a solution, here is the one that worked for me. You need to use Postgres endpoint to load data into Babelfish.

Just connect to Postgres enpoint of Babelfish and look at the schema of babelfish_db database. You need to create AWS DMS tasks 2 rules that will add:

Hope this will work for you.

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

79236288

Date: 2024-11-29 08:17:01
Score: 7 🚩
Natty: 4
Report link

Did you find solution ? I got the same issue

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

79236282

Date: 2024-11-29 08:15:00
Score: 1.5
Natty:
Report link

I had this issue when by accident marking src directory as source (even though src/test/java was correctly marked as test directory). Instead of this, src/main/java directory has to be marked as "source" and /src/test/java directory has to be marked as test, and "src" directory should be unmarked.

enter image description here

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

79236281

Date: 2024-11-29 08:14:00
Score: 1
Natty:
Report link

To identify if a disk is external and manage its display in the "Safe Removal" list:

Registry Check: Review registry settings related to USB and IDE devices to identify removable drives.

Device Properties: Use system tools to query the properties of the disk, which can confirm whether it is external or removable.

Context Menu Behavior: Modifying certain registry settings may influence the appearance of the "Eject" option, but it doesn't directly control context menu visibility.

Device Notifications: Set up notifications for when a disk is connected to determine if it's an external device.

Be careful as improper modifications can affect stability and performance.

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

79236279

Date: 2024-11-29 08:14:00
Score: 2.5
Natty:
Report link

This issue is quite old but in case someone else faces it in this form: The error message already comes from Snowflake which means that the connectivity is working. Snowflake requires whitelisting the cistomer IPs when using the private link, which seems like was not done here.

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

79236276

Date: 2024-11-29 08:13:00
Score: 3
Natty:
Report link

The answer is quite straightforward, the only thing you'll need to do is to delete the "tsconfig.build.tsbuildinfo" file that get's auto-generated.

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

79236274

Date: 2024-11-29 08:13:00
Score: 0.5
Natty:
Report link

Configure launch profile. Create file launchSettings.json in Properties directory with content:

{
  "profiles": {
    "Windows Machine": {
      "commandName": "MsixPackage",
      "nativeDebugging": true
    }
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: raV720

79236273

Date: 2024-11-29 08:13:00
Score: 2.5
Natty:
Report link

The error occurs because Amazon Redshift does not support certain PostgreSQL functions or features, such as RANK(), in combination with certain query types when processing metadata. Additionally, Redshift does not support the direct use of certain features for dynamic SQL generation as written.

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

79236261

Date: 2024-11-29 08:08:58
Score: 0.5
Natty:
Report link

Step 1: go to project directory. cd PROJECT-PATH

Step 2: Run this command npm install live-server --save-dev

Step 3: After Created node_modules directory (now live-server file is exist in node_modules/bin directory.) you must run ./node_modules/.bin/live-server

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

79236258

Date: 2024-11-29 08:07:58
Score: 1
Natty:
Report link

Came up with same problem here, and solved by copying following folders from .venv/Lib directory to _internal directory.

I'm using virtualenv so the packages are found under .venv/Lib directory, for a bare installation I guess you need to find the packages under <python_path>Lib directory.

I'm using Chinese pre-trained model, change accordingly if you're using a different language model.

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

79236257

Date: 2024-11-29 08:07:58
Score: 2.5
Natty:
Report link

Thank you everyone for your input. In the end it was a mix of answers that was correct.

I moved the timer into .onReceive so it also gets killed when not in use anymore. And I just give the Array now and access each element as a number, so it is not necessary anymore to give elements to the views.

Thank you so much for helping me even with this beginner question. My understanding of SwiftUI is growing with each problem.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sphere

79236253

Date: 2024-11-29 08:06:57
Score: 4
Natty: 5
Report link

Thank you good sir. Adding # at the beginning inside the .zshrc file solved it

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

79236250

Date: 2024-11-29 08:05:57
Score: 2
Natty:
Report link

The line  from docx import [name of file]  is incorrect. It should be  from docx import Document  for reading.docx files. In Python 3, the  unicode  function no longer exists. You should directly use strings. That is,  textFile.write(unicode(para.text))  should be changed to  textFile.write(para.text) .

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

79236241

Date: 2024-11-29 08:01:56
Score: 0.5
Natty:
Report link

Finally figured out a fix, hope this would help somebody.

The problem occurs because get_all_post_dates is called many times in process_ticker_attention (thousands of times per ticker). The fix is to share one mongo_client inside each subprocess (NOT across processes).

def init_process(ticker, finish_num, lock):
    """Initialize a MongoDB connection for each worker process."""
    global mongo_p
    mongo_p = pymongo.MongoClient("mongodb://localhost:27017/", connectTimeoutMS=600000)
    process_ticker_attention(ticker, finish_num, lock)
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: SerSmile

79236232

Date: 2024-11-29 07:55:55
Score: 1
Natty:
Report link

if let expects an optional type to unwrap, but try either succeeds (and returns a non-optional value) or fails by throwing an error. This makes do-catch the appropriate construct for handling errors in this case.

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

79236197

Date: 2024-11-29 07:42:51
Score: 2.5
Natty:
Report link

find a awesome project, but it is written by Ruby

https://anystyle.io/

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

79236193

Date: 2024-11-29 07:41:51
Score: 1.5
Natty:
Report link

? Are you ready to proceed? Yes

=== Hosting Setup

Your public directory is the folder (relative to your project directory) that will contain Hosting assets to be uploaded with firebase deploy. If you have a build process for your assets, use your build's output directory.

? What do you want to use as your public directory? dist (Note it is either dist or build depends what you get after npm run build) ? Configure as a single-page app (rewrite all urls to /index.html)? Yes ? Set up automatic builds and deploys with GitHub? No

i Writing configuration info to firebase.json... i Writing project information to .firebaserc...

After that: npm run build

now simply copy your index.html from dist or build folder to public folder

then firebase deploy

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

79236186

Date: 2024-11-29 07:37:50
Score: 0.5
Natty:
Report link

Exceptions do not exist in Fortran so there is no Exception handling. But the external file handling statements can now take optional iostat and iomsg clauses.
iostat is an integer which returns a non-zero value if there is an error but the execution will not stop.

You can add them to the open command in the Fortran code:
integer :: my_iostat
character (256) :: my_iomsg
open (unit=1,status="unknown",file=filename,form="unformatted",iostat=my_iostat, iomsg=my_iomsg)
if (my_iostat/=0) then
! put some values in params that you could use to identify the error in Python
else
! read the file
end if

In the python code you must check if the returned values ​​match the ones you defined for error otherwise the file was read without problems.

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

79236169

Date: 2024-11-29 07:30:48
Score: 0.5
Natty:
Report link

This has worked for me

added the following line in app.component.ts:

/// <reference types="@types/google.maps" />
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vladimir Kim

79236166

Date: 2024-11-29 07:28:47
Score: 4
Natty: 4.5
Report link

same problem

in my case data fetch on server side.

please solve this problem

Reasons:
  • RegEx Blacklisted phrase (1): same problem
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Maherbanali Jagarala

79236163

Date: 2024-11-29 07:28:47
Score: 0.5
Natty:
Report link
  1. Open Chrome Browser's Developer tool , by pressing Ctrl+Shift+I or right click on any page and select inspect.
  2. Press Ctrl+Shift+M to open device toolbar , you will see the list of Devices available in drop down. Atr the end of device list , there is option Edit. Clik On it.
  3. From righthandside you will have the Settings menu opened for devicres -> Select Devices Option
  4. Then Click oN Add Custom Device.
  5. Then Fill up The folloeing form details , to add new device , here you can give name , dimentions and density.
  6. Next time when you need to test the website with this new device just do selct inspect from right click or Ctrl+Shift+I and select device toolbar and selct the newly added device.

Add New Device In The Developer Tools

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

79236148

Date: 2024-11-29 07:23:45
Score: 1
Natty:
Report link

Try a simple for loop:

filtered_list = []
for item in large_list:
    if item["key"] > 10:
        filtered_list.append(item)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bream

79236138

Date: 2024-11-29 07:18:45
Score: 2.5
Natty:
Report link

try this document.body.scrollTop = 0;

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gorrof

79236137

Date: 2024-11-29 07:18:45
Score: 0.5
Natty:
Report link

Check Dependencies and Version Compatibility Ensure that all used libraries (such as  pyscrum  and  solders ) are correctly installed and that their versions are compatible with each other. Sometimes, version mismatches can lead to import errors. You can try to update these libraries to the latest versions to see if the problem can be solved:

bash

pip install --upgrade pyscrum pip install --upgrade solders Check PublicKey Import Errors Carefully check the import path and usage of  PublicKey . There may be path errors or import problems due to changes in the library structure. If  PublicKey  is in the  solders  library, ensure that the  solders  library is correctly installed and imported. You can try to reinstall the  solders  library:

bash

pip uninstall solders pip install solders Debugging and Error Handling Add detailed error - handling and debugging statements to the code to get more information about the import error. For example:

python

try: from solders.pubkey import Pubkey except ImportError as e: print(f"ImportError: {e}")

This can help determine the specific cause of the error, such as missing dependencies or naming conflicts.

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

79236126

Date: 2024-11-29 07:14:43
Score: 1
Natty:
Report link

If you are using Angular 17+, you will need to update app.config.ts. Add provideAnimations() in the providers array under ApplicationConfig.

export const appConfig: ApplicationConfig = {
  providers: [provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(routes),provideAnimations()
  ]
};

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

79236125

Date: 2024-11-29 07:13:43
Score: 3
Natty:
Report link

const audioRecorderPlayer = useRef(new AudioRecorderPlayer()).current; yes worked thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MR. BALAJI

79236122

Date: 2024-11-29 07:12:43
Score: 0.5
Natty:
Report link

in my case, i was importing the function using require instead of import

from:

const { useQuery } = require("@tanstack/react-query");

to:

import { useQuery } from "@tanstack/react-query";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zulfikar Ahmad

79236116

Date: 2024-11-29 07:10:42
Score: 2.5
Natty:
Report link

Please try uninstalling and installing Android 15.0 from sdk manager again. It did work for me.

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

79236105

Date: 2024-11-29 07:06:41
Score: 3.5
Natty:
Report link

I have a file upload component based on jQuery Plugin blueip-fileupload. I am testing it using Cypress. I cannot directly call selectFile through the input type='file 'element, but I can use the method of enter link description here by selecting the entire parent element and then using drag-drog.

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Blacklisted phrase (0.5): I cannot
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kevyn chen

79236104

Date: 2024-11-29 07:06:41
Score: 0.5
Natty:
Report link

One of the right method:

map $request $logfile{
   ~*filename\.php 0; default 1;
}
server{
   access_log /pathtologfilename.log combined if=$logfile;
}

map variable should be outside the server. Do not forget to add combined keyword.

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

79236087

Date: 2024-11-29 06:59:40
Score: 0.5
Natty:
Report link

Please try this formula:

=IF(ISBLANK(Date),IF(ISERROR(FIND("Vol",[Leaver Reason Test])),IF(ISERROR(FIND("Inv",[Leaver Reason Test])),"","N/A"),"TBC"),"complete")

Here is my test result: enter image description here

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Karley Zhou-MSFT

79236086

Date: 2024-11-29 06:59:40
Score: 2
Natty:
Report link

You can try adding this to your input tag as well

style="pointer-events: none;"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: honeytrap

79236077

Date: 2024-11-29 06:56:39
Score: 1.5
Natty:
Report link

May be you can try to Close other programs to reduce system resource usage, temporarily disable your antivirus software to check if it's causing the issue, check the logs for any errors, uninstall and reinstall Katalon Studio to fix any corrupted files, and update Java to ensure compatibility with Katalon Studio. If the problem persists, there may be a deeper system or installation issue.

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

79236075

Date: 2024-11-29 06:55:39
Score: 0.5
Natty:
Report link

I agree with rob

here's the usage of rob's change.

Task {
   addCounter()
  if let foundCounter = await getCounter2(number: 5) {
    print("Found counter with number: \(await foundCounter.number)")
  } else {
    print("No counter found with the given number.")
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohammad Irfan

79236068

Date: 2024-11-29 06:52:37
Score: 8.5
Natty: 9
Report link

can you please share code snippet used in set-backend-service?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please share code
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): can you please share code
  • Low reputation (1):
Posted by: Vara Lakshmi