79079196

Date: 2024-10-11 17:25:05
Score: 2
Natty:
Report link

you can add the following line of code in the bootstrap/app.php and it should do the work.

->withMiddleware(function (Middleware $middleware) { $middleware->alias([ 'role' => RoleMiddleware::class, ]); })

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

79079195

Date: 2024-10-11 17:25:05
Score: 2
Natty:
Report link

I solved it by select option as following picture

https://i.sstatic.net/LISqU8dr.png

Reasons:
  • Whitelisted phrase (-2): I solved
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Raymond

79079187

Date: 2024-10-11 17:23:04
Score: 1.5
Natty:
Report link

It should be noted that as of Python 3.13.0 the partial version no longer works. This is due to a breaking change, as mentioned in this issue.

However, the wrapper class approach does work in 3.13.

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

79079180

Date: 2024-10-11 17:21:03
Score: 4
Natty:
Report link

Since composable is deprecated and insted use composable builder

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

79079177

Date: 2024-10-11 17:20:03
Score: 0.5
Natty:
Report link

I faced a very similar issue while setting up GitHub Actions. You can consider using pnpm i --frozen-lockfile instead of yarn install --immutableif you are migrating from yarn to pnpm in GitHub actions.

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

79079171

Date: 2024-10-11 17:16:02
Score: 2.5
Natty:
Report link

As glennr said, use the free Microsoft Visual Studio Community.

Visual Studio Express, mentioned in the original post, has long been renamed to Visual Studio Community.

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

79079168

Date: 2024-10-11 17:16:02
Score: 3
Natty:
Report link

I wanted to take a moment to thank you for your support. I’ve successfully resolved the issue I was facing by using the "Run a PHP script" method. The solution was to modify the command.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arber Mekrizvani

79079157

Date: 2024-10-11 17:13:01
Score: 1.5
Natty:
Report link

Click before the U of Usa is good. Now your cursor is blinking before U. Now use control + mouse click to Click before the U of Usa is very nice. Now your cursor is blinking before two U's. Similarly control click before the third and fourth U. Now your cursor is blinking before all four U's. Now, you when you type or select/replace, it will be done in all 4 places.

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

79079153

Date: 2024-10-11 17:11:01
Score: 2
Natty:
Report link
[enter code here][1]

Please raise support

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

79079147

Date: 2024-10-11 17:09:00
Score: 1
Natty:
Report link

I figured out that it was a bug on TanStack Router where they used the route as the key on a top element. I advised them about it, and then they fixed it for me, and now it behaves as I wanted.

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

79079138

Date: 2024-10-11 17:04:59
Score: 1.5
Natty:
Report link

You could host your own instance of NodeRED on a local machine or a VPS machine in cloud.

You also need to create and expose some REST endpoints on your OpenRPA with OpenFlow so you have a point of communication between NodeRED and OpenRPA.

Keep in mind that security would be key here as you don't want anything except your NodeRED machine accessing your APIs and OpenRPA.

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

79079131

Date: 2024-10-11 17:01:58
Score: 2.5
Natty:
Report link

Following function should do the work.

from datasets import get_dataset_config_names

config_names = get_dataset_config_names("<org/dataset>")

You can check examples at https://huggingface.co/docs/datasets/en/load_hub#configurations

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

79079123

Date: 2024-10-11 16:58:58
Score: 1.5
Natty:
Report link

Support answer from @sam-paul

If you will use C_GenerateKey to generate new key don't forget to use CKM_AES_KEY_GEN mechanism.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @sam-paul
Posted by: Alexander

79079118

Date: 2024-10-11 16:55:57
Score: 3
Natty:
Report link

I have found the problem, when copying the ios/assets folder to 'Copy Bundle Resources' I had to select 'Create folder references' rather than 'Create groups'

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

79079115

Date: 2024-10-11 16:53:56
Score: 4.5
Natty:
Report link

Maybe this might help. Reference Reference

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ananya-singh-afk

79079083

Date: 2024-10-11 16:41:53
Score: 4
Natty: 4
Report link

With sass custom properties declarations #{--border}_color: color;

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

79079081

Date: 2024-10-11 16:40:53
Score: 2
Natty:
Report link

When you enter a URL in the browser's address bar, it sends a GET request. Since copying the URL in the browser tab works, it indicates that your route is set up as a GET route.

However, SSLCommerz uses a POST method for redirection, so you need to provide a URL that accepts POST requests as your callback URL.

Ideally, you should set your backend URL as the callback URL, handle the business logic in the corresponding method, and then redirect to your frontend from there.

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: rkbi

79079079

Date: 2024-10-11 16:38:52
Score: 1
Natty:
Report link

Jsonschema is written in Python thus could be slow. I recommend to use Pydantic v2 that is written in Rust. If you have JSON-schema in JSON format you could convert it to Pydantic model with datamodel-code-gen tool:

https://docs.pydantic.dev/latest/integrations/datamodel_code_generator/#code-generation-with-datamodel-code-generator

This solution could be more efficient, but I will be gratefull if someone show me the native pyspark solution to validate complex JSON like could libraries which work on JSON-schema.

Several solutions but None are perfect. From the fastest with PySpark:

  1. explode each nested column with arrays & structs and check them with Spark SQL - isn't sound good
  2. write Scala UDF with Everit JSON library from Maven: https://semanticinsight.wordpress.com/2020/10/18/databricks-spark-json-validation-governance/ and play with run Scala in PySpark - needs effort but possible
  3. Pydantic on the Rust + Python UDF - the simplest way

