79440369

Date: 2025-02-14 19:17:42
Score: 2
Natty:
Report link

If you want the old log format with the new build system, put --progress=plain as a cli parameter to the build.

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

79440364

Date: 2025-02-14 19:14:42
Score: 3.5
Natty:
Report link

switch from WiFi connection to wired - fixed all same problems... Wierd O.o

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

79440355

Date: 2025-02-14 19:11:41
Score: 1.5
Natty:
Report link

There is also a Visual Studio Code addin to count words in a Quarto document

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

79440344

Date: 2025-02-14 19:05:40
Score: 3
Natty:
Report link

Melalui layanan WhatsApp BNI, Anda dapat: Mengajukan pertanyaan, Menanyakan informasi layanan BNI, Melaporkan masalah atau keluhan terkait layanan perbankan.

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

79440337

Date: 2025-02-14 18:58:39
Score: 3
Natty:
Report link

The turn off multi-thread for formulas bit increases my VBA speed by more than 10-fold... it's so counter intuitive! I can't believe it has taken me ten years to figure this out after wondering why each new computer ran slower than the previous.

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

79440334

Date: 2025-02-14 18:57:38
Score: 1.5
Natty:
Report link

It means somebody pushed a commit to a branch you are on locally.

git fetch
git pull
git push
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Фомин Кирилл

79440333

Date: 2025-02-14 18:56:38
Score: 2
Natty:
Report link

You can use flavors to run two environment, you can running your app in two display.

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

79440326

Date: 2025-02-14 18:52:37
Score: 0.5
Natty:
Report link

Alternative Solution

You may use the Admin Console to check for your deleted Shared Drive through this link. It will be on the very right side so you'll need to scroll to it.

Note: From what I have experienced, deleted shared drives will be on this page for up to 25 days.


You should be able to get SharedDrives ID through the Method: drives.list API.

But for some instances, the API only gets shared drives that are active and not deleted. With this, you may submit a Feature Request on this link to inform Google about this issue.

Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gyul

79440322

Date: 2025-02-14 18:50:36
Score: 4
Natty:
Report link

Looks like a permission issue. try install it via a package manager like Chocolatey.

https://community.chocolatey.org/packages?q=mysql

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

79440317

Date: 2025-02-14 18:48:35
Score: 1
Natty:
Report link

This issue continued for me after using detroyejr's suggested fix. I had to switch from "Chunk Output Inline" to "Chunk Output in Console" using this dropdown menue: enter image description here

I think zacharrry probably gave the same answer, but the link in that answer doesn't work anymore.

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

79440310

Date: 2025-02-14 18:46:34
Score: 1
Natty:
Report link

Unfortunately, I'm unable to comment on Dinariys' solution, but it worked perfectly for the issue .NET MAUI which was driving me crazy. Using a Bluetooth HID scanner on Android and all commands are sent with a carriage return, and the screen was dimming for every scan until focus was reset with an entry or a popup appearing and disappearing back to the page.

Using just that style though made the rest of the app weird, so I just added it to the defualt MAUI splash style, which is usually hidden, but you can grab it, add it to the values folder in Android, and add the line Dinariys used.

https://learn.microsoft.com/en-us/answers/questions/1027273/where-does-the-style-file-that-defines-the-maui-sp

https://github.com/dotnet/maui/blob/main/src/Core/src/Platform/Android/Resources/values/styles.xml

Reasons:
  • Blacklisted phrase (1): to comment
  • Whitelisted phrase (-1): it worked
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: TechWes977

79440297

Date: 2025-02-14 18:40:33
Score: 3.5
Natty:
Report link

I've resolved the issue; it wasn't related to CORS. In Azure, when WAF is enabled, it doesn't accept special characters, which was causing the error

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

79440292

Date: 2025-02-14 18:39:33
Score: 0.5
Natty:
Report link

This is the "Format stale values" feature you're seeing.

https://support.microsoft.com/en-au/office/stale-value-formatting-4b5c63c3-5dc7-4e9b-8e24-88bed1987dbd

In the Formulas tab under "Calculation options"

screenshot

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

79440289

Date: 2025-02-14 18:39:33
Score: 2
Natty:
Report link

I use bootstrap, so is easy to add classes that respond to the page width. No need for BE or php functions. Only edit the view template adding your own classes to the item element like: col-12 col-md-6 col-lg-4 will. This will render a single column for small screens, 2 columns for medium size, and 3 columns for desktop. You should be able to do something like that with js using your own classes https://getbootstrap.com/docs/5.0/layout/grid/#mix-and-match

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

79440279

Date: 2025-02-14 18:35:32
Score: 2
Natty:
Report link

well their is a method to retrain the data , first one is to train the model and retrain it on new data , the way todo is to save the modal scores and its equations values , look for scrikit documentations , Second way is to join the dataframes concatenate them (dataframes ) on the basis of y axis this way your dataset will grow but make sure to split on random there are also many ways to split

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

79440275

Date: 2025-02-14 18:34:32
Score: 0.5
Natty:
Report link

I am not an expert. I myself am modelling another game using MCTS and a modified version of MuZero.

Regarding your question, from your position (original state) in the game, you expand your tree once (expand means drawing your possible moves (actions)) to the neighbor nodes, from each node you rollout ("build a sufficiently deep/large tree") at random-but-legal moves until you reach the end, and collect the results (wins, defeats) and also collect the actions and aggregate them by node. And you go down the tree in that process of expansion (node creation) for as long as the time or number of iterations you have impose to the program. Once finish, you regard the wins and loses and the number of visits to each of the node, and select the best action (move) from your original position. That's going to be your turn's play. Recall, you started from a position expanding a tree to help you decide what to play.

Wait then for the opponent's play, and with that new position (state) repeat the above process.

