79290923

Date: 2024-12-18 11:37:02
Score: 2
Natty:
Report link

Ensure the EmployeeSoftwares Table is Added as a Data Source, by applying the following

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

79290919

Date: 2024-12-18 11:36:02
Score: 1
Natty:
Report link

The /etc/resolv.conf file does not have a valid DNS or is overwritten after reboot.

Quick fix: Add DNS manually:

bash Copy code echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf echo "nameserver 8.8.4.4" | sudo tee -a /etc/resolv.conf Block further changes:

bash Copy code sudo chattr +i /etc/resolv.conf Restart the network service:

bash Copy code sudo systemctl restart networking Check the connection:

bash Copy code ping google.com sudo apt update Note: If you use NetworkManager, configure DNS directly with:

bash Copy code sudo nmcli con mod "Wired connection 1" ipv4.dns "8.8.8.8 8.8.4.4" sudo nmcli con up "Wired connection 1"

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

79290913

Date: 2024-12-18 11:33:01
Score: 3
Natty:
Report link

Get the internet based achievement unrest together with 24-review" "Simple Methods for making a search engine oriented Site." Our blog is your definitive manual for building

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

79290896

Date: 2024-12-18 11:28:00
Score: 1.5
Natty:
Report link

This answer is a little late, but I found this and had a very similar problem, and while the above answers helped. I think I can add something to the conversion.

I ended up with a similar solution initially to the one provided by Andrew to generate the normal contents page, but I wanted more, so I ALSO made the following change. to $:/core/ui/ViewTemplate/body

<$list filter="[all[current]!tag[Hide Contents]]">
<div class="tc-table-of-contents">
<<toc-selective-expandable '' sort[created]sort[content-index]>>
</div>
</$list>

I then added the Tag "Hide Contents" to any tiddler I did NOT want to have a drop down indicating its "children". For the main Contents, I needed to specify the name otherwise it did not work when it was in the sidebar.

The content-index field is my own one that I added to allow me to force the sorting, but I found defaulting to sorting by created date worked most for me.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): did not work
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mark A Johnson

79290892

Date: 2024-12-18 11:26:59
Score: 2
Natty:
Report link

You can set the new expression style in Rider as the following settings. The corresponding ReSharper EditorConfig flag is resharper_arrange_object_creation_when_type_evident_highlighting enter image description here

Have a check on this rule.

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

79290887

Date: 2024-12-18 11:22:58
Score: 4.5
Natty:
Report link

Make use of Tailwind CSS.

Tailwind Modal Dialogs

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

79290882

Date: 2024-12-18 11:20:58
Score: 1
Natty:
Report link

Solution: Host should be _acme-challenge_xxx - remove the mydomain.com as namecheap appends the domain to host automatically

Reasons:
  • Whitelisted phrase (-2): Solution:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jurgen Palsma

79290881

Date: 2024-12-18 11:20:58
Score: 3.5
Natty:
Report link

Try ucs implemented with haskell and django trust me

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

79290864

Date: 2024-12-18 11:15:56
Score: 2
Natty:
Report link

MATLAB follows the mathematics principles of vector addition that adds each element from a vector to the corresponding element from the other one. If you wish to concatenate the 2 arrays you can try the MATLAB concatenating operation that looks like this: v3=[v1 v2]

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

79290862

Date: 2024-12-18 11:15:56
Score: 1.5
Natty:
Report link

I wasn't able to get this to build in Visual Studio. For whatever reason it will not build that second namespace.

However, I added IIS Manager to Windows 11, then opened that and pointed the default website at the project top-level folder. I then added an "Application" folder using the tree on the left, and pointed that at the sub-folder.

While it won't build in Visual Studio, it executes perfectly via IIS - both the base site loads and runs, and then using the sub-folder Url configured as above, that also loads and runs.

Not ideal for ongoing development, but this is an older project that just needs a few tweaks, which on this occasion can be done using local IIS as the debugger bypassing Visual Studio altogether.

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

79290861

Date: 2024-12-18 11:14:56
Score: 4
Natty: 4
Report link

Had the same issue. Connecting to VPN fixed it for me.

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

79290860

Date: 2024-12-18 11:14:56
Score: 1.5
Natty:
Report link

I found a solution using this package https://pub.dev/packages/screen_protector

which is working fine for ios and android, as it will show a blank view for screenshot. I think we can change it's code and display our custom widget/image.

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

79290857

Date: 2024-12-18 11:13:55
Score: 2
Natty:
Report link

The deployment file can be edited, especially if the pods are children of it, however this tmp/.yaml only happens to show most times if there is an error in your edit and the error is usually written in comments on top of the file after trying to save the first time and it didn't go through. After resolving the error, the deployment file will have the changes resolved

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

79290856

Date: 2024-12-18 11:13:55
Score: 4.5
Natty:
Report link

In my case I forget check "All Files" in find results panel . enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Александр Шмыков

79290846

Date: 2024-12-18 11:08:52
Score: 6 🚩
Natty:
Report link

У меня был такой же вопрос. При помощи макросов решить не удалось. Очень близкое решение получилось при помощи использования срезов, в самом эксель. enter link description here

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Low length (1):
  • No code block (0.5):
  • No latin characters (3):
  • Low reputation (1):
Posted by: Andrei Egorov

79290837

Date: 2024-12-18 11:03:49
Score: 4.5
Natty: 4
Report link