Apart from that i checked

  1. https://pandera.readthedocs.io/en/stable/pyspark_sql.html - PySpark is a new API in Pandera and in the future could be nice, but now it cannot handle nested data. Only flat DF.
  2. Fugue tool https://fugue-tutorials.readthedocs.io/ tries to convert your custom DF transformation from PySpark to Pandas vectorized UDF which is much faster that common Python UDF. Still nested data is a blocker.
  3. I found great-expectation tool, but still I am checking this out
Reasons:
  • RegEx Blacklisted phrase (2): I will be gratefull
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: matt91t

79079074

Date: 2024-10-11 16:36:52
Score: 3
Natty:
Report link

So I found out that the issues in "In Progress" etc. were not being filtered out. My instance will only show 1000 issues at a time. If I sort by status, it will only sort that 1000, not the entire result of the query. If you export the data/load it into another application, all of the data will be there!

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

79079072

Date: 2024-10-11 16:36:52
Score: 2
Natty:
Report link

In the 'Find and replace' dialog box, click on the last icon which looks like a funnel. Click on the checkbox 'Use regular expressions'

Then follow the points 4, 5 and 6 mentioned above.

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

79079036

Date: 2024-10-11 16:26:49
Score: 1.5
Natty:
Report link

Had the same problem ! And if others values aren't needed, you can code :

h1 {
  all: unset;
}
<h1>Hello world, who wants to reset h1's property ?</h1>

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

79079021

Date: 2024-10-11 16:20:48
Score: 3
Natty:
Report link

Turns out my issue was the use of Date Time fields in my list. As I was not wanting the time portion, it caused problems when trying to find the list item. I changed the field to Text and it is now working as expected.

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

79079009

Date: 2024-10-11 16:17:47
Score: 1
Natty:
Report link

My Approach would involve two steps:

First, Adding a function that takes a list of objects and dynamically creating indices, in this way even if the list get modified, still the calculation remain consistent.

Second, Use the returned indices to slice data from the original list and return them whenever required, in this case when the scroll reaches the required position.

NB: If data are stored in the Database and the back-end implements OFFSET and LIMIT(Basically the given example simulates the same scenario), then, the indices can be used to create a URL by concatenating the root, endpoint and the index and use it to fetch data using GET method.

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

79079008

Date: 2024-10-11 16:17:47
Score: 0.5
Natty:
Report link

I managed to solve it with this:

RewriteCond %{THE_REQUEST} /([^/]*)/([^/]*)/([0-9a-zA-Z]*)\.htm?(.*)cid=([0-9a-zA-Z]{8})
RewriteRule ^ /%1/%2/%3-%5.htm [R=301,L,QSA]

Mods please close if irrelevant

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Adrien Hingert

79079003

Date: 2024-10-11 16:15:47
Score: 1
Natty:
Report link
fn factorial(num: i128) -> i128 {
    if num <= 1 {
        return 1;
    }
    return num * factorial(num - 1);
}
 
fn main() {
    let x = factorial(21);
    println!("The value of 21 factorial is {}", x);
}

Implementation comes from a C++ recursion example; I hope this will be helpful.

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

79079000

Date: 2024-10-11 16:14:47
Score: 1
Natty:
Report link

Find Real Testers can sometimes be challenging because Google has made its policies very strict. My recommendation is to create your own testing team rather than manually adding emails or using external services.

Read more about Testing: https://medium.com/@banrossyn/20-testers-google-play-5361008bc24b

Instead of spending money on services from platforms like Fiverr or Upwork, it’s better to build your own testing group. This way, you’re not just getting testers for a single app, but you’ll have them available for multiple apps when needed.

Accordingly, it’s not right to manually add emails for closed testing. If you have a limited number of testers and you’re sure that all users will use the app daily, then you can use this method. Otherwise, you should use a Google group for testing.

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Whitelisted phrase (-1.5): you can use
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rossyn

79078993

Date: 2024-10-11 16:12:46
Score: 1
Natty:
Report link

I really liked @Arik_E second option build on @Ivo's answer, however I had to replace value.name by value.toString() for it to work. It led to

static ValueType? fromName(String nameSearched) {
  for (var value in ValueType.values) {
    if (value.toString() == nameSearched) return value;
  }
  return null;
}

Then it can be transferred to a class so that other Enum could be used, leading to:

class FromStringToEnumConverter<T extends Enum> {
  final List<T> enumValues;
  FromStringToEnumConverter({required this.enumValues});

  T? enumFromString(String searchedValue) {
    for (T enumValue in enumValues) {
      if (enumValue.toString() == searchedValue) return enumValue;
    }
    return null;
  }
}

Called through :

FromStringToEnumConverter<EnumName>(enumValues: EnumName.values)
  .enumFromString(nameSearched);

Hopefully it helps...

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Arik_E
  • User mentioned (0): @Ivo's
  • Low reputation (1):
Posted by: pjpac

79078980

Date: 2024-10-11 16:06:44
Score: 2
Natty:
Report link

this.answer is NOT SUITED for numbers that are lower then 0x010000, it converts to number which css doesn't understands, for example black 0x000000 > is 0 that's where padStart(6, '0') comes in handy

"#" + 0x000000.toString(16).padStart(6, '0')

but i bet there is a better way, but can't find it, hoping for an answer from the far future

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

79078979

