79283835

Date: 2024-12-16 07:05:10
Score: 0.5
Natty:
Report link

reindexAll() :

This method is used to reindexed all indexer at once. It's ensure all data is up-to-date across the entire store. It typically use when making any bulk changes to the catalog ( Adding New Product, updating prices or changing attributes value). It can be resource-intensive process ( especially for large catalogs ), as it process all indexers regardless of whether individual need to updating or not.

reindexEverything():

This method was more aggresive approaches to reindexing in magento ( In 1.x ). It was designed to reindex all data, similar to reindexAll(), but it could also include additional processes/ checks that might not be present in reindexAll(). It was using to perform more extensive operations, depending on it's implementation. It was often used in scenarios where a complete refresh af all index data was necessary, including any custom or additonal indexing logic.

Note:

reindexEverything() was using in magento 1.9. But in Magento 2, the indexing system was significantly restructured and improved compared to Magento 1.x. As a result, the method reindexEverything() was not carried over into Magento 2.

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

79283822

Date: 2024-12-16 06:59:08
Score: 4.5
Natty:
Report link

i believe the best way for it, is to use the datatable row reorder feature

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

79283817

Date: 2024-12-16 06:57:08
Score: 2.5
Natty:
Report link

Open your meta developer account and select your app then select Facebook Login for Business requires advanced access settings set Valid OAuth redirect URIs and remove redirect_uri from your code check attached image

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

79283811

Date: 2024-12-16 06:50:06
Score: 3
Natty:
Report link

It might work for install same version for both

npm install react@18 react-dom@18

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

79283807

Date: 2024-12-16 06:47:05
Score: 5.5
Natty: 5.5
Report link

Steve is there any way to create the linked service as a dynamic. Like I need to load the data from one server to multiple server in that case my source is static but sink should be dynamic. How can I do that? Is it possible?. I will have multiple datasets and I need to sink dataset as a dynamic in the copy data activity.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): can I do
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): is there any
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Tamilarasan

79283806

Date: 2024-12-16 06:46:04
Score: 1.5
Natty:
Report link

Input and output being on the same terminal window is definitely the root of the problem, you're bound to run into I/O stream collisions doing it like this. I would look into using ncurses to split your terminal view into two windows possibly an input window at the bottom and an output window at the top, that choice is left up to you :P

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Awayy

79283793

Date: 2024-12-16 06:39:03
Score: 1
Natty:
Report link

Arrays are 0 indexed. This means while you count 5 Values (1,2,3,4,5) Arrays count with: 0,1,2,3,4 your for-loop asks for smaller-equal to Buffersize (<=) while it should be <. Your array runs in the current state out of bounds which causes an overflow which again causes Undefined Behaviour

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

79283767

Date: 2024-12-16 06:10:58
Score: 2.5
Natty:
Report link

As someone mentioned, what worked for me was to install compatible versions of vite and vitest. When I typed the npm ls vite command, I realized there were different versions of vite, so I installed the specific version that vitest installed and I no longer get the error. If this is not a good solution, please let me know.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (2.5): please let me know
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Crystal A

79283760

Date: 2024-12-16 06:02:57
Score: 2.5
Natty:
Report link

this idea will not work because we are checking pwm input continuously on both channel and according to yore code it will check only one condition, it will not check second condition therefore it measure only channel input. Correct me if I wrong.

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

79283759

Date: 2024-12-16 06:01:57
Score: 2
Natty:
Report link

The required privileges are detailed here : https://learn.microsoft.com/en-us/purview/audit-search?tabs=microsoft-purview-portal

"To access audit cmdlets, you must be assigned the Audit Logs or View-Only Audit Logs roles in the Exchange admin center. You can also create custom role groups with the ability to search the audit log by adding the View-Only Audit Logs or Audit Logs roles to a custom role group."

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

79283754

Date: 2024-12-16 05:54:55
Score: 4
Natty:
Report link

when I turn off the DevTools panel, it works! Damn.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): when I
  • Low reputation (1):
Posted by: Lollipope

79283748

Date: 2024-12-16 05:51:54
Score: 3.5
Natty:
Report link

For the same problem I created an std::vectorEigen::Triplet in parallel (each thread collects instances of triplets to a thread local vector in parallel and finally I merge those vectors outside the parallel block).

What is the most efficient way for assembling from triplets in parallel?

Will I have to sort per column-row, merge the same occurrences and then assign each column to a thread?

Is there another option to avoid sorting?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ioannis Karampinis

79283747

Date: 2024-12-16 05:51:54
Score: 1.5
Natty:
Report link

Because there's is no query instance declared above.So $query is an empty variable right?. So you can directly call the model and apply where condition.

ModelName::whereIn('lead_owner_id', $ownerIds)->get();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: ghost malmer

79283739

Date: 2024-12-16 05:46:53
Score: 2.5
Natty:
Report link

Kotlin extension is causing this issue. Since kotlin synthetics is depreciated the behaviour is occurring. Just by simply removing synthetics and replacing with view binding resoled the problem.

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

79283738

Date: 2024-12-16 05:44:53
Score: 2
Natty:
Report link

The issue arises because the in-process hosting model for ASP.NET Core applications in IIS does not currently support the IIS Application Initialization module as expected. This limitation is referenced in the issue you linked https://github.com/dotnet/aspnetcore/issues/8057 In this hosting model, the IIS worker process (w3wp.exe) directly hosts the application, and requests may not reach the initialization endpoint as desired during startup or slot swaps. For more information and review links shared https://techcommunity.microsoft.com/blog/iis-support-blog/application-initialization-in-iis/4232177 https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/in-process-hosting?view=aspnetcore-9.0

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