I can see the same behaviour using Vaadin 24.5.4. The problem is in the asyncWriteService (and may be executorService too) of the BroadcasterConfig class in the Atmosphere framework.

If I force 500ms updates of the UI I can see a lot of new created threads (> 100). This will result in an unusable Web-App in the real world.

Is there a way to access the BroadcasterConfig to set own services?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user1812057

79290828

Date: 2024-12-18 11:00:48
Score: 1.5
Natty:
Report link

Your code did not work for three reasons.

  1. SeedInput::U64 and SeedInput::String do not represent actual Rust types, they are variants of an enum.

  2. Your SeedInput enum does not carry any data, as pointed out by justinas. When you call self.to_le_bytes() inside your match expression, you are calling it on SeedInput, which is zero-sized. What you should be doing is calling it on an instance of u64.

  3. There are ownership issues with your code also. You aim to return &[u8], which would work well with the String variant, but cannot work with the u64 variant. This is because u64::to_le_bytes() returns a [u8; 8], which is then owned by the current function, SeedInput::to_bytes(). It is therefore a temporary value, and you cannot return a reference to it.

The only way to make this work is by returning a Vec<u8> from SeedInput::to_bytes().

Why?

Because

  1. you cannot return a reference, because that is not possible with u64.
  2. you cannot return an owned [u8; {const}], because String is dynamically sized, you cannot know how big of an array you will need.
enum SeedInput {
    U64(u64),
    String(String)
}

impl SeedInput {
    pub fn to_bytes(&self) -> Vec<u8> {
        match self {
            Self::U64(num) => num.to_le_bytes().to_vec(),
            Self::String(str) => str.as_bytes().to_vec()
        }
    }
}
Reasons:
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (0.5): Why?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Levente Bokor

79290826

Date: 2024-12-18 11:00:48
Score: 0.5
Natty:
Report link

The most powerful capability of Feature Store in Vertex AI and any other cloud platform, is monitoring capability. It helps to detect anomalies and drifts and eventually build Continuous Training (CT) pipeline. These are all embedded and can be activated for any Feature Store, connect it to Vertex AI monitoring systems, activated drift-based triggers and much more.

As others mentioned, Online Serving is also another powerful capability (its not cheap though).

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

79290820

Date: 2024-12-18 10:56:47
Score: 3
Natty:
Report link

As far as I know, giving initial value, or assigning a value when declared, that is initialization. Just putting a value in the variable is assignment.

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

79290819

Date: 2024-12-18 10:56:47
Score: 2
Natty:
Report link

The fix was changing one line of code.

from:

fmt.Fprintf(w, "event: \"%v\"\ndata: \"%v\"\n\n", e.name, e.data)

to:

fmt.Fprintf(w, "event: %s\ndata: %s\n\n", e.name, e.data)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ArrowOD

79290818

Date: 2024-12-18 10:55:47
Score: 0.5
Natty:
Report link

The problem's been solved.

I just replaced

TFT_eSPI_ext tft = TFT_eSPI_ext();

By

TFT_eSPI tftExt; // Create the base TFT_eSPI instance
TFT_eSPI_ext tft(&tftExt); // Pass a pointer to the base instance

Also declarations of Screens after directives and before the setup function were added and everything works now.

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

79290817

Date: 2024-12-18 10:55:47
Score: 2
Natty:
Report link

I exported the data, created a new cluster and imported the data into the new cluster.

Finally, I deleted the old cluster.

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

79290804

Date: 2024-12-18 10:50:44
Score: 12 🚩
Natty:
Report link

Facing the same issue on Vercel. But on localhost it's working fine. Does anyone found the solution?

Code Screenshot

Reasons:
  • Blacklisted phrase (2): anyone found
  • RegEx Blacklisted phrase (3): Does anyone found
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: ubaid ismail

79290794

Date: 2024-12-18 10:46:42
Score: 2.5
Natty:
Report link

See c:\users<username>\appdata\local\programs\pgAdmin 4 for a standalone pgAdmin install without Postgres.

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

79290791

Date: 2024-12-18 10:44:42
Score: 1.5
Natty:
Report link

I went to your App page on the App Store, i think your "Marketing URL" is empty. You'll need to re-publish with Marketing URL filled.

They use Marketing URL to reach the app-ads.txt

Step 1a https://support.google.com/admob/answer/9363762?sjid=988135710817718778-NA#step1a

For Apple App Store: Add your developer website in the marketing URL field of your store listing. Check if you can see the "Developer Website" link displayed at the bottom of your iOS app page to confirm that you successfully added the URL.

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

79290790

Date: 2024-12-18 10:44:41
Score: 4.5
Natty:
Report link

Have you tried using simple MATLAB operations such as B=2*A?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Radu Stefan

79290787

Date: 2024-12-18 10:43:41
Score: 3.5
Natty:
Report link

Though already some months ago, you may want to ask those kind of questions to the JMP community (www.community.jmp.com), where JMP users are helping other JMP users with such questions.

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

79290782

Date: 2024-12-18 10:41:40
Score: 4
Natty:
Report link

can you share the spark submit command ?

it's very important to add the log4j file manually when submiting your application.

you can't use a log4j.properties file from the class-path.

your spark submit should contains this

--files "./log4j.properties"
-Dlog4j.configuration=log4j.properties
Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): can you share the
  • Low reputation (0.5):