Date: 2024-10-11 16:06:44
Score: 0.5
Natty:
Report link

OK, I should have continued to read the blog post because that was expected. The reason it was still market as unstable was that HighlightedSnacks was accepting a List type as parameter which is inherently unstable. The solution is to use as parameter ImmutableList or wrap the set into a data class annotated with @Immutable and use that.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: vgandroid

79078978

Date: 2024-10-11 16:06:44
Score: 1.5
Natty:
Report link

Maybe you can check your version of the browser, if it needs an update. Additionally, you can go through these documents.

[Reference][1] [1]: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/content_security_policy

[Reference][2] [2]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: ananya-singh-afk

79078977

Date: 2024-10-11 16:06:44
Score: 1.5
Natty:
Report link

In a situation I wanted to get most recent dateTime from an array of dateTime. I tried as-

array.map(function(e) { return e; }).sort().reverse()[0]

Above saved my day.!!!

Reasons:
  • Blacklisted phrase (2): saved my day
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: S.Yadav

79078974

Date: 2024-10-11 16:04:44
Score: 5
Natty:
Report link

Exactly the same error here

Code: Code

Error:

Exception: Unexpected error while getting the method or property setHelpText on object FormApp.Item. getSprintSquads @ Código.gs:19

Reasons:
  • Blacklisted phrase (2): Código
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Angel

79078973

Date: 2024-10-11 16:04:44
Score: 1.5
Natty:
Report link

friend!
That is actually a great question, so let me try to clear things out.
If you wanted to simply: call method when W is pressed, then any solution for this would be correct. But in a real world scenario that's is really never gonna happen. There will always be some "what ifs" at one point or another that will force you to increment the logic of capturing the W key. That's where the Enhance Input System comes in.
So, basically the Enhanced Input System is not just a "different way" to handle hardware input. Is THE way of handling hardware input. That's because, although more complex to implement, it comes ready to handle an array of different situations.
I'll try to give some examples that you would have to learn how to work around if you were to use direct capture of Key Press:

  1. Enhanced Input System can map different inputs to the same action: In your example, what happens if the player uses a controller in the future? You would need a different logic to capture every different input type. Not in Enhanced Input. In you Enhanced Input Mapping edit window you can define multiple different inputs to the same action. Meaning that no code has to be updated if you decide that a new key should or should not fire a certain action.
  2. Enhanced Input System can handle runtime remapping: Let's say you are using the usual WASD for movement but you decide that your player can rebind his keys in the Options menu. What you do? Now you need a way to capture every possible keyboard and controller input that he could use and then compare it to some other data to decide what type of mapping he is using now. Not with Enhanced Input. You can in runtime access an Input Mapping Context and update its structure, and its literally as simple has IMC->UnmapKey() / IMC->MapKey().
  3. Enhanced Input System can differentiate input types: Let's say that your player can press E to open a door and he can also hold E to bash it. There's really one way you could handle this without Enhanced Input System: You have to keep track of all subsequent frames that your player have pressed a given key and, depending of the time pressed, perform a certain action. If you try to imagine this just for a second on a client/server type of scenario you will understand how prone to failure this is. Well, not with Enhanced Input system. You can just enter your Input Action edit window, add a Trigger for Hold and define how many seconds before triggering your action. Even if it should be fired only once or should be affected by time dilation. I am not kidding when I say that, if you wanted to build something similar by hand somehow in blueprints, it could take you months to achieve the same result. I'm not kidding. Not only that but Input Actions can easily differentiate between actions that should be fired only once per action and when. And it's so simple to use.
  4. Switching mappings on the fly: Let's say you need your character to Jump when the player presses Space Bar, but if he's under water he needs to Swim Up. You could keep track of all different player states in your game and define a different logic for each key and each state, or you could just switch mapping inputs. If you simply switch map inputs (or work smartly with their priority), you need no new logic whatsoever. Just bind every player state to a Input Mapping Context (if there's need of one) and when the player changes state, it changes the mapping. Simple.
  5. Different events for different moments of the input: Let's say that you need your player to keep walking forward while hold W. BUT, you need to fire a specific method in the first frame he presses W and in the last frame he was pressing W (to handle triggering animations, let's say). I won't even start explaining how you would work with this with direct Key Press capture because it's not worth it. BUT, in Enhanced Input System you can define different methods for the same actions at different Events of the input. For instance, you have the Started event, which will be only called in the first frame a key is pressed. Or the Completed event, that will be fired in the last frame. Every event belonging to the same Input Action can be bound to a different method in your script. Completely removing the necessity of any logic to evaluate the type of event you are receiving whatsoever.

I'm going to be honest, I could keep going but I think I made my point and I'm also working on a Youtube video about this and I don't want to spoil it all here. xD
Anyway, I hope I could help and, trust me, Enhanced Input System is the way to go.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ronaldo Almeida

79078970

Date: 2024-10-11 16:02:43
Score: 6.5 🚩
Natty: 4
Report link

Probably the same question:

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Sarah

79078968

Date: 2024-10-11 16:01:42
Score: 2
Natty:
Report link

Use this value for transparent Backgorund

"rgba(255, 255, 255, 0)"

Reasons:
  • Low length (1.5):
  • No code block (0.5):
Posted by: Rohit Kumar

79078965

Date: 2024-10-11 16:01:42
Score: 2
Natty:
Report link

AFAIK the client-side caching feature for Redis is not integrated with the spring-session. Which means that any solution would be more of a workaround.