79283737

Date: 2024-12-16 05:44:53
Score: 2.5
Natty:
Report link

Are these tasks executed concurrently? If it is executed concurrently and each task execution needs to establish a connection with the database, according to your description, “But mostly I get 6000-7000 triggers every minute”, I suggest increasing the number of connections configured in the database connection pool.Your maximum number of connections has only been set to 50.

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

79283735

Date: 2024-12-16 05:40:51
Score: 8.5 🚩
Natty: 4.5
Report link

were you able to figure out if this was possible.

I am also exploring ways to create this solution of using azure ad sso to access an app that can use aws s3 buckets

Reasons:
  • RegEx Blacklisted phrase (3): were you able to figure out
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Steven Lam

79283731

Date: 2024-12-16 05:37:51
Score: 1
Natty:
Report link

For me worked when i wrote my local network IP - 192.168.0.XXX. postgres://postgres:[email protected]:5432/docker_db_name_prod.

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

79283724

Date: 2024-12-16 05:32:50
Score: 3.5
Natty:
Report link

It might happen due to insufficient Twilio funds or free trial expiration.

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

79283723

Date: 2024-12-16 05:31:50
Score: 3.5
Natty:
Report link

i used the given link but it doesn't connect to the server.

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

79283722

Date: 2024-12-16 05:31:50
Score: 1
Natty:
Report link

As of now, fb doesnot allow cloning in different account but you can use a combination of get and create endpoints of adsets to clone all the configurations from an adset in one account to an adset in different account.

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

79283720

Date: 2024-12-16 05:31:50
Score: 2.5
Natty:
Report link

This Code is work fine. I have made program for weigh bridge in which I have to use control c for calibration so if I press control c then program will automatically exit to avoid these I have used above mentioned code thank you very much

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tushar Gandhi

79283719

Date: 2024-12-16 05:28:49
Score: 1.5
Natty:
Report link

for any number of lines:

<v-btn>
  <template v-for="e in ['one','two','three','four']">
    {{ e }}
    <br/>
  </template>
</v-btn>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joel Santos

79283711

Date: 2024-12-16 05:19:47
Score: 2.5
Natty:
Report link

I resolved it in Fix #16 Direct local .aar file dependencies are not supported when building an AAR when assemble release in gradle-6.7.1 or higher

Reasons:
  • Whitelisted phrase (-2): I resolved
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Li Zheng

79283706

Date: 2024-12-16 05:13:46
Score: 1
Natty:
Report link

Would an IIF statment fit the bill?

IIF(createdDate < DATEADD(DAY, -20, GETUTCDATE()), 1, 0)
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Rufus L

79283698

Date: 2024-12-16 05:06:45
Score: 1
Natty:
Report link

Why changing the default font? That could result in more changes than you want to. You can create any number of your own Font names.

NimbusLookAndFeel nimbus = new NimbusLookAndFeel();
     UIManager.setLookAndFeel(nimbus);
     nimbus.getDefaults().put("internationalFont",
           new Font(Font.SANS_SERIF, Font.PLAIN, 22));

Here I just chose the name "internationalFont". You can make up your own names.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why
  • Low reputation (0.5):
Posted by: dragoness

79283696

Date: 2024-12-16 05:06:45
Score: 0.5
Natty:
Report link

The issue you are encountering likely stems from resource contention and metadata inconsistencies caused by the large collection (487 million entities with 512 dimensions) in your Milvus instance. When you attempt to load the smaller collection, Milvus may struggle to allocate resources or properly manage channel assignments, especially after scaling query nodes back down to 4. The error message indicates that the QueryCoord cannot find the required replica or channels for the collection, suggesting that metadata synchronization between the QueryCoord and DataCoord may be incomplete or corrupted.

To resolve this, ensure that sufficient resources are allocated for your Milvus instance, as the large collection's size and query node scaling could have strained system capacity. Restarting the QueryCoord and DataCoord services may help refresh metadata and clear inconsistencies. Additionally, consider optimizing the configuration of your query nodes, such as evenly distributing resources or temporarily pausing the large collection to free up resources for loading the smaller collection. If the issue persists, check the Milvus logs again for deeper insights or upgrade to a newer version, as this may address bugs or scalability limitations in 2.3.3.

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

79283685

Date: 2024-12-16 05:01:43
Score: 2.5
Natty:
Report link

Another option is to use the button "Extract" on the Find window. It will create a new file with the contents of the replace text. If you want to copy all the text of the find, put it into parenthesis and use \1 in the replace.

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

79283676

Date: 2024-12-16 04:55:42
Score: 1.5
Natty:
Report link

I answer my own question: when starting the program, you need to align the stack: sub rsp, 08h, which was not done.

start: sub rsp, 08h invoke mixerGetNumDevs invoke ExitProcess
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Memnon

79283664

Date: 2024-12-16 04:38:39
Score: 3
Natty:
Report link

For me, this setting resolves the issue. Under edge://flags/, it should be enabled.

enter image description here

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

79283658

Date: 2024-12-16 04:34:38
Score: 1.5
Natty:
Report link

