79523918

Date: 2025-03-20 19:35:11
Score: 1.5
Natty:
Report link

AMPL is a programming language that lets you specify equation systems algebraically and seems close enough to your project to be well worth a look especially since The AMPL Book, coauthored by Robert Fourer, David M. Gay, and Brian W. Kernighan (yeah, that Brian Kernighan) is free to download and just about the best tech writing you will find anywhere. Wolfram alpha is a free web based algebraic equation solver site that could also give you good ideas. These are on the equation solving end of your question though Wolfram language is usually considered to be a functional programming language.

https://ampl.com/resources/books/ampl-book/

https://www.wolframalpha.com

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

79523916

Date: 2025-03-20 19:34:10
Score: 0.5
Natty:
Report link

First, I compared my current package.json with the earlier git committed package.json, where the app was working but the below aws amplify ui library was still not installed.

@aws-amplify/ui-react-native": "^2.4.2",

Observed that the previous version was "aws-amplify": "^6.12.2" and not "^6.13.2" (as seen in latest package.json which seems to have updated after installing @aws-amplify/ui-react-native 2.4.2)

So browsed the below npm link for the aws amplify ui library and tried to install earlier versions.
https://www.npmjs.com/package/@aws-amplify/ui-react-native?activeTab=versions

When tried to install the library version which was a year old (2.1.0), it shows error "supported only till react 0.73", while my react version is "0.74". Thus started trying versions earlier than an year and which would no longer show the above error. Eventually, installed version 2.2.0 using below.

$ npm install @aws-amplify/[email protected]

On installing version 2.2.0, noticed that "aws-amplify": "^6.12.2" (as per earlier package.json where app was working)

Now restarted the node server and re-built the app.

The AWS Amplify UI component for Authentication was now loaded on the app screen, showing the login page for the app.

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

79523914

Date: 2025-03-20 19:33:10
Score: 3
Natty:
Report link

I hope you've found a solution to your problem, but if not, I may have an idea for you.

In this article, the author uses ChatOllama instead of OllamaLLM: https://medium.com/@dimosdennis/personal-photo-library-with-langchain-ollama-llava-fully-local-e82edfe07f54

I had a problem similar to the one you describe here and changing it helped me get rid of it!

I must admit I haven't gone through all your code, but maybe following the Medium tutorial (for part of it) might help.

Good luck ;)

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (0.5): medium.com
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vitally Aberdeen

79523909

Date: 2025-03-20 19:30:09
Score: 1.5
Natty:
Report link
// Parameter settings for JPEG compression
List<Integer> parameters = new ArrayList<>();
parameters.add(IMWRITE_JPEG_QUALITY);
parameters.add(quality);

MatOfInt par = new MatOfInt();
par.fromList(parameters);

Imgcodecs.imwrite("c:/test/temp.jpg", image_entry,(par));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tom C

79523906

Date: 2025-03-20 19:29:09
Score: 2.5
Natty:
Report link