However the Redis Indexed Web Session is subscribed - by default - to Redis keyspace events, which would mean that whenever the session expires or is deleted you would be notified and could subscribe to the respective event.

See Understanding How Spring Session Cleans Up Expired Sessions for more details.

So a possible solution could be to implement a local cache (perhaps use some 3rd party implementation) and then hook the events to the cache.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tihomir Mateev

79078961

Date: 2024-10-11 16:00:42
Score: 1.5
Natty:
Report link

This method seems to work when you receive 403 Forbidden errors while downloading the video (it emulates the same headers that your browser sends):

Using Firefox, open Developer Tools using Ctrl + Shift + I, or click on the 3-line hamburger menu in the top-right (1.) > More Tools (2.) > Web Developer Tools (3.).

Firefox: 3-line Hamburger Menu > More Tools Firefox: More Tools > Developer Tools

Go to the Network tab (4.), reload the page, find the appropriate .m3u8 entry, typically named stream.m3u8 or something similar (5.), right-click, Copy Value (6.) > Copy as cURL (7.). stream.m3u8: Copy Value > Copy as cURL

Then paste the resulting cURL command into here: https://windyakin.github.io/curl2ffmpeg. Download and install the free, open source FFMpeg tool if you don't already have it, paste the resulting ffmpeg command into your commandline (you may have to add a .exe suffix, eg: ffmpeg becomes ffmpeg.exe if you are using Windows) and enjoy the video!

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: akdev

79078956

Date: 2024-10-11 15:59:42
Score: 3.5
Natty:
Report link

How are you initializing the Product class? And it would be good if you made this change to avoid breaking the program since category can be null.

Add this "?" here

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How are you init
  • Low reputation (1):
Posted by: Juan Manuel Abanto Mera

79078948

Date: 2024-10-11 15:57:41
Score: 1.5
Natty:
Report link

Just after I posted here, I saw the issue.
There are three boxes to choose from, I needed to select "AWS Service" instead of "AWS Account".

enter image description here

Reasons:
  • Blacklisted phrase (0.5): I need
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-2):
Posted by: NealWalters

79078940

Date: 2024-10-11 15:55:41
Score: 3.5
Natty:
Report link

This didn't work for me. Password wasn't passed in when attempted.

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

79078937

Date: 2024-10-11 15:55:41
Score: 1
Natty:
Report link

This is the known error when using python 3.13.

I am also getting the exact same error on python 3.13.

For now please use python 3.12 until this is fixed.

pip install -U spacy
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I am also getting the exact same error
  • High reputation (-2):
Posted by: Free Palestine

79078924

Date: 2024-10-11 15:52:40
Score: 0.5
Natty:
Report link

IF USING NEXTJS and TYPESCRIPT

For me, the issue was because, I had initially installed react-slick as a dependency rather than as a dev dependency.

I did the following -

npm uninstall react-slick @types/react-slick

npm install react-slick @types/react-slick

npm install --save react-slick @types/react-slick

Now, although its redundant having react-slick in both as dependency and dev dependency, however, thats what worked for me.

Good luck!

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

79078915

Date: 2024-10-11 15:49:40
Score: 2
Natty:
Report link

The above answer doesn't fit what I'm looking for.

Output: TASK [Weed out invalid] ************************************************************************************************************************************ ok: [vmx1] => (item={u'Prefix': u'70.1.1.1', u'comms': {u'community': [{u'data': u'68:68'}, {u'data': u'7990:2'}]}}) skipping: [vmx1] => (item={u'Prefix': u'70.2.2.2', u'comms': {u'community': [{u'data': u'7990:2'}]}})

I need a way to create a list with only items that are NOT skipped

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Filler text (0.5): ************************************************************************************************************************************
  • Low reputation (1):
Posted by: Gary Rubel

79078914

Date: 2024-10-11 15:49:40
Score: 1.5
Natty:
Report link

In android/app/build.gradle, replace

minSdk = flutter.minSdkVersion

with

minSdk = 23
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jeangali

79078907

Date: 2024-10-11 15:47:39
Score: 0.5
Natty:
Report link

I recommend a relationship on the IDs between the two tables.

data model

Then on the Table_start Table, create a calculated column:

date diff = 
VAR startDate = Table_start[startDate]
VAR endDate = RELATED(Table_end[endDate])

RETURN DATEDIFF(startDate, endDate, DAY)

Create a measure to get the average:

average days = AVERAGE(Table_start[date diff])

Result:

result

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Nick A

79078905

Date: 2024-10-11 15:47:39
Score: 3
Natty:
Report link

Make sure the task execution role (not the job role) has permissions to pull from ECR.

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

79078885

Date: 2024-10-11 15:39:37
Score: 1
Natty:
Report link

Disclaimer: I am one of the developer of the project.

Squey is an open-source visualization software designed to interactively explore and understand large amounts of tabular data.

Since version 5.0 it natively supports the import of Apache Parquet files. You can even import several Parquet files in one go provided they have the exact same structure.

Although you cannot "edit" the Paquet files, you can filter-out some rows and export it back to a smaller Parquet file.

Squey

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

79078864

Date: 2024-10-11 15:33:36
Score: 3
Natty:
Report link

So, I decided to create the public folder myself. looking at @grekier response. however, I don't know if this is the best practice or anti pattern.

since the Vercel team, in the PR, said To ship less files in a bootstrapped Next.js project