Had this issue and wanted to keep filters from the previous page and reset one slicer (to keep the other cards intact with the slicer from previous page). Create a bookmark of the page you need to reset the slicers to on open. Select the visual (s) you want reset and make sure that it is already clear. In the bookmarks panel, click the three dots next to the bookmark you just created, choose Selected visuals and then choose Update. Set the button to the bookmark. Now if you have a filter on the previous page it will carry over to the next page for every visual except for the visual that you have selected to clear on entrance.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Charles Johnson

79283654

Date: 2024-12-16 04:33:37
Score: 9.5 🚩
Natty: 5.5
Report link

I am having the same problem, have you fixed it?

Reasons:
  • RegEx Blacklisted phrase (1.5): fixed it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lưu Minh Quân

79283646

Date: 2024-12-16 04:26:36
Score: 1.5
Natty:
Report link

It turns out I was missing a file called _sqlite3.cpython-311-x86_64-linux-gnu.so from the lib-dynload library located at /home/katmatzidis/.pyenv/versions/3.11.10/lib/python3.11/lib-dynload. This is what the error means by ModuleNotFoundError: No module named '_sqlite3'.I found a copy of the file from the Spyder6 internal python files at /home/katmatzidis/spyder-6/envs/spyder-runtime/lib/python3.11/lib-dynload and copied it to my lib-dynload library and the IPython console and it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Contains signature (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: katmatzidis

79283644

Date: 2024-12-16 04:25:35
Score: 2.5
Natty:
Report link

Solved it. I am using a GoHighLevel based CRM. This code was originally inserted into a hidden field. I moved the code to the Survey Footer which loads prior to the form fields. Seems to be working now!

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

79283641

Date: 2024-12-16 04:17:34
Score: 1.5
Natty:
Report link

use *{name} instead of ${name}. I hope this helps!

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jatogavrana

79283640

Date: 2024-12-16 04:15:33
Score: 2.5
Natty:
Report link

What if we find bug when we just deploy the master to the production environment ? If we use the release branch, we just fix it and test, if no more bug, we merge to the master, no hotfix branch is needed.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What if we find
Posted by: arganzheng

79283632

Date: 2024-12-16 04:05:31
Score: 0.5
Natty:
Report link

Inspired by danielnixon's answer, a reusable version (Scala 3):

extension [T](ts: Iterable[T]) {
  def indexBy[K](f: T => K): Map[K, T] =
    ts.map(t => f(t) -> t).toMap
}

val byAge = stooges.indexBy(_.age)

Also, I could swear from my Scala 2 use a few years ago that Scala includes the above somewhere in the standard library (in IterableOps or the like), but I can't find it. Could it have been removed in Scala 3?

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

79283629

Date: 2024-12-16 04:03:30
Score: 5
Natty:
Report link

RustRover official Document How to Switch Cargo profiles

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

79283628

Date: 2024-12-16 04:02:29
Score: 1
Natty:
Report link

Ok. I've got something working. rather than using .net MAUI Web authenticator use a regular webview and follow this example https://learn.microsoft.com/en-us/azure/app-service/overview-authentication-authorization.

Then once you select your google account it will redirect you to this url that contains the jwt "{function_app}/.auth/login/done#token={your token}". and use this token to make requests to the function app by sending it in the headers 'X-ZUMO-AUTH'

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

79283621

Date: 2024-12-16 03:53:28
Score: 3.5
Natty:
Report link

Many of the admin3 codes for US counties correspond to federal codes in USGS GNIS data...I imagine the same is true for other countries. These might be helpful:

https://geonames.nga.mil/geonames/GNSData/

https://www.usgs.gov/us-board-on-geographic-names/download-gnis-data

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

79283619

Date: 2024-12-16 03:50:27
Score: 3
Natty:
Report link

This is an error with Godot version 4.2.2 that has been fixed in 4.3. I'm not sure if this is an acceptable answer for this site, but it is the only one for this question.

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

79283616

Date: 2024-12-16 03:48:27
Score: 1.5
Natty:
Report link

It sometimes happens that context name could be different on different devices and OS versions, I would try to log list retuned by this.getCurrentContexts() and check what is WebView name is actually there.

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

79283606

Date: 2024-12-16 03:42:25
Score: 2
Natty:
Report link
dplyr::inner_join(DF1, DF2, by = join_by(TIME, OBJECT))
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Eonema

79283582

Date: 2024-12-16 03:22:20
Score: 6.5 🚩
Natty:
Report link

can you share the pymilvus version you are using? I checked the pymilvus code on 2.5 and found that it does not match the error message. If the matching SDK version is not used here, it is recommended to upgrade the SDK version to 2.5.

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you share the
  • Low reputation (1):
Posted by: smellthemoon

79283579

Date: 2024-12-16 03:18:19
Score: 3
Natty:
Report link

alright buddy you listen here I am intelligent and can tell you you need to tell them to get in a single file line before they go to lunch so that the other one you want in front get its spicy chicken sandwich first therefore its in the front end .

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

79283575

Date: 2024-12-16 03:18:19
Score: 4
Natty: 4
Report link

I removed the "hex-ci. style lint -plus" extension and it fixes the error for me.

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

79283569

Date: 2024-12-16 03:11:17
Score: 1.5
Natty:
Report link

It seems I was mistaken. Those formats (you could select in the settings app) where for the audio engine (shared mode)

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

79283561

Date: 2024-12-16 03:01:14
Score: 5
Natty:
Report link

It seems you're referring to a JSFiddle link that contains a specific effect, possibly related to your IPTV site. However, it looks like you forgot to include the actual code here. Could you share the relevant code snippet, or let me know what specific effect you're trying to replicate on your site? I'd be happy to assist with implementing it!

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you share
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anouar Aissaoui

79283552

Date: 2024-12-16 02:55:13
Score: 1
Natty:
Report link

A modern web application uses TLS fingerprinting to detect your requests. You need use TLS client to make requests, try with lib TLS Requests, it's use TLS client to send requests, support bypass simple Cloudflare WAF.

Install

pip install wrapper-tls-requests
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Earn Pham

79283547

Date: 2024-12-16 02:49:11
Score: 8.5 🚩
Natty: 5.5
Report link

How can I entry order? I used "manager.OrderAdd(order)" but I can't sure how can I set "order". If you know well about this, please help me.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (1):
Posted by: Hiro Tanaka

79283545

Date: 2024-12-16 02:44:10
Score: 1.5
Natty:
Report link

I understand that you're experiencing performance issues with your current table component. I highly recommend trying out VisActor/VTable. This table component offers excellent performance and comes with a comprehensive set of features. Additionally, it's part of ByteDance's open-source visualization library, ensuring high quality and reliability. You can see its examples : https://visactor.io/vtable

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

79283536

Date: 2024-12-16 02:34:08
Score: 5.5
Natty:
Report link

Have the same issue . Installed from UBuntuGIS and installed PDAL with QGIS 3.34.9 cannot seem to load ANY point clouds.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): Have the same issue
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Simon

