79803515

Date: 2025-10-29 07:20:14
Score: 3
Natty:
Report link

These days, with .NET 5+, we can extend the AssemblyLoadContext class with "isCollectible: true" to enable unloading temporary assemblies.

This blog post goes into some more detail: https://medium.com/@vikkasjindal/assemblyloadcontext-in-c-bbaacd692989

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

79803512

Date: 2025-10-29 07:15:13
Score: 2
Natty:
Report link

This can be solved by updating host.json

{
    "version": "2.0",
    "extensions": {
        "cosmosDB": {
            "serializerSettings": {
              "dateParseHandling":  "None"
            }
        }
    }
}

https://github.com/Azure/azure-functions-dotnet-worker/issues/2442#issuecomment-2625783557

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

79803505

Date: 2025-10-29 07:02:10
Score: 1
Natty:
Report link

You should recreate your android directory in project. Just run in flutter project directory:

rm -rf android
flutter create .

and reapply previous changes in android directory files

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

79803500

Date: 2025-10-29 06:54:08
Score: 1.5
Natty:
Report link

The problem was that I didn't handle the case where the value of the headers - for example - the Signature-Agent contained quotes.

In that case - the value in the signature base also should contain quotes.

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

79803498

Date: 2025-10-29 06:51:07
Score: 4
Natty:
Report link

you can config like this, please check this demo

https://3dpie.peterbeshai.com/?h0=1.05

i find this wehn research in google

Reasons:
  • Blacklisted phrase (1): please check this
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ly Quang Thai

79803497

Date: 2025-10-29 06:50:07
Score: 1
Natty:
Report link

Paste this CSS code in index.html in web directory.

<style>
     html, body {
         overscroll-behavior-x: none;
        }
</style>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anas Ansari

79803496

Date: 2025-10-29 06:47:06
Score: 1
Natty:
Report link

I identified the problem by using the -d option on mingw32-make.

The debug information showed that mingw32-make was using sh.exe to create a new process for gcc, and sh.exe isn't included with mingw-64. You have to install msys2 to get the unix-style commands, which include sh.exe.

After installing msys2 and adding c:\msys64\user\bin to the path, mingw32-make started working.

According to this post, https://superuser.com/questions/1258498/how-to-start-the-shell-in-mingw-64 it is stated in the documentation that these commands are not included... but I am not very diligent about reading documentation :-(

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

79803491

Date: 2025-10-29 06:45:05
Score: 4
Natty:
Report link

МАНОМЕТР - прибор для измерения давления

2. ОБРАТНЫЙ - клапан, пропускающий поток в одном направлении

3. ВОДОПРОВОД - система труб для подачи воды

4. ПОЛИПРОПИЛЕН - материал для труб

5. ФИТИНГ - соединительный элемент труб

6. РОТОР - вращающаяся часть насоса

7. ТЕХОБСЛУЖИВАНИЕ - регулярный уход за оборудованием

8. РЕЗЬБОВОЕ - соединение с резьбой

9. РЕДУКТОР - устройство для понижения давления или скорости

10. ФИЛЬТР - очиститель жидкостей

11. НАСОС - устройство для перекачки воды

12. ЛЕН - материал для герметизации резьб

13. СТАЛЬНАЯ - материал труб или деталей

14. ДАТЧИК - устройство для измерения параметров

15. РЕМОНТ - процесс восстановления оборудования

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: Семен

79803487

Date: 2025-10-29 06:37:03
Score: 0.5
Natty:
Report link

There is a filed issue for missing data. Apple deprecated CLGeocoder but hasn't yet provided feature parity in the replacement MapKit APIs. I guess I either have to continue using CLGeocoder - even though it's deprecated, or maybe parse the address string.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Kristoffer Jälén

79803471

Date: 2025-10-29 06:12:58
Score: 0.5
Natty:
Report link

from your above models "users" points to a plugin model, Strapi requires explicit deep filtering syntax in REST queries.

so you need to call as below which is equivalent to your working JS code

/api/projects?filters[users][id][$eq]=35&populate[users]=*&populate[tenant]=*

I think it's working for you.

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

79803465

Date: 2025-10-29 05:57:54
Score: 1
Natty:
Report link

I faced the same error (SequelizeHostNotFoundError) when connecting my app to a database hosted on Render.

In my case, the issue was that I was using the Internal Database URL provided by Render. Switching to the External Database URL resolved the problem, I was then able to connect successfully.

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

79803460

Date: 2025-10-29 05:38:50
Score: 0.5
Natty:
Report link

<span> is an inline element, and I guess it's not showing because it's getting to small, maybe if you turn your span to an inline-block and adding some tailwind padding to the image, it can shows-up.

Using inline-block elements basically makes the element act like a block element.

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

79803455

Date: 2025-10-29 05:34:49
Score: 1
Natty:
Report link

What you have described is not possible. Jira does not support the concept of a Work Item as having two parents, one of which is the parent of its parent.

In the scenario you have described, the Bug Issue type would be the grand-child of the Epic Issue type and so cannot simultaneously be a child to the Epic. The only way to create such a hierarchy would be to create separate Issue type, say, called Bug#2 for example, and make it a child of the Epic only, with no relationship to the Story, so the structure would be:

Level 1 - Epic
Level 2 - Bug#2
Level 2 - Story
Level 3 - Bug

However, that would be totally pointless, as it would defeat the purpose of having the Story as being the child to the Epic, as it would be duplicating the function that is now being filled by Bug#2

I recommend that you spend a bit more time reading about Jira's default issue types and the hierarchies they can be arranged into.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): What you have
  • Low reputation (0.5):
Posted by: Sunny Ape

79803447

Date: 2025-10-29 05:19:45
Score: 0.5
Natty:
Report link