they decided to get rid of this directory. so you should be able to use assets folder directly inside of src or app directory. but you can't !

it is confusing to me.

please let me know, if you were able to directly access to those static assets from app directory.

for now, this is what worked for me and I won't select it as final answer.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @grekier
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: willylilly64gmailcom

79078860

Date: 2024-10-11 15:32:36
Score: 2
Natty:
Report link

In my case, I didn't have webpack and webpack-cli in my package.json

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

79078851

Date: 2024-10-11 15:29:35
Score: 3.5
Natty:
Report link

I had the exact same problem, removing the /b argument from "exit /b %ERRORLEVEL%" in my bat script fixex the issue for me

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

79078846

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

If you are getting a 403 Forbidden error, try opening Firefox, open Developer Tools, go to the Network tab, reload the page, find the appropriate .m3u8 entry, right-click, Copy Value > Copy as cURL. Then paste the resulting cURL command into here: https://windyakin.github.io/curl2ffmpeg. Download and install the free, open source FFMpeg tool if you don't already have it, paste the resulting ffmpeg command into your commandline and enjoy the video!

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

79078845

Date: 2024-10-11 15:28:35
Score: 2.5
Natty:
Report link

I've had the same issue and just fixed it.

This is how:

1.set API key based access control for the search service in the azure portal

2.set the admin key for the same resource in Azure Ai Studio in the project settings > connected resources > choose the Azure AI Search (Cognitive Search) type resource, then edit. Check also if the target is set correctly!

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Low reputation (1):
Posted by: Zsolt Fenyohazi

79078842

Date: 2024-10-11 15:27:34
Score: 6.5 🚩
Natty: 6
Report link

@Tyle2P and @DemonWarlock thank you!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (2):
  • No code block (0.5):
  • User mentioned (1): @Tyle2P
  • User mentioned (0): @DemonWarlock
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Rashadatjou

79078840

Date: 2024-10-11 15:27:34
Score: 0.5
Natty:
Report link

That CloudFormation construct is to provide environment variables key/value pairs that you can take advantage of in your application without giving the application a job role that has access to Secrets Manager.

If you want dynamic access to secrets (which is not something that I would recommend - but since you are asking) you should add a profile to the Batch job role that allows access to subset of entries in Secrets Manager that you want to give to an application. Here is an example policy that leverages tags for access: https://docs.aws.amazon.com/secretsmanager/latest/userguide/auth-and-access-abac.html#tag-secrets-abac

Again - I do not recommend dynamic access to secrets. That's just a security incident waiting to happen. But since you asked, adding access to a tagged set of secrets via the job role is an not-terrible compromise.

Note that your application would need to leverage the Secrets Manager API (via SDK, CLI, etc) to get the secrets, instead of relying on Batch to place them into environment variables.

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

79078834

Date: 2024-10-11 15:24:32
Score: 6 🚩
Natty:
Report link

You got the answer for this yet?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ananya-singh-afk

79078832

Date: 2024-10-11 15:24:32
Score: 4.5
Natty: 5
Report link

Have you got a resolution for this? I am running into the same issue now.

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

79078831

Date: 2024-10-11 15:22:31
Score: 2
Natty:
Report link

I had this same issue updating Microsoft.Azure.WebJobs.Extensions.EventGrid from version 2 to version 3. The docs here show that the type provided to an EventGrid output binding changed between Extension version 2 and version 3 from Microsoft.Azure.EventGrid.Models.EventGridEvent to Azure.Messaging.EventGrid, so if you're updating that package, you need to update the data type as well.

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

79078830

Date: 2024-10-11 15:22:31
Score: 4
Natty:
Report link

SELECT 0 FROM MSysObjects WHERE 0=1

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

79078821

Date: 2024-10-11 15:19:30
Score: 1
Natty:
Report link

Isabelle2024 has added a feature to set output to cartouches, at least for sledgehammer and sketch-and-explore outlines:

Using declare [[atp_proof_cartouches]], the output will render with ‹...› instead of "...":

[...]
  imports
    "HOL-ex.Sketch_and_Explore"
[...]

declare [[atp_proof_cartouches]]

lemma ‹reflp (=)›
sketch

--- output ---

proof
  fix x :: 'b
  show ‹x = x›
   sorry
qed

Also note, how the outlines are more natural (fix instead of for) thanks to the improvements to sketch-and-explore.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ben Keks

79078807

Date: 2024-10-11 15:16:30
Score: 1
Natty:
Report link

Bump the activerecord-import gem version to support rails 7

gem "activerecord-import", ">= 1.3.0"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: waqas ali

79078806

Date: 2024-10-11 15:16:30
Score: 2.5
Natty:
Report link

In my case, after several attempts to fix the problem, we have to settle for standalone Redis instead of clustered Redis.

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

79078805

Date: 2024-10-11 15:16:29
Score: 5.5
Natty:
Report link

Can you share the build.gradle configuration??

also, try to clear artifactory cache.. In Artifactory, navigate to the cached file, and manually trigger a "delete and re-upload" of the latest sources.jar. You can also try invalidating the cache for that repository.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you share the
  • Low reputation (1):
Posted by: SPC0nline

79078799

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

I would argue that's not the layout going wrong, but actually doing what's intended with the current setup and available space. You've floated the logo left, but the container (header) is an inline-block element that will wrap when there's overflow.

The linked solution's top answer is fairly outdated in my opinion, and the second answer is a more modern approach: https://stackoverflow.com/a/22218694/2440595.