79283530

Date: 2024-12-16 02:29:06
Score: 8.5 🚩
Natty:
Report link

这是达梦导致的,真是一群人才。安装个dmPython,把gdb搞坏了。enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: johnhypo

79283510

Date: 2024-12-16 02:14:03
Score: 1.5
Natty:
Report link

In fact, the safest way is to downgrade the pdfjs-dist version

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

79283505

Date: 2024-12-16 02:10:03
Score: 3.5
Natty:
Report link

This problem was solved by the following solution. Create doc-allure-config.js in the root directory of the test project, and then configure the content as shown below Then run the testcase. The test result path setting takes effect. enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user19920223

79283501

Date: 2024-12-16 02:08:02
Score: 3.5
Natty:
Report link

You may want to install Rtools along with R and Rstudio. I run into the same issue. After downloading Rtools, mapview() function showed the interactive map.

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

79283488

Date: 2024-12-16 01:54:59
Score: 4
Natty:
Report link

try to run with Administrator.

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

79283483

Date: 2024-12-16 01:44:57
Score: 1
Natty:
Report link

To create token you have to execute:

kubectl -n kubernetes-dashboard create token admin-user
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Michal

79283474

Date: 2024-12-16 01:33:55
Score: 2.5
Natty:
Report link

Found the solution!!! All I had to do was check what version of Ktor is compatible with allam-openai. Turns out, it was 2.3.2 instead of 3.0.2 which I was using.

It was all 1 ChatGPT search away :sobbing: ChatGPT output

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

79283462

Date: 2024-12-16 01:20:52
Score: 6.5 🚩
Natty:
Report link

Did you solve this? same problem, my code as below

private var MixassetWriter: AVAssetWriter?

guard let assetWriter = MixassetWriter else {
        return
    }
    self.MixisRecording = false
    
    assetWriter.finishWriting {
        self.MixassetWriter = nil
        if assetWriter.status == .completed {
            debugPrint(" completed file success")
            completion(assetWriter.outputURL)
        } else {
            debugPrint(" completed file failed = ", assetWriter.status.rawValue)
        }
    }
Reasons:
  • RegEx Blacklisted phrase (3): Did you solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • RegEx Blacklisted phrase (1): same problem
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you solve this
  • Low reputation (1):
Posted by: see media xiao

79283460

Date: 2024-12-16 01:20:51
Score: 2.5
Natty:
Report link

I know it's a late answer, but I was in a similar situation and found the ZF1-Future project very helpful. It "runs on any version of PHP between 7.1 and 8.1." You still need to update the application code, but that might be easier than rewriting everything.

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

79283457

Date: 2024-12-16 01:15:51
Score: 1.5
Natty:
Report link

if you want to load your image or file in the resources folder, you might need to use BufferedImage and ImageIO :

import javax.swing.ImageIcon;
import javax.swing.JFrame ;
import javax.swing.JPanel ;
import javax.imageio.ImageIO ;
import javax.swing.SwingUtilities;
import java.awt.Graphics;
import java.awt.Graphics2D ;
import java.awt.Image;
import java.awt.image.BufferedImage ;
import java.awt.Dimension ;
import java.io.IOException;

public class LoadImage extends JFrame {
    public LoadImage() {
        super("Title") ;
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE) ;
        
