79266931

Date: 2024-12-10 03:28:09
Score: 0.5
Natty:
Report link

I think I found the way to meet my needs.

  1. Since the build host is opensuse, the first thing to remove optimize options is to modify /usr/lib/rpm/rpmrc,find lines related to your build host arch and modify the flags as below:
optflags: x86_64 -O0 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
optflags: amd64 -O0 -g
  1. I noticed that while building the output shows that an Makefile.PL was run before make so I modified spec file. Add OPTIMIZE="-g3 -O0" at the end of lineperl Makefile.PL --bundled-libsolv

After these 2 steps, you can see the optimization level is set to 0. But where to find the default option for perl module ExUtils::MakerMaker is sitll unknown

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

79266930

Date: 2024-12-10 03:26:09
Score: 2
Natty:
Report link

I want to say more, but essentially I've found the following project provides a great recipe for Dask + Django integration:

https://github.com/MoonVision/django-dask-demo

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: blong

79266926

Date: 2024-12-10 03:23:08
Score: 4
Natty:
Report link

Caching and read-replica are different technologies that solve similar problems. Their nuances and pros/cons dictate when to use what.

In general,

This article sums it up nicely:

https://medium.com/@avishek1210/database-cache-or-read-only-replicas-choosing-the-right-approach-for-your-project-0b92cec7b985#:~:text=Heavy%20Analytical%20Queries%3A%20Offload%20resource,ideal%20for%20real%2Dtime%20systems.

Reasons:
  • Blacklisted phrase (1): This article
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Avishek Kumar

79266925

Date: 2024-12-10 03:21:07
Score: 2
Natty:
Report link

This is very vital information to Traders who have been scammed before, my advice is for you to be wise before you invest in any binary options trade or broker, I was scammed for $122,000USD by an online broker but at last, I found someone who helped me to recover all my lost funds back from a scam that shocked my capital with an unregulated broker, If you need assistance with regards of your lost funds from your broker or maybe your broker manager is asking you to make more deposit before you could make a withdrawal or your account has been manipulated by your broker manager or your broker has blocked your account just because they need you to make more deposit to your account. If you're interested in getting all your lost funds back kindly get in contact with Recovery Expert, He was the one who helped me to bring back my lost funds, contact him Via email:(recoveryexpert326 at Gmail dot com ) He will guide you on the steps I took in getting all my refunds and bonuses back. Good Luck to you