There's a working example of this package using React: https://playcode.io/2492969

The CSS with this package isn't applied automatically, it's up to the developer to import that or use their own - it's done that way by design to leave the styling up to the individual. The align buttons will just toggle the align classes on a span wrapper.

If you're on 2.x, I'd recommend upgrading to 3.x

Reasons:
  • No code block (0.5):
Posted by: Rich - enzedonline

79803444

Date: 2025-10-29 05:07:43
Score: 3
Natty:
Report link

the agent is not able to remember previous context, but based on the CrewAi document it should able to remember previous context,

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

79803435

Date: 2025-10-29 04:37:37
Score: 4.5
Natty:
Report link

I actually have the same problem; but after some investigation, I just use it's recommended way, to create a wrap endpoint like /assets/image/<path> or something, here it can read R2 stuff and return it back to frontend, so you can have a customized url to use

Might not be the best, but it works

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Low reputation (1):
Posted by: contentgrowth

79803432

Date: 2025-10-29 04:24:34
Score: 1
Natty:
Report link

It turns out that the problem is with the AppArmor profile for transmission-gtk, which denies access to anything other than its own config directory and ${HOME}/${XDG_DOWNLOAD_DIR}/**. I'm not comfortable modifying that, so I'm just going to move things around.

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

79803427

Date: 2025-10-29 04:11:31
Score: 1.5
Natty:
Report link

Looks like folks found a workaround that actually works: https://github.com/anthropics/claude-code/issues/441#issuecomment-3050967059

Create a ~/.claude/settings.json file with this content:

{
  "apiKeyHelper": "echo <API KEY>"
}
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Caleb Syring

79803420

Date: 2025-10-29 03:57:28
Score: 0.5
Natty:
Report link

The issue is likely that the response status isn't being set properly. Using ResponseEntity (which is the recommended approach in Spring Boot 3.x) gives you explicit control over the HTTP status code.

Change your exception handler to:

@RestControllerAdvice
public class GlobalExceptionHandler {

    @ExceptionHandler(MyBusinessException.class)
    public ResponseEntity<ProblemDetail> handleMyBusinessException(MyBusinessException ex) {
        ProblemDetail problemDetail = ProblemDetail.forStatusAndDetail(
            HttpStatus.BAD_REQUEST, 
            ex.getMessage()
        );
        return ResponseEntity.status(HttpStatus.BAD_REQUEST).body(problemDetail);
    }
}

Why this works:

If it still doesn't work, check:

  1. Your @RestControllerAdvice class is in a package scanned by Spring Boot (should be in or under your main application package)

  2. You have the correct imports

import org.springframework.http.HttpStatus;
import org.springframework.http.ProblemDetail;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @ResponseStatus
  • User mentioned (0): @RestControllerAdvice
  • Low reputation (1):
Posted by: Siripireddy Giri

79803417

Date: 2025-10-29 03:48:26
Score: 0.5
Natty:
Report link

Try rebuilding native modules with

@electron/rebuild

Another, more destructive approach is to nuke your node_modules along with any lock files and doing a reinstall with

npm install sharp --platform=win32 --arch=x64

...outlining the binary you desire with parameters shown above

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

79803411

Date: 2025-10-29 03:30:22
Score: 0.5
Natty:
Report link

[NullReferenceException: Object reference not set to an instance of an object.]

ePortal.Models.HelperMethods.GetUserType() +89

ASP._Page_Views_Shared__Layout_cshtml.<Execute>b__19() in c:\inetpub\wwwroot\EVOLVE_OLLC\Views\Shared\_Layout.cshtml:372

DevExpress.Web.Mvc.Internal.ContentControl`1.RenderInternal(HtmlTextWriter writer) +85

DevExpress.Web.Mvc.Internal.ContentControl`1.Render(HtmlTextWriter writer) +101

System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +168

DevExpress.Web.ContentControl.RenderContents(HtmlTextWriter writer) +111

DevExpress.Web.ASPxWebControlBase.Render(HtmlTextWriter writer) +76

System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +168

System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +14

System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +49

System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +168

System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +14

DevExpress.Web.ASPxWebControlBase.Render(HtmlTextWriter writer) +76

System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +168

System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +14

DevExpress.Web.ASPxWebControl.RenderInternal(HtmlTextWriter writer) +385

DevExpress.Web.ASPxWebControlBase.Render(HtmlTextWriter writer) +76

System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

DevExpress.Web.Mvc.ExtensionBase.Render() +367

DevExpress.Web.Mvc.Internal.Utils.GetInnerWriterOutput(Action renderDelegate) +18

ASP._Page_Views_Shared__Layout_cshtml.Execute() in c:\inetpub\wwwroot\EVOLVE_OLLC\Views\Shared\_Layout.cshtml:52

System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +251

System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +147

System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +121

System.Web.WebPages.<>c__DisplayClass3.<RenderPageCore>b__2(TextWriter writer) +308

System.Web.WebPages.WebPageBase.Write(HelperResult result) +107

System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +88

System.Web.WebPages.WebPageBase.PopContext() +309

System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +377

System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +90

System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +793

System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +81

System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +188

System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38

System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +32

System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73

System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52

System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +39

System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38

System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +46

System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73

System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38

System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +431

System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +158

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

79803404

Date: 2025-10-29 03:19:16
Score: 7.5 🚩
Natty:
Report link
Same thing here in my app. I don't know how to solve it.
Reasons:
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (2): I don't know how to solve
  • RegEx Blacklisted phrase (2): know how to solve
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aline Cruz

79803398

Date: 2025-10-29 02:55:11
Score: 1
Natty:
Report link

For the Hdc print page layout SetLayout(pPrint.hDC, LAYOUT_RTL); that makes counting from right to left on page positions (of the print rects).

Note that you should use ExtTextOut() and in Rtl text alignment is always right, and in Ltr digits are right and text left SetTextAlign(pdPrint.hDC, TA_RIGHT | TA_TOP | TA_NOUPDATECP);.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jan Bergström

79803397

Date: 2025-10-29 02:46:09
Score: 2.5
Natty:
Report link

When dealing with potentially nullable input parameters in SQL queries, it is best practice to use dynamic conditional constructs to prevent null values ​​from interfering with query logic. Here are a few effective ways to do this:

1. SELECT * FROM products

2. WHERE (category_id = @category_id OR @category_id IS NULL)

3. AND (price > @min_price OR @min_price IS NULL)

4. AND (brand_name = @brand_name OR @brand_name IS NULL)

This approach ensures that when any parameter is NULL, the corresponding condition will not filter any records, while keeping other valid conditions working normally.

캡사이트

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @category_id
  • User mentioned (0): @category_id
  • User mentioned (0): @min_price
  • User mentioned (0): @min_price
  • User mentioned (0): @brand_name
  • User mentioned (0): @brand_name
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: lee진짜

79803396

Date: 2025-10-29 02:44:08
Score: 3.5
Natty:
Report link

My boy ur cooked

No one can help and everyone here is as confused as you

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

79803391

Date: 2025-10-29 02:24:04
Score: 5
Natty:
Report link

https://github.com/CloveTwilight3/GitCommit

I also got frustrated with similar, so I made this.

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

79803388

Date: 2025-10-29 02:14:02
Score: 1.5
Natty:
Report link

I too was puzzled by this 12yo question!

Neither OSX or macOS have a Move cursor like Windows' four-directional arrow cursor, which you can see in this list of Windows cursors under value IDC_SIZEALL.

This list of Mac cursors only goes back to OSX 10.14 (Mojave), but no such cursor is included. The Open/Closed Hand cursor is recommended "when you're moving and adjusting an item". trashgod suggests the same in their linked answer.

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

79803380

Date: 2025-10-29 01:58:59
Score: 1.5
Natty:
Report link

I got the same error when I build Docker image on my OpenWRT router. It turns out to be a network issue. On Openwrt, building docker image is using docker network zone. So you need to double check your firewall settings and make sure docker zone can be forwarded to wan zone.

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

79803378

Date: 2025-10-29 01:53:58
Score: 1.5
Natty:
Report link

I needed to add all of the certificates in the chain, e.g.

enter image description here

The web service exception reported the serial identifier for the E8 certificate.

Note that I was using a third-party tool to call the web services and so I did not directly add the certificates to the jvm's keystore but, that may have happened in the background.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: B5A7

79803367

Date: 2025-10-29 00:57:47
Score: 1
Natty:
Report link

When we talk about Apache Flink, it is a distributed stream processing framework that can operate in both streaming and batch modes. I assume this question is about Stream Processing equivalent in C#/dotnet. There are several open-source projects:

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Starts with a question (0.5): When we
  • Low reputation (1):
Posted by: Darren Dat Bui

79803363

Date: 2025-10-29 00:48:45
Score: 3
Natty:
Report link

The problem with the truncation of the output window was due to using the cprintf function. Changing all cprintf to printf resolved the issue.

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

79803343

Date: 2025-10-28 23:58:34
Score: 1.5
Natty:
Report link

Just ran into this bug in vscode 1.105.1 on windows 11. I was able to get around it temporarily by:

  1. Pressing alt+F4 to quit the program
  2. Selecting the "Run Python File" in Dedicated Terminal option, whereupon the program runs once
  1. Selecting the regular "Run Python File" option which fixes the selection dropdown
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: N_K

79803340

Date: 2025-10-28 23:43:31
Score: 3
Natty:
Report link

In case anyone still needs the help. Just put your image URL in the "poster" attribute of your video element.

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

79803330

Date: 2025-10-28 23:28:27
Score: 1
Natty:
Report link

I ended up using rbenv, creating a separate account to install it where most of the apps will run from. For cron jobs I added the shim dir to the path and explicitly invoked ruby <script> so that was relatively straight forward. Some programs were run from systemd so again made sure that the environment was set correctly script ruby invoked explicitly.

Then I went back to @pjs suggestion which I did not understand when I first saw it. Did a bit of research into the env command, though DOH! and tried it out and that seems to work fine. Obviously the program has to be invoked in the correct environment. That is a much simpler approach. There is one program that remains problematic - it is invoke from rsyslog's omprog (output to program) where I have no control over the environment. Luckily that one is not dependent on any of the broken gems.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @pjs
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Russell Fulton

79803327

Date: 2025-10-28 23:17:25
Score: 2.5
Natty:
Report link

i use

<pre>
{$variable|var_dump}
</pre>
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dennis Englmaier

79803315

Date: 2025-10-28 22:45:18
Score: 0.5
Natty:
Report link

By using rspec-json_expectations gem:

expect(response.body).to include_json(
  premium: "gold",
  gamification_score: 79
)
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Lev Lukomskyi

79803314

Date: 2025-10-28 22:44:17
Score: 3
Natty:
Report link

Had the same issue and solved it. Postgres converts each syn filename to lowercase, that's why it can't find "am56314Syn". Change it to "am56314syn"

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

79803300

Date: 2025-10-28 22:18:11
Score: 2
Natty:
Report link

_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_CAEaAhAC.vhummYStsD2wmsaGQhkk-sE3OaA_aZuOQTc6KDdWfHGrTSmHV6RWswRYQymgfbgRFv8pk-RYHkWOkYm_LDwzbZyiEAb-Vz-eU0eif3KkyK3wf-kuXYPOoDZO-N9AKas6XzjgVDno3CAxMTuAG1pPsGjRLH8CFfZLEq453JJcTg3uwcGlmd89nmtdeKR0w7VrTyASR9Yo0zybD2MfxKnjGmOKiJxGur2e_B-OPGth562w51TJYv1w-dwEBYwBW0J4CCdRaxSZRPixh2nl2h4rEwSYA2tU2xi1J3NghqPgEERIVIxL_EGEleplv35zD46JbFiZblAA7HWiU5A7nM8YP78sn4qqrrYIaPJrPRt1VI7LjuhBZUkgAMjq7LrV4c1d0xdpFU0OdeW1Cziv593-6UM4b1oXf49nIv58V-HNgs9GFmlbuSUp1rtV6y5oz9tBaBlkOsm5weXjXK33mDRBfwxwz9Bpruk56NGxOe4matWqZFFkeWAAaPSzOfxxtejKU8j1X4kGsALvkN4V2VnYUaQ06x6XKNcVmE27YuQ5EyHSMO_FOiSuDXJ0_VmCtb0xYpfufTujQicfiKYZg_H3DIBbMDMNQDmGHyn8o30YpzJusktkzvudzKZYdA-Zf6j_ohNRoY_gNwvJlTJMRFTc2NHl86suMm9h4u5ITbxPcMSW4NJpp_wsz_tzPMTrLY_J4EAIa-QxnzDFvynGazQpKJrKKtzbiUytQspQxOiKufMgN_LljXMcwRhEyClzcD005g8DS_SWTV9PNf4v2vA63nttZSGDsCjDFwmG6z2uw_DWXyySIeZOLM7kiKQYOMqUXyTTqQZl_9s8w42nKDQesoSIIOtUQ4Junu0UWwmyP76dKwo1UFcLeA9geqLsmSFw5EFHTC9lhJc1h3-qG_kCF4yF0zOvf2kWuvWbgXr3GeAeBsZMIL6l6RYjefP0DS03886USBaUdcGSnn6KFERU-lD0UPMQr1IiQcJinlFcPJprkAhagoB2_AC8gAQ61fDJla1UOMG2mmMBbNfCRoXTrUik5JcFtsPKYtikMMC7pkskvE4anXwBySrVV9cQo_ysnvmo278kjF1PgVAzC9ylk8NeM2fIdxZNG8OyF2TzTeSymV1k

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nadine

79803291

Date: 2025-10-28 22:01:07
Score: 0.5
Natty:
Report link

Cartopy has a demo that addresses this issue here: https://scitools.org.uk/cartopy/docs/v0.15/examples/always_circular_stereo.html?highlight=set_extent

Basically, make a clip path around the border of your map. The clip path is defined underneath your call to generate the figure, and there are two set_boundary calls for the maps with the limited extents.

The output (the automatic gridlines are a little funky but you can always make your own):

enter image description here

Here's your modified code:

from cartopy import crs
from math import pi as PI
import matplotlib.pyplot as plt
from matplotlib.gridspec import GridSpec
import numpy as np
import matplotlib.path as mpath

CEL_SPHERE = crs.Globe(
    ellipse=None,
    semimajor_axis=180/PI,
    semiminor_axis=180/PI,
)
PC_GALACTIC = crs.PlateCarree(globe=CEL_SPHERE)

def render_map(path, width, height):
    fig = plt.figure(layout="constrained", figsize=(width, height))
    theta = np.linspace(0, 2*np.pi, 100)
    center, radius = [0.5, 0.5], 0.5
    verts = np.vstack([np.sin(theta), np.cos(theta)]).T
    circle = mpath.Path(verts * radius + center)
    try:
        gs = GridSpec(2, 2, figure=fig)

        axN1 = fig.add_subplot(
            gs[0, 0],
            projection=crs.AzimuthalEquidistant(
                central_latitude=90,
                globe=CEL_SPHERE,
            )
        )
        axN1.gridlines(draw_labels=True)

        axS2 = fig.add_subplot(
            gs[0, 1],
            projection=crs.SouthPolarStereo(globe=CEL_SPHERE)
        )
        axS2.gridlines(draw_labels=True)

        axN2 = fig.add_subplot(
            gs[1, 0],
            projection=crs.AzimuthalEquidistant(
                central_latitude=90,
                globe=CEL_SPHERE,
            )
        )
        axN2.set_extent((-180, 180, 70, 90), crs=PC_GALACTIC)
        axN2.gridlines(draw_labels=True)
        axN2.set_boundary(circle, transform=axN2.transAxes)

        axS2 = fig.add_subplot(
            gs[1, 1],
            projection=crs.SouthPolarStereo(globe=CEL_SPHERE)
        )
        axS2.set_extent((-180, 180, -90, -70), crs=PC_GALACTIC)
        axS2.gridlines(draw_labels=True)
        axS2.set_boundary(circle, transform=axS2.transAxes)

        fig.savefig(path)
    finally:
        plt.close(fig)

if __name__ == "__main__":
    render_map("map_test.pdf", 12, 12)
Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: E. V. Hadzen

79803281

Date: 2025-10-28 21:47:03
Score: 1.5
Natty:
Report link

I found this solution using this page and hints from a few other pages.

=FILTER([ExcelFile.xlsx]TabName!C2:C38,([ExcelFile.xlsx]TabName!C2:C38 <> "")*([ExcelFile.xlsx]TabName!D2:D38 = "Active"),"Nada")

It works with an array and filters it for the data in the array not being empty and being equal to "Active". If no cells meet these criteria, it returns "Nada".

Slightly counter-intuitive, "*" in the second term of the formula means AND, while "+" would mean OR. It should work constructed with AND(), OR(), NOT() etc., depending on how you need to filter the data.

A caveat is that the results spill down below the cell in which the formula is, so it may be best to use this formula at the top of a sheet with nothing below it in that column. Embedded into a longer formula, this shouldn't be an issue.

My need for this array filtering was to calculate a T.TEST(), so I needed a way to return a filtered array which T.TEST() could use to calculate means of that array, and all the rest. In this case, using AVERAGEIFS() wouldn't help.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Robert Abrams

79803279

Date: 2025-10-28 21:44:02
Score: 2.5
Natty:
Report link

Docusign does not support automatic signing or robo signing in any form. All recipients have to manually sign the envelope.

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

79803277

Date: 2025-10-28 21:44:02
Score: 5
Natty: 4
Report link

Se você tiver um saas Embedded você consegue fazer o filtro pela tabela Dimensão direto com a linguagem de programação que você esta usando no desenvolvimento.

tenho um portal Saas Embedded se precisar de algo nesse sentido segue meu contato 11 915333234

Reasons:
  • Blacklisted phrase (3): você
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Salim Francisco

79803271

Date: 2025-10-28 21:22:57
Score: 3.5
Natty:
Report link

Ok, the problem was that I accidentally set VoiceStateManager to 0 in discordClientOptions. This meant that VoiceState was not cached.

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

79803263

Date: 2025-10-28 21:10:53
Score: 5
Natty:
Report link

"the agent doesn't seem to retain context" How did you get this impression? Could it be that it still does?

Reasons:
  • RegEx Blacklisted phrase (3): did you get this
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: NoDataDumpNoContribution

79803261

Date: 2025-10-28 21:09:53
Score: 2
Natty:
Report link

I was searching for a solution about this. SciPy is translating everything from Fortran to C. https://github.com/scipy/scipy/issues/18566 . Sounds a bit too ambitious though it looks like they are almost done.

Anyways, ARPACK is in that list marked as completed. From the description the code is now thread safe but using it, is a bit different than the fortran version according to the readme file.

https://github.com/scipy/scipy/tree/main/scipy/sparse/linalg/\_eigen/arpack/arnaud

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

79803253

Date: 2025-10-28 20:57:50
Score: 0.5
Natty:
Report link

For a quick examination, try: python3 -m pickle /path/to/the/file.pkl

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Mikhail T.

79803246

Date: 2025-10-28 20:39:46
Score: 4
Natty:
Report link

This is an interesting topic..

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

79803239

Date: 2025-10-28 20:34:44
Score: 0.5
Natty:
Report link

I figured out how to properly configure settings to write pixels to a bitmap. Text should be straight forward to implement now, I think I'll deal with a proper text mode later as this stuff is quite the headache! Anyway, updated code with annotations is posted in case it helps others. Compiling with NASM in binary format and using the raw binary as bios input to Qemu with -vga std generates a white screen!

Reasons:
  • Whitelisted phrase (-2): I figured out
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Matthias Birkemeier

79803238

Date: 2025-10-28 20:29:43
Score: 0.5
Natty:
Report link
ax.hlines([100, 150, 200, 300], -10, 390, linestyle="--)

See for the full signature `matplotlib.pyplot.hlines`. The price to pay for this convenience is that one has to specify explicitly the beginning and the end of the line.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roger V.

79803214

Date: 2025-10-28 19:51:33
Score: 0.5
Natty:
Report link

Solved this with a custom function. There probably exists a more performant solution but this has worked for my needs.


row_updater <- function(df1, df2, id){

  df_result_tmp <- df1 %>%
    # append dfs and create column denoting input df 
    dplyr::bind_rows(df2, .id="df_id") %>%
    # count number of rows per id
    dplyr::group_by({{id}}) %>%
    dplyr::mutate(id_count = n()) %>%
    dplyr::ungroup()
  
  if (max(df_result_tmp['id_count']) > 2){
    warning(paste0("Attempted to update more than 1 row per ", quote(id), ". Check input datasets for duplicated rows."))
  }
  df_result <- df_result_tmp %>%
    # filter to unaltered rows from df1 and rows from df2
    dplyr::filter(id_count == 1 | (id_count == 2 & df_id == 2)) %>%
    dplyr::select(-c(df_id, id_count))
  
  return(df_result)
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: sbj

79803208

Date: 2025-10-28 19:46:32
Score: 3
Natty:
Report link

I do not recommend telethon for forwarding messages, my main account was banned yesterday after 1 minute of forwarding. Telegram is currently banning it very aggressively. It's better to use a regular bot, if your account is important to you.

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

79803195

Date: 2025-10-28 19:30:28
Score: 2.5
Natty:
Report link

Had this issue with docker containers. Turns out I just need to add mailpit container to the shared network.

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

79803192

Date: 2025-10-28 19:20:25
Score: 1
Natty:
Report link

Spring Boot supports YAML anchors, therefore it's possible to do the following:

.my: &my 
  policy: compact
  retention: 604800000
producer:
  topic.properties: *my
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: tybur

79803191

Date: 2025-10-28 19:18:25
Score: 0.5
Natty:
Report link

I got it working, I think the example in the link above is old. The below code worked for me and I was able to create a prompt programmatically and see in vertex AI studio. Still trying to see how to manage version and compare prompts. Also it looks to me that to use generative ai on GCP, we will need both the vertexai and the google-genai package. It looks like generative AI models are removed from vertexai and moved to google-genai. If I am wrong on this, would like to be be corrected.

I got the below code here https://github.com/googleapis/python-aiplatform

import vertexai

# Instantiate GenAI client from Vertex SDK
# Replace with your project ID and location
client = vertexai.Client(project='xxx', location='us-central1')

prompt = {
    "prompt_data": {
        "contents": [{"parts": [{"text": "Hello, {name}! How are you?"}]}],
        "system_instruction": {"parts": [{"text": "Please answer in a short sentence."}]},
        "variables": [
            {"name": {"text": "Alice"}},
        ],
        "model": "gemini-2.5-flash",
    },
}

prompt_resource = client.prompts.create(
    prompt=prompt,
)

print(prompt_resource)
Reasons:
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (2.5): Please answer
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Rajib Deb

79803189

Date: 2025-10-28 19:17:24
Score: 1.5
Natty:
Report link

Here is a solution I come up with:

offsetRight = elem.offsetWidth - elem.clientWidth - elem.clientLeft;
offsetBottom = elem.offsetHeight - elem.clientHeight - elem.clientTop;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nerdy

79803184

Date: 2025-10-28 19:13:23
Score: 3
Natty:
Report link

I'm also interested if this functionality for the API now exist. Sometimes the API documentation does not reflect changes.

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

79803183

Date: 2025-10-28 19:11:22
Score: 0.5
Natty:
Report link

Looks like your dev has installed some security plugin/setting that protects the admin/login area.

Search for anything in SiteGround that could affect the URLs or protect the admin area.

  1. SG SecurityLogin Security → “Change Login URL.”

  2. WPS Hide Login, iThemes Security, All In One WP Security, etc.

It's very likely the URL has been changed or could be IP protected. You can disable all the plugins in WP without accessing the admin, just by moving all the plugins away from the /wp-content/plugins folder

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

79803182

Date: 2025-10-28 19:10:22
Score: 1.5
Natty:
Report link

Set the StageStyle of the dialog's window to UTILITY:

       ((Stage)dialog.getDialogPane().getScene().getWindow()).initStyle(StageStyle.UTILITY);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: guymac

79803181

Date: 2025-10-28 19:09:22
Score: 1.5
Natty:
Report link

Tristan's discovery is explained here at flatcap.github.io/linux-ntfs:

If a new record was simply allocated at the end of the $MFT then we encounter a problem. The $DATA Attribute describing the location of the new record is in the new record.

The new records are therefore allocated from inode 0x0F, onwards. The $MFT is always a minimum of 16 FILE Records long, therefore always exists. After inodes 0x0F to 0x17 are used up, higher, unreserved, inodes are used.

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

79803175

Date: 2025-10-28 19:05:20
Score: 2
Natty:
Report link

I also had the problem when trying to upgrade to Jimp 1.6 because of dependency vulnerabilities... In the end, I switched to "sharp", which seems simpler for PNGs...

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

79803174

Date: 2025-10-28 19:05:20
Score: 1
Natty:
Report link

Try setting the style of the dialog's window to UTILITY, e.g.

       ((Stage)dialog.getDialogPane().getScene().getWindow()).initStyle(StageStyle.UTILITY);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: guymac

79803172

Date: 2025-10-28 19:02:19
Score: 3
Natty:
Report link

For me, this was just another terminal that whose active directory was within the .next folder. Closing that terminal allowed the build to continue.

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

79803165

Date: 2025-10-28 18:55:17
Score: 2
Natty:
Report link

are you sure the BROADCAST_DRIVER on .env is ably?

or try clear the cache with php artisan cache:clear && php artisan optimize:clear command.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: zain

79803161

Date: 2025-10-28 18:49:16
Score: 0.5
Natty:
Report link

The issue wasn't with the query. The issue was with how I interpreted the number of rows in the output pane. The pane showed 6,092 records because of the limitation on notebook cell output - see Known limitations Databricks notebooks. If I download the results of the output frame showing 6,092 rows I see the complete result set of 971,198 records. Mystery solved. Hoped this helps someone.

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

79803156

Date: 2025-10-28 18:43:15
Score: 9
Natty: 7.5
Report link

I have the same question about Angular with CopilotKit. its possible integrate Copilot in an angular app, using the app state for response to user questions about the page?

Reasons:
  • Blacklisted phrase (1): I have the same question
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same question
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user31773359

79803151

Date: 2025-10-28 18:31:11
Score: 0.5
Natty:
Report link

If you are in Expo project you don't need to add:

plugins: [
      ...
      'react-native-worklets/plugin',
    ],

to you app.json file, expo will do the job automatically. So just remove it and it should start working.

(It's just very confusing in the react-native-reanimated docs)

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

79803145

Date: 2025-10-28 18:27:10
Score: 2.5
Natty:
Report link

The issue might be the database update. You might do check the permalinks of website in database. hope this will work.
Or you can post the wesite link i will check the issue.

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

79803143

Date: 2025-10-28 18:25:09
Score: 3
Natty:
Report link

You're almost there! Check that month and merchant ID match in both tables, and try to join before any groups or totals — that usually fixes the mismatched data.

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

79803141

Date: 2025-10-28 18:23:09
Score: 2.5
Natty:
Report link

v1.0.0-rc2 of github.com/go-vikunja/vikunja appears to provide such a chart:

A Screenshot

Citations:
  1. github.com/go-vikunja/website/blob/61bf3ef8aced3b4923945a514a02c5552d7743a5/src/pages/features.astro#L165-L178
Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: RokeJulianLockhart

79803140

Date: 2025-10-28 18:22:08
Score: 2.5
Natty:
Report link

I really like the Raspberry-Vanilla project, it’s a great starting point for development of aosp/kernel.

You can check out their manifest here:

https://github.com/raspberry-vanilla/android_kernel_manifest/tree/android-16.0

And here’s the link to their kernel:

https://github.com/raspberry-vanilla/android_kernel_brcm_rpi

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Álison Venâncio

79803137

Date: 2025-10-28 18:20:07
Score: 2.5
Natty:
Report link

If you are looking to build a data pipeline from Oracle Fusion to your data warehouse or database and would like to extract data from Fusion base tables or custom views, please take a look at BI Connector. It solves the problems posed by BICC and BIP-based extract approaches.

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

79803136

Date: 2025-10-28 18:16:06
Score: 1
Natty:
Report link

Check your package.json maybe @nestjs/swagger is missing. Fixed with

npm install --save @nestjs/swagger
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mustapha GANGA

79803133

Date: 2025-10-28 18:14:05
Score: 2
Natty:
Report link

I recently explored the Python Training with Excellence Technology, and it’s truly one of the best learning experiences for anyone aiming to master Python from scratch to advanced levels. The trainers are industry professionals who ensure practical, hands-on learning, making complex programming concepts easy to grasp. What impressed me most is their updated curriculum that matches real-world needs, preparing learners for job-ready skills in data science, web development, and automation.

If you’re passionate about coding and want a strong career foundation, I highly recommend joining Python Training with Excellence Technology—and you can also check out Excellence Academy for complementary tech courses that enhance your programming journey!

Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Excellence Technology

79803124

Date: 2025-10-28 18:03:01
Score: 1.5
Natty:
Report link

In my case it printed full context, you just need to delete package.json and yarn.lock of upper directory. So i deleted package.json and yarn.lock in /Users/someUser/Downloads/frontend-projects/ons/ons-frontend which was in upper directory as yarn said:

Usage Error: The nearest package directory (/Users/someUser/Downloads/frontend-projects/ons/ons-frontend) doesn't seem to be part of the project declared in /Users/someUser/Downloads/frontend-projects.

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

79803117

Date: 2025-10-28 17:50:57
Score: 0.5
Natty:
Report link

How to print output after setting the return value

The others have long explained why your code did not work. If you want to print output (or do other processing) after you have set the return value from your method, a general solution is to set the return value to a local variable and only return it at the end of the method. For example:

public String getStringFromBuffer() {
    String returnValue;
    try {
        // Do some work                 
        StringBuffer theText = new StringBuffer();
        // Do more work
        returnValue = theText.toString();
        System.out.println(theText); // No more any error here
    }
    catch (Exception e)
    {
        System.err.println("Error: " + e.getMessage());
        returnValue = null;
    }
    return returnValue;
}
Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): solution is
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (0.5):
Posted by: Mayara Collets

79803109

Date: 2025-10-28 17:37:54
Score: 2
Natty:
Report link
string = input('Input your string : ')
for i in string[0::2]:
    print(i)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Meissam

79803101

Date: 2025-10-28 17:23:49
Score: 3
Natty:
Report link

The build.gradle file was missing the following dependency. The interceptors are compiling now.

implementation "org.apache.grails:grails-interceptors"

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

79803088

Date: 2025-10-28 17:08:41
Score: 3
Natty:
Report link

Just use Choco: choco install base64

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

79803085

Date: 2025-10-28 17:03:39
Score: 1
Natty:
Report link

it would be excelent if you provide job with step where you do terraform plan -out someplan.tfplan and ensure you use upload/download artifact only for someplan.tfplan

it is obvious you upload whole repo or some other stuff and not only terraform plan file. E.g. 200MB artifact compressed takes few seconds up and similar to download.

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

79803082

Date: 2025-10-28 16:59:36
Score: 1.5
Natty:
Report link

After some research I have found that I was trying to access a model instead of a classifier (which is what I had made). Therefore the corrected URL for this case is :

https://{namehere}.cognitiveservices.azure.com/documentintelligence/documentClassifiers/{classifier id here}:analyze?api-version=2024-11-30"  
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jac Phillipps

79803071

Date: 2025-10-28 16:48:31
Score: 1
Natty:
Report link

I think this might be related to some of the optimization mechanisms on how snowflake query works.

For smaller functions there is an inlining process.
You can read more here:
https://teej.ghost.io/understanding-the-snowflake-query-optimizer/

so your scalar UDF was just lucky because there is no implicit cast support

https://docs.snowflake.com/en/sql-reference/data-type-conversion#data-types-that-can-be-cast

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

79803070

Date: 2025-10-28 16:47:31
Score: 0.5
Natty:
Report link

For me the environment variable worked easy.

PUPPETEER_EXECUTABLE_PATH="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" mmdc -i inputfile -o outputfile
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: KRoy

79803066

Date: 2025-10-28 16:42:29
Score: 3
Natty:
Report link

The problem is that I had accidentally swapped the fig_size arguments. That line should read figsize=(n_cols + 1, n_rows + 1),. Doing this fixes the aspect ratio issue:

a grid of subplots with proper spacing

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Finncent Price

79803060

Date: 2025-10-28 16:35:26
Score: 0.5
Natty:
Report link

The premise of this question is flawed. My assumption that there was some sort of out-of-the-box integration with the Windows certificate store (more accurately called a keystore) was incorrect. The reason that Postman was accepting my internal CA issued server certificates is that SSL validation is disabled in Postman by default.

As an aside, this is the wrong default. I know that's an opinion but it's an opinion kind of like 'you shouldn't run wit scissors' or 'you shouldn't smoke around flammable vapors' is an opinion. If you use Postman, you should change the setting for SSL certificate verification under General:

enter image description here

You can disable SSL validation for a specific call if you need to for debugging purposes:

enter image description here

It seems the 'closed' issue linked in the question (first one) was closed with the wrong status. It is not 'completed' but rather a duplicate of an open feature request.

There does not appear to be any support for using a native OS certificate store (keystore) in Postman at this time and I don't see anything suggesting it will be supported anytime soon. If you need to call mTLS secured enpoints with a non-exportable client key, you will need different or additional tooling.

Thanks to TylerH for setting me straight.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: JimmyJames

79803051

Date: 2025-10-28 16:18:21
Score: 0.5
Natty:
Report link

Start with (DBA|USER)_SCHEDULER_JOBS and (DBA|USER)_SCHEDULER_JOB_RUN_DETAILS. DBMS_OUTPUT data is in OUTPUT column of (DBA|USER)_SCHEDULER_JOB_RUN_DETAILS.

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

79803044

Date: 2025-10-28 16:11:18
Score: 2
Natty:
Report link

# Step 1: Clean your project

rd /s /q node_modules

del package-lock.json

# Step 2: Install Tailwind CSS v3 with CLI

npm install -D tailwindcss@3 postcss autoprefixer

# Step 3: Initialize Tailwind config (this will now work)

npx tailwindcss init

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aryan Tech World

79803039

Date: 2025-10-28 16:08:17
Score: 2.5
Natty:
Report link

You can do the following:
1- Go to "update to revision"

2 - Select working copy

3 - Choose items -> them select the new folder you want to update now

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

79803038

Date: 2025-10-28 16:08:17
Score: 2
Natty:
Report link

This can be caused by open file/folder handles in other process specifically within the .next folder.

For me, this was just another terminal that whose active directory was within the .next folder. Closing that terminal allowed the build to continue.

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

79803025

Date: 2025-10-28 15:56:06
Score: 1
Natty:
Report link

This is an older question, but I think I can answer it.

TL:DR When controlling layers from other comps, you shouldn't use time remapping.

Explanation: Everything within the remapped comp will compare its time value to the time value of the cotaining comps. So if you set a keyframe at frame 0 in the Stage comp, it will also affect the layers within the remapped Mouth comp at frame 0. It seems you have an offset of 01:27 seconds, so if you set the keyframe at frame 0 in Stage you won't see any changes, because the Mouth comp is already ahead.

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

79803021

Date: 2025-10-28 15:51:05
Score: 1
Natty:
Report link

validate in one string

if (!TimeZoneInfo.TryFindSystemTimeZoneById(timezoneId, out var tz)) return;

// here valid tz
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Naskalin

79803013

Date: 2025-10-28 15:44:03
Score: 3
Natty:
Report link

This is a Youtube internal issue and can not be resolved with user changes to browser settings. Only Google/Youtube can fix this error.

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

79803010

Date: 2025-10-28 15:41:02
Score: 2.5
Natty:
Report link

Turns out it's not the same problem as in Android, the MediaPlayerElement does work in release and the issue is not related to linker or trimming. The issue is related to MediaPlayerElement requesting a locations permissions (probably for casting or something) and accepting the permission causes the Mediaplayer not to work.

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

79803001

Date: 2025-10-28 15:34:00
Score: 3
Natty:
Report link

I am working with a serial port to talk to hardware, from multiple threads. I need a critical section to make sure commands and responses are matched. Some write operations take a long time while I wait for the hardware to respond. Query operations to the hardware are low priority and I don't want them to wait for the long write operation, so TryEnterCriticalSection will be helpful for the queries.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user9236235

79802999

Date: 2025-10-28 15:33:59
Score: 5
Natty:
Report link

OK I was not attentive enough, actually the --use-conda flag worked and the conda is the one that comes with snakemake because I am doing

 conda:
        "my_env.yml"

so the env is automatically created

Does somebody know if this flag can be also put into the profile?

Reasons:
  • RegEx Blacklisted phrase (2): Does somebody know
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Michele Peresano

79802998

Date: 2025-10-28 15:33:59
Score: 1.5
Natty:
Report link

Generally, only the operating system and preinstalled apps are able to control the radio on Android Automotive OS devices and there aren't APIs for other apps to control the radio. https://source.android.com/docs/automotive/radio has more information.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Ben Sagmoe

79802990

Date: 2025-10-28 15:27:58
Score: 1.5
Natty:
Report link

Turns out you just need to set one more option

config:
  plugins:
    metrics-by-endpoint:
      useOnlyRequestNames: true
      groupDynamicURLs: false
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Philip C

79802988

Date: 2025-10-28 15:25:57
Score: 3.5
Natty:
Report link
An error occurred: Cannot invoke "org.apache.jmeter.report.processor.MapResultData.getResult(String)" because "resultData" is null
 
I am also getting same issue and my result file is not empty got generated after test execution. Still getting same issue.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I am also getting same issue
  • Me too answer (0): getting same issue
  • Low reputation (1):
Posted by: Anil Mishra

79802977

Date: 2025-10-28 15:17:55
Score: 0.5
Natty:
Report link

You mention the Apache max_input_vars as a limitation, but there is another limitation that is just as important: who will sift through thousands of log lines at a time and then submit their commentary input one at a time without regard for what they already submitted before and at the same time receive the same flood of log lines as they viewed before?

Conceptually I would paginate the log lines so that only 10 to mabe 100 are displayed at the same time, I would also give users the possibility to see by default a page of log lines that they haven't commented on before by making a filter available that removes log lines that the user commented on in the past.

Of course the filter of already commented on log lines would be implemented in the database by adding a field in the sql definition of the log lines that is initially unset for log lines that received no comments from the user and then set after the user submitted a comment for that log line.

For pagination I would make a query to first get from the database the most recent 10 or 100 log lines, display that index of log lines to the user with the display of what log lines counts they are currently seeing.

I would also consider the making of a comment on a particular log line an interface page of its own.

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

79802975

Date: 2025-10-28 15:16:55
Score: 1
Natty:
Report link

string = input('Input your string : ')
string = string.replace(' ','')                 # removing every whitespace in string
print(f'Your original string is {string}')
string = list(string)
for i in string[0::2]:
    print(i)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Meissam Khatami

79802963

Date: 2025-10-28 15:05:52
Score: 4
Natty:
Report link

https://github.com/keycloak/keycloak-client/issues/183 we should wait this fix for correct works

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