For each state (position in the game), you move thru downward into the tree below your state, collect as much data as posible, and decide your next move as a function of the goods or bads of the (small or subset) of the tree you have explored.

If you were playing chess, and had a super mind, at your turn, you would not look at all posible moves. You would look only a 2 or 3 of them, imagine playing each one of them until the end of the game, and then from those 2 or 3 select the one to play. That's MCTS

Greeting

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

79440270

Date: 2025-02-14 18:32:31
Score: 1.5
Natty:
Report link

Add the referrerPolicy="no-referrer" property to the tag.

For ex: <img src="img source" referrerPolicy="no-referrer"/>.

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

79440269

Date: 2025-02-14 18:32:31
Score: 2
Natty:
Report link

I had this problem, and if I remember correctly, what solved it was described here "In a few cases, you might be importing from 'react-query' in one place and '@tanstack/react-query' in another."

Changing from react-query to @tanstack/react-query solved it for me.

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

79440262

Date: 2025-02-14 18:30:30
Score: 5
Natty: 4.5
Report link

COZYROC has support for using JavaScript for SSIS scripting (via JavaScript Task and JavaScript Component)

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: Bobby

79440259

Date: 2025-02-14 18:29:30
Score: 0.5
Natty:
Report link

In my case, the tool I wanted to run did not only require the dotnet runtime but also the ASP.NET Core Runtime, so I had to install two packages.

Probably swagger also requires the asp net runtime.

Links to dotnet 8 download overview page https://dotnet.microsoft.com/en-us/download/dotnet/8.0

Or with chocolatey package manager for dotnet 8:

choco install dotnet-8.0-runtime
choco install dotnet-8.0-aspnetruntime

dotnet info

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

79440254

Date: 2025-02-14 18:28:30
Score: 0.5
Natty:
Report link

I know that this is an old question, but WPF (at least now) provides a built-in way to handle this by specifying a delay:

<TextBox Text="{Binding=whatever, Delay=600}" />

This will make the textbox wait 600 milliseconds after a change before calling any event based on the change.

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

79440239

Date: 2025-02-14 18:24:29
Score: 1
Natty:
Report link

Libraries such as OpenCV, ImageIO etc. support loading of radiance RGBE (.hdr).

For example using OpenCV:

import cv2

# IMREAD_ANYDEPTH is needed because even though the data is stored in 8-bit channels
# when it's read into memory it's represented at a higher bit depth
img = cv2.imread(hdr_path, flags=cv2.IMREAD_ANYDEPTH)

Reference:

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

79440237

Date: 2025-02-14 18:23:28
Score: 4.5
Natty: 4.5
Report link

I read aall thrse answerses wirh bitterness. TAking fresh VS 2022:

extern "C" int HTML2DOM(const char* htmlfname);

int main(int argc, char* argv[]) { int r3 = html2DOM( (const char*)htmlfname);// c3861 Severity Code Description Project File Line Suppression State Details Error C3861 'html2DOM': identifier not found text_out_test-2022 C:\bld\text_out_test-2022\text_out_test-2022.cpp 62

} // oh my god, SO MUCH STRUGGLE WITH triviAL!!!!! bY THE WAy< another bug, WHEN THe linr from "ERROR LIST window copied ERROR code was omitted. iS THERE BETYTER COMPILER FOR WINDOWS AND STUDIO??????

Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Igor Polk

79440232

Date: 2025-02-14 18:19:27
Score: 0.5
Natty:
Report link

try to adjust application.properties:

logging.level.org.apache.tomcat.util.net.NioEndpoint=INFO logging.level.org.springframework.web=TRACE

this suppresses only TRACE logs from NioEndpoint, keeps everything else at TRACE level

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

79440229

Date: 2025-02-14 18:18:26
Score: 4.5
Natty:
Report link

I have the below that works perfectly within another script but only returns the first row. The only change I am seeking is for it to copy the data if the rows below are not empty.

Example: It will copy everything from I7, H7, D7 etc... It doesn't copy I8:I24, H8:H24, D8:D24.

Does anyone have an ide a for a simple fix? Would be hugely grateful.

function copyData(){}
 var ss = SpreadsheetApp.getActiveSpreadsheet();
 var sourceSheet = ss.getSheetByName("Monthly Commission Claim");
 var destSheet = ss.getSheetByName("Vans Claimed On");


 var dateClaimed  = sourceSheet.getRange("I7:I24").getValue();
 var salesAdvisor = sourceSheet.getRange("H7:H24").getValue();
 var grossProfit = sourceSheet.getRange("D7:D24").getValue();
 var stockNumber = sourceSheet.getRange("A7:A24").getValue();
 var model = sourceSheet.getRange("B7:B24").getValue();
 var year = sourceSheet.getRange("C7:C27").getValue();
 var amount = sourceSheet.getRange("L7:L24").getValue();


 destSheet.appendRow([dateClaimed, salesAdvisor, grossProfit, stockNumber, 
model, year, amount]);
Reasons:
  • RegEx Blacklisted phrase (1.5): fix?
  • RegEx Blacklisted phrase (3): Does anyone have an ide
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Vicki Allan

79440228

Date: 2025-02-14 18:18:26
Score: 3
Natty:
Report link

Percentages are mainly used for widths, media queries, max and min width and used to represent large values along with rem and em's.

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

79440226

Date: 2025-02-14 18:16:26
Score: 1.5
Natty:
Report link

tienes problemas de permisos en el servidor value 755 y agregar

conn.setRequestProperty("Accept", "*/*");
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pablo Castillo

79440222

Date: 2025-02-14 18:13:25
Score: 1.5
Natty:
Report link
Start-Process -Wait msiexec -ArgumentList '/qn /i "https://s3.amazonaws.com/ddagent-windows-stable/datadog-agent-7-latest.amd64.msi" APIKEY="16ebc73227f43f4cd1805c2c21f4d289" SITE="us5.datadoghq.com"'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Genanew Gemechu