This kind of deployment is called on-premise deployment... as @Abdul Aziz Barkat said it is a very broad term that will force you to concern about multiple aspects like how to handle running the app and for that there are multiple options (docker containers, separated system services...). and also how to handle caching and handling up-time and server downs (checking services' health) and how to recover, load balancing, firewall etc...

Reasons:
  • No code block (0.5):
  • User mentioned (1): @Abdul
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: laith drebaty

79523904

Date: 2025-03-20 19:26:09
Score: 1
Natty:
Report link

Adding to Louys answer, the line with minutes should be for today (2025-03-20):

let minutes = Math.floor(video.currentTime / 60) - (hours * 60)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pbies

79523901

Date: 2025-03-20 19:23:08
Score: 4
Natty:
Report link

No. As of 2025-03-20, zenity doesn't have this feature. See open Gitlab issue: https://gitlab.gnome.org/GNOME/zenity/-/issues/106

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

79523898

Date: 2025-03-20 19:21:07
Score: 5.5
Natty: 5.5
Report link

hey im having the some problem i don't know what to do like whats the code look like can someone do that?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: m00n Girl Squirrel girl magic

79523886

Date: 2025-03-20 19:14:06
Score: 1
Natty:
Report link

Found the source and a solution.

My FreeBSD jail was based on release 12.3.
I have created a new jail based on 13.5 and it worked fine.

I assume it could have been caused by an incompatibility with an older version, possibly due to some dependency.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Vasco Baptista

79523885

Date: 2025-03-20 19:13:05
Score: 1
Natty:
Report link

What worked for me. fabric v6.6

const fo = new fabric.Polyline();
...
fo.set({
  points: points
})
fo.setBoundingBox();
fo.setDimensions();
fo.setCoords();
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Ivan Morgun

79523880

Date: 2025-03-20 19:08:04
Score: 0.5
Natty:
Report link

So it turns out my initial intuition about going through the children was correct. Something similar to this where you iterate on the child elements, while perhaps not performant in some cases, offers much better guarantees about redacting all related info.

        // redact any descendant Rects that are not fully contained within the parent
        Queue<Element> redactedChildrenQueue = Queue.from([currentElement]);
        while (redactedChildrenQueue.isNotEmpty) {
          final redactedChild = redactedChildrenQueue.removeFirst();
          final childRect = _getGlobalElementRect(redactedChild);

          if (!childRect.isEmpty && childRect.intersect(elementRect) != childRect) {
            redactionRects.add(childRect);
          }
          redactedChild.visitChildElements((child) {
            redactedChildrenQueue.add(child);
          });
        }

Result where label is redacted:

enter image description here

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

79523877

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

What i did before was git config --global url."https://".insteadOf "git://", which messed up my config.

What i did to fix this was git config --global --list

Then I saw that i had url.git://.insteadof=https:// in the config

so I used git config --global --unset url.git://.insteadof to remove it, and everything worked fine, hope this helps

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • No code block (0.5):
  • Starts with a question (0.5): What i
  • Low reputation (1):
Posted by: Ahmad Kassabieh

79523866

Date: 2025-03-20 19:00:02
Score: 4
Natty:
Report link

My Code works with a newer version of OpenCV 4.8.0

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

79523863

Date: 2025-03-20 18:58:01
Score: 4.5
Natty:
Report link

simple, install emmet extension

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Learner_KP

79523858

Date: 2025-03-20 18:56:00
Score: 3.5
Natty:
Report link

I got the same error with a problem of cmake version. On windows, use visual cmake.

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

79523848

Date: 2025-03-20 18:49:59
Score: 2
Natty:
Report link

You can copy your Execute pipeline activity and run it only if the previous activity failed by using the "On Fail" connection. You may also add a Wait between in each pipeline attempt.

Execute pipeline On Fail

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

79523833

Date: 2025-03-20 18:40:57
Score: 0.5
Natty:
Report link

I do this with Notepad++
(Note this method works regardless of the version of Excel/Office you have.)

  1. Save your work using File => "Save As" and select "CSV-UTF-8" as the file save type.
    (This is important, especially if your spreadsheet has non-English characters.)

  2. Open the .csv file in Notepad++

  3. Have fun with your regex replacements and save when done.

  4. Select the saved .csv file and "Open With" Excel.
    You might have to adjust the column widths and/or row heights, but it's much faster to do it that way than in Excel.

(Side note:)
One of the things I do with my data-conversion spreadsheets is, (after I get the data reasonably normalized, (like data in the same columns, etc.), I create a new first column and use the shift-drag feature to put an "index" in the first column starting with 1 so that I can keep track of the lines, and re-sort them if needed. (My European bank statements come sorted latest to earliest and my financial software wants things sorted earliest to latest.)

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

79523822

Date: 2025-03-20 18:36:55
Score: 9.5 🚩
Natty: 6
Report link

I have the same issue, any work around ? thanks

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

79523820

Date: 2025-03-20 18:35:55
Score: 2
Natty:
Report link

Locate your stdc++.h header file in your finder,

Open the file with vscode or any text editor,
Go to the line where cstdalign is included and comment it out.

Or

Re-install command line tools in your mac

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

79523817

Date: 2025-03-20 18:35:55
Score: 2.5
Natty:
Report link

enter image description here

This is how you can solve the problem I had the same problem
You should select your application from the Target section and select xcode 16.0 from the Project Format section.
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user30004315

79523816

Date: 2025-03-20 18:35:54
Score: 7 🚩
Natty: 4
Report link

Did you find it yet? I have also been looking to build a similar application but need an api to fetch saved posts

Reasons:
  • RegEx Blacklisted phrase (3): Did you find it
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find it
  • Low reputation (1):
Posted by: Sneha Nagarajan

79523810

Date: 2025-03-20 18:31:53
Score: 0.5
Natty:
Report link

Unfortunately, VS Code doesn't have such a feature. It would require it to detect what you want to do, and whether or not you want to write HTML Code in that JavaScript file. However, there are two workarounds (afaik):

  1. You could create a new temporary HTML file, write it there, then copy+paste it into the JS file (and escape end of strings etc.) OR
  2. You could install GitHub Copilot (however this does send your code to GitHub servers)

Hope this helps!

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

79523806

Date: 2025-03-20 18:31:53
Score: 1
Natty:
Report link

A bit late but there are two separate issues here :

I followed one such guide/tutorial aswell, and they're all outdated or straight wrong (imo, likely GTP-written). This had me RTFM.

  1. The ENV variables "KEYCLOAK_USER" and "KEYCLOAK_PASSWORD" are no longer correct. Most tutorials you'll find will thus fail with recent versions of keycloak. From the documentation (https://www.keycloak.org/server/all-config?q=bootstrap) and (https://www.keycloak.org/server/configuration#_creating_the_initial_admin_user), you'll need to use
    • KC_BOOTSTRAP_ADMIN_USERNAME=<username>
    • KC_BOOTSTRAP_ADMIN_PASSWORD=<password>

This should allow you to connect using whatever user/pwd you provided.

  1. While I'm unsure about the cookies issue with only the provided info, it may have to do with you not serving over https. I believe working with http is only going to work in dev mode, not in production mode (for obvious security reasons). (https://www.keycloak.org/server/configuration#_starting_keycloak_in_development_mode)

Tldr : To specify you're in dev mode, in your docker-compose.yml, in the keycloak conf :

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

79523805

Date: 2025-03-20 18:30:53
Score: 2
Natty:
Report link

I have experiences similar with iOS 18

"[my website] permissions will reset to off when you leave this site"

I don't want this behavior but don't know how to turn this off or if it is even possible.

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

79523804

Date: 2025-03-20 18:29:52
Score: 2.5
Natty:
Report link

A solution for this bug is using snap point property in the actionsheet like given below:

This solved the issue for us

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

79523803

Date: 2025-03-20 18:28:52
Score: 1
Natty:
Report link
  1. They are refs used internally by Git since version 2.42 that exist to optimize performance.

  2. Git was updated on the remote.

  3. Unsatisfying answer, but you can't.

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

79523797

Date: 2025-03-20 18:26:52
Score: 2.5
Natty:
Report link

Actual solution is to use "WGS84" instead "EPSG:4326"

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Пётр Георгиев

79523794

Date: 2025-03-20 18:25:51
Score: 1
Natty:
Report link

Sklearn Tuner is designed to use cross-validation (CV) for model selection, not the traditional train-validation-test split. Since you've already provided the cv argument, the tuner will perform cross-validation automatically. Therefore, you can remove the validation_split argument, and your code should work as expected.

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

79523792

Date: 2025-03-20 18:22:51
Score: 1
Natty:
Report link

After getting feedback and further analyzing the results, I think the answer is that putting a thread to sleep increases how often Windows reschedules it to different cores, which results in more thread context switches, which causes more cache invalidations (which are very expensive). That's how putting a thread to sleep can hurt cache performance.

In this test, putting the thread to sleep for 1ms in a 3000-sample test caused Windows to re-schedule it to a different core about 2.6 times more that not putting it to sleep:

how often the thread changed cores

The sleeping thread was rescheduled to a different core 2.6 times more often, and the performance cost about 2.4 times more on average, compared to a non-sleeping thread. I'm not sure if you can compare those two numbers so directly but there seems to be a correlation.

Pinning the thread to core 0 significantly reduced the cost of a sleeping thread, presumably because Windows wasn't moving it around between different cores anymore so cache invalidations happened less often (although other processes & their threads probably switched out the cache if they were also running on that core during the sleeping time):

pinning threads to core 0

Thanks to all for your help and hopefully this post can help others.

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

79523782

Date: 2025-03-20 18:17:49
Score: 1
Natty:
Report link

hi im stuck on the same issue.

the documentation dont really helps.

try this

using Range = Android.Util.Range;

var fps = characteristics?.Get(CameraCharacteristics.ControlAeAvailableTargetFpsRanges)!.ToArray<Range>();


for (int i = 0; i < fps.Length; i++)
{
    Console.WriteLine($"FPS Range : {fps[i].Lower} - {fps[i].Upper}");
}
Reasons:
  • Whitelisted phrase (-1): try this
  • RegEx Blacklisted phrase (1.5): im stuck
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SleepyFinch

79523775

Date: 2025-03-20 18:11:48
Score: 3
Natty:
Report link

So it turns out it was a policy issue. One other thing I tried to rule out improper use of the SDK was to change the Secret OCID value. When I did this, It returned a 400 invalid format. This indicated that I was reaching the service ok with the Authorization I had

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

79523766

Date: 2025-03-20 18:09:48
Score: 2
Natty:
Report link

KHONOR/CRT-LX3/HNCRT-M1:14/HONORCRT-L03/8.0.0.174C69E5R1P1:user/release-keys 0""2025-02-08 22:47:02.557506292-0800(�� 0ͪ 8�NB)u:r:untrusted_app:s0:c100,c256,c512,c768J com.android.chromeR SIGSEGV " SEGV_MAPERR@ H z desreferencia del puntero nulo� � �� � �� CrAsyncTask #2 x0 ����͏��� x1 � x2 x3 x4 x5 x6 x7 x8 b x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 ���� x24 ����� x25 ��� x26 ������� x27 ���� x28 ��́ x29 ���� lr �闋� sp ���� pc ���� pst ���� "o �� ���� ���� " llamada al sistema( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"~ �� �闋� ���� " art::Thread::Park(bool, long)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� �￉ ���� ���� "lart::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long) (.__uniq.319429422067363160645159987129209045680)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"i �� ���� " art_jni_trampoline(p2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ��� ���� ���� "Pjava.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(� 2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ",java.util.concurrent.ArrayBlockingQueue.poll(2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"2?/java.util.concurrent.ThreadPoolExecutor.getTask(2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"2?/java.util.concurrent.ThreadPoolExecutor.runWorker( 2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ��� ��� ���� "2java.util.concurrent.ThreadPoolExecutor$Worker.run(@2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"k 賥 賘� ���� " java.lang.Thread.run(H2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"v �� �芿 ���� " art_quick_invoke_stub(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� ��⊿ ���� "\art::ArtMethod::Invoke(art::Thread*, int sin signo*, int sin signo, art::JValue*, char const*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� ���� "� _ZN3art9ArtMethod14InvokeInstanceILc86ETpTncJEEENS_6detail12ShortyTraitsIXT_EE4TypeEPNS_6ThreadENS_6ObjPtrINS_6mirror6ObjectEEEDpNS3_IXT0_EE4TypeE(<2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� � ��� ���� ""art::Thread::CreateCallback(void*)(�2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3" ��0 ����� ���� " __pthread_start(void*)(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"v �� ����� ���� " __start_thread(@2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � � � � �� Protector de perfil x0 Ƞ��ɏ��� x1 � x2 x3 x4 x5 x6 x7 ����� x8 b x9 ���󓯄�� x10 ���� x11 ���󓯄�� x12 ���# x13 ��ꮇ x14 ԕ���� x15 ŝ�� x16 �ؖ�� x17 ���� x18 ��ű� x19 ����ɏ��� x20 �������� x21 x22 ����� x23 ���� x24 ���� x25 x26 ���� x27 ��? x28 ��? x29 ���� lr �Ę�� sp ���� pc ���� pst ���� "o �� ���� ���� " llamada al sistema( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"� �Ċ �Ę�� ���ν "6art::ConditionVariable::WaitHoldingLocks(art::Thread*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� �Č�� ���ν "/art::ProfileSaver::RunProfileSaverThread(void*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3" ��0 ����� ���ν " __pthread_start(void*)(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"v �� ����� ���ν " __start_thread(@2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � � � �� Captador de señales x0 ��������� x1 x2 x3 x4 x5 x6 x7 ����� x8 � x9 ���󓯄�� x10 x11 ���� x12 ��芿 x13 ،芿 x14 ؍芿 x15 0 x16 ����� x17 ����� x18 ���� x19 ����� x20 ����� x21 ����� x22 �� x23 �� x24 ����� x25 ����� x26 �Ñ�� x27 ����� x28 ����� x29 ����� lr ���� sp ����� pc ���� pst ���� "y ت+ ت��� ����� " __rt_sigtimedwait( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"q �� ���� ����� " sigwait64(X2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f" ��� ����� ����� " art::SignalCatcher::Run(void*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3" ��0 ����� ����� " __pthread_start(void*)(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"v �� ����� ���� " __start_thread(@2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � � � � �� enlazador:21767_1 x0 x1 ���� x2 ���ҽ x3 �� x4 ��ҕ� x5 � x6 �ְ� x7 x8 x9 ���ҽ x10 ���ҽ x11 ���ҽ x12 ��������� x13 �Ñ�� x14 ���ҽ x15 ���̏��� x16 ����� x17 ���� x18 ���� x19 �����x20 ���ˏ��� x21 ����ˏ��� x22 x23 ���� x24 �����x25 x26 �����x27 ��? x28��? x29 ���ҽ lr ����� sp ���ҽ pc ����� pst ���� "o ��+ ����� ���ҽ " __ioctl( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"n �� ����� ���ҽ " ioctl(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"� �� ��ٕ� ���ҽ "-android::IPCThreadState::talkWithDriver(bool)(� 2 /system/lib64/libbinder.soB d312aa6af7a0e8127cc455a56a824fab"� �� ���ҽ "/android::IPCThreadState::getAndExecuteCommand()( 2 /system/lib64/libbinder.soB d312aa6af7a0e8127cc455a56a824fab"� �� Iڕ� ���ҽ "-android::IPCThreadState::joinThreadPool(bool)(p2 /system/lib64/libbinder.soB d312aa6af7a0e8127cc455a56a824fab"u �� ���ҽ "!android::PoolThread::threadLoop()( 2 /system/lib64/libbinder.soB d312aa6af7a0e8127cc455a56a824fab"w �� ���ҽ "#android::Thread::_threadLoop(void*)(� 2 /system/lib64/libutils.soB ec3bafc07cefa0df137f810b47c4035f"� ��D ����� ���ҽ "/android::AndroidRuntime::javaThreadShell(void*)(� 2#/system/lib64/libandroid_runtime.soB 531fdff56e83e166e89cfc2844b679e1" ��0 ����� ��ҽ " __pthread_start(void*)(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"v �� ����� ���ҽ " __start_thread(@2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � � � � �� perfetto_hprof_ x0 x1 ����� x2 x3 x4 ��ԩ����� x5 ����� x6 ����� x7 ����� x8 ? x9 ���󓯄�� x10 �% x11 �% x12 �, x13 x14 2 x15 0 x16 ��� x17 A��� x18 ���� x19 ��ҩ����� x20 ����ҏ��� x21 ��� x22 ����� x23 ��� x24 ����� x25 ��� x26 ����� x27 ��? x28��? x29 ����� lr ���� sp ����� pc Ԑ��� pst ���� "l Ԑ+ Ԑ��� ����� " read( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f" �� ����� " void* std::__1::__thread_proxy[abi:nn180000]soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � � � �� perfetto_hprof_ x0 x1 ����� x2 x3 x4 ��ԩ����� x5 ����� x6 ����� x7 ����� x8 ? x9 ���󓯄�� x10 �% x11 �% x12 �, x13 x14 2 x15 0 x16 ��� x17 A��� x18 ���� x19 ��ҩ����� x20 ����ҏ��� x21 ��� x22 ����� x23 ��� x24 ����� x25 ��� x26 ����� x27 ��? x28��? x29 ����� lr ���� sp ����� pc Ԑ��� pst ���� "l Ԑ+ Ԑ��� ����� " read( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f" �� ����� " void* std::__1::__thread_proxy[abi:nn180000]soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � � � �� perfetto_hprof_ x0 x1 ����� x2 x3 x4 ��ԩ����� x5 ����� x6 ����� x7 ����� x8 ? x9 ���󓯄�� x10 �% x11 �% x12 �, x13 x14 2 x15 0 x16 ��� x17 A��� x18 ���� x19 ��ҩ����� x20 ����ҏ��� x21 ��� x22 ����� x23 ��� x24 ����� x25 ��� x26 ����� x27 ��? x28��? x29 ����� lr ���� sp ����� pc Ԑ��� pst ���� "l Ԑ+ Ԑ��� ����� " read( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f" �� ����� " void* std::__1::__thread_proxy[abi:nn180000]>, ArtPlugin_Initialize::$_7> >(void*)(� 20/apex/com.android.art/lib64/libperfetto_hprof.soB 9299b6ce82fd6a7f26e3799ece61cd3f" ��0 ����� i��� " __pthread_start(void*)(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"v �� ������ ����� " __start_thread(@2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � � � �� HeapTaskDaemon x0 ����ŏ��� x1 � x2 + x3 د�� x4 x5 x6 x7 ����� x8 b x9 ����ŏ��� x10 ���� x11 ���󓯄�� x12 ڋ�# x13 ���鮇 x14 ������ x15 ŝ�� x16 �ؖ�� x17 ���� x18 ���ҽ x19 ����ҏ��� x20 ����ŏ��� x21 + x22 x23 x24 ����� x25 �������� x26 ������� x27 x28 ����� x29 ����� lr ��狿 sp ���� pc ���� pst � "o �� ���� ���� " llamada al sistema( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"� ��� ��狿 ���� ":art::ConditionVariable::TimedWait(art::Thread*, long, int)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� �ȿ ��͊� ���� "1art::gc::TaskProcessor::RunAllTasks(art::Thread*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"i �� � ... java.lang.Daemons$Daemon.run(|2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"k 賥 賘� ��� " java.lang.Thread.run(H2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"v �� �芿 ���� " art_quick_invoke_stub(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� ��⊿ ��� "\art::ArtMethod::Invoke(art::Thread*, entero sin signo*, entero sin signo, art::JValue*, char const*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� � ... _ZN3art9ArtMethod14InvokeInstanceILc86ETpTncJEEENS_6detail12ShortyTraitsIXT_EE4TypeEPNS_6ThreadENS_6ObjPtrINS_6mirror6ObjectEEEDpNS3_IXT0_EE4TypeE(<2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� � ��� ��� ""art::Thread::CreateCallback(void*)(�2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3" ��0 ����� " __pthread_start(void*)(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"v �� ����� ��� " __start_thread(@2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � �� � �� FinalizerWatchd x0 �������� x1 � x2 x3 x4 x5 x6 x7 ����� x8 b x9 ���♥�� x10 x11 x12 ��芿 x13 ،芿 x14 ؍芿 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 lr sp pc pst ���� "o �� ���� ��ҽ " llamada al sistema( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"� �Ċ �Ę�� ��ҽ "6art::ConditionVariable::WaitHoldingLocks(art::Thread*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� ����� ��ҽ "eart::Monitor::Wait(art::Thread*, art::ObjPtr, largo, entero, booleano, art::ThreadState)(�82%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"i ȥ� ȥprofit ��ҽ " art_jni_trampoline(X2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ��� ���� ��ҽ "5java.lang.Daemons$FinalizerWatchdogDaemon.runInternal(d2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"s " java.lang.Daemons$Daemon.run(|2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"k 賥 賘� ���ҽ " java.lang.Thread.run(H2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"v �� �芿 ���ҽ " art_quick_invoke_stub(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� ��⊿ ���ҽ "\art::ArtMethod::Invoke(art::Thread*, int sin signo*, int sin signo, art::JValue*, char const*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� ��ҽҽҽ ҽҽҽ "� _ZN3art9ArtMethod14InvokeInstanceILc86ETpTncJEEENS_6detail12ShortyTraitsIXT_EE4TypeEPNS_6ThreadENS_6ObjPtrINS_6mirror6ObjectEEEDpNS3_IXT0_EE4TypeE(<2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� � ��� ��� ""art::Thread::CreateCallback(void*)(�2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3" ��0 ����� ���� " __pthread_start(void*)(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"v �� ����� ���� " __start_thread(@2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � � �� � �� CrAsyncTask #1 x0 ����ү��� x1 � x2 x3 ���� x4 x5 x6 x7 x8 b x9 ���� x10 ���� x11 ���� x12 쌫# x13 ҩ�뮇 x14 �ү��� x15 ŝ�� x16 �ؖ�� x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 lr sp pc pst ���� "o �� ���� ���� " llamada al sistema( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"~ �� �闋� ���� " art::Thread::Park(bool, long)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� �� ���� "lart::Unsafe_park(_JNIEnv*, _jobject*, carácter sin signo, largo) (.__uniq.319429422067363160645159987129209045680)(2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"i �� ���� " art_jni_trampoline(p2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ��� ���� ���� "Pjava.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(� 2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ��� ���� ",java.util.concurrent.ArrayBlockingQueue.poll(� 2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ��� ���� "/java.util.concurrent.ThreadPoolExecutor.getTask(� 2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� �� �� ���� "1java.util.concurrent.ThreadPoolExecutor.runWorker(� 2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ��� ��� ���� "2java.util.concurrent.ThreadPoolExecutor$Worker.run(@2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"k 賥 賘� " java.lang.Thread.run(H2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"v �� �芿 " art_quick_invoke_stub(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� ��⊿ ���� "\art::ArtMethod::Invoke(art::Thread*, entero sin signo*, entero sin signo, art::JValue*, constante de carácter*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� ��� ��� "� _ZN3art9ArtMethod14InvokeInstanceILc86ETpTncJEEENS_6detail12ShortyTraitsIXT_EE4TypeEPNS_6ThreadENS_6ObjPtrINS_6mirror6ObjectEEEDpNS3_IXT0_EE4TypeE(<2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� � ��� ���� ""art::Thread::CreateCallback(void*)(�2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3" ��0 ����� ���� " __pthread_start(void*)(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"v �� ����� ���� " __start_thread(@2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � Ϫ � Ϫ SplitCompatBack x0 ����ҏ��� x1 � x2 x3 ���� x4 x5 x6 x7 x8 b x9 ��� x10 ���� x11 ���󓯄�� x12 ҍ�# x13 ן�쮇 x14 ����֥� x15 ŝ�� x16 �ؖ�� x17 ���� x18 ���� x19 ����ҏ��� x20 �ï�% x21 x22 x23 ����� x24 ����� x25 ��� x26 ����ҏ��� x27 ���� x28 ��́ x29 ���� lr �闋� sp ���� pc ���� pst ���� "o �� ���� ���� " syscall( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"~ �� �闋� ���� " art::Thread::Park(bool, long)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� �￉ ���� "lart::Unsafe_park(_JNIEnv*, _jobject*, unsigned char, long) (.__uniq.319429422067363160645159987129209045680)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"i �� �� ���� " art_jni_trampoline(p2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ��� ���� ���� "Pjava.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(� 2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� �́ ���� ���� "-java.util.concurrent.LinkedBlockingQueue.poll(� 2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ��� ��� ���� "/java.util.concurrent.ThreadPoolExecutor.getTask(� 2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� �� �� ���� "1java.util.concurrent.ThreadPoolExecutor.runWorker(� 2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"� ��� ����� "2java.util.concurrent.ThreadPoolExecutor$Worker.run(@2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"k 賥 賘� ����� " java.lang.Thread.run(H2?/data/misc/apexdata/com.android.art/dalvik-cache/arm64/boot.oat"v �� �芿" art_quick_invoke_stub(¹ 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"¹ ¹ ¹ ¹ "\art::ArtMethod::Invoke(art::Thread*, entero sin signo*, entero sin signo, art::JValue*, constante de carácter*)(¹ 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"¹ ¹ ����� "� _ZN3art9ArtMethod14InvokeInstanceILc86ETpTncJEEENS_6detail12ShortyTraitsIXT_EE4TypeEPNS_6ThreadENS_6ObjPtrINS_6mirror6ObjectEEEDpNS3_IXT0_EE4TypeE(<2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� �ᅥ ���� ����� ""art::Thread::CreateCallback(void*)(�2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3" ��0 ����� ����� " __pthread_start(void*)(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"v �� ������ ����� " __start_thread(@2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � � �� �� Grupo de subprocesos Jit x0 ����ˏ��� x1 � x2 1 x3 x4 x5 x6 x7 ������� x8 b x9 ���󓯄�� x10 ��ѩ����� x11 ���� x12 ��芿 x13 ,芿 x14 ؍芿 x15 0 x16 �ؖ�� x17 ���� x18 ����� x19 ����ˏ��� x20 ����͏��� x21 1 x22 ����ˏ��� x23 �� x24 ���� x25 x26 ���� x27 ��A x28 ��A x29 ���� lr �Ę�� sp ���� pc ���� pst ���� "o �� ���� ���� " llamada al sistema( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"� �Ċ �Ę�� ���� "6art::ConditionVariable::WaitHoldingLocks(art::Thread*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"} ��� ����� ���� " art::ThreadPoolWorker::Run()(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� ����� ���� "&art::ThreadPoolWorker::Callback(void*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3" ��0 ����� ���� " __pthread_start(void*)(� 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"v �� ����� ���� " __start_thread(@2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f0��������� @��������� � � � � �� �� ReferenceQueueD x0 �������� x1 � x2 x3 x4 x5 x6 x7 ����� x8 b x9 ���󓯄�� x10 x11 x12 x13 ،芿 x14 ؍芿 x15 0 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 lr sp pc pst ���� "o �� ���� ��ҽ " llamada al sistema( 2./apex/com.android.runtime/lib64/bionic/libc.soB d638ba9bdf4cea2cddd9bd06ae04407f"� �Ċ �Ę�� ��ҽ "6art::ConditionVariable::WaitHoldingLocks(art::Thread*)(� 2%/apex/com.android.art/lib64/libart.soB 629e0ffca501d809c29dbbeef2f512d3"� ��� ����� ��Խ "eart::Monitor::Wait(art::Thread*, art::ObjPtr, largo, int, bool, art::ThreadState)(�82%/apex/com.android.art/lib6

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Filler text (0.5): ���������
  • Filler text (0): ���������
  • Filler text (0): ��������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ��������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ��������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ���������
  • Filler text (0): ��������
  • Low reputation (1):
Posted by: Erika Rios

79523765

Date: 2025-03-20 18:09:48
Score: 2
Natty:
Report link

aiohttp has inline type distribution, and this import case is due to a Python convention on public and private symbol interfaces, given at Distributing type information

In short, aiohttp tells linters that those symbols will be re-exported and should be treated as public.

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

79523760

Date: 2025-03-20 18:06:47
Score: 2.5
Natty:
Report link

You might consider using the Cinemachine package. Without performing complicated computations and using its components' features you may achieve close results.

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

79523759

Date: 2025-03-20 18:06:47
Score: 1.5
Natty:
Report link

: = 0 : = ooo

Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD Ich fasse es nicht

:DDDDDDDDD

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

79523750

Date: 2025-03-20 17:58:45
Score: 1.5
Natty:
Report link

As I can see at your "error picture", you've got "No such file or directory" while tryin to open c:/../Lab2/tasks. Check if that path is correct / exists first.

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

79523720

Date: 2025-03-20 17:41:42
Score: 2
Natty:
Report link

I have set a writeble directory

options.add_argument(r"--user-data-dir=c:\aaa")
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Galina

79523692

Date: 2025-03-20 17:30:39
Score: 3.5
Natty:
Report link

bump mongodb-memory-server package solved my issue

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

79523679

Date: 2025-03-20 17:22:38
Score: 2
Natty:
Report link

The actual answer is

[a-z]+(_[a-z]+)*

because snake_case is all characters in lowercase... https://en.wikipedia.org/wiki/Snake_case

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

79523675

Date: 2025-03-20 17:21:38
Score: 2
Natty:
Report link

You could use:

=IF(ISNUMBER(MATCH(H3,TOCOL($A$2:$E$13),0)), $H$3, "")

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

79523669

Date: 2025-03-20 17:17:37
Score: 0.5
Natty:
Report link

I was not able to use IMPORTRANGE as a data validation as PatrickdC clarified.

I was able to do the following:

  1. Create a Google Sheet (call it Sheet A) that has all employees in our organization.

  2. From my other Sheet (call this Sheet B) I then did an IMPORTRANGE in the sheet cells rather than in data validation. This brings in all the data from my Sheet A. I then created another tabbed sheet on Sheet B and I was able to use the imported data on the other tab of Sheet B to then do an IMPORT for data validation.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: David Pugh

79523663

Date: 2025-03-20 17:16:37
Score: 1
Natty:
Report link
jQuery(document).ready(function () {
$('.custom-file-input').on("change", function () {
var fileName = $(this).val().split("\\").pop();
$(this).next('.custom-file-label').html(fileName);
})
});

Code above fixed my same issue.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pradeep Patra

79523662

Date: 2025-03-20 17:16:37
Score: 0.5
Natty:
Report link

With regards to the code by miki on Jun 7 2019

Document doc = Application.DocumentManager.MdiActiveDocument;
Editor ed = doc.Editor;

int polylineState = 1; // 0 - closed, 1 - open
TypedValue[] vals= new TypedValue[]
{
    new TypedValue((int)DxfCode.Operator, "<or"),

    // This catches Polyline object.
    new TypedValue((int)DxfCode.Operator, "<and"),
    new TypedValue((int)DxfCode.Start, "LWPOLYLINE"),
    new TypedValue(70, polylineState),
    new TypedValue((int)DxfCode.Operator, "and>"),

    new TypedValue((int)DxfCode.Operator, "<and"),
    new TypedValue((int)DxfCode.Start, "POLYLINE"),
    new TypedValue((int)DxfCode.Operator, "<or"),
    // This catches Polyline2d object.
    new TypedValue(70, polylineState),
    // This catches Polyline3d object.
    new TypedValue(70, 8|polylineState),
    new TypedValue((int)DxfCode.Operator, "or>"),
    new TypedValue((int)DxfCode.Operator, "and>"),

    new TypedValue((int)DxfCode.Operator, "or>"),
};
SelectionFilter filter = new SelectionFilter(vals);
PromptSelectionResult prompt = ed.GetSelection(filter);

// If the prompt status is OK, objects were selected
if (prompt.Status == PromptStatus.OK)
{
    SelectionSet sset = prompt.Value;
    Application.ShowAlertDialog($"Number of objects selected: {sset.Count.ToString()}");
}
else
{
    Application.ShowAlertDialog("Number of objects selected: 0");
}

I have tested and made corrections on the POLYLINE DXF CODE for Closed Polyline or Open Polyline

In LISP

Closed Polygon

(setq var (ssget "X" '((-4 . "<and")(-4 . "<or")(-4 . "<and")(0 . "POLYLINE")(-4 . "&")(70 . 1)(-4 . "and>")(-4 . "<and")(0 . "LWPOLYLINE")(-4 . "&")(70 . 1)(-4 . "and>")(-4 . "or>")(-4 . "<or")(410 . "MODEL")(67 . 0)(67 . 1)(-4 . "or>")(8 . "LAYERNAME")(-4 . "and>"))))

Open Polygon

(setq var (ssget "X" '((-4 . "<and")(-4 . "<or")(-4 . "<and")(0 . "POLYLINE")(-4 . "&")(70 . 0)(-4 . "and>")(-4 . "<and")(0 . "LWPOLYLINE")(-4 . "&")(70 . 0)(-4 . "and>")(-4 . "or>")(-4 . "<or")(410 . "MODEL")(67 . 0)(67 . 1)(-4 . "or>")(8 . "V-QURY-BNDY-LEGN")(-4 . "and>"))))

In C#

                typedValue = new List<TypedValue>{

                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "<and"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "<or"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "<and"),
                    new TypedValue(Convert.ToInt32(DxfCode.Start), "POLYLINE"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "&"),
                    new TypedValue(Convert.ToInt32(DxfCode.Int16), 1),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "and>"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "<and"),
                    new TypedValue(Convert.ToInt32(DxfCode.Start), "LWPOLYLINE"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "&"),
                    new TypedValue(Convert.ToInt32(DxfCode.Int16), 1),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "and>"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "or>"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "<or"),
                    new TypedValue(Convert.ToInt32(DxfCode.LayoutName), "MODEL"),
                    new TypedValue(Convert.ToInt32(DxfCode.ViewportVisibility), 0),
                    new TypedValue(Convert.ToInt32(DxfCode.ViewportVisibility), 1),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "or>"),
                    new TypedValue(Convert.ToInt32(DxfCode.LayerName), "LAYERNAME"),
                    new TypedValue(Convert.ToInt32(DxfCode.Operator), "and>")
                };
Reasons:
  • Blacklisted phrase (1): regards
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: m jr

79523657

Date: 2025-03-20 17:14:36
Score: 2
Natty:
Report link

You could also try to add this .securityContext((sc) -> sc.requireExplicitSave(false)) wehn building your SecurityFilterChain bean.

For more details, see https://docs.spring.io/spring-security/reference/6.0/migration/servlet/session-management.html

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

79523655

Date: 2025-03-20 17:13:36
Score: 2.5
Natty:
Report link

Download the latest version of C8Run (8.6.9 at least), and check if you have set both JAVA_HOME and JAVA_VERSION

.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Angel S.

79523654

Date: 2025-03-20 17:13:36
Score: 1.5
Natty:
Report link

Don't give any spaces in the declaration.

set var1=123
set var2=John

is always preferred over

set var1 = 123
set var2 = John
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jayanta Mandal

79523644

Date: 2025-03-20 17:08:35
Score: 3.5
Natty:
Report link

In my case, I was named python file "threading".

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

79523640

Date: 2025-03-20 17:06:34
Score: 1.5
Natty:
Report link
private void BtnMinimize(object sender, RoutedEventArgs args)
{
    if (UserWindow.AppWindow.Presenter is OverlappedPresenter presenter)
    {
        presenter.Minimize();
    }
}
private void BtnMaximize(object sender, RoutedEventArgs args)
{

    if (UserWindow.AppWindow.Presenter is OverlappedPresenter presenter)
    {
        if (presenter.State == OverlappedPresenterState.Restored)
        {
            presenter.Maximize();
            presenter.IsMaximizable = false;
    
            var workArea = DisplayArea.GetFromWindowId(userWindow.AppWindow.Id, DisplayAreaFallback.Primary).WorkArea;
            UserWindow.AppWindow.MoveAndResize(new Windows.Graphics.RectInt32(workArea.X, workArea.Y, workArea.Width, workArea.Height));
        }
        else
        {
            presenter.Restore();
            presenter.IsMaximizable = true;
        }
    }
}
private void BtnClose(object sender, RoutedEventArgs args)
{
    Application.Current.Exit();
    // YourWindow.Close() also does the same, but I recommend using Exit().
}

Don't forget to rename UserWindow to the name of your window.

I personally don't like my maximize method because it's too long. However, I don't know a shorter way to maximize the window without covering the taskbar. If anyone can post a better solution here, I would be grateful :)

Reasons:
  • RegEx Blacklisted phrase (2): I would be grateful
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pain Nncera

79523629

Date: 2025-03-20 17:03:34
Score: 2.5
Natty:
Report link

OpenAI does not officially support a model named llama3.1-8b.Therefore, attempting to use llama3.1-8b with OpenAI's API may result in unexpected behavior. Here's a list of OpenAI's supported models as of March 2025: https://platform.openai.com/docs/models

Together AI's API is compatible with OpenAI's libraries, making it easy to try open-source llms.You can get the API key by registering at Together AI website. Here's the code example:

import openai

client = openai.OpenAI(api_key=""TOGETHER_API_KEY"", base_url="https://api.together.xyz/v1")

response = client.chat.completions.create(
    model="meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
    messages=[{"role": "user", "content": "Please tell me a joke"}],
    stream=True  
)

for chunk in response:
    print(chunk.choices[0].delta.content, end="", flush=True)

ref: OpenAI library with Together AI documentation

Reasons:
  • RegEx Blacklisted phrase (2.5): Please tell me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nick Wu

79523624

Date: 2025-03-20 17:01:33
Score: 2
Natty:
Report link

As mentioned by Max on the comments, avoid using the MyApp:: in the default column value, but if the issue persists, try emptying your database and executing the same changes with no data in the database. If the application works, you have an issue in your database records, some of them might have broken relationships for some reason

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

79523615

Date: 2025-03-20 16:59:32
Score: 3
Natty:
Report link

Thank you Bill Stewart ! I really liked the solution you showed on how to run a *.bat file from JS/PHP.

I've tried to implement it but unfortunately Nothing Happens when I click the button: Play example.

Here's my code:

<script language="Javascript" type="text/javascript"> 
var wshShell = new ActiveXObject('WScript.Shell');
</script>

My PHP code includes:

echo "<input id='btnExplore' type='button' value='Play example' 
onclick='wshShell.Run('C:\\tools\\Play Example.bat');";

The Clipboard holds the correct adress to the source to play, like C:\tools\example.avi

I really would appreciate a comment from you or any other expert.

Cheers, Torbjorn

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Cheers
  • Blacklisted phrase (1.5): would appreciate
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user3437733

79523606

Date: 2025-03-20 16:56:32
Score: 3
Natty:
Report link

three simple steps.

$ sudo dnf -y install dnf-plugins-core

$ sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo

$ sudo dnf install docker-ce-cli

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

79523602

Date: 2025-03-20 16:56:31
Score: 10 🚩
Natty: 5
Report link

I'm having the same issue. I tried the above solution but still got the following error: Invalid input to `zip`. Inputs are expected to be (nested) structures of `tf.data.Dataset` objects but encountered object of type <class 'keras.src.legacy.preprocessing.image.DirectoryIterator'>. Did you ever find a solution?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a solution
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same issue
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30003387

79523599

Date: 2025-03-20 16:55:31
Score: 2.5
Natty:
Report link

Use the precision formatter 'f0' with String.Format("{0:f0}", number), especially if it is for debug logs.

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

79523593

Date: 2025-03-20 16:50:30
Score: 2.5
Natty:
Report link

Check once in vscode where the maven build or plugin is there,see whether the compiler warnings is checked or non checked ,if its checked it might come,so the place from where you are building the project that plugin's settings needs to be verified once

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

79523581

Date: 2025-03-20 16:44:28
Score: 1.5
Natty:
Report link

Looking at the source and docs of some of the methods involved in this process, I think you store somewhere in the session that the user is using the mobile version. Before signing in, you wipe out the existing session with sign_out_all_scopes then you go ahead with the login, but the session has been wiped so by the time the redirect URL is generated it doesn't know that it should be for the mobile version.

This should probably be a comment instead of an answer, but I don't have enough reputation for that yet.

Reasons:
  • RegEx Blacklisted phrase (1.5): I don't have enough reputation
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Davi Medrade

79523560

Date: 2025-03-20 16:38:27
Score: 0.5
Natty:
Report link

What you want is basically the cartesian product of all stations to all ports.

While SQLite apparently does not support full outer joins, it accepts fine simple joins, and your request can be expressed as a self-join query, with the appropriate conditions for each instance of the device table: one filters rows where the type is port, the other, where it is station.

A full select query can look like this:

select S.device_id as station, P.device_id port
from device S join device P
where S.type = 'Station' and P.type = 'Port';

Be aware that, by default, SQLite is case sensitive with regards to text comparison. To properly handle as expected values in the type column with varied cases, you can either wrap all references to this column in queries with the function lower(), in which case the query looks like so:

select S.device_id as station, P.device_id port
from device S join device P
where lower(S.type) = 'station' and lower(P.type) = 'port';

You need to ensure that your string literals are fully lowercase for this to work.

Otherwise (and I recommend this alternative rather than the previous one), you can declare the column as case-insensitive with the collate nocase clause.

create table device (
    device_id integer primary key,
    type text collate nocase
);

Please find here a SQLFiddle with the above query in action (used to insert into a separate table).

Reasons:
  • Blacklisted phrase (1): regards
  • Long answer (-1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What you
  • Low reputation (0.5):
Posted by: joH1

79523554

Date: 2025-03-20 16:36:27
Score: 2
Natty:
Report link

I couldn't find a way to do it only using the Azure DevOps API, because Wiki attachments can be created but not deleted, as no respective call exists. Also, using Attachments - Create files can not be overwritten, whereby unique naming and wiki page upates would have to be implemented.

The solution I implemented now is based on Wikis in Azure being repositories as well. In the runner, after I updated images, I clone the wiki repo using git, replace files in the .attachements folder, create a commit and push it.

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

79523551

Date: 2025-03-20 16:35:26
Score: 3
Natty:
Report link

Some SPARQL implementations d have specific functions, e.g. GraphDB. Ontop follows the GraphDB conventions:

https://graphdb.ontotext.com/documentation/10.1/time-functions.html

https://ontop-vkg.org/guide/compliance.html#time-functions

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

79523537

Date: 2025-03-20 16:29:25
Score: 2.5
Natty:
Report link

Have you tried class self-end using flex items-stretch?

And what's the main point of your question? Do you want the footer item to be at the end of the card?

I tried this code on my own. The footer is at the end of the card, instead it was not in the center, so I used justify-center. So, what do you want basically?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user29916039

79523534

Date: 2025-03-20 16:28:25
Score: 1.5
Natty:
Report link

root.title = "fake title"

wouldn't work,

Instead you should do

root.title("real title")

that's why your master title is being counted as a string not an object or a method

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

79523531

Date: 2025-03-20 16:28:25
Score: 0.5
Natty:
Report link

The problem is that ETL will use the SYSTEM CMake keyword, which for some GCC compilers (like mine; there is some claims that it is specific to the ARM compilers...) will implicitly wrap the headers with extern "C". Fortunately it provides a NO_SYSTEM_INCLUDE option that you can turn off to NOT use the SYSTEM keyword, which turns off this GCC behavior.

https://github.com/ETLCPP/etl/blob/master/CMakeLists.txt#L21

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

79523524

Date: 2025-03-20 16:25:24
Score: 0.5
Natty:
Report link

This is a very open ended question and every developer would respond in a different way that would ultimately converge to a similar endpoint. I try to give it a shot here:

Step 1 : Content Assessment and Preparation

You need to start preparing the Greek equivalent of text in every webpage, captions, menu items and so on. If you are native Greek, you can do it yourself, else you can take help from Google translation or other other translation services. You might want to take help in reviewing and proof reading.

Step 2 : Prepare source files

Organize your content into easily translatable formats (e.g., Word documents, spreadsheets). This will help streamline the translation process.

Ensure your website uses UTF-8 character encoding to support Greek characters.

If this runs in parallel with English website, you need to defined urls, sub-urls logically include language code, locale etc.

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

79523520

Date: 2025-03-20 16:24:23
Score: 2.5
Natty:
Report link

I may be over simplistic, but I just use:

explorer.exe <path_to_html.html>

This opens in IE/Edge or the such as you would expect.

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

79523514

Date: 2025-03-20 16:21:23
Score: 2
Natty:
Report link

This method is not safe becareful:

import ssl

f = urlopen(url, context=ssl._create_unverified_context())

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

79523511

Date: 2025-03-20 16:18:22
Score: 4
Natty:
Report link

I have created https://developercommunity.visualstudio.com/t/Better-workflow-for-creating-multiple-su/10876223 so maybe if we get enough up-votes in the next 90 days we can get something on microsoft's roadmap for ADO so it would just be native functionality.

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

79523507

Date: 2025-03-20 16:17:21
Score: 1
Natty:
Report link

The problem was in how I was dynamically updating queryParams. I was changing a property on the object, e.g.

this.queryParams.property = 'value'

Instead of assigning a new object, e.g.

this.queryParams = { ...this.queryParams, property: 'value' }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: kevin

79523505

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

I appreciate all the details in your question.

I don't see anything wrong with your code. A few thoughts that might help debug though:

Try toggling P1.4 on any EUSCI interrupt. Perhaps another interrupt is being generated and the interrupt isn't getting cleared as aresult.

Try writing some arbitrary data to the TX and RX buf to start. See if it needs something initialized to get shifted out.

UCBxTXBUF = 0xA5;
UCRXBUFx = 0xF0;

Is the master device transmitting in 10b addressing mode? Looks like this slave device is configured for 7b. It might help to post a oscilloscope capture of some bus traffic?

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

79523496

Date: 2025-03-20 16:13:20
Score: 1.5
Natty:
Report link

Are you using SystemWebAdapters version 2.0.0 by chance? We just updated from 1.4.0 on our system and had the same issue. The redirect wasn't working. If we signed into our old app it worked fine but not from our .net 9 blazor server app. I just downgraded back to 1.4.0 for both the .net 4.8 mvc app and our .net 9 blazor server and the login started working again. I think there may be a bug in 2.0.0 or something that needs to change in the config that I wasn't able to find.

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Jackman

79523489

Date: 2025-03-20 16:11:20
Score: 1.5
Natty:
Report link

An external URL is not a "navigation destination". You should replace the NavigationLink

NavigationLink("Some Title", value: someElement)

with a Button:

Button("Some Title") {
    if let urlString = element.link?.externalUrlString, let url = URL(string: urlString) {
        openURL(url)
    }
}

If the NavigationLink was originally in a List, and you want to keep the trailing chevron, see SwiftUI List disclosure indicator without NavigationLink.


If you want to navigate to a SFSafariViewController that shows that URL, see How do I use SFSafariViewController with SwiftUI?.

Reasons:
  • Blacklisted phrase (1): How do I
  • Probably link only (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Sweeper

79523487

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

Can use 'set' instead of list to avoid duplications automatically

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can u
  • Low reputation (0.5):
Posted by: Andrew Day

79523486

Date: 2025-03-20 16:10:20
Score: 1.5
Natty:
Report link

Just one thing

Check any of the methods except Customizer.defaults() and see what methods or details they show,accordingly the requirement is to attach the mentioned api to the jsession id of the session check once in the logOut where you are deleting the jsessionid ,as per what i can see might be wrong,before the session ends, the jsession id is required

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

79523480

Date: 2025-03-20 16:08:19
Score: 1
Natty:
Report link

I think the issue is indeed what is outlined in the linked URL github issue. One of the dependencies is looking for [email protected], which doesn't exist. Lowering renv down to 1.1.2, no issues. I had a coworker test as well and we were able to produce similar results. Therefore the best bet to avoid this issue (for the time being) is to drop down to [email protected]. Even on [email protected] specifying a different version of Rcpp didn't yield success.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: nos codemos

79523476

Date: 2025-03-20 16:07:19
Score: 0.5
Natty:
Report link

I had a same problem, and my fix was to specify some random address to mmap instead of providing NULL. My guess is that the OS tries to pack virtual addresses as tightly as possible, so there is no space for remap to grow.

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

79523474

Date: 2025-03-20 16:05:18
Score: 2.5
Natty:
Report link

BitLife Unblocked is a version of the popular life simulation game BitLife that you can play without any restrictions. It allows you to access the game even in places where it might be blocked, like schools or workplaces. In this game, you can make life decisions, build a career, start a family, and experience different adventures. With BitLife Unblocked, you can enjoy the full game anytime, anywhere, without limitations!

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a
  • Low reputation (1):
Posted by: char lotte

79523468

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

If you encounter such a problem, try another good proxy service, for example NodeMaven I also encountered such problems and simply switched to other options)

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

79523462

Date: 2025-03-20 15:58:17
Score: 2
Natty:
Report link

If this happens to you after March 1, 2025, it's probably because the Distance Matrix API is in Legacy. It's been replaced by the Routes API. You are getting this error because this feature can't be used for future usage.

If you want to use the Distance Matrix API, or if you are still get this even after switching to the Routes API, you can manually activate the Distance Matrix API by going to this link. It might also be necessary to edit the API Key API Restrictions and add the Distance Matrix API.

Reasons:
  • Blacklisted phrase (1): this link
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Starship

79523457

Date: 2025-03-20 15:57:16
Score: 2.5
Natty:
Report link

Use g++ to compile C++, as gcc is for C.

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

79523452

Date: 2025-03-20 15:53:16
Score: 0.5
Natty:
Report link

You can safely .gitignore it (which is what I plan to do).

From the unplugin-vue-components readme:

Once the setup is done, a components.d.ts will be generated and updates automatically with the type definitions. Feel free to commit it into git or not as you want.

Source: https://github.com/unplugin/unplugin-vue-components#typescript

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

79523450

Date: 2025-03-20 15:51:15
Score: 2
Natty:
Report link

I'm not exactly sure how you were directed here for this issue, and I apologize for the frustrating experience of posting in this forum. While these API's are sitting behind "banno.com", these are not a part of the Banno Digital Toolkit. This is something that the Jack Henry Treasury Support team should be able to assist you with. In order to get in touch with them, you will need to create a case via the For Clients portal (forclients.jackhenry.com).

Thanks,

Garrett

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Low reputation (1):
Posted by: GarrettRJH

79523446

Date: 2025-03-20 15:50:14
Score: 11.5 🚩
Natty: 5
Report link

Did you find the answer? facing the same issue :(

Reasons:
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): Did you find the answer
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find the answer
  • Low reputation (1):
Posted by: user30002704

79523443

Date: 2025-03-20 15:48:14
Score: 1.5
Natty:
Report link

It appears that Next.js was dropping the second queued action in my case. I’m using Next.js v15.2.0-canary.61, and this behavior might be fixed in a newer version.

I found a workaround in a GitHub thread that resolves the issue. The suggestion is to wrap the server action call in a setTimeout, which successfully prevents the second action from being lost.

This approach worked for me:

setTimeout(() => {
  yourServerAction();
}, 0);

If upgrading isn’t an option or the issue persists, this workaround might help others facing the same problem.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same problem
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Nick

79523440

Date: 2025-03-20 15:46:13
Score: 2
Natty:
Report link

I know this is an old post but recently (2025) I have seen "Request.ServerVariables("HTTPS")" returning "off" even when the site is HTTPS/SSL and the browser shows a valid certificate.

This is a great work around:
if request.servervariables("SERVER_PORT") <> "443" then ...

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

79523436

Date: 2025-03-20 15:45:13
Score: 2.5
Natty:
Report link

As @Remy Lebeau mentioned, the checkboxes are implemented as state images, and the OnChanging and OnChange events are fired with Change=ctState when an item's checkbox state is (being) changed, and TListItem does have a Checked property in D2007

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Remy
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nelson Silinda

79523430

Date: 2025-03-20 15:43:13
Score: 1.5
Natty:
Report link

The issue was fairly simple: I forgot to set the protocol in the broker and backend, i.e. redis://a-redis-server.abcdef.0001.use1.cache.amazonaws.com:6379/0. Seems a bit obvious in retrospect lol.

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

79523414

Date: 2025-03-20 15:37:11
Score: 2
Natty:
Report link

To be able to go through the files, change the code, and run commads in the terminal in the remote server, you can use this extension on vscode.

https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh

enter image description here

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pedro Rodrigues

79523404

Date: 2025-03-20 15:34:11
Score: 3
Natty:
Report link

i have this call (and yes it works i replaced the real names and the ids) and when i have this console.log(this.object()) after my subscribe or even before I will get a loop. If i put the log in the subscribe i won't get a loop and with untracked i won't get a loop too. Is this really as it works because nothing in this effect should trigger the call again and again, my first solution was to comment out this._object.set(null) but not even this triggers the loop

Reasons:
  • Blacklisted phrase (1): to comment
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: abhi

79523394

Date: 2025-03-20 15:32:10
Score: 1
Natty:
Report link

The following options are what I needed to maximize core usage:

const cluster = await Cluster.launch({
    concurrency: Cluster.CONCURRENCY_BROWSER,
    maxConcurrency: navigator.hardwareConcurrency
});
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Conner Enders

79523385

Date: 2025-03-20 15:26:08
Score: 4
Natty:
Report link

Is it the same video files as before? mkv is a container, not a codec, so the container could contain streams chrome cannot decode.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is it the
  • Low reputation (1):
Posted by: Nick

79523372

Date: 2025-03-20 15:20:07
Score: 3
Natty:
Report link

In my case, the error resolved after I installed opencv.

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

79523352

Date: 2025-03-20 15:16:05
Score: 0.5
Natty:
Report link

It may also be that you have 2 network connections, for example ethernet and wifi, that ethernet is the default route but is down, and so that it fails although there are another connection that is working.

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

79523346

Date: 2025-03-20 15:14:05
Score: 1
Natty:
Report link

What I do is this:

on helpers.scss

@use 'variables' as vars;

on _variables.scss

$black: #000;
$white: #fff;

$colors: (
  'black': $black,
  'white': $white,
);
:root {
  @each $name, $color in $colors {
    --#{$name}: #{$color};
  }
}

and I get on main.css

:root {
  --black: #000;
  --white: #fff;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What I
  • Low reputation (0.5):
Posted by: Ignacio Galdames

79523342

Date: 2025-03-20 15:12:05
Score: 1.5
Natty:
Report link

I use this:

      <MaterialTopTabs.Screen name="chat" options={{ title: "Chat"}} redirect={true} />
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nhat244

79523309

Date: 2025-03-20 15:01:02
Score: 2.5
Natty:
Report link

Yes, always when you want to deploy a particular feature/fix/etc without deploying other stuff

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

79523307

Date: 2025-03-20 15:00:02
Score: 0.5
Natty:
Report link

Tried only with

"next": "15.2.2"

"typeorm": "^0.3.21"

@OneToMany('Habit', 'author')
habits: Habit[];
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Makatun

79523305

Date: 2025-03-20 15:00:02
Score: 1
Natty:
Report link

Tried to use a session.
But the situation does not change; There are two links on the index.html; one is google (no restricted area) and the other is under the current directory which is the area where the basic auth is necessary. The page transition to google was successful now, but that to the restricted area is not.

Any hints would be appreciated!
Thank you very much!

- (void)viewDidLoad {
    [super viewDidLoad];
    // Do any additional setup after loading the view.

    NSString *urlString = @"https://test.com/test/";
    
    //username and password value
    NSString *username = @"test1";
    NSString *password = @"test1";

    //HTTP Basic Authentication
    NSString *authenticationString = [NSString stringWithFormat:@"%@:%@", username, password] ;
    NSData *authenticationData = [authenticationString dataUsingEncoding:NSASCIIStringEncoding];
    NSString *authenticationValue = [authenticationData base64Encoding];
    
    //Set up your request
    NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL:[NSURL URLWithString:urlString]];
    [request setHTTPMethod:@"GET"];
    //[request setHTTPMethod:@"POST"];

        [request setValue:[NSString stringWithFormat:@"Basic %@", authenticationValue] forHTTPHeaderField:@"Authorization"];
    
    NSURLSession *session = [NSURLSession sharedSession];
    [[session dataTaskWithRequest:request
             completionHandler:^(NSData * _Nullable data, NSURLResponse * _Nullable response, NSError * _Nullable error) {
                 if (!error) {
                     NSLog(@"good!: %@", data);  //[NSString stringWithFormat:@"ID %@", DevID];

                     NSString *html = [[NSString alloc] initWithData:data encoding:NSUTF8StringEncoding];
                     NSLog(@"%@", html);
                     NSURL *url = [NSURL URLWithString:urlString];
                     [self->_webView loadHTMLString:html baseURL:url];

                }
             }] resume];

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

79523300

Date: 2025-03-20 14:58:01
Score: 1
Natty:
Report link

I tried many different things. The thing that solved it for me was including the OpenAPIVersion spec in UseSwagger():

    app.UseSwagger(options =>
    {
        options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi2_0;
    });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Steve Carroll

79523291

Date: 2025-03-20 14:54:00
Score: 7.5 🚩
Natty: 5.5
Report link

I am doing something very similar where I need to replace BATCH_MATMUL operator with RESHAPE and MATMUL.
were you successful in doing this? please share insights.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ujjwal Gupta

79523290

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

There is now an alternative to use the extensions runtime for Lambda, you can cache Parameter Store or Secrets values there:

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

79523285

Date: 2025-03-20 14:49:58
Score: 1
Natty:
Report link
export const Route = createFileRoute('/_authenticated')({
  component: Authenticated,
  beforeLoad: async () => {
    await auth.authStateReady();
    if (!auth.currentUser) throw redirect({ to: '/' });
  },
});

I managed to solve it, the problem was that I lost the user's state when reloading the page, thus falling into the condition and being redirected to the login page, I just had to wait for the loading state with authStateReady.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vinicius R. Pilati