Setting the container to be flex and disabling wrapping will achieve what I think you're going for, but be aware it may cause other issues if you aren't adding flexibility to the logo or logo-text at smaller sizes/larger zooms.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: geebru

79078785

Date: 2024-10-11 15:12:28
Score: 0.5
Natty:
Report link
    <?php
// Check if the Wordfence class and method exist
if (class_exists('wordfence') && method_exists('wordfence', 'importSettings')) {
// Provide the token for importing settings
$token = file_get_contents('/Websites/wordpress-setup/wordfence-token.txt');
if ($token) {
    $result = wordfence::importSettings($token);
    if ($result) {
        echo "Wordfence settings imported successfully.\n";
    } else {
        echo "Failed to import Wordfence settings.\n";
    }
} else {
    echo "Wordfence settings token not found or could not be read.\n";
}
} else {
   echo "Wordfence importSettings method not available.\n";
   exit(1);
}

That fixes the issue for the wordfence settings when being run in the wp-site folder.

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

79078783

Date: 2024-10-11 15:11:28
Score: 3.5
Natty:
Report link

For me it was the virtualization disable on BIOS ;)

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

79078779

Date: 2024-10-11 15:11:28
Score: 3
Natty:
Report link

Try adding timeout to your connection string. e.g. string connectionString = "...;Connect Timeout="

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Juan Manuel Abanto Mera

79078768

Date: 2024-10-11 15:07:27
Score: 4.5
Natty: 6
Report link

And how do I remove the files when uninstalling? Because when I do the files are still installed on the system.

Reasons:
  • Blacklisted phrase (1): how do I
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zotano

79078763

Date: 2024-10-11 15:06:26
Score: 1
Natty:
Report link
location /blog/ {
    proxy_pass https://webflow.example.com/;
    proxy_ssl_server_name on;
}

You need to add proxy_ssl_server_name.

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

79078760

Date: 2024-10-11 15:05:26
Score: 3
Natty:
Report link

What do you have access to?

Because yes, you'll need to modify the .htaccess again to tell Apache not to force HTTPS.

That said, I would say, if you couldn't find a way to access and modify the .htaccess to add the HTTPS forcing rule, then you can modify it again. How do you deploy the modification of the htaccess. (I try to know more about the setup for give you more help)

I don’t know, maybe SSH access? To the file system?

If you can access maybe try this htaccess :

Options -Indexes
RewriteEngine On

# Redirect from deskflex.com to staging.zenapay.com
RewriteCond %{HTTP_HOST} ^deskflex.com [NC]
RewriteRule ^(.*)$ https://www.staging.zenapay.com/$1 [L,R=301]

# IF request HTTP, redirect to staging.zenapay.com in HTTP
RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} ^(www\.)?staging.zenapay\.com [NC]
RewriteRule ^(.*)$ http://www.staging.zenapay.com/$1 [R,L]

# IF request HTTPS, redirect to staging.zenapay.com in HTTPS
RewriteCond %{SERVER_PORT} 443
RewriteCond %{HTTP_HOST} ^(www\.)?staging.zenapay\.com [NC]
RewriteRule ^(.*)$ https://www.staging.zenapay.com/$1 [R,L]
Reasons:
  • Blacklisted phrase (1): How do you
  • Whitelisted phrase (-1): try this
  • RegEx Blacklisted phrase (2.5): do you have a
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What do you have
  • Low reputation (1):
Posted by: Reverse_side_

79078754

Date: 2024-10-11 15:02:25
Score: 1
Natty:
Report link

If your cursor is anywhere inside the quotes, you could use Ctrl-o $

Ex:

"na|me"
Ctrl+o $
"name"| <-- your cursor goes to the end of the line

Help: Ctrl-o Executes 1 command and returns to insert mode.

Any navigation would work w, e, t, f, h, j, etc...

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

79078753

Date: 2024-10-11 15:02:25
Score: 5
Natty:
Report link

Try to use fetch_channel() method

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

79078745

Date: 2024-10-11 15:00:24
Score: 0.5
Natty:
Report link

op here. After hours trying different curl built in versions, a work colleague came with the idea of manually installing the curl version of our choice (I knew from personal installation that 8.4.0 had both GSS-API and SPNEGO features enabled) inside the container this way:

RUN wget https://curl.se/download/curl-8.4.0.tar.gz && \
tar -xzf curl-8.4.0.tar.gz && \
cd curl-8.4.0 && \
./configure --with-gssapi --with-ssl && \
make && make install

Note: needed dependencies were installed too so that could work, making the image slightly heavier than it should for what's required, please reach out in case you need troubleshooting with something similar, as not having every dependency will trigger a failure during the make install and configuration steps

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

79078743

Date: 2024-10-11 15:00:24
Score: 1.5
Natty:
Report link

So I discovered today that the issue is not related to .Net at all. Nor is it the Microsoft.Sharepoint assemblies.

In fact, it is that the newer Unity version had enabled 'Code Stripping', which seems to remove code during Build that it determines is unreachable. https://docs.unity3d.com/Manual/ManagedCodeStripping.html

To change the Managed Stripping Level property:

Go to Edit > Project Settings > Player. In Other Settings, navigate to the Optimization heading. Set the Managed Stripping Level property to the desired value.

Switching the scripting back to Mono (which it had altered) allows you to select the 'disable' option of code stripping.

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

79078730