79440217

Date: 2025-02-14 18:10:24
Score: 2.5
Natty:
Report link

When updating a pivot table, you are not expected to use attach(), you should use sync or syncWithoutDetaching. This ensure you do not have duplicate entries.

https://laravel.com/docs/11.x/eloquent-relationships#syncing-associations

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Soneye Oluwasina

79440213

Date: 2025-02-14 18:07:23
Score: 1
Natty:
Report link

I found a solution here I had to specify my local host:

accept = 127.0.0.1:8444

instead of

accept = 8444
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Beto

79440212

Date: 2025-02-14 18:05:23
Score: 1
Natty:
Report link

For WP REST API integration version v3, try adding role=all

/wp-json/wc/v3/customers?role=all&[email protected]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: raza ramadhani

79440208

Date: 2025-02-14 18:04:23
Score: 2.5
Natty:
Report link

Can I ask why the test needs to access external data? What type of test is it? When you say "external" do you mean outside of your immediate service but inside your org's domain, or do you mean outside of your org's domain?

I'm curious if we can challenge if it's needed at all to fetch external resources -- After spending time developing automated e2e, component, and integration testing, it's best to follow the test pyramid and focus on unit testing first which mock all immediate dependencies. Once you get to a boundary it's best practice to look into contract testing as much as possible.