        add(new Panel()) ;
        // use this idea if you want to have exact window location
        pack() ;
        setLocationRelativeTo(null) ; // makes it center
    }
    
    // If you want to run the image in your panel
    public static class Panel extends JPanel {
        BufferedImage bufferedImage ;
        ImageIcon imageIcon ;
        Image image ;
        public Panel() {
            setLayout(null) ;
            setPreferredSize(new Dimension(600, 600)) ;
            
            // for loading your resources inside of you program, for example: src/main/resources/path/to/your/location.png
            try {
                bufferedImage = ImageIO.read(getClass().getResourceAsStream("/path/to/your/location.png"));
            } catch (IOException e) {
                e.printStackTrace() ;
            }
            
            // for loading your image outside the program, for example: saves/image.png
            // if you create your jar, you need to put your files outside the jar
            image = new ImageIcon("path/to/your/location.png").getImage() ;
            imageIcon = new ImageIcon("path/to/your/location.png") ;
        }
        
        @Override 
        public void paintComponent(Graphics g) {
            Graphics2D g2d = (Graphics2D) g ;
            super.paintComponent(g) ;
            // for buffered image 
            if (bufferedImage != null) {
                g2d.drawImage(bufferedImage, 0, 0, null) ;
                g.drawImage(bufferedImage, 0, 0, null) ;
            }
            //for image icon 
            if (imageIcon != null) {
                g2d.drawImage(imageIcon.getImage(), 0, 0, null) ;
                g.drawImage(imageIcon.getImage(), 0, 0, null) ;
            }
            // for image 
            if (image != null) {
                g2d.drawImage(image, 0, 0, null) ;
                g.drawImage(image, 0, 0, null) ;
            }
        }
    }
    
    public static void main(String[] args) {
        // makes it write all the codes, then shows the code
        SwingUtilities.invokeLater(() -> new LoadImage().setVisible(true)) ;
    }
}

hope this solution help you :) i created a library that can handle your images, wav musics, files, creating or loading saves from various locations, user home, program directory check the link if you want JStreamLoader library on GitHub

Reasons:
  • RegEx Blacklisted phrase (1): check the link
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SalaxDev

79283449

Date: 2024-12-16 01:08:49
Score: 3
Natty:
Report link

BRC means Black Rock City. It's a city in the Nevada desert that happens for about 2 weeks. Also known as Burningman.

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

79283445

Date: 2024-12-16 01:02:48
Score: 0.5
Natty:
Report link