Date: 2024-10-11 14:55:23
Score: 1.5
Natty:
Report link

In your connection string, add ?ssl_mode=REQUIRED instead of ?ssl=true. This is the syntax for libmysqlclient (MySQL docs confusingly refer to ssl-mode and sslMode which are not available with libmysqlclient).

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

79078727

Date: 2024-10-11 14:54:23
Score: 1
Natty:
Report link

I had similar issue but in python , godot and firebase. I never used c or curl http but this answer might be helpfull for you, I hope. Well, the solution wasn't secure and effective but for a school program it might be ok. here is what I did:

A few days ago, I was trying to figure out multiplayer on godot using firestore(was a bad idea i know). I needed to somehow pass all the client id's/document id's into the client game to make it functional. but using the godot firebase addon wasn't easy for me. thus, I created a python file to extract all the user from the firestore database(I know not secure and not what you want, but it is the strategy is similar) and save it into a users Array under "user_list@@gsjsXQDjs" document_id and extract it easily on client game. I had made a tempory Social media: a twitter like app for my school friends using this strategy. dough I know I have look for security features in future which is another headache.

I know you are doing a different task but the strategy may help you if you want a quick application for your school and don't care about security for now.

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

79078707

Date: 2024-10-11 14:51:22
Score: 2
Natty:
Report link

Something along those lines :

.imgClassName {
    position: fixed;
    top: 40px;
    }
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Xam One

79078697

Date: 2024-10-11 14:50:21
Score: 1
Natty:
Report link

Maybe someone will find my solution useful, it’s a little bit unconventional though.

var hidden = [];
$('[name^="hidden"]').serializeArray().forEach(function (e){
      eval(e.name + '=' + e.value + ';');
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alex Green

79078688

Date: 2024-10-11 14:47:20
Score: 0.5
Natty:
Report link

Install Java Development Kit (JDK):

Ensure you have the latest JDK installed. You can download it from Oracle's official website ([invalid URL removed]). Follow the installation instructions for your Ubuntu version. 2. Download the Android SDK Command-Line Tools:

Visit the Android SDK command-line tools page on Google's developer website ([invalid URL removed]). Download the latest stable version, which is currently commandlinetools-linux-latest.zip. 3. Extract the Downloaded File:

Create a directory where you want to extract the SDK tools (e.g., ~/android-sdk): Bash mkdir ~/android-sdk Use code with caution.

Extract the downloaded ZIP file into the directory: Bash unzip commandlinetools-linux-latest.zip -d ~/android-sdk Use code with caution.

  1. Set Environment Variables:

Edit your shell's configuration file (e.g., .bashrc for Bash): Bash nano ~/.bashrc Use code with caution.

Add the following lines to the file, replacing ~/android-sdk with the actual path to your SDK directory: Bash export PATH="$PATH:~/android-sdk/cmdline-tools/latest/bin" export ANDROID_HOME=~/android-sdk Use code with caution.

Save and close the file. Reload your shell's configuration: Bash source ~/.bashrc it works

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

79078683

Date: 2024-10-11 14:45:20
Score: 2
Natty:
Report link

I've been facing a similar issue in my project. After sometime trying to figure out what was going on, I finally found the problem in my project.

In my case, the problem was due to the JAVA version in my machine, the JAVA version in my Android Studio setup and the JAVA version that Gradle was expecting.

In my project, the Gradle version was 7.6, so check this table provided by them the JDK version I should be using was 19. So I installed the openjdk-19-jdk (ubuntu package) and set the JAVA_HOME with the path to this specific version (/usr/lib/jvm/java-19-openjdk-amd64).

However, flutter uses the java binary provided by android studio. You can check that just running:

flutter doctor --verbose

As a solution, I updated the JDK_HOME and STUDIO_JDK environment variables pointing to my java 19 installation.

# inside your .bashrc or .zshrc
export JDK_HOME="$JAVA_HOME"
export STUDIO_JDK="$JAVA_HOME"

source ~/.bashrc # or .zshrc

also, be sure that flutter won't use a different one, I ran:

flutter config --jdk-dir $JAVA_HOME

Then, after logging out from my user, the flutter build and flutter run commands raised no errors.


Useful resources

Here are some useful resources, in case you face a different issue in your project:


Hope it's helped you someway :)

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing a similar issue
  • Low reputation (1):
Posted by: Dpbm

79078671

Date: 2024-10-11 14:42:18
Score: 5
Natty: 7
Report link

Any help on getting custom templates working on maven ? using hbm2java last currest version, jdk11

Reasons:
  • Blacklisted phrase (1): Any help
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Miguel

79078666

Date: 2024-10-11 14:41:18
Score: 2
Natty:
Report link

@javier-matute-barragán the short answer is: please open an feature request to the Moquette project https://github.com/moquette-io/moquette/.

Long answer: Moquette could grab the remote IP from the incoming connection, but that wouldn't necessarily be the originating host, maybe because in the middle there is a proxy or similar. I would suggest that each client discover his external IP, and using user-properties communicate down the broker (only in MQTT 5) and that point the InterceptConnectMessage would contains also such user properties, and for this you also need to create a feature request.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @javier-matute-barragán
  • Low reputation (1):
Posted by: andrea selva

79078664

Date: 2024-10-11 14:41:16
Score: 12.5 🚩
Natty:
Report link

Do you have any solution for this one yet ? can you share with me Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): can you share
  • RegEx Blacklisted phrase (2.5): Do you have any
  • RegEx Blacklisted phrase (2): any solution for this one yet ?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: qkhuyit

79078656

Date: 2024-10-11 14:38:15
Score: 1
Natty:
Report link

The top answer from Eric was great, but I couldn't initially locate that View > Cell Toolbar in Jupyter Labs. So for anyone looking for that feature in Jupyter Labs, I found it on the right side bar, in the "Property Inspector" icon, under "COMMON TOOLS". I added the "raises-exception" Cell Tag in there, and it worked like a charm. I added a link to a screenshot of that below. Thanks Eric!

Screenshot of the COMMON TOOL Add Tag feature

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): worked like a charm
  • Whitelisted phrase (-1): it worked
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user2044801