Reasons:
  • Blacklisted phrase (1): regards
  • Long answer (-1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: robert webb

79266921

Date: 2024-12-10 03:20:06
Score: 4
Natty: 4
Report link

In VBA stop the macro and the References option will be available.

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

79266908

Date: 2024-12-10 02:59:03
Score: 1
Natty:
Report link
Route::middleware(['auth:sanctum', 'can:view customers'])->group(function () {
    Route::get('/customers', [CustomerController::class, 'index'])->name('customer.index');
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PHPer

79266898

Date: 2024-12-10 02:50:01
Score: 0.5
Natty:
Report link

For anyone landing here late, If you're using type script you can add it to a globa type definition

//global.d.ts
declare module '*.cypher' {
  const content: string;
  export default content;
}

then you can just do

import cypher from './mycypher.cypher'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: fridaystreet

79266896

Date: 2024-12-10 02:46:01
Score: 1
Natty:
Report link

if you are just deleting all data in some tables in postgresql ...

you can truncate the 2 tables together like :

truncate table table1, table2;

otherwise you can see the other answers

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

79266888

Date: 2024-12-10 02:37:59
Score: 0.5
Natty:
Report link

Using Excel 365 (not sure if it's going to work for other versions):

=IF(SUM(IF((B4:E4="D")*(OFFSET(B4:E4,0,-1)="D"),1,0))>0,"Demotion","n/a")

enter image description here

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

79266876

Date: 2024-12-10 02:28:58
Score: 1.5
Natty:
Report link

As suggested by Simon Urbanek, this problem may be solved by changing the default font:

CairoFonts(regular="sans:style=Regular")

https://github.com/s-u/Cairo/issues/49

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

79266875

Date: 2024-12-10 02:27:57
Score: 1.5
Natty:
Report link

I think Tim's answer will handle your specific use case. There are additional recipes for adding and changing spring property values and these recipes will make changes to both properties and yaml formatted files.

The best way to get an idea of how these recipes work is to take a peek at the tests:

AddSpringPropertyTest

ChangeSpringPropertyTest

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tyler Van Gorder

79266867

Date: 2024-12-10 02:20:55
Score: 5.5
Natty:
Report link

Please check this issue and try again. https://github.com/ionic-team/capacitor/issues/7771

Reasons:
  • Blacklisted phrase (1): Please check this
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bá Dũng

79266857

Date: 2024-12-10 02:14:54
Score: 1
Natty:
Report link

Instead of iterating over all queries for every item in idx, iterate through qs as the outermost and only for loop, adding each query to toc[q.title[0]] (and creating the list if needed).

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

79266856

Date: 2024-12-10 02:12:53
Score: 3
Natty:
Report link

I answered here (using jQuery): https://stackoverflow.com/a/79266686/11212275

It works with React as well; just copy the "responsive" array.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Luis Lobo

79266854

Date: 2024-12-10 02:10:52
Score: 4
Natty: 4
Report link

If your laptop is connected to a vpn, disconnect and retry it.

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

79266843

Date: 2024-12-10 02:03:51
Score: 2.5
Natty:
Report link

Alternatively, add .npmrc file at the root of the project (same level you expecting to run 'npm install') and add the:

registry=https://registry.npmjs.org

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

79266832

Date: 2024-12-10 01:55:48
Score: 0.5
Natty:
Report link

What I'm guessing is going on (but can't know without seeing the data) is that your explanatory variables are highly correlated with each other. The significance of each variable is calculated based on how much additional variance is explained when you add that variable to a reduced model with all the variables except that one. So if your explanatory variables are collinear, adding another one isn't going to explain much variance that the others haven't.

Also, definitely too many predictors for the data you have. That could, quite possibly, be the sole reason your explained deviance is so high. For only 12 data, you probably don't want more than one or two predictors (though read elsewhere for other opinions).

One possible way forward would be to do a principal component analysis of your explanatory variables, or of a subset of your explanatory variables that would naturally group together. If one or two principal components explain a large proportion of the variance in your explanatory variables, then use those principal components as your predictors instead.

Another possibility would be to jettison any predictors that seem less important a priori (emphasis on the a priori part).

Also, you will probably get better answers than this on Stats.SE.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Starts with a question (0.5): What I
  • Low reputation (0.5):
Posted by: Eonema

79266830

Date: 2024-12-10 01:52:48
Score: 1
Natty:
Report link

When moving diagonally, you're applying an offset of magnitude speed in two directions at once for a total diagonal offset of sqrt(speed^2 + speed^2) = sqrt(2) * speed ≈ 1.414 * speed. To prevent this, just normalize the movement to have a magnitude of speed. You can store the offset in a vector and use scale_to_length to do so, or you can just divide the x and y offsets by sqrt(2) if a horizontal and vertical key are both pressed.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: tenuki

79266828

Date: 2024-12-10 01:50:47
Score: 0.5
Natty:
Report link

For Postfix regexp_table(5):

/^From: DHL <.*@([-A-Za-z0-9]+\.)*[Dd][Hh][Ll]\.[Cc][Oo][Mm]>$/i  DUNNO
/^From: DHL </i                                                   REJECT

For postfix pcre_table(5):

/^From: DHL <.*@(?!(?i)([-a-z0-9]+\.)*dhl\.com>$)/i  REJECT
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: fumiyas

79266827

Date: 2024-12-10 01:48:47
Score: 2
Natty:
Report link

I did exactly the same thing that all the responses to this post are saying.

But I achieved a solution with a simple command, in addition to the previous solutions

In the script you need to put "--files"

"scripts": { "dev": "ts-node-dev --respawn --env-file=.env --files src/index.ts",

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

79266810

Date: 2024-12-10 01:22:41
Score: 1
Natty:
Report link

So many years without right answer... Of course, you can!

Just stop PG, make copy of your cluster data directory (PGDATA) with thoroughly saved permissions and change in your PG`s postgresql.conf "data_directory" parameter pointing to the new location, start PG.

I.e.

/etc/postgresql/11/main/postgresql.conf

data_directory = '/mnt/other_storage/new_cluster_location'

It was tested many times under Debian and Ubuntu environments without any problems. Just works as it expected: fast and reliable (PG versions 9-16).

data_directory in pg_catalog->pg_settings changes automatically after server restarts.

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

79266807

Date: 2024-12-10 01:21:41
Score: 2.5
Natty:
Report link

Have a look at selectize input that will start searching for the options that partially match the string typed.

enter image description here

As mentioned, best to just have the search value i.e. select one or more of; 'setosa', 'versicolor', 'virginica'. I would add slider inputs to filter numeric columns

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

79266801

Date: 2024-12-10 01:19:40
Score: 3
Natty:
Report link

My key was invalid. tried with different file and it worked!

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vara Lakshmi

79266800

Date: 2024-12-10 01:18:40
Score: 2.5
Natty:
Report link

OutlinedSecureTextField is designed for password field (available since material3 1.4.0).

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

79266792

Date: 2024-12-10 01:13:39
Score: 1.5
Natty:
Report link

The easiest way to solve this would be to delete local master and checkout origin master. That way you would have a healthy master you can use to branch from it and start clean.

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

79266769

Date: 2024-12-10 00:48:34
Score: 3.5
Natty:
Report link

this might be the date and time not synced between nodes

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

79266762

Date: 2024-12-10 00:43:33
Score: 1.5
Natty:
Report link

This worked:

@Composable()
fun IconImage(modifier: GlanceModifier = GlanceModifier) {
    val assetPath : String = "assets/test.png"
    val loader = FlutterInjector.instance().flutterLoader()
    val assetLookupKey = loader.getLookupKeyForAsset(assetPath)
    val inputStream: InputStream = LocalContext.current.assets.open(assetLookupKey)
    val bitmap = BitmapFactory.decodeStream(inputStream)
    Image(
      ImageProvider(bitmap), modifier = modifier, contentDescription = null
    )
}
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Dario Digregorio

79266759

Date: 2024-12-10 00:41:33
Score: 2.5
Natty:
Report link

Use pip install sanfis instead of anfis, it worked to me for python3

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Daniel A. Loaiza Trujillo

79266758

Date: 2024-12-10 00:39:32
Score: 1
Natty:
Report link

Try to send audio stream with video, even dummy. Some streaming services like youtube, etc, may require audio stream with video. Something like that:

const ffmpeg = spawn('ffmpeg', [
    '-i', 'pipe:0',
    '-f', 'lavfi',
    '-i', 'anullsrc',
    '-c:v', 'libx264',
    '-preset', 'veryfast',
    '-maxrate', '3000k',
    '-bufsize', '6000k',
    '-pix_fmt', 'yuv420p',
    '-g', '50',
    '-c:a', 'aac',
    '-f', 'flv',
    'rtmp://a.rtmp.youtube.com/live2/MY_KEY'
  ]);
Reasons:
  • Blacklisted phrase (1): youtube.com
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: alexb

79266737

Date: 2024-12-10 00:17:29
Score: 1
Natty:
Report link

Not saying from knowledge, but I'm almost sure at this point Valkey and Redis still behave the same in MULTI. Maybe in the next releases differences will be introduced, but I think it's too soon for such difference.

I guess your question is regarding standalone server?

Let's distinguish between two concepts used with the same term -

  1. Client simply as a connection to the server.
  2. Client as a managed connection by some library.

As for connection, yes, if you start multi, all the commands the client connection send are sent as part of the multi. If other connections send commands, they won't be served until the multi ends.
That's what multi is trying to guarantee, some kind of atomic behavior, all happens together and nothing else.

At this point comes the need for management, which is why client libraries exist.
At ValKey-Glide we use multiplexing connection, as the third option mentioned in the prev answer. That means, in simple words, that all the commands you want for the multi will be aggregated and will be sent together. Meaning you have plenty of commands in flight, the multi commands count as one all together, and it lands at the server as one. It's important to emphasize that if you decide to use multi, it means that you want to have a strict order of commands, so it's not supposed to be a friend of multithreading.

So the multiplexer behavior makes sense — you get the best of the resources, but you don't break the logic when you require it. But, as mentioned, if you would like to use blocking commands in the multi, you should have another multiplexer; otherwise, it will stay blocked forever.

Did you mean to ask about multithreaded server?

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

79266728

Date: 2024-12-10 00:08:27
Score: 1
Natty:
Report link

In your code you tried to create MP4 container format output file instead AVI: when you've provided short name in av_guess_format as first parameter, it has more weight for decide output format than file name extension (https://www.ffmpeg.org/doxygen/0.6/libavformat_2utils_8c-source.html#l00198).

MP4 container does not support PCM data including G.711. Please look on this page for details https://en.wikipedia.org/wiki/Comparison_of_video_container_formats

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

79266706

Date: 2024-12-09 23:43:22
Score: 1.5
Natty:
Report link

The self.lock.__enter__() looked suspicious without exiting, so I changed it to become the following and it rolled back as expected

        with transaction.atomic(savepoint=True):
            signals.task_started.send(sender=self.flow_class, process=self.process, task=self.task)

            self.process.save()

            lock_impl = self.flow_class.lock_impl(self.flow_class.instance)
            self.lock = lock_impl(self.flow_class, self.process.pk)
            # self.lock.__enter__()
            with self.lock:
                self.task.process = self.process
                self.task.finished = now()
                self.task.save()

                signals.task_finished.send(sender=self.flow_class, process=self.process, task=self.task)
                signals.flow_started.send(sender=self.flow_class, process=self.process, task=self.task)

                self.activate_next()

@kmmbvnr can you please verify? Is there going to be any unintended consequences after this change?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @kmmbvnr
  • Self-answer (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: James Lin

79266702

Date: 2024-12-09 23:40:21
Score: 2.5
Natty:
Report link

I want to run

from tests import test_user_credentials, test_team_site_url

instead of

from office365.sharepoint.webs.web import Web

which is stated in my original question. Sorry for the confusion .

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jen

79266695

Date: 2024-12-09 23:37:21
Score: 2
Natty:
Report link

Automatic Call to Parent Constructor: If a constructor does not explicitly call a parent class constructor, most programming languages will automatically call the no-argument constructor of the parent class. 2. Explicit Call: You can explicitly call a parent class constructor using keywords like super (in Java, Python, etc.) or base (in C#). 3. Order: The chaining always moves from the top of the hierarchy (the most distant parent) down to the most derived class. Test

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ming Wei Li

79266694

Date: 2024-12-09 23:36:20
Score: 1
Natty:
Report link

A succinct way of accomplishing this in modern (2024) Elixir is as follows:

def find_indexes(lst, elem) do
  for {x, i} <- Enum.with_index(lst), x == elem, do: i
end
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: slondr

79266693

Date: 2024-12-09 23:36:20
Score: 2
Natty:
Report link

Try removing hx-post="slacktest/ui" hx-swap="outerHTML" from your form element, and updating your button to:

<button type="button" class="btn btn-primary" hx-post="slacktest/ui" hx-swap="outerHTML" hx-target="#counter"> Click me </button>

This is because, by default a button on a form is of type submit, and submit defaults to a GET request if the url is defined on the form...

Your HTMX is intercepting the form submission payload, but not the submit execution. By defining the button as type button you are now intercepting the default execution, and the hx-post and hx-target are intercepting the payload.

If this still doesn't work, please post the body of your program.cs which contains your APIs.

Reasons:
  • RegEx Blacklisted phrase (2.5): please post
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kevin

79266684

Date: 2024-12-09 23:31:19
Score: 1
Natty:
Report link

Just supply your HTML tags to the Trans component. Where the key in the component object matches the HTML tag within your translation JSON. Modify as you see fit.

<Trans i18nKey="yourKey" components={{table: <table></table>, tr: <tr></tr>, td: <td></td>}}/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: oreos

79266676

Date: 2024-12-09 23:26:18
Score: 1.5
Natty:
Report link

I ran into this issue today. I found that my problem was the following in the csproj

<RuntimeIdentifier>win-x64</RuntimeIdentifier>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cSharpNoobie

79266675

Date: 2024-12-09 23:26:18
Score: 2
Natty:
Report link

It could be that the model name is different on the config.json Verify by example "model": "granite-code:34b", "title": "Granite Code", With "tabAutocompleteModel": { "title": "granite-code 34b", "provider": "ollama", "model": "granite-code:34b"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: CARLOS BARRON ROMERO

79266668

Date: 2024-12-09 23:21:17
Score: 0.5
Natty:
Report link

I'm a maintainer of ValKey-Glide, part of ValKey org. First, go to ValKey-Go and open an issue, I believe the community will put effort to implement what missing.

Moreover, this one is important for me, :) ValKey-Glide is soon will go Beta with glide for Go, and by Feb/March we will go GA. If you would like to be a Beta user, we would love to hear! And I recommend staying tuned for the GA, I think Glide will become the golden standard of the clients.

If this is something which is significant for you to have, please open an issue at Glide repo as well, even if you use another client. We highly appreciate and looking to get users' needs, on top of what we bring from many years of working on clients.

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

79266667

Date: 2024-12-09 23:20:17
Score: 1
Natty:
Report link

You can write out the 000-099, 100-129, 130-138, 200-999 cases separately and then OR them

0[0-9]{2}|1[0-2][0-9]|13[0-8]|[2-9][0-9]{2}

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

79266664

Date: 2024-12-09 23:19:16
Score: 5
Natty:
Report link

IDK if Rig might be any help here, but it simplifies Rust apps with LLM integrations, so could be worth checking out rig rs etc. if you're deep into Rust dev projects.

Ever worked with LLMs in Rust before?

Reasons:
  • Blacklisted phrase (1): any help
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Mentio co

79266646

Date: 2024-12-09 22:58:11
Score: 3.5
Natty:
Report link

i cannot change my wordpress theme, and when people view the cart page via mobile, you cannot see the image. it looks more like a list. I've tried plugins, css coding. and i just can't figure it out..

Reasons:
  • Blacklisted phrase (0.5): i cannot
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mich

79266641

Date: 2024-12-09 22:54:10
Score: 14 🚩
Natty: 5
Report link

spells, I have the same problem getting the error message "ModuleNotFoundError: No module named 'tests'". How can I copy 'tests' from https://github.com/vgrem/Office365-REST-Python-Client/tree/master/tests in Python? Could you share an example code? Thank you!

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (2.5): Could you share
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Jen

79266638

Date: 2024-12-09 22:50:09
Score: 1
Natty:
Report link

HTTP 405 usually signifies that you are trying to call an endpoint on your server with an incorrect HTTP method i.e You are trying to call an endpoint that is a POST with a GET. Confirm that you are indeed using the right HTTP method and try it again

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

79266633

Date: 2024-12-09 22:48:08
Score: 2
Natty:
Report link

Reinstalling the node modules did the trick for me.

rm -rf node_modules
npm install
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Codey McBugfix

79266624

Date: 2024-12-09 22:42:07
Score: 2
Natty:
Report link

As above, but I did have to do an extra step of allowing the container access to the server (I think that's the right way to say it?). I am using arch linux and I had to do this step of running xhost +local:docker.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mike Tawfik Edubas

79266623

Date: 2024-12-09 22:41:07
Score: 2.5
Natty:
Report link

To enable password authentication, ensure that you comment out all other authentication methods (I meant everything else) and set PasswordAuthentication to yes in the sshd_config file.

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

79266614

Date: 2024-12-09 22:34:05
Score: 4
Natty:
Report link

Likely need to add flag for portability instance for proper finding. Link to potential fix -> https://stackoverflow.com/a/72791361/22085464

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 辛いだるま

79266611

Date: 2024-12-09 22:32:04
Score: 1.5
Natty:
Report link

Yes this is possible - dbt Labs provides a JSON Schema representation of dbt's YAML files. When this extension is installed in your VS Code environment, you can associate the schemas and get autocomplete and type checking.

Full installation instructions are in the above-linked GitHub repo's readme

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

79266610

Date: 2024-12-09 22:32:04
Score: 3.5
Natty:
Report link

I am not sure if you have the same problem, but for me it was because the path to the exe contained non ASCII characters. This is why it works in most systems but crashes on others. There is an open pull request to fix that https://github.com/rougier/freetype-py/pull/177.

Here is an easy way to reproduce; the exe worked fine until I added non ASCII characters to its parent folder. To be clear, a non-ASCII character will cause this regardless of where it is in the path (for example, if the exe is inside the user's folder and the username has non ASCII characters)

Parent folder with appended unicode characters

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Low reputation (1):
Posted by: anass elimrani

79266609

Date: 2024-12-09 22:32:04
Score: 3
Natty:
Report link
  • Do you have a clue why this is happening?

Many things are all running on your system at the same time. The system shares available resources (CPU, memory bandwidth, device I/O) among them.

Your script does not have unconditional first priority for system resources. In fact, there are probably some occasional tasks that have higher priority when they run, and plenty of things have the same priority. It is not surprising that every once in a while, one of your transfers has to wait a comparatively long time for the system to do something else. If you need guarantees on how long your script might need to wait to perform one of its transfers, then you need to make appropriate use of the features of a real-time operating system.

  • How can I fix this, or speed up the code?

You probably cannot prevent occasional elapsed-time spikes, unless you're prepared to install an RT OS and run your code there. Details of what you would need to do are a bit too broad for an SO answer.

With sufficient system privileges, you may be able to increase the priority of a given running job. That might help some. Details depend on your OS.

The usual general answer to speeding up Python code that is not inherently inefficient is to use native code to run the slow bits.

  • Are there some general Python settings to prevent this behavior?

I don't believe so. The spikiness you observe is not Python-specific.

  • How would you debug this?

I wouldn't. What you observe doesn't seem abnormal to me.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): How would you
  • Blacklisted phrase (1): How can I fix this
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: John Bollinger

79266608

Date: 2024-12-09 22:31:04
Score: 2.5
Natty:
Report link

Color as the 4th Dimension! It's not time, which can be thought of as the last dimension due to it iterating all that came before it. 3Dimension(X,Y,Z)(Macro), Color(R,G,B)(Micro). I'm working on this myself, it's nice to see someone proceded me.

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

79266606

Date: 2024-12-09 22:29:04
Score: 3
Natty:
Report link

Wouldn't three properly formatted columns allow you to have a figure appear visually between chunks of text on a page while in fact simply being in line with all of the text? In other words, in the horizontal visual layout, text in column one appears at the left side of the page, the figure appears in the center, and text in column three appears at the right side of the page.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Brian Balk

79266602

Date: 2024-12-09 22:26:02
Score: 4
Natty:
Report link

npm install react@canary react-dom@canary

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

79266589

Date: 2024-12-09 22:19:00
Score: 0.5
Natty:
Report link

The quote from Design Patterns: Elements of Reusable Object-Oriented Software, p. 94 relates to a Maze design example.

Notice that the MazeFactory is just a collection of factory methods. This is the most common way to implement the Abstract Factory pattern.

Also, the Abstract Factory chapter never provides or even mentions a composition-based implementation.

Reasons:
  • No code block (0.5):
Posted by: Kaiyakha

79266586

Date: 2024-12-09 22:17:00
Score: 1.5
Natty:
Report link

In my case I'm implementing an On Demand Module (https://developer.android.com/guide/playcore/feature-delivery/on-demand) and all resources missing were inside a 3rd party SDK dependency I needed to add inside the On Demand Module...strings, styles and xml files were missing. To solve this I simply added the missing things empty inside the main module as suggested here:

https://alecstrong.com/mytalks/edfm/

Inside the video check the minute 25: Gotcha 2 Manifest Merging.

Here's the web page mentioned inside those slides:

https://medium.com/androiddevelopers/a-patchwork-plaid-monolith-to-modularized-app-60235d9f212e

Check the subtitle: "Styling issues"

Thank u Alec Kazakova and Ben Weiss for sharing the struggle...I wish Google did more with this kind of issues... troubleshoot their messy solutions is a nightmare

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (0.5): medium.com
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ramiro G.M.

79266573

Date: 2024-12-09 22:12:59
Score: 0.5
Natty:
Report link

In your handleSubmit function just reset the formData state:

 function handleSubmit(event){
           event.preventDefault();
           send(formData);
           setFormData({ fullName: "",emailAddress: ""})
   }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arr

79266571

Date: 2024-12-09 22:11:59
Score: 1.5
Natty:
Report link

As Sampath said, I have to set up webhooks to get this to work. I needed a whole day to get this to work with the authentication but eventually, the key settings were

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Hofa

79266567

Date: 2024-12-09 22:10:58
Score: 2.5
Natty:
Report link

Using transactional annotation with framework like springboot jpa will change autocomit behaviour , because setting for this feature can be within different scopes like per session or globally , so springboot should use transactional annotation to handle tranaction management by itself

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

79266550

Date: 2024-12-09 21:59:56
Score: 4
Natty:
Report link

postman can actually do the job

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

79266534

Date: 2024-12-09 21:52:54
Score: 3.5
Natty:
Report link

Nâng cấp cấu hình hệ tương thì phải làm thế nào...

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

79266528

Date: 2024-12-09 21:49:53
Score: 1.5
Natty:
Report link

Yes, the website can still track users' behavior using cookieless tracking methods such as server-side tracking, local storage, or a data layer.

For example, with server-side tracking, the tracking code is executed on the server instead of the user's browser. This means that the users' devices don't need to store any data. All the data tracking is made on the server.

You may find more on cookieless tracking in the blog post: https://stape.io/blog/what-is-cookieless-tracking

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

79266522

Date: 2024-12-09 21:42:52
Score: 1.5
Natty:
Report link

You dont have to make any changes as javax.naming is still compatible with Java 11 . It is still part of Java 11 and not part of Jakarta. Please refer the official documentation of Java 11 .

https://docs.oracle.com/en/java/javase/11/docs/api/java.naming/module-summary.html

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

79266520

Date: 2024-12-09 21:39:52
Score: 1
Natty:
Report link

I have had this same issue with C/C++ files, specifically over an ssh connection. What fixed it for me was going to C/C++: Select IntelliSense Configuration in the command palette and changing it to target gcc on the remote server (substitute gcc for your compiler). It was previously trying to use a C compiler on my local machine.

I figured this out from this article which is specifically about TypeScript, but it lead me to the source of the problem.

Reasons:
  • Blacklisted phrase (1): this article
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: donotread123

79266519

Date: 2024-12-09 21:39:52
Score: 0.5
Natty:
Report link

I resolved this issue there was no need to update the structure I simply downloaded the Joomla version 4.4.9 and update it normally then I completed the PHP update to 8.1 with command lines.

Reasons:
  • Whitelisted phrase (-2): I resolved
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Seif

79266511

Date: 2024-12-09 21:35:51
Score: 0.5
Natty:
Report link

I found this:

var body: some View {
    
    List {
        Section(
            footer: VStack {
                Spacer()
                Button(action: addItem) {
                    HStack {
                        Image(systemName: "plus")
                            .foregroundColor(.black)
                    }
                }
            }
        ) {
            ForEach(items, id: \.self) { item in
                HStack {
                    Image(systemName: "circle")
                    Text(item)
                }
            }
        }
    }
    
    
}

And it worked: enter image description here

Reasons:
  • Whitelisted phrase (-1): it worked
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ten

79266507

Date: 2024-12-09 21:34:51
Score: 0.5
Natty:
Report link

Celery is trying to run wrong app it's Flask instance
solotion1: rename app -> flask_app or other name
solution2: specify Celery instance celery -A my_app_module_name.celery worker (added .celery)

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

79266506

Date: 2024-12-09 21:34:51
Score: 3.5
Natty:
Report link

If the error still persists, make this configuration pointing to your JAVA_HOME flutter config --jdk-dir "C:\Program Files\Java\jdk-19

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

79266503

Date: 2024-12-09 21:33:50
Score: 4.5
Natty:
Report link

Have you installed xdg-utils on your machine? (Sorry I can't comment yet)

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • RegEx Blacklisted phrase (0.5): Sorry I can't
  • Low length (1.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dauinh

79266494

Date: 2024-12-09 21:28:48
Score: 1
Natty:
Report link

You should be able to listen to and handle same events for account and connect type webhooks separately. See: https://docs.stripe.com/connect/webhooks

There must be some misconfiguration on your end if your account webhook route is receiving connect events. You should double check your server configuration and validate the events being processed by both route to see if they're receiving the expected event types.

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

79266480

Date: 2024-12-09 21:21:46
Score: 0.5
Natty:
Report link

From the docs, DisplayConditions can only be used with:

I had the same problem and unfortunately the only solution I found is to simply check on the initialization of the module is it applicable or not and if not simply show some information to the user.

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

79266469

Date: 2024-12-09 21:15:45
Score: 0.5
Natty:
Report link

They are in different packages but I think it's confusing to have the same name. Is there a best practice on how to name the transfer objects?

I feel comfortable using DTO or any module-suffix at the end of the class, for example somethingController, somethingRepo... it makes finding something easier. In normal cases, CarDTO is a good choice, but if I am concerned about name duplication I will add a package prefix. Similar to how two students with the same name in a class are distinguished by their last names. In your case, I'd name it clientCarDTO/clientapiCarDto.. And...

What about situation when I have multiple DTOs of the same class? – Flying Dumpling

If the action forces me to separate multiple DTOs for multiple actions, I will choice an action-suffix (eg. userRegistrationDTO, userProfileDTO,..) for the name. If different objects force to write separate DTOs for them, I will name them with the suffix ...bySomeoneDto (eg. accountCreateByFooDTO, accountCreateByBarDTO,...).

Reasons:
  • Whitelisted phrase (-1): In your case
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: trongtoannguyen

79266468

Date: 2024-12-09 21:14:44
Score: 2.5
Natty:
Report link

Found it, finally - in command prompt use: cd "C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE" Then.... C:\Program Files (x86)\Microsoft SQL Server Management Studio 20\Common7\IDE>ssms.exe /resetsettings

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

79266451

Date: 2024-12-09 21:07:43
Score: 0.5
Natty:
Report link

The fix for me was to install the latest minidriver (not sure if this is what actually helped), but more importantly, reboot afterwards, and then the latest certificate showed up in certmgr.msc under personal/certificates.

So it looks like the cert was not there initially, and it was trying to use the new yubikey with the old cert file.

Also if it asks you to sign twice every time you sign, it's likely because you have the old and new certificate in there, so just remove the old cert from certmgr.msc and then it will only ask you for your pin for the current certificate.

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

79266427

Date: 2024-12-09 20:58:40
Score: 5
Natty: 6.5
Report link

How can I authenticate with the jmrtd program? Even though I added the country key, it appears as red

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (1):
Posted by: Selim

79266423

Date: 2024-12-09 20:58:40
Score: 2.5
Natty:
Report link

Hmmm. I thought all rOws were written to the log prior to COMMIT... THEN, THE BATCH IS COMMITTED.

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

79266412

Date: 2024-12-09 20:52:37
Score: 13.5 🚩
Natty: 5.5
Report link

I have the same issue, did you managed to resolve it?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): did you manage
  • RegEx Blacklisted phrase (1.5): resolve it?
  • 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: Carlos Ortiz

79266408

Date: 2024-12-09 20:50:36
Score: 1.5
Natty:
Report link

Sometimes it could be effective to use strings.Cut:

before, after, found := strings.Cut( "somethingtodo", "to" )

If "to" was found, you could use "something" and "do" afterwards.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thomas Höhenleitner

79266399

Date: 2024-12-09 20:46:35
Score: 0.5
Natty:
Report link

For me on windows, it worked this:

activate test_env

without calling the conda first.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Victor

79266391

Date: 2024-12-09 20:41:35
Score: 1
Natty:
Report link

Is your io_os.bin in any way prepared for getting patched by a boot info table which overwrites bytes 8 to 63 ? If not, then omit option -no-emul-boot .

If not the size of io_os.bin is 2048 bytes and it is not prepared for a boot info table, then omit option -boot-load-size 4 .

If your .bin is actually a disk image, then try what happens if you omit option -no-emul-boot to get floppy emulation, or if you replace it by option -hard-disk-boot to get hard disk emulation. You will probably need to read the El Torito Bootable CD-ROM Specification. Wikipedia points to: https://web.archive.org/web/20080218195330/http://download.intel.com/support/motherboards/desktop/sb/specscdrom.pdf

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

79266386

Date: 2024-12-09 20:39:33
Score: 10
Natty: 7.5
Report link

I am facing the same problem with Vercel deployment. What solved your issue finally? Sitemap?

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (1.5): solved your issue finally?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lakshay

79266384

Date: 2024-12-09 20:38:32
Score: 1
Natty:
Report link

Using the the Link component from next/link.

In my own case, I had to put the pdf file in an public/assets folder.

Adding the target="_blank" will download the file.

<Link
          href={"./assets/my_resume.pdf"}
          download>
          Resume 
</Link>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bolaji Bolajoko

79266381

Date: 2024-12-09 20:37:32
Score: 1
Natty:
Report link

This is now possible

Array.from("beer").with(2, "a").join("")

But it's probably not performant

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

79266369

Date: 2024-12-09 20:33:31
Score: 1.5
Natty:
Report link

Is there an inverse function to $typename? I'd like to create a type given a string with its definition. Very simple and contrived example assuming this function is called $name2type:

logic signed [7:0] my_byte_array [16];
initial $display (" type of my_byte_array is %s", $typename(my_byte_array));
// prints type of my_byte_array is logic signed[7:0]$[0:15]

// want same size as my_byte_array but unsigned
$name2type("logic unsigned [7:0]$[0:15]") my_unsigned_byte_array;

Thanks for any pointers or ideas!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there an in
  • Low reputation (1):
Posted by: David R

79266365

Date: 2024-12-09 20:31:31
Score: 2.5
Natty:
Report link

I just implemented it myself in my new github repository "mvfki/ggfla". Not yet submitted to CRAN though. This should be a better solution for now as I don't hide the original axis and draw segments pretending the axis, but replace the axis elements themselves with what are wanted.

library(ggfla)
ggplot(df, aes(x, y)) +
    geom_point() +
    theme_axis_shortArrow()

Click to see the image ->demo-ggfla. Sadly I don't have minimum reputation to post images.

Other settings stay the same with original ggplot2 flavor. Modify the x-/y-axis titles with xlab() or ylab() and etc.

Reasons:
  • RegEx Blacklisted phrase (1.5): reputation
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mvfki

79266363

Date: 2024-12-09 20:28:30
Score: 2.5
Natty:
Report link

The best I would suggest is to reinstall 'langchain' or upgrade pip and langchain. The error from the validator shows issue with the pydantic version.

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

79266355

Date: 2024-12-09 20:25:27
Score: 9.5 🚩
Natty:
Report link

I get the exact same problem and I can't find any forums to help me out, hopefully someone can answer soon. Whenever I ask AI for help it tells me to check my backends are included which they are and nothing else is solving it.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (2): help me out
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I get the exact same problem
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sam

79266351

Date: 2024-12-09 20:24:26
Score: 1
Natty:
Report link

After doing additional troubleshooting I managed to isolate it to 2 different network issues that both resulted in connectivity issues to one of the mirrors.

On my personal computer my ISP was not able to route traffic to the mirror that hosted the artifact. On my personal computer I was able to fix this using a VPN during the install.

On my restricted workstation the issue was the security system was not allowing access to the mirror that hosted the artifact.

The problem was 2 different simultaneous network issues on both of my environments that resulted with the same symptoms.

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

79266342

Date: 2024-12-09 20:21:25
Score: 2
Natty:
Report link

Muito fácil; Baixe instale a "DLL" MP3-Info Extension. Arquivos mp3PRO aparecerão no explorer com um ìcone em vermelho indicando "96 kbps" o que é bastante raro.

Pode baixar esta extesõ través deste link "https://www.mutschler.de/mp3ext/MP3ext34b23.exe" em "https://www.mutschler.de/mp3ext"

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Joao Eduardo da Silva

79266323

Date: 2024-12-09 20:11:14
Score: 1
Natty:
Report link

For scripting, this works well:

git log -1 --format=%T HEAD
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Silvan Mosberger

79266322

Date: 2024-12-09 20:11:14
Score: 2.5
Natty:
Report link

This URL you wanted to call doesn't have the correct standard for query param. Because when you want to set an empty value to a param, you don't need to set that query.

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

79266315

Date: 2024-12-09 20:08:14
Score: 0.5
Natty:
Report link

I was able to figure out a woking solution

public static List<Map<String, Object>> cleanJsonData(List<Map<String, Object>> parsedJsonChildData, List<Map<String, Object>> parsedXmlChildData) { List<Map<String, Object>> modifiedParsedJsonChildData = new ArrayList<>();

    for (int i = 0; i < parsedJsonChildData.size(); i++) {
        Map<String, Object> jsonItem = parsedJsonChildData.get(i);
        Map<String, Object> xmlItem = parsedXmlChildData.get(i);

        Map<String, Object> filteredItem = new HashMap<>();
        for (Map.Entry<String, Object> entry : jsonItem.entrySet()) {
            String key = entry.getKey();
            Object value = entry.getValue();


            if ((value != null && !value.toString().isEmpty()) || xmlItem.containsKey(key)) {
                filteredItem.put(key, value);
            }
        }
        modifiedParsedJsonChildData.add(filteredItem);
    }

    return modifiedParsedJsonChildData;


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

79266311

Date: 2024-12-09 20:04:13
Score: 3
Natty:
Report link

See reference answer on Reddit: https://www.reddit.com/r/react/comments/1h8f2ul/new_to_react_problem_running_createreactproject/

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

79266285

Date: 2024-12-09 19:54:11
Score: 2
Natty:
Report link

If you want to change the color of the button to the original color is to change the span html element to a button html element. Then take the html elements and put them inside within the button element. For the first button that one should look like this <button class="btn btn-success" type="button" value="Input"

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

79266270

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

There isn't a more elegant solution to this unfortunately. The workflow you've built using Subscription Schedules API is the most elegant way to handle this usecase.

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

79266263

Date: 2024-12-09 19:44:08
Score: 0.5
Natty:
Report link

Alternatively you can pass in a kCVPixelBufferWidthKey and kCVPixelBufferHeightKey to your pixel buffer properties for whatever your decode path is (as options for say a track reader output). This will vend smaller pixel buffers, but i dont think it will do the most efficient thing all the time, but should work everywhere by introducing a VImage pass inside the video toolbox decompression session.

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

79266260

Date: 2024-12-09 19:42:06
Score: 6 🚩
Natty:
Report link

I have the exact same issue like the author stated above. It froze at the step updating database forever and won't move forward. It failed after one hour. enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the exact same issue
  • Low reputation (1):
Posted by: Jingjing

79266259

Date: 2024-12-09 19:42:06
Score: 3
Natty:
Report link

Another possible approach - https://github.com/threefoldtecharchive/slides2html?tab=readme-ov-file

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

79266257

Date: 2024-12-09 19:42:05
Score: 4
Natty:
Report link

Try to open the Console in another pane

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