You might need to use the express.raw middleware (i.e., express.raw({type: 'application/json'}) to make sure that the body data is raw. You can find some example code in the webhook builder, and refer to this doc for more possible solutions for webhook signature verification error.

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

79283434

Date: 2024-12-16 00:49:46
Score: 2.5
Natty:
Report link

Google Search Console it's making many changes on their side. For what I read Core Web Vitals it's going to disappear from Search Console in the following weeks or months. Hopefully they come up with another metric, but as for now, we have this issue in many other websites.

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

79283433

Date: 2024-12-16 00:49:46
Score: 5.5
Natty: 4.5
Report link

I have the same problem, I thought with the Cell id would be a side way to get the info insted of using mcc mnc an alpha long and short but is no way to get the Cell id of the other towers is just like if the only way to see that data is whit no operator assigned but I don't find any proof of that.

If someone knows something pls reply to this comments we all deserve a solution

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Nachorov027

79283430

Date: 2024-12-16 00:49:45
Score: 2
Natty:
Report link

You could try adding -moz-appearance:none; for all input fields. That should turn off the styling and enforce a standardized primitive appearance.

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

79283428

Date: 2024-12-16 00:47:45
Score: 2
Natty:
Report link

There is a known issue with PyTorch 2.5.

You can read more about it here:

https://github.com/pytorch/pytorch/issues/142344

One solution is to download the source code, modify the two files as described by malfet, and then compile the source code. This issue is expected to be resolved in PyTorch 2.6.

However, the simplest solution I found was to install the nightly versions of PyTorch:

pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu

Best regards,

--KC

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Low reputation (1):
Posted by: cardakli

79283423

Date: 2024-12-16 00:41:44
Score: 0.5
Natty:
Report link

Instead of downgrading back to 2.0.0, you could do exactly what is suggested in the error message and add this dependency to build.gradle:

runtimeOnly("org.jetbrains.kotlin:kotlinx-metadata-jvm:0.9.0")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PurrgnarMeowbro

79283422

Date: 2024-12-16 00:40:44
Score: 2.5
Natty:
Report link

The "Java: Cannot find a symbol" error is a compilation error. After researching, I found that it was this line that was causing the error: public static UserDto map(User user) { return null; }. This is probably because of how your defining it. Even in other lang, doing that could be problematic. If the problem persists, please comment it and I will try again. Cheers.

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

79283421

Date: 2024-12-16 00:40:44
Score: 0.5
Natty:
Report link

i have two solutions might help you :

import javax.imageio.ImageIO ;
import javax.swing.JPanel ;
import java.awt.image.BufferedImage ;
import javax.swing.ImageIcon ;
import java.awt.Graphics ;
import java.awt.Graphics2D ;
import java.io.IOException ;

public class LoadImage extends JPanel {
    BufferedImage bufferedImage ;
    ImageIcon image ;
    public LoadImage()  {
        // If you want to load your image inside the resources, do this
        try {
            bufferedImage = ImageIO.read(getClass().getResourceAsStream("/your/location.png"));
        } catch (IOException e) {
            e.printStackTrace() ;
        }

        // do this if you want to load your image outside the program
        image = new ImageIcon("path/to/your/location.png") ;
    }


    @Override
    public void paintComponent(Graphics g) {
        // for bufferedImage 
        if (bufferedImage != null) {
            g.drawImage(bufferedImage, 0, 0, null) ;
        }
        // for image 
        if (image != null) {
            g.drawImage(image.getImage(), 0, 0, null) ;
        }
    }
}

i have a library that can handle your loading files, saves, images, wav musics from various locations named JStreamLoader, you can check it if you want. JStreamLoader library on GitHub

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

79283415

Date: 2024-12-16 00:34:43
Score: 1.5
Natty:
Report link

Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click Dim frm2 As New Form2 AddHandler frm2.FormClosed, AddressOf Form2Closing frm2.Show() Me.Hide()

End Sub

Private Sub Form2Closing(sender As Object, e As FormClosedEventArgs) Me.Show() RemoveHandler DirectCast(sender, Form2).FormClosed, AddressOf Form2Closing End Sub

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Angela Marie Minor

79283412

Date: 2024-12-16 00:27:41
Score: 5.5
Natty: 4.5
Report link

Drive.Files.update('',docid,blob)

Why does the above linr have blank argument? What does there? Or is it supposed to be blank?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Pritesh Patel

79283411

Date: 2024-12-16 00:26:41
Score: 2
Natty:
Report link

According to https://github.com/huggingface/transformers/issues/34466#issuecomment-2442180500, you need to downgrade PyTorch 2.4 or it will take hours with 2.5

!pip install torch=='2.4.1+cu121' torchvision=='0.19.1+cu121' torchaudio=='2.4.1+cu121' --index-url https://download.pytorch.org/whl/cu121
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ame Shen Plus

79283408

Date: 2024-12-16 00:21:40
Score: 0.5
Natty:
Report link

The problem is the hashValue is unstable and will change between executions of the app.

From hashValue documentation:

Hash values are not guaranteed to be equal across different executions of your program. Do not save hash values to use during a future execution.

The best solution at the moment seems to be storing a notificationId in my model which imho does look a lot more cleaner than a hacky extension to extract the UUID from the id.

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

79283403

Date: 2024-12-16 00:16:39
Score: 0.5
Natty:
Report link

No Immediate Fix Required: If you are generating text successfully and this warning is not causing any errors, you can ignore it. The warning is informational and does not affect the generation process for single-sequence tasks.

When to Fix:

Batch Generation: If you plan to generate multiple sequences with different lengths and need proper padding for batching, explicitly setting a pad_token_id is recommended.

Cleaner Logs: If you want to avoid the warning in your logs, you can explicitly set a pad_token_id.

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

79283402

Date: 2024-12-16 00:15:39
Score: 0.5
Natty:
Report link
I encountered the same problem on Mac OS and confirm the same fix worked 
for me.  
I will try to report it as a fault if I can find an appropriate channel.

from PyQt6.QtCore import Qt
from PyQt6.QtWidgets import QApplication, QComboBox, 
QVBoxLayout, QWidget, QStyleFactory
class ComboBoxExample(QWidget):
    def __init__(self):
        super().__init__()
        self.setWindowTitle("QComboBox with Fusion Style")
        self.setGeometry(100, 100, 800, 600)
        layout = QVBoxLayout()
        combo_box = QComboBox()
        combo_box.addItems(['1','2','3'])
        combo_box.setFixedHeight(150)  # Set height to 150px
        layout.addWidget(combo_box)
        self.setLayout(layout)

 if __name__ == "__main__":
    app = QApplication([])
    # Apply Fusion style
    app.setStyle(QStyleFactory.create("Fusion"))
    window = ComboBoxExample()
    window.show()
    app.exec()
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: William

79283399

Date: 2024-12-16 00:09:38
Score: 1
Natty:
Report link

I had that problem and found a good solution that doesn't need the 'git config user.email' approach. So your commits will still be under your own Github account and count for your statistics.

You need to add the Deploy Hook URL to GitHub:

  1. In Vercel's Project go to → Settings → Git → Deploy Hooks
  2. Create a hook with any name you want, and in the main branch
  3. Copy the URL
  4. Go to GitHub's Repository and then to → Settings → Webhooks → Add webhook 5. Paste the URL you copied 6. Select Content type: application/json 7. Select "Just the push event" 8. Select Enable SSL verification
  5. Add webhook

Now your Vercel deployments will start automatically when you push to your repository's main.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Felipe Pêpe

79283392

Date: 2024-12-16 00:02:36
Score: 4.5
Natty:
Report link

thank you for a help! no worries about delay

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dude.just.dude

79283385

Date: 2024-12-15 23:57:35
Score: 2
Natty:
Report link

If you prefer a graphical app for this, you can use PortsInfo Disclosure: I'm the developer.

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

79283381

Date: 2024-12-15 23:48:32
Score: 5.5
Natty: 6
Report link

@tc333 thank you so much for posting the solution with "ContentShapeKinds.contextMenuPreview"!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @tc333
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Paul Selivanov

79283364

Date: 2024-12-15 23:33:29
Score: 1
Natty:
Report link

Do this:

# Create density plot with custom colors for categories A and B
ggplot(df, aes(x = x, y = y)) +
  stat_density_2d(
    aes(fill = cat, alpha = after_stat(level)), 
    geom = "polygon",
    color = NA
  ) +
  scale_fill_manual(
    values = c("A" = "darkorange", "B" = "cyan2"),
    name = "Category",  # Legend title
    guide = "legend"
  ) +
  scale_alpha(range = c(0, 0.5), guide = "none") 

refer this for colors.

out

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

79283363

Date: 2024-12-15 23:33:29
Score: 1
Natty:
Report link

With CMake 3.24, one can use

set_property(TARGET user_defined_target_name PROPERTY CUDA_ARCHITECTURES native)

after

add_executable(user_defined_target_name xxx.cpp yyy.cu)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: syby119

79283357

Date: 2024-12-15 23:27:28
Score: 0.5
Natty:
Report link

Cookie Handling: The way I was setting the Cookie header might was not correct. Typically, you'd want to set it as a complete cookie string:

   const profileUpdateResponse = await fetch(`${API_URL}/update-profile/${requestBody.user_id}/`, {
      method: 'POST',
      credentials: 'include',
      headers: {
        'Content-Type': 'application/json',
        'X-CSRFToken': csrfToken.value,
        'Cookie': `csrftoken=${csrfToken.value}; sessionid=${sessionid.value}`
      },
  body: JSON.stringify(requestBody)
});
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: lorentz kalume

79283350

Date: 2024-12-15 23:24:28
Score: 0.5
Natty:
Report link

It looks like you're encountering an issue related to exporting Jupyter notebooks to PDF using nbconvert on your Mac M1. The error mentions a missing installation of xelatex (part of TeX), but you’ve already installed MacTeX and added it to the PATH. Here are a few steps you can take to troubleshoot further:

  1. Verify TeX Installation: Ensure that xelatex is properly installed and available in your terminal. Run the following command:

which xelatex

This should return the path to xelatex. If it doesn't, TeX may not be properly installed, even if MacTeX is on the path.

  1. Recheck Your PATH Configuration: Double-check that your path export is in the correct place. You can verify that the correct TeX path is loaded by running:

echo $PATH

The path /Library/TeX/texbin should appear in the output. If it doesn't, add the export command to your shell's profile file (~/.zshrc or ~/.bash_profile, depending on your shell).

  1. Ensure nbconvert is Installed with LaTeX Support: It may help to make sure that nbconvert has the LaTeX dependencies correctly installed. Run:

pip install nbconvert[all]

This ensures all optional dependencies, including LaTeX, are included.

  1. Check Jupyter Extension: The error also indicates the issue might stem from the VS Code Jupyter extension. You can try:

Restarting VS Code.

Checking for updates to the Jupyter extension.

Ensuring that the Python environment selected in VS Code is the same one where nbconvert and TeX are installed.

  1. Exporting to PDF Manually: As a workaround, try using the command line to export the notebook to PDF. Open a terminal and run:

jupyter nbconvert --to pdf your_notebook.ipynb

This might provide more detailed error messages that can guide further troubleshooting.

  1. Using HTML as an Alternative: If the PDF export remains problematic, try exporting the notebook to HTML and then using your browser’s “Print to PDF” feature as a temporary workaround:

jupyter nbconvert --to html your_notebook.ipynb

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

79283340

Date: 2024-12-15 23:17:26
Score: 1.5
Natty:
Report link

I needed the same thing for my local build but couldn't find what I was looking for. I created an npm package called expo-signed, and I hope it will be useful to you.

https://github.com/akayakagunduz/expo-signed

npx expo install expo-signed
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Akay Akagunduz

79283334

Date: 2024-12-15 23:14:25
Score: 0.5
Natty:
Report link

A column of 'Date' data type holds a valid date with its constituents: 'day', 'month' and 'year'. A month name is not a valid date, it is just 'text'. You can't store just text (even if it is an abbreviation of a month name) in a date column. Store it in a column with type: text.

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

79283324

Date: 2024-12-15 23:05:23
Score: 2.5
Natty:
Report link

You can install these Node types deno add npm:@types/node

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

79283295

Date: 2024-12-15 22:41:17
Score: 4
Natty:
Report link

PortsInfo is an app specifically built to answer this question.

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

79283287

Date: 2024-12-15 22:34:16
Score: 1.5
Natty:
Report link

This is what i had to do.

A) The JSON Payload format When creating the QR Code, to use the native Google DPC, the most basic JSON payload (if we leave aside embedding the WiFi creds for a moment), needs to resemble the following :