79078654

Date: 2024-10-11 14:37:15
Score: 4
Natty: 5
Report link

WHERE (COALESCE(:conditions) IS NULL OR id IN (:conditions))

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): WHERE
  • Low reputation (1):
Posted by: Grizzly Russo

79078652

Date: 2024-10-11 14:36:14
Score: 3
Natty:
Report link

You only can send one type of format. You can choose form data if you wanna send file format too.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Muhammad Ilham Hakim Suherman

79078649

Date: 2024-10-11 14:36:14
Score: 1.5
Natty:
Report link

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>


----------
## 

 1. 

Heading
-------

 ##

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

79078646

Date: 2024-10-11 14:35:14
Score: 1
Natty:
Report link

The issue is that you're creating a list of lambdas rather than executing them. Try this instead:

L1 = [1, 9, 1, 6, 3, 4, 5, 1, 1, 2, 5, 6, 7, 8, 9, 2]

l2 = []

[l2.append(x) for x in L1 if x not in l2] print(l2)

This will give you the unique numbers in L1.

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Owais Ali

79078645

Date: 2024-10-11 14:35:14
Score: 2
Natty:
Report link

Solved with the option in cypress.config.js

    stepsFromCommands: {
          maxArgumentLength: 1500,
        },

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

79078644

Date: 2024-10-11 14:35:14
Score: 1
Natty:
Report link

This one worked for me

delete from table where id in (select id from (select row_number() over(partition by id) as row, a.id from table a) as alias where row!=1);

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Akaza

79078643

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

with right click on model.tt and click on custom tool i solved the problem. thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Whitelisted phrase (-2): i solved
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: رضا رهنما

79078636

Date: 2024-10-11 14:32:13
Score: 3
Natty:
Report link

Alexander from SurrealDB here, I see you are trying to connect to localhost. For local development you need to pull from latest-dev you can see more in the docs here:

https://surrealdb.com/docs/surrealdb/installation/running/docker#run-with-docker

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

79078633

Date: 2024-10-11 14:31:13
Score: 1
Natty:
Report link
class ParallelDense(Layer):
    def __init__(self, units, **kwargs):
        super().__init__(**kwargs)
        self.units = units

    def build(self, input_shape):
        super().build(input_shape)
        self.kernel = self.add_weight(shape=[input_shape[1], input_shape[2], self.units], trainnable=True, initializer='glorot_uniform')
        self.bias   = self.add_weight(shape=[input_shape[1],                 self.units], trainnable=True, initializer='glorot_uniform')

    def call(self, inputs):
        return tf.einsum("bml, mlk -> bmk", inputs, self.kernel) + self.bias

This : Efficiently use Dense layers in parallel

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: K V

79078626

Date: 2024-10-11 14:28:12
Score: 2.5
Natty:
Report link

EKS now supports access entries with out of the box policies for read-only access - AmazonEKSAdminViewPolicy. You can associate this policy with the appropriate IAM principal on the EKS console. More information about access entries and available policies can be found here

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

79078625

Date: 2024-10-11 14:28:12
Score: 2
Natty:
Report link

I do not know what library you are using but JSONArray is definetly not from GSON, also why use GSON, is https://github.com/FasterXML/jackson not good enough in your case? Also another point please rename the classes to upper case and dont use snake case for the property names unless you will do it everywhere, camel-case is more prefered.

Reasons:
  • Whitelisted phrase (-1): in your case
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Silvio Progonati

79078622

Date: 2024-10-11 14:28:12
Score: 1.5
Natty:
Report link

Need to refresh your token. You have to update your token in that user profile so that whenever you target user to send notification you will get updated token in there profile data.

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

79078615

Date: 2024-10-11 14:26:12
Score: 3
Natty:
Report link

As an alternative the https://instagram.com/m/<profile-name> seems to be working fine.

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

79078608

Date: 2024-10-11 14:23:11
Score: 1
Natty:
Report link

Add "react": [ "./node_modules/@types/react" ] to the paths in tsconfig.json.

For more doubts, Visit Here

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

79078607

Date: 2024-10-11 14:22:11
Score: 2.5
Natty:
Report link

char * is in other words speaking a string. char * is an address of the first character from the string

https://youtu.be/kcRdFGbzR1I?t=3772

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: juliaglo

79078605

Date: 2024-10-11 14:22:11
Score: 2.5
Natty:
Report link

I restarted my VSCode, and it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Muhammad Zain

79078600

Date: 2024-10-11 14:21:10
Score: 5
Natty:
Report link

If you are using alexcvzz SQLite extension - set the path to the folder with sqlite3.exe file in the extension settings. Then follow the steps given by @Diomedes97 https://stackoverflow.com/a/73531347/27307540

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Diomedes97
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pavel Dunaev