Posted by: Ali BOUHLEL

79290780

Date: 2024-12-18 10:41:40
Score: 1.5
Natty:
Report link

just convert the mongo doc to js object

const data = (await User.create(newUser)).toObject();

then you can delete it

delete (data as any).password;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andre wijaya

79290773

Date: 2024-12-18 10:37:37
Score: 8 🚩
Natty:
Report link

Venu Madhav Reddy Hi i am also facing same issue.

Reasons:
  • RegEx Blacklisted phrase (2): Hi i am a
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am also facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abhay Singh

79290769

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

Try installing with this command bunx --bun shadcn@latest init given in the docs

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

79290761

Date: 2024-12-18 10:34:36
Score: 1.5
Natty:
Report link
type Params = Promise<any>
export async function POST(request: Request, segmentData: { params: Params }) {
  const params = await segmentData.params
  const req = params.req
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jaswant Singh

79290754

Date: 2024-12-18 10:32:35
Score: 1.5
Natty:
Report link

After making any changes to httpd.conf, restart Apache to apply changes:

Stop Apache: httpd.exe -k stop

Start Apache: httpd.exe -k start

Ttry changing the SetHandler line to: SetHandler "proxy:fcgi://127.0.0.1:9000/"

Check Apache's error.log (usually located in logs/error.log) for more details about the proxy error.

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

79290752

Date: 2024-12-18 10:30:35
Score: 2.5
Natty:
Report link

Wayback Machine alternatives like Archive.today and Memento Time Travel offer options to save and access snapshots of web pages. These tools are helpful for preserving and revisiting historical web content. https://searchenginestate.com/wayback-machine-alternative/

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

79290747

Date: 2024-12-18 10:28:35
Score: 2
Natty:
Report link
{
{% for a in as %}
    {% set outer_loop = loop %}
    {% for b in bs %}
        {a,b} {{"," if not loop last or not outer_loop.last}}
    {% endfor %}
{% endfor %}
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Methil

79290744

Date: 2024-12-18 10:25:34
Score: 1.5
Natty:
Report link
#mapPassport *,
#mapPassport *::before,
#mapPassport *::after {
    border-width: initial !important;
    border-style: initial !important;
    border-color: initial !important;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Сергей Сапранков

79290741

Date: 2024-12-18 10:25:34
Score: 1.5
Natty:
Report link

In cluster mode, the driver runs on a different machine than the client, so SparkContext.addJar won’t work out of the box with files that are local to the client. To make files on the client available to SparkContext.addJar, include them with the --jars option in the launch command.

SOURCE

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

79290740

Date: 2024-12-18 10:25:34
Score: 0.5
Natty:
Report link

I couldn't understand why you are using Container as super class and property at the same time.

@Inheritance(strategy = InheritanceType.JOINED)

You are using this annotation so subclass already related with super class 1..n One To Many relation.

After all, the solution is easy so you are lucky at this time.

@OneToMany(mappedBy = "parentContainer")
private Set<Component> content = new HashSet<>();

parentContainer should be property of Component class but I cannot see this property on Component class. The cause of exception it is.

After all, my recommendation is please remove the @OneToMany parts because using InheritanceType.JOINED doing exactly what you try.

public class Section extends Container { //You inherit it there

@Inheritance(strategy = InheritanceType.JOINED) // InheritanceType using JOIN so it will add only one foreign key on your subtable (the foreign key is primary key of super table)
public abstract class Container {

JOINED: With this strategy, each class in the hierarchy is mapped to its own table, but only the properties specific to that class are included in the table. The tables are linked using foreign keys, and a discriminator column is used in the base table to identify the subclass. This strategy provides a good balance between query performance and data integrity, but it requires additional joins when querying across the hierarchy.

https://medium.com/@iampraveenkumar/mastering-jpa-inheritance-strategies-hibernate-6-x-jpa-3-x-spring-boot-3-x-06eecac1147a

And if it is not enough Baeldung is good source.

https://www.baeldung.com/hibernate-inheritance

Good luck :)

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Blacklisted phrase (0.5): I cannot
  • Whitelisted phrase (-1): solution is
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @OneToMany
  • Low reputation (1):
Posted by: Ali İhsan TAŞDELEN

79290739

Date: 2024-12-18 10:24:33
Score: 1
Natty:
Report link

Adding <item name="android:gravity">center</item> worked for me.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Charles Semaan

79290728

Date: 2024-12-18 10:19:32
Score: 2
Natty:
Report link

In case you are using Google Cloud Run, you have to specify these args like this (Edit Container > Settings tab)

enter image description here

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

79290722

Date: 2024-12-18 10:17:31
Score: 0.5
Natty:
Report link

Use textBox KeyDown event.

private void textBox1_KeyDown(object sender, KeyEventArgs e)
        {
            if (e.KeyValue == 13) // on enter
            {
                listBox1.Items.Add(textBox1.Text);
                textBox1.Focus();
                textBox1.Text = "";
            }
        }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AmirABD

79290721

Date: 2024-12-18 10:17:31
Score: 4
Natty: 5
Report link

sdsadasddsadsadasdsads dsdasdadsdasdassdadasd dasdsadasdasdsadasdsads sdsadsadsadasdsdasdsad dsadsadasdasdsdasdsdasdsa

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

79290709

Date: 2024-12-18 10:14:29
Score: 3
Natty:
Report link

Great article! If you need to quickly and cleanly remove unwanted objects from your photos, I recommend trying this tool now - https://airbrush.com/object-remover. It’s simple and delivers excellent results!

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

79290707

Date: 2024-12-18 10:13:29
Score: 2
Natty:
Report link

I posted the same question on VS developer community forum here and got the following answer:

Thanks for your time and wish you a good day!

During my discussion with our internal resources, we confirm that for the current time it’s suggested that we should use displayName and ID in this API. And as UniqueName is deprecated, we should not use it in our workflow.

We have reported this situation to our related team for further evaluations. And for this current time, we will close this ticket as this is not a bug.

Thanks for your understandings, and we’d recommend you to come back to this community if you meet any issues related to Azure DevOps.

We will still be here to help you solve issues. Thank you for helping us build a better Azure DevOps.

So, currently you can assign tester using displayName and id only.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): good day
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: fatcatpl

79290686

Date: 2024-12-18 10:06:27
Score: 1.5
Natty:
Report link

Downgrading mysql-connector-java version from 8.0.32 to 8.0.19 did the trick for me, where I had to keep using same connection string with serverTimezone=PST.

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

79290685

Date: 2024-12-18 10:05:27
Score: 2
Natty:
Report link

How state in my request the problem is on FireFox and not in Chrome annd Edge.

I found in my CSS style sheet: .fg_Table td {font: normal 10pt Arial} and after its elimination the form is well displayed (it works also setting at least 12pt).

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: Rossati

79290681

Date: 2024-12-18 10:05:26
Score: 7 🚩
Natty:
Report link

Even i want to know the solution for new update. Any update?

Reasons:
  • Blacklisted phrase (1): i want to know
  • RegEx Blacklisted phrase (1): i want
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Kiran

79290675

Date: 2024-12-18 10:00:25
Score: 4
Natty: 4.5
Report link

To date, an enrollment form must be completed to use the pipe operator: https://cloud.google.com/bigquery/docs/pipe-syntax-guide

enter image description here

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

79290673

Date: 2024-12-18 09:59:24
Score: 3
Natty:
Report link

At the end, i removed my dependencies to canvas. and it doesn't required native modules anymore ... previously i'm using canvas to show some chart on my websites.

but i replace the library called

echarts

and it doesn't really need canvas again after that thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Riki Ahmad

79290669

Date: 2024-12-18 09:58:24
Score: 1
Natty:
Report link

Variables utilizadas por Scriptable.

// Estos Ejecutar la función principal auto apuntando para solo tiros ala cabeza 100% todo capa en la cabeza 100%

// Icono-color: gris oscuro; icono-glifo: ciego; let config = { “Nombre de la aplicación”: “FreeFireTH”,

“Dispositivo”: “iPhone 15 pro max”,

“OS_Version”: “18.1.1”,

“AppVersion”: “18.1.1.”,

“AIMLOCK”: {

“Precisión”: “Alta 100%”,

“Range”: “Corto y Largo”,

“Retraso”: “0.000082 tapshoot”,

“Sensibilidad”: “1x0000078195, 1x0000008293, 1x0000007291” }, "Configuración adicional”: {

‘Si_RECOIL_OB40_gun_M1887_0’: cierto,

‘Si_RECOIL_OB40_gun_M1887-X_0’: cierto,

‘Si_RECOIL_OB40_gun_SPAS12_0’: cierto,

‘Si_RECOIL_OB40_gun_M1014_0’: cierto,

‘Si_RECOIL_OB40_gun_MAG-7_0’: cierto,

‘Si_RECOIL_OB40_gun_CHARGEBUSTER_0’: cierto,

‘Si_RECOIL_OB40_gun_TROGON_0’: cierto,

‘Si_RECOIL_OB40_gun_UMP_0’: cierto,

‘Si_RECOIL_OB40_gun_MP5_0’: cierto,

‘Si_RECOIL_OB40_gun_VSS_0’: cierto,

‘Si_RECOIL_OB40_gun_MP40_0’: cierto,

‘Si_RECOIL_OB40_gun_P90_0’: cierto,

‘Si_RECOIL_OB40_gun_CG15_0’: cierto,

‘Si_RECOIL_OB40_gun_THOMPSON_0’: cierto,

‘Si_RECOIL_OB40_gun_BISON_0’: cierto,

‘Si_RECOIL_OB40_gun_VECTOR_0’: cierto,

‘Si_RECOIL_OB40_gun_MAC10_0’: cierto

}, “Nuevo contenido”: `

True,female_dtscollider.34G0c7XFIY72oWSp29emBYg4NWY~3D UnityFS5.x.x2018.11f1£©️[[@££@£CAB-1f2fab14dc0abe133b364b19b6dd5d610á£12018.4.11f1 sÿÿônÂŽ0ì“I? «’Bî️#ç€7€ÿÿÿÃÿÃÃÿÿÿÿÿ€@ހQ€j€H€ÀÀÀÿ¿¿Ã¿1€1€ÿÿÿÿ@žÂ€A

J

A$€

Aހ$A. €-A¦€6H€«€ÿÿÃÿ €1€1€ÿÿÿ @ހ

Qâ€j€

‹€> L€Dm_ComponentComponentPaircomponentm_FileIDm_PathIDm_Layerm_Tagm_IsActiverG¿Ãßú3w

¸Ã-ݮÃ...GÃÃ...1Ü]ÂŒK²Q{š&©️î️Â

€7€ÿÿÿ€4€v€

AހA. € Aâ €]€Ah€ê€

á. € €H€«€ÿÿÃÿ€1€1€ÿ¿Ã¿ @ހQâ€j

)¢

€>K € €XAdr€Þ€€€Þ€€›Þ§ €³AހÃ...à ̃èd€Þ€øÞ€Þ€Þ€À ހ å€*

¡€0 ¡€2 ¡€4 å€Ì8AÙ️ê9€€û:A€;A

<ހ=€. ¿Â€ >€? A9K@€¡€]A¡b€B¡€g €sDA €EAހŠFÞâ€â ̃G €¯HA €ÌIA€¸JAH€Êÿ¿¿¿¿¿K€1€1€ÿÿÿ¿L@Þâ€Â€MQ€j€NÖ¢O€>KP€€XQAdrR€žÃ€€Sހ€UÛUà ‘ };

// Función principal async function main() { // Aquí puedes añadir lógica adicional si es necesario, por ahora solo abrimos la app disparar tiros ala cabeza 100% activar dentro del juego // Intentar abrir Free Fire let url = "freefire://"; Safari.open(url);

// Enviar notificación de AIMLOCK activado
let notification = new Notification();
notification.title = "𝙓𝙔𝙈𝙁𝙍𝙀𝙀𝙎𝙏𝙔𝙇𝙀𝙑𝙄𝙋 𝘼𝘾𝙏𝙄𝙑𝘼𝘿𝙊";
notification.body = " 𝙓𝙔𝙈𝙁𝙍𝙀𝙀𝙎𝙏𝙔𝙇𝙀𝙑𝙄𝙋 𝙀𝙅𝙀𝘾𝙐𝙏Á𝙉𝘿𝙊𝙎𝙀 𝙀𝙉 𝙀𝙇 𝙎𝙄𝙎𝙏𝙀𝙈𝘼 𝘼𝙋𝙋𝙇𝙀.";
await notification.schedule();

}

// Ejecutar la función principal auto apuntando para solo tiros ala cabeza 100% todo capa en la cabeza 100% main();

Reasons:
  • Blacklisted phrase (1): ¿
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Amauri Hernandez

79290664

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

I was getting the same issue and in my case I restarted the Sql Server (MSSQLSERVER) service and timeout issue was gone.

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

79290662

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

It was indeed a connectivity issue. The parameter rds.force_ssl was 0 in RDS 13.15 and the default value in Version 16 is 1. Changing it to 0 resolved the connectivity issue.

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

79290657

Date: 2024-12-18 09:54:22
Score: 1.5
Natty:
Report link
String withoutBrackets = List.of("a", "b").toString()
                                 .replaceAll("[]\\[]", "");
System.out.println(withoutBrackets );

//output: a, b

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

79290655

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

Also, you (maybe) need to add in AndroidManiest, inside of manifest:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<queries>
<intent>
  <action android:name="android.media.action.IMAGE_CAPTURE" />
</intent>
</queries>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mr G

79290654

Date: 2024-12-18 09:54:22
Score: 2.5
Natty:
Report link

OK, so I found some code which I have slightly altered to work how I need it.

This is the code I used to establish a connection using a persoanl access token, which I am reading in from an embedded resource file.

static void ConnectWithPAT(string ServiceURL, string PAT)
{
    VssConnection connection = new VssConnection(new Uri(ServiceURL), new VssBasicCredential(string.Empty, PAT));
    InitClients(connection);
}

The InitClients method is as follows (I didn't touch this bit):

static void InitClients(VssConnection Connection)
{
    WitClient = Connection.GetClient<WorkItemTrackingHttpClient>();
    BuildClient = Connection.GetClient<BuildHttpClient>();
    ProjectClient = Connection.GetClient<ProjectHttpClient>();
    GitClient = Connection.GetClient<GitHttpClient>();
    TfvsClient = Connection.GetClient<TfvcHttpClient>();
    TestManagementClient = Connection.GetClient<TestManagementHttpClient>();
}

Then there's a method that executes the WIQL code:

static void RunStoredQuery(string project, string queryPath)
{
    QueryHierarchyItem query = WitClient.GetQueryAsync(project, queryPath, QueryExpand.Wiql).Result;

    string wiqlStr = query.Wiql;

    GetQueryResult(wiqlStr, project);
}

The GetQueryResult method calls another method called RunQueryByWiql - WorkItemQueryResult result = RunQueryByWiql(wiqlStr, teamProject);

static WorkItemQueryResult RunQueryByWiql(string wiqlStr, string teamProject)
{
    Wiql wiql = new Wiql();
    wiql.Query = wiqlStr;

    if (teamProject == "") return WitClient.QueryByWiqlAsync(wiql).Result;
    else return WitClient.QueryByWiqlAsync(wiql, teamProject).Result;
}

I then just use a StreamWriter to write the results out to a CSV file.

Many thanks @gunr2171 for the guidance. I got there in the end.

Cheers

Steve

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): Cheers
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @gunr2171
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: welshsteve147

79290648

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

This is a bit complicated but doable:

I would do as you suggest and pre-aggregate in BigQuery using STRING_AGG.

Then you can follow the steps that I outlined in my answer the question "Using Array Field for Filtering Rows", or use the community plugin suggested in another answer.

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

79290647

Date: 2024-12-18 09:52:21
Score: 5
Natty: 5
Report link

but even using Composer, you have to use a script with the CLI for configurations, for example. or is there something I'm missing about composer?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alberto Suárez Pérez

79290640

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

For anyone looking into this in the future:

As pointed out in the comments, it is currently not possible to retrieve the Profile Effect of a user using the Discord API.

I’ve submitted a feature suggestion to address this limitation. If there are any updates or changes to this functionality, I’ll make sure to update this answer.

Reasons:
  • RegEx Blacklisted phrase (0.5): any updates
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: EntchenEric

79290637

Date: 2024-12-18 09:46:19
Score: 3.5
Natty:
Report link

I think is better to avoid ! exclamation point in folder names. You have: !!!Days

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

79290635

Date: 2024-12-18 09:46:19
Score: 5
Natty:
Report link

I'm using the last.fm API to get recommendations: https://www.last.fm/api/show/track.getSimilar

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

79290634

Date: 2024-12-18 09:45:19
Score: 2
Natty:
Report link

For me the issue was caused by a couple of stale 2FA txns in pg_prepared_xacts which were around seven days old. Rolling them back fixed the issue.

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

79290633

Date: 2024-12-18 09:45:19
Score: 1.5
Natty:
Report link

The only way you can use: Dividing the images into smaller parts and making multiple images... I just found out that it could be useful and used it. Thanks for the comments.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: H.M

79290627

Date: 2024-12-18 09:41:17
Score: 7 🚩
Natty:
Report link

What the hell @shaido

without understanding the problem how can i give the solution ??

By the way if you have any idea or if you know the answer you can provide the answer then ?? what is the use of providing answer without knowing where's the exact problem is ??

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @shaido
  • Starts with a question (0.5): What the
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: chotu_3627

79290624

Date: 2024-12-18 09:40:16
Score: 2
Natty:
Report link

An alternative might be to use Paket.

From their FAQ: "Paket tries to embrace semantic versioning while NuGet uses a pessimistic version resolution strategy." This should give you more up-to-date transitive package versions and the lock file should prevent unwanted updates. There also seem to be Plugins for VisualStudio and VSCode.

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

79290623

Date: 2024-12-18 09:40:16
Score: 1.5
Natty:
Report link
  1. To find the old chromedriver, first you open (mine is window) cmd and run chromedriver.exe.
  2. Then you go to Task Manager by press Ctrl + Shift + Esc keys.
  3. Then go to Processes (you might need to click on your user if your machine has more than one user).
  4. Find the process "chromedriver", right click and select Open File Location.
  5. Now you will see the real location of the old file. Just delete it and replace by the new file.
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dany Do

79290620

Date: 2024-12-18 09:39:16
Score: 1.5
Natty:
Report link

With Python 3 you have this error on lpVerb and lpFile :

TypeError: bytes or integer address expected instead of str instance

So you have to convert the strings into bytes in your code with : encode('utf-8') like :

sei.lpVerb = "properties".encode('utf-8')
sei.lpFile = "C:\\Desktop\\test.txt".encode('utf-8')

refer to : Python 3.5, ctypes: TypeError: bytes or integer address expected instead of str instance

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Géo-IT Solutions

79290605

Date: 2024-12-18 09:35:15
Score: 2.5
Natty:
Report link

3 steps to navigate from one page to another in react js?

//In your file
import {useNavigate } from 'react-router-dom'

//In your component
const navigate = useNavigate() 

//In your function
navigate('/home')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: merrais

79290604

Date: 2024-12-18 09:35:15
Score: 1.5
Natty:
Report link

I know this is an old topic, but I think you are looking for the useExisting option of the provider, which must be placed on the directive itself.

So if you have an injection token FLASHY_TOKEN and a directive FlashyDirective that implements the appropriate interface, then the FlashyDirective must provide "itself" on that given injection token. Something like this:

export const FLASHY_TOKEN = new InjectionToken<IFlashy>('IFlashy');

@Directive({
  selector: '[flashyDirective]',
  providers: [
    { provide: FLASHY_TOKEN, useExisting: forwardRef(() => FlashyDirective) },
  ],
})
export class FlashyDirective implements IFlashy {}

The forwardRef is used because at that line, the class itself is not yet fully defined. From the linked documentation:

The order of class declaration matters in TypeScript. You can't refer directly to a class until it's been defined. [...] You face a similar problem when a class makes a reference to itself

It does not seem to be 100% necessary with the current (v19) version of Angular, but it doesn't make anything worse, so I tend to use it in these cases.

With useExisting you can basically forward one token to another. There is a good example in the docs that uses a similar approach:

Angular recognizes the directive's role in the validation process because the directive registers itself with the NG_VALIDATORS provider [...]

Notice that the custom validation directive is instantiated with useExisting rather than useClass. The registered validator must be this instance of the ForbiddenValidatorDirective. [...]

If you were to replace useExisting with useClass, then you'd be registering a new class instance, one that doesn't have a forbiddenName.

Also, here is an oversimplified stackblitz example

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): face a similar problem
  • Low reputation (0.5):
Posted by: csisy

79290600

Date: 2024-12-18 09:33:14
Score: 1.5
Natty:
Report link

I was able to do this using the tun2socks package. you can add the source code as a library to your code in .aar file format. then impelement it in app/buildgradle. you can now use the library in a vpn service. with key and engine values http / https / socks5 will be available. besides that it passes through proxy checkers without any problem. proxy info is not very good at this.

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

79290599

Date: 2024-12-18 09:32:14
Score: 0.5
Natty:
Report link

I have found (with over 50 Microsoft Accounts) That short of using 3 different versions of Edge, 1 of Firefox, 1 Chrome etc. etc. that the easiest way to log out of an account is using the Azure Portal and selecting Log Out.

Microsoft are really only motivated by apps that matter. Sharepoint is a dog product and always has been. It brings down the the whole of 365. Fancy still not being able to deal with text files, I mean what is that?

Oh, and if you don't have access, it can't tell you who you are before you ask.

So, portal.azure.com, it does not matter if it is a mess, you can sign out an sign in as a different user.

Microsoft, you need a web app that does this and nothing else.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
Posted by: mckenzm

79290598

Date: 2024-12-18 09:32:14
Score: 1
Natty:
Report link

For folks using colima, i just had to restart colima service

colima stop && colima start
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Nishant Patel

79290583

Date: 2024-12-18 09:29:13
Score: 0.5
Natty:
Report link

I fixed it adding a \ after the --build-number argument... that was missing

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jan

79290581

Date: 2024-12-18 09:29:13
Score: 2
Natty:
Report link

I propose that you create a function that, when supplied with i and n, yields a string that corresponds to line i of card n. To obtain the desired result, you may then run that in a double nested loop, publishing the outcomes sequentially. To begin, you can create a model of the desired output to serve as a guide while you code the loop.

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

79290577

Date: 2024-12-18 09:27:13
Score: 1.5
Natty:
Report link

As I'm new, I can't comment directly on NeNaD's answer. Please be aware, that if you opt for this solution, this will replace your assets configuration you defined earlier in the general build options. If you don't want to replace the entire assets configuration but replace specific files based on the environment, work with fileReplacements, e.g.:

"build": {
    "configurations": {
        "production": {
            "fileReplacements": [
                {
                    "replace": "src/assets/seo/development/robots.txt",
                    "with": "src/assets/seo/production/robots.txt"
                },
                {
                    "replace": "src/assets/seo/development/sitemap.xml",
                    "with": "src/assets/seo/production/sitemap.xml"
                }
            ]
        }
    }
}

I hope this helps any one trying NeNaD's answer and wondering where their images went.

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • RegEx Blacklisted phrase (1): can't comment
  • RegEx Blacklisted phrase (1.5): I'm new
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Julia Eichler

79290574

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

It is easier to separate the drawing and the text annotation:

# Plot each line 
for i, y_week in enumerate(y):
    ax.plot(x, wins_array[i], zs=y_week, zdir='x', label=weeks[i])
    # Add shaded area below the line
    ax.bar(x, wins_array[i], zs=y_week, zdir='x', alpha=0.1)

# Add labels directly on the curves
for i in y:
    for j, k in zip(x, wins_array[i]):
        ax.text(i, j, k, f"{k}", color="red", fontsize=8, ha="center")

res

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

79290558

Date: 2024-12-18 09:17:10
Score: 3
Natty:
Report link

This article describes how the Oracle HotSpot VM uses Signals internally and describes a way to add custom signal handlers (Signal Chaining). This cannot be done using Java language but requires own native libraries to hook into the JVM.

Reasons:
  • Blacklisted phrase (1): This article
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Doc Brown

79290554

Date: 2024-12-18 09:16:08
Score: 9 🚩
Natty:
Report link

Did you find out more about this problem? We are getting the same error message here... the code looks basically the same. With 5.8.0, the problem did not occur, but we cannot use that version anymore. Also, with the certificate test site badssl.com, the same code is working.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find out
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find
  • Low reputation (1):
Posted by: user28835701

79290552

Date: 2024-12-18 09:15:08
Score: 2.5
Natty:
Report link

After I checked a lot of things, finally I figour out the problem and it was related to ARR and WAF servers settings. There are some limitation on network and hosting server and it caused that IIS can not response correctly.

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

79290540

Date: 2024-12-18 09:11:07
Score: 4
Natty:
Report link

Set Env PYSPARK_PYTHON=python To Fix It.

e.g.

on windows m/c

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

79290538

Date: 2024-12-18 09:10:06
Score: 2.5
Natty:
Report link

Don't forget write after each command - ;

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

79290527

Date: 2024-12-18 09:08:05
Score: 1
Natty:
Report link

The answer by @btd1337 using ~src/assets is the same to the Solution 1 by @shashank-agrawal but with the benefits of not having to deal with relative path.

The asset files are being copied to root folder in both solution anyway

If you don't wanna those asset file being copied to the root folder then using Solution 3 by @shashank-agrawal should achieve it

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

79290524

Date: 2024-12-18 09:07:05
Score: 1
Natty:
Report link

You are confusing Console Applications Approach and WinForms Approach. In Console you can break the current workflow and wait for input like Console.ReadLine() there is however no direct substitute in WF since it works with Triggers (Buttons as example) to pause, chip in, and let it run. In short: you fire an event.

So no there is no real equivalent

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

79290523

Date: 2024-12-18 09:06:04
Score: 2
Natty:
Report link

Might be a bit late, but I made this possible by using the window object named "localstorage". By applying that to your js script that handles the dark mode button/toggle, you will save the user input on the browser.

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

79290520

Date: 2024-12-18 09:05:04
Score: 3.5
Natty:
Report link

install latest webpack and webpack-cli it resolved issue

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

79290519

Date: 2024-12-18 09:04:03
Score: 7 🚩
Natty: 6
Report link

@Mark Hinds

Hi Mark and others.

The 1PPS voltage levels accepted for the GPIO - do you remember/know?

Thanks. BR, Atle

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Mark
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Atle Storteig

79290517

Date: 2024-12-18 09:04:03
Score: 4
Natty: 5
Report link

Thank you I guess this great.. my bad it works just fine :)

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: GravitySucks

79290515

Date: 2024-12-18 09:03:02
Score: 1
Natty:
Report link

For anyone still running into this issue, for me it was simply in the system settings -> USB -> Select data transfer option. If only charge is used it somehow ends in a loop with all symptoms of a broken cable. Hope this helps.

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

79290514

Date: 2024-12-18 09:02:02
Score: 1
Natty:
Report link

If you already have root privilages and need sudo only to run existing code using sudo, then alias can be used as below:

alias sudo="$($1)"

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

79290505

Date: 2024-12-18 08:59:01
Score: 2.5
Natty:
Report link

Finaly, I've solved my problem by replacing '$pdo->beginTransaction();' with :

$pdo->setAttribute(\PDO::ATTR_AUTOCOMMIT, false); $pdo->exec("SET TRANSACTION READ ONLY ISOLATION LEVEL READ COMMITTED NO WAIT");

Perhaps, my problem could help others

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ARIS Dév

79290497

Date: 2024-12-18 08:57:01
Score: 1
Natty:
Report link
@GeneratedValue(strategy = GenerationType.AUTO, generator = "seq_gen")
@SequenceGenerator(name = "seq_gen", sequenceName = "hibernate_sequence")
  1. I have added generator to GeneratedValue annotaion and added SequenceGenerator to all of my entities.
  2. hibernate_sequence is the table name that is created by hibernate in previous versions so I added the sequenceName.
  3. Now my app runs smooth using jakarta as it is before with javax
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Manikandan Thangapandiyan

79290496

Date: 2024-12-18 08:57:00
Score: 5
Natty: 5
Report link

It is ViewRootImpl.

https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/view/ViewRootImpl.java

in line 1866

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: happy_worker

79290493

Date: 2024-12-18 08:56:00
Score: 2
Natty:
Report link

Deleting the oracle from the path env variable solved it for me.

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

79290486

Date: 2024-12-18 08:53:59
Score: 1.5
Natty:
Report link

Well, I solve it. I carefully check my settings and process. Maybe the VScode cannot handle bash(MSYS2) perfectly.

I also read the official guide agagin Get Started with C++ and MinGW-w64 in Visual Studio Code

In the guide, it told us that we should add C:\msys64\ucrt64\bin into you PATH. Then set the PowerShell as the default terminal.

Then the output of terminal become clean and right. enter image description here

USE the POWERSHELL as default terminal if you can.

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

79290484

Date: 2024-12-18 08:53:59
Score: 2.5
Natty:
Report link

You can simply add the styles folder in your src (src/styles/) if not found and create a file name (global.css/styles.css/index.css) that suits you and now you can create the customized classes and components for your project.

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

79290474

Date: 2024-12-18 08:50:58
Score: 2
Natty:
Report link

try the MenuAnchor widget. It worked for me.

https://api.flutter.dev/flutter/material/PopupMenuButton-class.html#material.PopupMenuButton.2

Reasons:
  • Whitelisted phrase (-1): It worked
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Help Electronic

79290472

Date: 2024-12-18 08:49:58
Score: 1
Natty:
Report link

Instead of skb_network_header() or skb_transport_header() you need to use skb_header_pointer() to get the payload of packet.

See example here.

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

79290464

Date: 2024-12-18 08:47:57
Score: 0.5
Natty:
Report link
at::Tensor convert(const dlib::array2d<dlib::rgb_pixel> & img)
{
    const auto height = img.nr();
    const auto width = img.nc();
    auto tensor = at::zeros({1, 3, height, width});

    for (int y = 0; y < height; ++y)
    {
        for (int x = 0; x < width; ++x)
        {
            tensor[0][0][y][x] = img[y][x].blue;
            tensor[0][1][y][x] = img[y][x].green;
            tensor[0][2][y][x] = img[y][x].red;
        }
    }

    return tensor;
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ulrich Von Rekkenin

79290459

Date: 2024-12-18 08:46:57
Score: 4.5
Natty: 5
Report link

hello please I would like to know how to save data in JS in different databases depending on the database the frontend user wants to access

Reasons:
  • Blacklisted phrase (1.5): I would like to know
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nirton

79290457

Date: 2024-12-18 08:44:56
Score: 3.5
Natty:
Report link

Okay, you need to specify the exact folder name for the .net sdk in TargetFramework. If you use the one generated by Visual Studio (like just "net8.0") it won't work. Thank you Microsoft.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arcus

79290452

Date: 2024-12-18 08:42:55
Score: 2
Natty:
Report link

In VSCode 1.96 with Jupyter extension (2024.11.0, ms-toolsai.jupyter), you can check the related details like timestamp by hovering cursor over the execution time at the end of the cell.

screenshot of popup showing execution time

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