{ "android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME": "com.google.android.apps.work.clouddpc/.receivers.CloudDeviceAdminReceiver", "android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION": "https://play.google.com/managed/downloadManagingApp?identifier=setup", "android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM": "I5YvS0O5hXY46mb01BlRjq4oJJGs2kuUcHvVkAPEXlg", "android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE": { "com.google.android.apps.work.clouddpc.EXTRA_ENROLLMENT_TOKEN": "XXXXXXXXXXXXXXXXXXXX" } }

B) How the checksum is derived.

How is the checksum "I5YvS0O5hXY46mb01BlRjq4oJJGs2kuUcHvVkAPEXlg" calculated? This string does appear in the AMAPI documentation at https://developers.google.com/android/management/provision-device, though I am unsure as to how often the Google DPC (and the documentation on this) is updated.Therefore, I think it is useful to understand how this checksum can be derived.

a) First, you need to download the Java Development Kit (JDK) (the latest at the time of writing is jdk-23) b)If you browse to the Download location at "https://play.google.com/managed/downloadManagingApp?identifier=setup" , your browser will download an apk file with a long, random-looking, name. c) The JDK contains a file called 'toolkit' which can be used to calculate the (SHA 256) checksum . d) assuming you have a Windows PC, open up the Command Prompt. e) In CMD Line : cd "C:\Program Files\Java\jdk-23\bin" (or whatever version of JDK you have) keytool -printcert -jarfile "The Full Path to the Apk file you downloaded .apk"