Ask

  1. Why can't I mock?
  2. If if you have to, then where can I mock? (where's the nearest boundary).
Reasons:
  • Blacklisted phrase (1): Can I ask
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can I as
  • Low reputation (0.5):
Posted by: baumannalexj

79440207

Date: 2025-02-14 18:03:23
Score: 1
Natty:
Report link

It's now easier to do using Set.prototype.symmetricDifference API:

function areEqualSets(a, b) {
    return a.size === b.size && a.symmetricDifference(b).size === 0;
}

areEqualSets(new Set([1, 2, 3]), new Set([1, 2, 4])); // false
areEqualSets(new Set([1, 2, 3]), new Set([1, 2, 3])); // true
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: dcdunkan

79440200

Date: 2025-02-14 18:01:22
Score: 3
Natty:
Report link

I have problem opening Jupyter notebook if I type uri in my chrome ( example http://localhost:8888/notebooks/Uyyyyyd.ipynb? ) but if I install and open Anaconda Navigator and then click on Jupyter Note book App/icon I can successfully open. Then open your desired folder.

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

79440199

Date: 2025-02-14 17:59:22
Score: 1
Natty:
Report link

Modify application.properties (If Using Spring Boot Default Logging) Try:

logging.level.org.apache.tomcat.util.net.NioEndpoint=INFO

Or in application.yml:

logging: level: org.apache.tomcat.util.net.NioEndpoint: INFO

This should suppress TRACE messages from NioEndpoint.

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

79440196

Date: 2025-02-14 17:57:21
Score: 1.5
Natty:
Report link

lasjorg helped to resolve the bug for you at freecodecamp.org. Below you can find his decision.

That is literally how the sticky property works. The top offset is how far from the top it should stick to. You can do the same with Bootstrap by overwriting the top property value it sets (using !important). But you have to move the nav out of the header, so its scroll container is the body, then push the nav away from the top using margin.

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

79440185

Date: 2025-02-14 17:52:20
Score: 0.5
Natty:
Report link

The installation of TailwindCSS v3 and v4 is different. You were expecting the v3 installation, but v4 is the new latest version. For v3 installation, use:

npm install -D tailwindcss@3

However, if you want to install v4, I recommend reviewing the installation guides, as there are significant breaking changes between v3 and v4.

npm install tailwindcss @tailwindcss/vite
Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Probably link only (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: rozsazoltan

79440178

Date: 2025-02-14 17:49:19
Score: 1
Natty:
Report link

For me with postgres, this worked fine:


Long nextValue = session.createNativeQuery("select nextval('seq_name')", Long.class)
                .getSingleResult()

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

79440169

Date: 2025-02-14 17:46:18
Score: 4
Natty:
Report link

https://services.google.com/fh/files/emails/b_362612430_reminder_1.pdf

Google seems to be in process of renaming certain voices.

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

79440165

Date: 2025-02-14 17:46:16
Score: 7 🚩
Natty: 5.5
Report link

Did you figure this out?

I need the correct webhook for incoming sms it's not working with twilio and ghl.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (3): Did you figure this out
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Emanuel

79440156

Date: 2025-02-14 17:42:13
Score: 10 🚩
Natty: 6
Report link

I tried to use almond. But while installation i am getting error- ./coursier launch --use-bootstrap almond:0.10.0 --scala 2.12.11 -- --install Unrecognized argument: --use-bootstrap

I have seen few people complaining about same error. Does anyone know whats this error about and how to solve it?

Reasons:
  • Blacklisted phrase (1.5): m getting error
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (2): Does anyone know
  • RegEx Blacklisted phrase (1.5): how to solve it?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: MGM

79440150

Date: 2025-02-14 17:40:12
Score: 3
Natty:
Report link

If you're using Linux, HpkFFT is a new option with Python bindings and has benchmarks which show it is faster and more accurate than other options out there.

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

79440144

Date: 2025-02-14 17:38:11
Score: 0.5
Natty:
Report link

I just came across this as I was having a similar issue.

the only problem is that I have to call this in a view with @model in order for it to work, otherwise attributes will always be empty

The simple answer is that you can't because without the @model directive defining the type, the view assumes that the model is dynamic and so the HtmlHelper parameter of the extension method will actually be IHtmlHelper<dynamic>. That is my understanding.

If you have since found an way round this, please let me know.

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @model
  • High reputation (-2):
Posted by: Digbyswift

79440136

Date: 2025-02-14 17:35:11
Score: 2.5
Natty:
Report link

The problem is that after the first time the number generated is two, it will always be a ball. This is because the part that checks the random number looks for a 2 in the whole list and that will make the if/else go straight to the else no matter what, as you can see here.

I'll assume that you want to only check the most recent roll, so instead of using <[Pitches v] contains (1)?>, use <(item (1) of [Pitches v])=(1)> like this. This way only the latest throw will be counted.

The answer by @fabianvanacoleyen is the easiest way to do it but this method has the most minimal difference.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @fabianvanacoleyen
  • Low reputation (1):
Posted by: Cod3Play

79440134

Date: 2025-02-14 17:34:10
Score: 1
Natty:
Report link

After teh Next js 14 you need to use ⬇️

next/navigation instead of next/router

if not you will get below error:

Error: NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted

source - https://nextjs.org/docs/messages/next-router-not-mounted

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

79440129

Date: 2025-02-14 17:33:06
Score: 6.5
Natty: 7
Report link

@Roberto would you be able to provide the full YAML pre-amble you used? I'm getting errors

Reasons:
  • Blacklisted phrase (1.5): m getting error
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Roberto
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Charlotte Hadley

79440117

Date: 2025-02-14 17:28:05
Score: 2
Natty:
Report link

sdjsakaklsdjkalsdkasdkasld sdfhjkjhksdfkjjjjjjdfksdfffffffffffffffffffffffffffffffffffffffffffffffjjjjjjddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddjjjjjddddddddddddjjjjjjddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddjdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmkkkkkkkkmmmmmmmmmmmkkkkkkkkmmmmkkkkkmmmmmkkkkkkmmmmmmkkkkkkkkkkmmmmmkkkkkkkkmmmmmkkkkkkkkkkkkkkkkkkkkkkkkkkmkjmnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjmmmbjbjbjrerhejhlsdfh sjdfhhkshfddfjskli staathink ihsave aids and that woukd be reaally bad frfr notnrkhfrxdzhhjjkkkkkkkkkkkkkkkkkkkkjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvggggggggggggggggggggggggggggghgwhaat the shyrtytr shhht shr sht shyrt shyr shyt shuhuhuittttttttttttttt tttttttttttttttttttt tttttttttttttttttt ttttttt uuuuuuuuuuuuuuuuuuuuuuuyyyyyyyyyyyyyyjhhhkkklllhhhhllbnmmmmmmmbbbbbbbbbbbbbbbbbbhjjjjjjjjjjkkkbbbbbbbbbbbbbbbbb mmmmmmmmmmmmmmmmmmmm eeeeeeeee n thefune gfutu ui oukked be beunv retsrsfdged i have sych a big headache why di d i cine i shiukd gi hime hgghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh nnnnnnnnnnnnnnnnnnnuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggghhhhhhhhhhhhhhhhuuuuuuuughuguhhguhuhgughuhguhguhguguhguhguhguhguhghuguhguhguhguhguhghguguhguhguhguhguhguhgghuguguguuuuuuuuuugggggggghhhhhhhhhhhhhhhhuuuuuuuuuuuugggggghuhgggggggguhghughuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuguhuuhgughuughuuhgghuhuughuughuughughuhguhghughuughu

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Filler text (0.5): fffffffffffffffffffffffffffffffffffffffffffffff
  • Filler text (0): dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
  • Filler text (0): dddddddddddd
  • Filler text (0): dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
  • Filler text (0): ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
  • Filler text (0): mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
  • Filler text (0): kkkkkkkk
  • Filler text (0): mmmmmmmmmmm
  • Filler text (0): kkkkkkkk
  • Filler text (0): kkkkkkkkkk
  • Filler text (0): kkkkkkkk
  • Filler text (0): kkkkkkkkkkkkkkkkkkkkkkkkkk
  • Filler text (0): nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
  • Filler text (0): mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
  • Filler text (0): ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
  • Filler text (0): mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
  • Filler text (0): nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn
  • Filler text (0): jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
  • Filler text (0): kkkkkkkkkkkkkkkkkkkk
  • Filler text (0): jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
  • Filler text (0): hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
  • Filler text (0): gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg
  • Filler text (0): vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  • Filler text (0): ggggggggggggggggggggggggggggg
  • Filler text (0): ttttttttttttttt
  • Filler text (0): tttttttttttttttttttt
  • Filler text (0): tttttttttttttttttt
  • Filler text (0): uuuuuuuuuuuuuuuuuuuuuuu
  • Filler text (0): yyyyyyyyyyyyyy
  • Filler text (0): bbbbbbbbbbbbbbbbbb
  • Filler text (0): jjjjjjjjjj
  • Filler text (0): bbbbbbbbbbbbbbbbb
  • Filler text (0): mmmmmmmmmmmmmmmmmmmm
  • Filler text (0): eeeeeeeee
  • Filler text (0): hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
  • Filler text (0): nnnnnnnnnnnnnnnnnnn
  • Filler text (0): uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
  • Filler text (0): gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg
  • Filler text (0): hhhhhhhhhhhhhhhh
  • Filler text (0): uuuuuuuu
  • Filler text (0): uuuuuuuuuu
  • Filler text (0): gggggggg
  • Filler text (0): hhhhhhhhhhhhhhhh
  • Filler text (0): uuuuuuuuuuuu
  • Filler text (0): gggggggg
  • Filler text (0): uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
  • Low reputation (1):
Posted by: llll---llll

79440116

Date: 2025-02-14 17:28:05
Score: 1
Natty:
Report link

@Brandon Minnick - love your Markup Toolkit, but it becomes very verbose when you are working with Nested properties. If you have 10 nested properties then repetitive code will be produced. Hence I came with this initial method to create for generating Entry (as I had 10 Entry). Also, you can see I commented out "static" keyword, otherwise I couldn't use bindingPath in getters and setters.

var myEntry = CreateEntry(nameof(AddNewItem.City), "City", _viewmodel.FieldsEnabled);

private Entry CreateEntry(string bindingPath, string placeholder = "", bool isEnabled = true, Keyboard keyboard = null)
{
    var entry = new Entry() { Placeholder = placeholder }
    .Bind
    (
        targetProperty: Editor.TextProperty,
        getter: (AddNewViewModel vm) => /*static*/
        {
            var prop = typeof(AddNewItem).GetProperty(bindingPath);
            return prop?.GetValue(vm.AddNewModel) as string;
            //return vm.AddNewModel.Comment;
        },
        handlers: new (Func<AddNewViewModel, object?>, string)[]
        {
            (vm => vm, nameof(AddNewViewModel.AddNewModel)),
            (vm => vm.AddNewModel, bindingPath),
        },
        setter: (AddNewViewModel vm, string? text) => /*static*/
        {
            var prop = typeof(AddNewItem).GetProperty(bindingPath);
            prop?.SetValue(vm.AddNewModel, text);
            //vm.AddNewModel.Comment = text;
        }
     )
    .Bind(Editor.IsEnabledProperty, (AddNewViewModel vm) => isEnabled);

    if (keyboard is not null)
        entry.Keyboard = keyboard;

    return entry;
}
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Brandon
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: programmerboy

79440115

Date: 2025-02-14 17:28:05
Score: 3
Natty:
Report link

As indicated on the package's webpage, you need to add a call to print() inside most gridExtra functions

See: https://github.com/YuLab-SMU/ggbreak/issues/36

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

79440109

Date: 2025-02-14 17:24:03
Score: 3
Natty:
Report link

In my case, I was creating a modal container for my each repository, after creating a single container for all my repositories to fetch the models solved the problem.

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

79440108

Date: 2025-02-14 17:24:03
Score: 2.5
Natty:
Report link

It may be the date parameter. It expects the date to match the systems settings.

ie: my windows computer uses %m/%d/%Y or 02/17/2024.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: A-A-ron

79440095

Date: 2025-02-14 17:20:02
Score: 1
Natty:
Report link

Your code looks fine. Have you set up correct constraints on the view's height and width? You could try using the view debugger get a better idea of how iOS is laying out the view.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Rudedog

79440089

Date: 2025-02-14 17:16:59
Score: 7.5 🚩
Natty: 4.5
Report link

Anyone found this solution? when I comment this line const Drawer = createDrawerNavigator(); everything works fine. But when uncomment then app crash. What is the problem and how can I fix this?

"@react-navigation/bottom-tabs": "^6.5.8", "@react-navigation/drawer": "^6.6.3", "@react-navigation/material-top-tabs": "^5.3.11", "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "@react-navigation/stack": "^7.1.1", "react-native-reanimated": "2.9.1"

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): how can I fix this
  • Blacklisted phrase (2): Anyone found
  • RegEx Blacklisted phrase (1.5): how can I fix this?
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29648189

79440084

Date: 2025-02-14 17:13:56
Score: 9 🚩
Natty:
Report link

Could you provide the Superset version along with the details of your SQL query? Also, please share a screenshot of your query builder. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Could you provide
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ayoub BOUCHACHIA

79440077

Date: 2025-02-14 17:10:55
Score: 1
Natty:
Report link

Old thread but still relevant. When implementing your ETL application, consider the following best practices:

  1. Data Profiling: Analyze source data to understand its content, structure, and quality before designing your ETL process.

  2. Scalability: Design your ETL system to handle increasing data volumes over time. Consider parallel processing techniques to improve performance.

  3. Error Handling: Implement robust error handling and logging mechanisms to quickly identify and resolve issues.

  4. Data Quality: Incorporate data cleansing and validation steps to ensure the quality of the data being loaded into the target system.

  5. Incremental Loading: When possible, implement incremental loading to process only newly created or changed data, reducing processing time and resource usage.

  6. Metadata Management: Maintain comprehensive metadata about your ETL processes, including source-to-target mappings, transformation rules, and data lineage.

  7. Testing: Develop a thorough testing strategy, including unit tests, integration tests, and end-to-end tests to ensure ETL processes reliability.

  8. Monitoring and Alerting: Implement monitoring and alerting mechanisms to proactively identify and address issues in your ETL processes.

  9. Version Control: Use version control for your ETL code and configurations to track changes and facilitate collaboration.

  10. Documentation: Maintain up-to-date documentation of your ETL processes, including data flows, transformation logic, and system dependencies.

Also consider pre-build solutions with free plans especially when working on smaller projects that offer growth potential. My go-to is https://skyvia.com Everything I need to get up and running is provided for me in a generous free trial tier.

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

79440076

Date: 2025-02-14 17:09:54
Score: 4
Natty: 4
Report link

I believe that the "Ignored Build Step" setting does this, try setting it to "Only build pre-production". Image of Ignore Build Step being set to Only Build pre-production Vercel Ignore Build Step Docs

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

79440075

Date: 2025-02-14 17:08:54
Score: 1.5
Natty:
Report link

I forgot to make ViewModel for this case

.ifLet(\.$myFeatureState, action: \.myFeatureAction) {
    MyFeatureViewModel()
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: sergeifabian

79440074

Date: 2025-02-14 17:08:53
Score: 4.5
Natty: 4
Report link

100% working solution https://www.youtube.com/watch?v=eeIlKz3CNmc

For window https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

download and install

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Rahul Kumar Tiwari

79440073

Date: 2025-02-14 17:07:53
Score: 0.5
Natty:
Report link

Ensure that the RowVersion property is correctly configured as a concurrency token in your DbContext:

protected override void OnModelCreating(ModelBuilder modelBuilder)
{
    modelBuilder.Entity<Person>()
        .Property(p => p.RowVersion)
        .IsConcurrencyToken();
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cihangir Yaman

79440071

Date: 2025-02-14 17:06:53
Score: 2.5
Natty:
Report link

There is a app for Linux it copies your original APK signature to the new rebuild APK but the new rebuild APK shouldn't have any signatures otherwise you will get an error - fail ! Is only my opinion.

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

79440065

Date: 2025-02-14 17:05:52
Score: 3.5
Natty:
Report link

For iOS, Apple provides these generator filters that will generate images of bar codes, QR codes, and many other codes.

https://developer.apple.com/documentation/coreimage/cifilter/generator_filters

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

79440057

Date: 2025-02-14 17:01:51
Score: 0.5
Natty:
Report link

UPDATE: So it looked that still the answer I wrote was not feasible enough. Leveraging the idea from @Onyymbu, here is the updated code that seems working well with very small memory usage.

import numpy as np
from sklearn.gaussian_process.kernels import Matern
from tqdm import tqdm
from joblib import Parallel, delayed
from scipy.spatial.distance import squareform

def G_Batchwise_optimized(M, gamma, R, Z, nu=1.5, length_scale=1.0, batch_size=100):
    """
    Optimized computation of G[i,j] = sum_{l,l'} M[l]*M[l'] * k(r[l] + gamma*z[i], r[l'] + gamma*z[j]).

    Reduces memory overhead by computing pairwise differences on the fly.
           """
    Z = np.array(Z)
    R = np.array(R)
    kernel = Matern(length_scale=length_scale, nu=nu)
    n = R.shape[0]
    mm = M.ravel()

    ### We Generate unique i, j pairs to avoid redundant calculations ###
    a = np.arange(n - 1)
    b = np.arange(n - 1, 0, -1)
    i = np.repeat(a, b)
    j = np.concatenate([np.arange(i, n) for i in a + 1])

    m = mm[i] * mm[j]  # Weight products

    ### Compute diagonal elements first (where RD = 0, and where ZD = 0) ###
    zero = np.zeros((1, R.shape[1]))  # Placeholder for 0-difference
    diagR = kernel(gamma * (Z[i] - Z[j]), zero).ravel()  # R == 0
    diagZ = kernel(zero, R[i] - R[j])  # Z == 0
    diagM = mm @ mm  # Sum over all M elements

    ### This is Function to process a batch of kernel evaluations ###
    def process_batch(start_idx, end_idx):
        """Computes kernel for a batch of pairwise differences."""
        RD_batch = R[i[start_idx:end_idx]] - R[j[start_idx:end_idx]]
        ZD_batch = gamma * (Z[i[start_idx:end_idx]] - Z[j[start_idx:end_idx]])

        ### Compute kernel for both directions ###
        kernel_vals = kernel(RD_batch, ZD_batch) + kernel(RD_batch, -ZD_batch)

        ### Sum weighted kernel values ###
        return m[start_idx:end_idx] @ kernel_vals

    ### Compute off-diagonal elements in batches to reduce memory usage ###
    num_pairs = len(i)
    num_batches = (num_pairs + batch_size - 1) // batch_size  # Ensure full coverage
    results = Parallel(n_jobs=-1)(
        delayed(process_batch)(start, min(start + batch_size, num_pairs))
        for start in tqdm(range(0, num_pairs, batch_size), desc="Computing G matrix")
    )

    ### Construct the G matrix ###
    G = squareform(np.concatenate(results) + diagR * diagM)

    ### Fill diagonal elements ###
    G[np.diag_indices_from(G)] = 2 * diagZ @ m + diagM

    ### Optional validation checks. ###
    is_symmetric = np.allclose(G, G.T, atol=1e-8)
    eigenvalues = np.linalg.eigvalsh(G)
    is_semi_positive_definite = np.all(eigenvalues >= -1e-8)
    print(f"G is semi-positive definite: {is_semi_positive_definite}")
    print(f"G is symmetric: {is_symmetric}")

    return G

and toy example:

#%%
# Example usage:
if __name__ == "__main__":
    n = 500  # Large-scale test
    d = 10
    gamma = 0.9
    R = np.random.rand(n, d)
    Z = np.random.rand(n, d)
    M = np.random.rand(n)

    G1_optimized = G_Batchwise_optimized(M, gamma, R, Z, nu=1.5, length_scale=1.0, batch_size=1000)
    print(f"G computed with shape: {G1_optimized.shape}, Memory usage: {G1_optimized.nbytes / 1e6:.1f} MB")
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Onyymbu
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: domath

79440052

Date: 2025-02-14 16:59:51
Score: 1
Natty:
Report link

It is quite simple to print a back slash in python If you want one backslash put two backslashes and if you want 2 put 4 backslashes.

print("This is how you print 1 backslash \\")
print("This is how you print 2 backslashes \\\\")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nate14642

79440049

Date: 2025-02-14 16:57:51
Score: 1
Natty:
Report link

We very ofthen use this syntax

expect(...).toBeCloseToArray(array, x)
// Where x is the precision, i.e., the number of decimal places.  
// For example, if x = 3, it checks for three digits after the decimal point (1.XXX).

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

79440048

Date: 2025-02-14 16:57:51
Score: 1
Natty:
Report link

Have try to set up your path like this: '/abarth131/abarth131.gltf'

And check your vite.config.jsfile.

export default {
  assetsInclude: ['**/*.gltf', '**/*.glb'],
  server: {
    fs: {
      allow: ['..']
    }
  }
}

I hope this will be help you.

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

79440046

Date: 2025-02-14 16:55:49
Score: 4.5
Natty:
Report link

Use emoji_picker_flutter package

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

79440044

Date: 2025-02-14 16:55:49
Score: 3
Natty:
Report link

ErrorDocument 401 "Authorisation Required"

is indeed the trick!

I've been struggling for YEARS with this WP-protected directory conflict. THANK YOU!!

Reasons:
  • Blacklisted phrase (0.5): THANK YOU
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: will sherwood

79440036

Date: 2025-02-14 16:52:48
Score: 2.5
Natty:
Report link

It seems that your model is predicting all the numbers as one number, so I would recommend checking your loss function. I suspect you might be handling the true labels incorrectly.

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

79440035

Date: 2025-02-14 16:52:48
Score: 1.5
Natty:
Report link

For me this worked:

npm cache clean --force
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Veli-Matti Sorvala

79440034

Date: 2025-02-14 16:50:48
Score: 3.5
Natty:
Report link

Exactly same problem. I have a return when i use the .get endpoint, but all properties are null.

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

79440032

Date: 2025-02-14 16:50:48
Score: 1.5
Natty:
Report link

Well, how about killing the vllm related process using pkill -9 -ef <part or whole of the vllm process name or cli command>? You can check the vllm process consuming GPU RAM with nvidia-smi, nvitop or nvtop.

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

79440028

Date: 2025-02-14 16:48:48
Score: 0.5
Natty:
Report link
    func fibonacci(_ n: Int) -> Int {
    if n <= 1 {
        return n
    }
    return fibonacci(n - 1) + fibonacci(n - 2)
}

func printFibonacciRecursive(n: Int) {
    for i in 0..<n {
        print(fibonacci(i), terminator: " ")
    }
    print()
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Akash Shindhe

79440027

Date: 2025-02-14 16:48:48
Score: 3.5
Natty:
Report link

x-job: Not Allowed in header message! (why i have this erreur in header html message)enter image description here enter image description here

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

79440019

Date: 2025-02-14 16:45:47
Score: 2.5
Natty:
Report link

Thank you grawity_u1686 , Sorry but I have some problem with my (newly created) account on Stack Overflow ... So I am responding as if I am a new user. I have tried changing Chrome settings as you suggested but the problem persists.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dvd1975

79440016

Date: 2025-02-14 16:44:47
Score: 1
Natty:
Report link

You can hide any column by adding overrides to your table. First click on Overrides -> Add field override. Select Fields with name (select your column name) then select Add override property. Here you can find the option hide cell

I hope it helps.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mouloud Riadh Yaici

79440006

Date: 2025-02-14 16:39:45
Score: 3
Natty:
Report link

In NET MAUI 8 persist this bug

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

79439995

Date: 2025-02-14 16:36:45
Score: 3
Natty:
Report link

For me, I am using Anaconda and I had to first activate my environment that I wanted to install pandas_datareader to. After activating in the anaconda command shell, the prompt switches to my environment. Then I run pip install pandas-datareader, restart the kernal on Jupyter Notebook and it works.

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

79439993

Date: 2025-02-14 16:36:45
Score: 1
Natty:
Report link

BigQuery's Avro export does automatically add a top-level "Root" record and prefixes nested records with a "root", and currently as per my understanding there is no direct way to prevent this.

If you want your requirements to be supported in BigQuery, you can feel free to raise a Feature Request mentioning your issue and the requirements.

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

79439984

Date: 2025-02-14 16:33:44
Score: 2
Natty:
Report link

in this point you have to use query when user search specific product you have to write sql query like this "SELECT * FROM products WHERE name ILIKE '%johnsons%' AND name ILIKE '%baby%' AND name ILIKE '%oil%'; " I think it's the most simple way to find specific product

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

79439980

Date: 2025-02-14 16:30:44
Score: 3
Natty:
Report link

HTTP_PORT=3001 P2P_PORT=6001 node app.js HTTP_PORT=3002 P2P_PORT=6002 node app.js

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Penmetsa Jnana Sai Varma

79439976

Date: 2025-02-14 16:29:43
Score: 0.5
Natty:
Report link

I'm wondering if you can provide a few more details about your setup:

What transaction isolation level is CRDB running in?

You can determine this by running: SHOW default_transaction_isolation;

When you're running the second transaction, are you using the same client connection in your library? Or are you opening a new one?

Are you using connection pools for your underlying connections? Also as a reference on SELECT FOR UPDATE behavior in CRDB, I'd recommend giving this a read: https://www.cockroachlabs.com/docs/stable/select-for-update

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: alyshan

79439974

Date: 2025-02-14 16:28:43
Score: 3.5
Natty:
Report link

Import the font from the Google fonts api as your page loads.

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

79439973

Date: 2025-02-14 16:28:43
Score: 1.5
Natty:
Report link

I ran into the a similar shape error with ml5 version 0.12.2. Turns out my labels were integers. When I changed them to string it worked again.

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

79439965

Date: 2025-02-14 16:22:41
Score: 3.5
Natty:
Report link

You must use url for comments on post_id, with filter=stream to get all level of comment of a post

ref: https://developers.facebook.com/docs/graph-api/reference/v22.0/object/comments#u_0_m_KO

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

79439964

Date: 2025-02-14 16:22:41
Score: 0.5
Natty:
Report link

Still unsure what was causing the previous error but exporting to PDF rather than printing seems to have resolved the issue.

'Export as PDF
Set selectedRange = Range("Top_Corner:Bottom_Corner")
fileDatePart = Format(Now(), "yyyy-mm-dd") ' Format the date
fileTimePart = Format(Now(), "hh-mm-ss") ' Format the time (24-hour format)
filePath = Application.GetSaveAsFilename(InitialFileName:="OrificeCalculations_" & fileDatePart & "_" & fileTimePart & ".pdf", FileFilter:="PDF Files (*.pdf), *.pdf")
If filePath = "False" Then GoTo Error:
selectedRange.ExportAsFixedFormat Type:=xlTypePDF, Filename:=filePath, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:=True
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jake C

79439962

Date: 2025-02-14 16:21:41
Score: 0.5
Natty:
Report link

Assuming this type of pagination object in your payload:

pagination info in your payload

I implemented it using a foreach that iterates through a paging array. Here is the general structure:

example pipeline

Let's discuss each activity:

  1. get oauth token - retrieve the bearer token required for API authentication.

  2. first call for paging info - call the api specifically to retrieve the first pagination object.

  3. create paging array - for the Name field: create a Pipeline variable of type Array called paging_array. For the Value field: use the @range function to build the array, representing the number of calls that need to be made to the API based on the limit and total number of records to be retrieved:

@range(
    1,
    add(
        div(activity('first call for paging info').output.pagination.total, activity('first call for paging info').output.pagination.limit), 
        if(
            equals(mod(activity('first call for paging info').output.pagination.total, activity('first call for paging info').output.pagination.limit), 0),
            0,
            1
        )
    )
)
  1. foreach paging array item - the Items field simply references the paging_array created earlier. Consider setting a Batch count if your API has throttling requirements.

foreach activity Items

  1. call using item from paging array (Web activity within Foreach) - I've used a Web activity here as an example, but you may perhaps use a Copy Activity to integrate into your data warehouse or move to a storage account, etc. The important thing is that the source URL specifies the offset using the current Foreach item:
https://your.excellent.api/v1/users?limit=100,offset=@{item()} 

Watch your batch count so your API is not overwhelmed, especially in the scenario where your doing an initial full load and then subsequent deltas...

Thank you!

Douglas

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @range
  • Low reputation (0.5):
Posted by: Douglas Wiley

79439961

Date: 2025-02-14 16:20:41
Score: 2
Natty:
Report link

It's not really a fix for the issues above, but after trying many things, I've resorted to reinstalling the mac os.

The system actually needed to be 'Transfer or Reset'ed (in Mac Menu > Settings > General), normal reinstall did not help.

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

79439956

Date: 2025-02-14 16:18:38
Score: 6.5 🚩
Natty: 5.5
Report link

i need help deletinf java its not showing up anywhere

Reasons:
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (2.5): i need help
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: s g

79439955

Date: 2025-02-14 16:18:37
Score: 2.5
Natty:
Report link

Another way to get the default signature is to create a new email and store the body in a temporary variable

Check this thread for more info: How to add default signature in Outlook

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

79439949

Date: 2025-02-14 16:15:37
Score: 2
Natty:
Report link

Changing the body to "binary" seems to have fixed it for me. In the example above, you showed the body as a key=

--I don't think this matters, but... also specified the region (us-east-2) and service name (s3) constants rather than global parameters.

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

79439940

Date: 2025-02-14 16:12:36
Score: 3
Natty:
Report link

VirtualStringTree's TreeOptions/MiscOptions/toEditable = True allows to edit tree's data. It's not exactly what you asked but the 2nd column becomes accessible.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Микола

79439923

Date: 2025-02-14 16:06:34
Score: 3.5
Natty:
Report link

I have just published my tool that allow to convert GEDCOM to SVG. The intermediate format is JSON. Pls check it out https://github.com/ameros/gedcom-svg-tree

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Michał Amerek

79439921

Date: 2025-02-14 16:06:34
Score: 2
Natty:
Report link

I found the solution to my problem, it was the IP address of the Runner.

Reasons:
  • Whitelisted phrase (-2): I found the solution
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lenny G.

79439913

Date: 2025-02-14 16:01:33
Score: 2
Natty:
Report link

I had exactly the same problem, and reproduced it in a pure .Net app (without PowerShell).

I think it's a threading issue. I made a lot of experiments to walk around this issue. It seems that we cannot call GetCookiesAsync("").GetAwaiter().GetResult() in response of an event. GetCookiesAsync must be called in an async function (potentially with an 'await' call). Then event handler can then be async, but it is not possible (or not found how) to do it in PowerShell. (I tried with Powershell Jobs and ThreadJobs, without success).

So I wrote a PowerShell binary module to wrap this. It consists of a hidden WPF application that run in the background and with a CmdLet written in C# that communicates with it.

You can find it here: https://github.com/Woazim/PSWebView2

This is a work in progress and suggestions are welcome as I'm not an experimented C# .Net developer. However, it can be a base to your use case.

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

79439912

Date: 2025-02-14 16:01:33
Score: 0.5
Natty:
Report link

Putting .slide-out beneath .account-sidebar would solve this problem. Another way to fix this is change the css from

.slide-out {
  animation: slideOut 0.3s forwards;
}

to

.sidebar-overlay .slide-out {
  animation: slideOut 0.3s forwards;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Seaky Lone

79439911

Date: 2025-02-14 16:01:33
Score: 1.5
Natty:
Report link

This is related with my network connection speed. When you have a good network connection speed, you cannot encounter this type of error.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Sercan Noyan Germiyanoğlu

79439910

Date: 2025-02-14 16:01:33
Score: 2
Natty:
Report link

Cause The URL of the image contains params that are passed unencoded in UTF-8. And because of one of these unencoded params, namely the "path" parameter, Google identified the URL as malformed or invalid and returned a 400 error.

Fix Encode "path" param in UTF-8.

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

79439906

Date: 2025-02-14 16:00:33
Score: 2.5
Natty:
Report link

If after rebuilding the app doesn't work you need to create a new development build in expo.

eas build --profile=development

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

79439904

Date: 2025-02-14 15:59:33
Score: 1.5
Natty:
Report link

I used these commands to get the cluster id.

docker run -it --rm confluentinc/cp-kafka:latest bash

/bin/kafka-storage random-uuid
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tingwei

79439895

Date: 2025-02-14 15:54:31
Score: 5.5
Natty:
Report link

Did you mind using a flowLayoutPanel or a tableLayoutPanel ?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Cihangir Yaman