f) Two checksums will be produced - it is the SHA256 one we need (NB this is only valid until Dec 19th 2024 18:16 GMT - after that you will have to repeat this procedure (or hope that Google have updated their documentation). g) Please note that the Checksum is in Hex form. You will have to use an online converter (Or ChatGPT et al) to convert it to a URL-safe Base64 encoded string. h) If you perform this procedure before Dec 19th 18:16 GMT, you should get "I5YvS0O5hXY46mb01BlRjq4oJJGs2kuUcHvVkAPEXlg". If you do this AFTER that date/time (when I assume a new version of Google DPC will be issued), you should a different, but valid, answer. (Hopefully Google will have updated their documentation to reflect this anyway).

C) How to get the QR Code from the JSON Payload.

There are many libraries you could use. The one I advise to use is ZXing.Net. (https://github.com/micjahn/ZXing.Net) There is an excellent article by Luis Llamas at https://www.luisllamas.es/en/csharp-zxing/ which explains how to generate the QR Code.

D) Things to watch out for:

  1. Ensure that the QR Code is LARGE enough (and of a good enough resolution) for the camera on the device to take in all the detail. (The QR code will look very detailed and cluttered compared with what you might be used to seeing).
  2. Stick with the "BarcodeWriter" options that Luis Llamas suggests. Messing around with these seems to screw things up.
  3. Ensure your broadband is powerful enough. I tried to test the "worst case scenario" by tethering to another phone during provisioning - it failed everytime. 4)If you are still struggling during your dev process, try putting the QR code you generated into an online QR Code decoder (like https://qrcode-decoder.com/ ) , to see if it decodes BACK to your JSON payload. If not, then you need to tweak your encoding process/options. If the online decoder fails to decode back to your payload, then you can be sure that the device you are trying to provision will not be able to decode it either!
Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Filler text (0.5): XXXXXXXXXXXXXXXXXXXX
  • Low reputation (1):
Posted by: Mason

79283283

Date: 2024-12-15 22:32:15
Score: 2.5
Natty:
Report link

Solved it.

I separated the detection of unknown user ID and unknown login IP. Two rules with everything the same, one looking for userID not in list. The other for user IP not in the list. Both work!!

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

79283280

Date: 2024-12-15 22:31:14
Score: 0.5
Natty:
Report link

A simple way to get it working is to get the character before the carret with selectionStart:

input.value[input.selectionStart-1];

Adapting your code:

<input id="myInput" type='text' oninput="validate(this)" />

function validate(input) {
    console.log(input.value[input.selectionStart - 1]);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rusca8

79283276

Date: 2024-12-15 22:29:14
Score: 2
Natty:
Report link

I had to delete Package.resolved in MyProject.xcodeproj/project.xcworkspace/xcshareddata/swiftpm . Nothing else worked.

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

79283269

Date: 2024-12-15 22:27:14
Score: 2.5
Natty:
Report link

My dev account is many years old and still same problem so don't BS without a proper knowledge. Facebook nowdays itself is a huge bug and mess.

Please remove invalid responses just guessing stuff...

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

79283268

Date: 2024-12-15 22:27:14
Score: 1
Natty:
Report link

Can you connect using valkey-cli (or redis cli)?
The issue seems to be a connection issue, the client can't get a response from the server and refresh the slots, which is part of the first steps client usually taking to create the cluster topology.
MemoryDB uses TLS by default, and it appears that you don't config the client to use TLS, and this probably the issue. And just an offer — Glide

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (0.5):
Posted by: avifen

79283266

Date: 2024-12-15 22:24:13
Score: 2
Natty:
Report link
ALTER TABLE `table_name` AUTO_INCREMENT = 1
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Onyedikachi Oko - Dexter

79283264

Date: 2024-12-15 22:23:13
Score: 3.5
Natty:
Report link

I discovered that in my other blueprint I had a function for /profile that I added for debugging and forgot to remove, I feel very stupid

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

79283259

Date: 2024-12-15 22:21:12
Score: 1
Natty:
Report link

My firebase config file was the problem. I removed export default app and changed it to the following. export { app };

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

79283256

Date: 2024-12-15 22:17:11
Score: 2
Natty:
Report link

And the answer was... tell the FFmpeg libx264 video codec to -tune zerolatency.

At the FFmpeg C API this is done with av_dict_set(&codecOptions, "tune", "zerolatency", 0), where codecOptions is the AVDictionary you will then pass as the last parameter to avcodec_open2().

Why? I couldn't tell you. It has taken me nearly a week of trying everything I could try before I found this. With this single option added the hls.js client synchronizes, and re-synchronizes, with the HLS stream every time, under all circumstances. Without it, hls.js will not gain initial sync to a HLS stream if it is started just a few seconds after the stream has begun and, won't regain synchronization if it should lose it.

Note that I did try running hls.js with lowLatency: false but that did not fix the problem.

We live and learn.

Reasons:
  • Blacklisted phrase (0.5): Why?
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Rob

79283254

Date: 2024-12-15 22:16:11
Score: 1
Natty:
Report link

I faced similar issues as github.com/stripe/stripe-firebase-extensions/issues/507 and it looks like there is a permission denied issue when the stripe extension publishes the events.

Somehow this is overcome by just pointing a separate Stripe Webhook to your custom event handler. This function didn't even need the configuration of webhook secret or stripe key and only needed the event handling processing logic somehow. But this needed to enable all traffic and unauthenticated requests.

I just went with setting up my own custom webhook function.

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