« first day (181 days earlier)      last day (9 days later) » 

13:03
I'm not sure then sorry :(
Hello i need to create a code , forme valdiation in javascript
@roganjosh its okay 👍
@Yessica Mendoza Student my responses are coming incomplete after deployment i am using nginx and its working properly on local
@Ornela Geci Are you therefore trying to ask us something with this statement?
13:17
Hi everyone,
Is anyone working on a custom iOS keyboard?
I need some help.
@saqlain jamil that's oddly specific
I’m developing a custom iOS keyboard, but I’m facing an issue with the key press response.
When typing, the key press feels slightly delayed or not as “smooth” as the default iOS keyboard.

At first, I was using Button(action:), but then I switched to onTapGesture.
However, it still doesn’t match the responsiveness and feel of the system keyboard.
I don't know if there is a "faster" event. Could just be the keyboard that you're using that's not responding as quickly as you'd like?
The same thing run using the default iOS keyboard responds faster?
13:35
maybe
@Дмитрий Федотов: как дела нубы
Please use English; Stack Overflow requires content to be in English. If English isn't a language you can communicate in, there are alternative sites available in the community that may be in a language you are more fluent in.
hi everyone ! i am beginner in flutter app developement , i need some help regardin resources for learning .
First Roblox, now Codicon. Who else is updating their iconograhpy?
Excel's icon just changed for me
13:49
Looks like @roganjosh and @ThomA are about to be very chilly
Huh?
But the weather is usually so beautiful in England
It's sunny here atm.
They're looking at a polar vortex forming, supposed to drop to -7c with snow towards the latter half of the month.
I need some sunny days here. It's been cloudy and dreary all week so my solar panels haven't been doing much, and my wife came back from her trip so power usage skyrocketted again :-/
13:51
@Thom A Guess Microsoft's been changing their icons in general.
I just had a look at the forecast and we're down to 5 deg. in Manchester next week during the day
The good news is it's supposed to hit everyone so... a lot of people will be cold.
It was only cold and cloudy for a week earlier this month; other than that, it's been at-worst hoodie weather all year for me.
We're supposed to drop from 31c to 18c next week.
where do you live and are you looking for roommates?
13:54
@Kevin Flynn Can only hope. I'm beginning to miss it at this point
@Neil Who's this directed to?
Send me snow! We got some the other day, but it didn't stick. Weird having snow in early November here
@Neil Summers are 3+ months of 41c and higher
@aynber Some has been spotted in northern New England, you can have it.
@chiptumor to the guy living in 31c temperatures right now
I believe if teleporters existed, many of us would have a summer home in Australia and a summer home in Europe
Man, I want snow! All I got is some windshield frost this year
13:58
@chiptumor When I went skiing a lot I loved living in a state with a longer winter. Now that I play golf, I'm quite happy living in a state that rarely gets snow where I am. (Like an inch nearly shuts the city down).
@Neil heh, that took me a minute
@Kevin Flynn Could always live in a state that has snow on one end in the mountains, and very little snow elsewhere.
@aynber We sort of have that, but the skiing there is... not what I am used to. :D
@Neil There was a 1966 surf movie like that - Endless Summer. Decent movie if you like surfing or just seeing a lot of oceans in various places.
Of course, I haven't skied in nearly 15 years now, so maybe it's right in my wheelhouse.
did they just fly back and forth?
Sounds almost like a horror film. I dunno if I could handle an infinite summer.
That would be a good premise for a horror film. Summer simply doesn't end, and nobody knows why, and everyone starts freaking out.
It would be good social commentary on how freaked out humans get when exposed to the smallest unexplainable things
14:04
@Neil No, they just keep moving to the next summer spot. Australia, New Z, Tahiti, Africa, and so on. It's considered a ground breaking documentary by some.
I wonder where they are today
To be fair, that was a long time ago
@Neil Or maybe on climate change.
implementation python
@chiptumor That's just us in a slowly-heated pot of water.
14:11
@Neil They both became surfboard shapers (Makers) and one passed earlier this year.
@Beyonce Tshekiso implementation javascript
@David implementation C++
I see you've played knifey-spooney before
@Kevin Flynn implementation BASIC
@aynber implementation 8086 assembler
14:14
implementation soldering iron
@Neil I guess you could rehash most climate change commentary that way.
@David implementation INTERCAL
@chiptumor I... you... huh. Well played.
Oohoohoo, I love this game. Who's next?
@chiptumor implementation brainf***
Or the appropriately named Malbolge - Self modifying code in base 3.
(=<`#9]~6ZY327Uv4-QsqpMn&+Ij"'E%e{Ab~w=_:]Kw%o44Uqp0/Q?xNvL:`H%c#DD2^WV>gY;dts76qKJImZkj
That prints "Hello World"
14:18
is busy beaver algorithm NP-Hard?
It seems like it would be, right?
@Kevin Flynn That's a fun Wikipedia page to read.
> Because the language's name contains profanity, many substitutes are used, such as brainfsck, branflakes, brainoof, brainfrick, BrainF, and BF.
@Neil I think it doesn't fall into the NP class because it's not computable, yah? Don't NP problems have to have a solution?
I don't think I've ever seen anyone call it anything other than 'brainfuck' or some variant of 'brainf***'
I mean it can be computed
@Neil Hang on. It's been forever since I thought about that stuff.
14:21
Actually not so convinced now
Is it not NP-Hard if the algorithm used to determine the solution might not halt?
HAMMERZEIT!
@Kevin Flynn It would be more accurate to say, it has a solution, but I don't know if you could create an algorithm that would calculate it
@Neil Man, now I remember why I stopped taking math classes. It's not solvable in polynomial time (According to a few sources) so falls outside NP classification.
like starkoverflow not allowing me to paste the code too long.. how can i get it here?
14:26
Paste half of it at a time, or small chunks?
If it's too long to paste, try a trustworthy link to the code
@Daniel Olatunde Pastebin or similar and then post a link
@Daniel Olatunde If the code you have is too long for chat, consider asking a question on Stack Overflow's main Q&A site. There you have more space, more formatting options, and a much larger audience. Take care to narrow the problem to relevant and specific code, don't just dump all of your code and say "it doesn't work".
@Kevin Flynn Something that isn't solvable in polynomial time is NP (literally Non-Polynomial)
I didn't think anything could fall outside NP
@David that is what i am not competent doing 😣😣😣😣
14:29
@Daniel Olatunde Within the scope of this chat, perhaps you can narrow the problem a bit? What specifically are you attempting to do and what specific problem have you encountered? Even before sharing relevant code, can you describe the problem?
@Neil Verifiable, not solvable. And the BB problem can't be resolved in finite time?
@Daniel Olatunde What error are you getting? If applicable, on what line of your code does the error indicate that it is on? What is that line?
And we have now reached the limit of my understanding on the subject. This is why I was CIS and not CS. :D
@Kevin Flynn But that can't be right, we've solved it for lower values of BB(n)
It's been a while for me too, I just saw a question on it and was curious
14:32
the thing is i want to integrate a text editor to my flutter project. i have an option like flutter quill but i am required to use webview_flutter pkg. and i don't know anything about the package. i asked gpt, the code it gave me not working. i keep trying to paste the error to it endlessly, no fix
I just posted a website wanna take a look at it?
@Daniel Olatunde Maybe, and here's a shocking thought, read the documentation on the webview_flutter pkg and learn it first?
?
Heres the link:
How is it please tell me it
@Arnav Sharma Glad to know you managed to get a website up and runnin', but this can easily come off as advertisement
Thanks
This was build on mobile only
For a challenge
14:36
Argh, function scopes are confusing me.
@Arnav Sharma There's a chance this may get flagged as spam. You may want to delete messages which are just advertising your link. Discussions are certainly welcome here, but "click my link!" messages are considered spam.
that is the link to the documentation. kinda complex for me to understand
How to delete a message @David
On mobile @david
@Arnav Sharma Tap on the message, options should slide in at the top of the interface.
With ECMAScript: if I export a function that returns a function, and within the returned function, a non-exported function from the module is used, will importing and running the function, then using the returned function, send an error?
Function, function, function. This is impossible to put into words.
14:40
Bruhhhhhhhh, I can't delete it
@Arnav Sharma You can only delete messages within the first two minutes it's sent.
@Arnav Sharma There may only be a brief window of time for deleting. (I know that's the case for editing.) If the option no longer exists then a room owner would have to do it later if they choose to. Consider it a lesson learned in that case, it's best not to spam this community.
Anyone don't click on the link
Please for the sake of god
I deleted it
Hopefully no spam flags come about (none have yet) and it just fades into antiquity.
14:41
I'm a room owner. I Have The POWER!
Thabks
You saved me
I love the dramatic escalation of an innocuous event :)
What improvements can be made @aynber :
#include "redis.h"

#include <signal.h>
#include <ctype.h>

void SlotToKeyAdd(robj *key);
void SlotToKeyDel(robj *key);

/*-----------------------------------------------------------------------------
* C-level DB API
*----------------------------------------------------------------------------*/

robj *lookupKey(redisDb *db, robj *key) {
dictEntry *de = dictFind(db->dict,key->ptr);
if (de) {
robj *val = dictGetVal(de);
/* Update the access time for the aging algorithm.
* Don't do it if we have a saving child, as this will trigger
@David my mind is escalating it more, with an evil laugh and "DELETE ALL THE THINGS!"
@Arnav Sharma Oh goodness, no idea. I haven't touched C/C++ in years and years
@aynber why don't you do the honours then heheheh
14:43
@aynber I'm still enjoying my mind's journey through the 80's live action He-Man movie as a result of your previous comment.
@David You're welcome :-D
I have done c++ for 7 years
So I am a expert let's just say
:)
Not lying
Despite being a silly movie and objectively bad in so many ways, the role of Skeletor was spectacular.
@David sorry english, isn't my main language
@David I don't understand a thing you said
Why isn't anyone saying anything
@Arnav Sharma I was describing a film I referenced in this comment: chat.stackoverflow.com/transcript/message/58349630#58349630
14:45
What are typing speed of y'all
Mine is 81 wpm 100% accuracy on mobile
It is quite excellent (indeed
(because of I code soooo much c++)
@Arnav Sharma This isn't a particularly quick chat. Perhaps you're used to Discord, which has things like typing indicators and is generally less professional, in a sense.
Yea
I am discord guy
I am chill
Pov: I am the first chill c++ coder to ever exist
Note also that users in this chat tend to come and go frequently. Many are at work and this chat is just a window open on a secondary monitor at best.
People wander in and out of chat here, and our focus isn't always on the chat, so it's not a constant thing. For instance, I'm at work, so there's a lot to distract me
I haven't checked my typing speed in awhile. It's fine on desktop (as long as my keys aren't sticking), but absolute garbage on mobile
@chiptumor I am a part time gamer
Fine means what
14:49
Fine means I don't make that many mistakes, and I'm pretty fast
I mean fine, what is your typing speed (when you checked it last time)
Used to freak a manager out by having a conversation while typing something else
Last time was years ago. I can't remember
Do you guys use redis for secure database or server on c++
I am a full stack developer
@aynber Damn. I can't even hear anything else while typing or I'll start interjecting words by accident.
14:51
@chiptumor I understand :( ☹️
@KevinFlynn he can delete the room
@KevinFlynn and delete the messages
@aynber I used to do that to the owner of the company. He was a programmer too, so not impressed. :D
@KevinFlynn don't interfere with his spcial powers
@Kevin Flynn The power of voodoo
@Arnav Sharma
1. It was a movie quote reference.
2. I have those powers and more, just not in this specific chat.
3. Relax :D
@aynber Who do?
@KevinFlynn (I am sitting here chilling on my mobile phone and you guys are specil programmer with like 30 years of c++ experience I only have 7 years)
14:53
@Kevin Flynn Have the power
@Arnav Sharma Hey, never sell yourself short. 7 years is a lot.
@aynber Oh... :'( and you were so close.
Yeah, I know. It's been awhile
14:55
Remind me of the babe.
I just went to look it up
I'm so disappointed in myself
Love David Bowie. He is one of the few celebrities to pass that affected me.
@Vishal Raitwar: from reportlab.lib.pagesizes import A4 from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, Table, TableStyle, PageBreak from reportlab.lib.styles import getSampleStyleSheet, Paragraph
Dumping code/errors with no context won't get much help. Take the time to introduce your problem before you paste large blocks of code, or errors so that users understand what you're asking about. Can you elaborate on how your code doesn't work or what you're doing to get the error you received? What were you expecting to happen, and what actually happened? For help, review How to Ask.
You learn way more in the first 7 years of your career than you do in any successive 7 years
well, this is fun. Github is giving "remote: Internal Server Error"
I want to push my changes!!
Uh-oh. Not again.
@DanielOlatunde - and this "For more information":
See pub.dev/documentation/webview_flutter_android/latest/… for more details on Android features.

See pub.dev/documentation/webview_flutter_wkwebview/latest/… for more details on iOS/macOS features.
@aynber Let us know if things change. I'm on edge from last time Microsoft nearly died.
Hello guys, I am new to this space. I got to know about Stack Overflow from college. I am a GIS and Urban Planning student. I failed and lost last semester because I don't know Python for GIS.

Could anyone please help me suggesting best online courses, youtube videos or any other resourses to start learning ArcPy/Python fast for GIS. My next semester starts in January 2026 and I need to be fully equipped for that by the time. Thank you
15:01
@aynber I think that's a you problem. Githubstatus shows all green.
@Kevin Flynn Hit refresh.
> Some users may experience failing git push and pull operations.
@chiptumor I did. Some users. Which is not me. So it's still their problem, not mine.
:D
@Kevin Flynn You are technically correct. The best kind of correct.
@David ooh ooh that sounds familiar. Futurama?
@Kevin Flynn Yup! The episode where they went to the Central Bureaucracy.
15:05
@chiptumor Yeah, it was green for me, figured it would take a few minutes
index-BcFYsj4Q.js:94 API Error: SyntaxError: Unexpected token 'I', "It works!
"... is not valid JSON
_a @ index-BcFYsj4Q.js:94
await in _a
getAll @ index-BcFYsj4Q.js:94
(مجهولة) @ index-BcFYsj4Q.js:94
(مجهولة) @ index-BcFYsj4Q.js:94
el @ index-BcFYsj4Q.js:9
zl @ index-BcFYsj4Q.js:9
Rl @ index-BcFYsj4Q.js:9
zl @ index-BcFYsj4Q.js:9
Rl @ index-BcFYsj4Q.js:9
zl @ index-BcFYsj4Q.js:9
Rl @ index-BcFYsj4Q.js:9
zl @ index-BcFYsj4Q.js:9
Rl @ index-BcFYsj4Q.js:9
zl @ index-BcFYsj4Q.js:9
Rl @ index-BcFYsj4Q.js:9
@Ali Emad If you're asking whether the string "It works!" is valid JSON, the answer is "No". (As an aside, you don't need a detailed stack trace of minified code to ask that.)
index-BcFYsj4Q.js:94 API Error: SyntaxError: Unexpected token 'I', "It works!
index-BcFYsj4Q.js:94 Failed to fetch articles, using mock data: SyntaxError: Unexpected token 'I', "It works!
feature_collector.js:23 using deprecated parameters for the initialization function; pass a single object instead دى مشكبة مقبلانى مش عارف احلها
Fix those.
@Ali Emad You probably have an extraneous "It works" echo in your code before it returns the json. Always double-check the response in the Network tab to double-check what the server is returning
Agh, too messy.
Let me try now:
I'm stuck in an environment where I can't quite test things yet, and knowing this works is a bit crucial to continue working.
export function makeFunction(channel) {
  return function(m) { display(m.content, channel); }
}

function display(content, channel) {
  console.log("User said", content, "in", channel);
}
If I import makeFunction and use it, will running the returned function properly call display, or will it throw an error?
15:11
Looks syntactically correct. Is this for chat? I thought there was a sandbox for testing SO/SE addons?
Stack Overflow addons?
@chiptumor Yeah, userscripts and such.
@chiptumor It works when I test it in isolation.
Oh lovely, support number spam has hit the chat
15:14
@Kevin Flynn I wouldn't know anything about SO userscripts. /shrug
@aynber I've nuked them; they'd hit the main site too.
@Thom A Awesome, thanks
Github's outage is resolved, I can do work again
I wish our outage at work was resolved...
There seem to be more of those spams than usual on the main site (including Staging Ground) so far today.
@David I'm asking about using it in another JS file. The display function isn't exported with it, and I'm wondering if the returned function would either use the display function defined in the original module, or throw an error, assuming display isn't defined in the in-use JS file.
15:17
@chiptumor That's how I tested it, by importing as an ES module into another script and invoking it. I'd be pretty surprised if the behavior you're concerned about were to happen.
import { makeFunction } from "./productSchema.js";

const myFunction = makeFunction("myFunction");
myFunction({ content: "Hello, World!" });
@chiptumor You can avoid name conflicts by giving this one a more unique name. display is a common name.
Nevermind the file name, it was pasted into another sandbox test I already had :)
@Kevin Flynn That's a pointer I can't underappreciate. Would have never thought the function name mattered here. Thank you!!
can you give me a code to distance with ardino bort
15:20
And to you as well, @David
I want to ask guys, which is the best when building a forgot password, should we integrate the use of OTP or the use of token that is generated from the URL sent to the provided email address of the user? Which is more secure. Can have a sample codes for the two?
@OLANIPEKUN MATTHEW Functionally both are the same. In either case it's a piece of information sent to the user's email address for them to send back to the system as verification.
@OLANIPEKUN MATTHEW You're verifying that the person trying to access the page is also the owner of the e-mail account in either case
In both cases the token should be short-lived (minutes) and should expire immediately upon first use.
yes, that's kind of important. It should either time out or it should be used
15:24
@OLANIPEKUN MATTHEW There are sample code blocks for both all over the web.
From a UX perspective, I personally prefer the flow of the in-URL token. Especially for mobile experiences. Having to copy/paste the token is an unnecessary extra step.
The only key difference I can think of is that the token is in the URL in one case, but is provided in (potentially) a POST body in the other. That changes how it's sent to the server and what else can see/log it. But being short-lived and single-use should address that concern anyway.
@OLANIPEKUN MATTHEW Someone I follow had an article on it. securinglaravel.com/security-tip-password-resets-and-mfa -- basically boils down to "Either option works, so pick the one that works best for you"
@David But a friend said the OTP can be boycotted and the user can or may try to have access to the reset password page where he or she can enter new password and confirm password without using the OTP. Then i ask is there no way the reset password route can be protected from the frontend so that even though the user is trying to reset password with out the OTP they shud be redirected back to the forgot password page
@OLANIPEKUN MATTHEW I don't know what you mean by "boycotted" here, nor is it clear to me what potential problem your friend is trying to describe.
@OLANIPEKUN MATTHEW No way to avoid the OTP. There's no way to distinguish a genuine user who lost their password and a malicious user who wants to gain access to someone's account if no OTP is involved
15:28
If a user goes to a password-reset page, and one of the inputs is a OTP, and the user does not provide a valid one, then I don't see how that's a security concern.
It's functionally equal to the concern of a user logging in with the wrong password. If that's a problem then something else is wrong, unrelated to the design of the login page.
You would still check if the OTP is valid before sending an e-mail
@David boycotted means avoid the use of OTP and if he or she knows the reset password route he or she may just type the path out say cando/reset-password. Then i ask when the user manually typed that route out then from the frontend they shud be redirected back to the forgot password page. That reset password shud be protected. And he said it is not possible becos d user is not login so the reset password route cannot be protected
how to from which country your youtube channel is
Hi. Is there any way to verify whether my C code is completely C89 compliant? And no, -std=c89 with -pedantic and some others won't stop me from writing non-compliant code.
@OLANIPEKUN MATTHEW Why does the route to the page need to be protected? What problem occurs if a user navigates to that page directly? The page should still ask them for their OTP (in whatever form it was provided to them). If they provide it then they are authorized. If they don't then they are not.
15:31
Just so you can know how desperate I am, I'm using -std=c89 -O3 -Wall -Wextra -Werror -pedantic -pedantic-errors -Wconversion -Wshadow -Wcast-align -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wuninitialized -Wundef -Wpointer-arith -Wwrite-strings -Wfloat-equal -Wswitch-enum -Wstrict-overflow=5 -Wformat=2 -Wformat-security -fno-omit-frame-pointer -fstack-protector-all -fsanitize=address,undefined as flags.
@OLANIPEKUN MATTHEW It's up to you if you want to require the OTP on reset password, but it should only be required when they're inputting their new password. The initial page isn't protected, the link they get in the email is a short-term token
@OLANIPEKUN MATTHEW Don't think in terms of "How do I prevent the user from making this request". Instead, think in terms of "How should I respond when the user makes this request".
@G.H.A.P. Have you tried any of the SAST tools like Coverity?
Are function name() {} and const name = function() {} syntactically equivalent in ECSM?
@Kevin Flynn Not really, but I'll sure give it a try, thanks for the suggestion.
@chiptumor One difference here is that the former allows one to re-assign to name but the latter does not.
@G.H.A.P. I mean, I think your flag list is a little overkill, but if that doesn't produce C89 compliance, not sure what would. What are you concerned about? Is something not matching specifications?
@Kevin Flynn I can include and use non-C89 (but standard in other CXX) headers such as stdint.h. That won't compile in strict C89 environments where that header isn't available.
15:39
@G.H.A.P. And why aren't the std=c89 and pedantic flags not working? That's what they were specifically designed for.
I'm really not sure. Using GCC 15.2.1 on Arch Linux here.
Are you using GCC? iirc -ansi
Still compiles (with stdint.h) with all those flags plus -ansi.
Not even a warning.
how to clour the goole map
@G.H.A.P. Hmm... weird, If you are using non standard headers it should throw flags. Maybe this: ? -std=iso9899:1990?
15:47
No warnings or errors still.
Change of Blue colur in the Goole map roads
@S. varthamanan I didn't know you can.
@G.H.A.P. It looks like the compiler might be making substitutions that comply with c89 and not throw errors. Have you tried putting in other deliberate errors such as commenting formats and see what pops out?
@Kevin Flynn Yup. Mixing declarations/statements, C++-style comments, using for(int i = 0; i < whatever; ++i), they all throw.
change of route map selected in Blue colour to Red in goole map
15:52
@G.H.A.P. Then it looks like your compiler might be adding stuff under the hood and if there aren't conflicts saying "ok" to the stdint.
@S. varthamanan Your lack of structurally coherent sentences is making it difficult to know what you're asking.
@S. varthamanan Ok, stop making demands. If you want to make productive conversation, please do, but stating the same thing over isn't.
@G.H.A.P. What I mean by that is the compiler is taking int8_t and changing it to signed char.
And so on, maybe try using something from stdint that can't be translated back and see if it throws the error
@Kevin Flynn Ooh, I see. I'll try that.
I have proposed the route map from one place to number of places when draw the route in goole map it shows in blue colour I want to change some portion to some other colour for identification for that What I have to do
15:58
@Sindi Mynul: import base64 from Crypto.Cipher import DES # --- CLUE --- # Secret Key: JabarIstimewa # Mode: CBC (Cipher Block Chaining) # Ciphertext: OyD22mTLi8kHlZXVEDqRN4MDP5hY4S3aOv3mPs3rngMHcNzppyzRYydJNkdGLQ
Dumping code/errors with no context won't get much help. Take the time to introduce your problem before you paste large blocks of code, or errors so that users understand what you're asking about. Can you elaborate on how your code doesn't work or what you're doing to get the error you received? What were you expecting to happen, and what actually happened? For help, review How to Ask.
This is evidently my morning for bringing up dusty old knowledge.
@S. varthamanan Yes, you've told us that four times now, but you aren't holding a conversation.
@S. varthamanan You can't highlight a portion of a Google Maps route in a different color directly within the standard Google Maps app, but you can do so using Google My Maps. The process involves creating a route, exporting it as a KMZ file, and then importing that file into Google My Maps to create new layers where you can customize the style and color of specific parts of the route.
Amazing what google will spit back at you these days.
Hi I'm just starting out my developer's journey. I took cs50p and I'm currently taking cs50x and cs50w. I'm currently studying HTML/CSS.
16:04
@Marvin Ogbeta Hello and welcome!
hi im new here!
@Ababil Welcome to you too :)
@Kevin Flynn: And so on, maybe try using something from stdint that can't be translated back and see if it throws the error
I did try, and it still compiles. Hell, I even tried using C23 stuff from stdbit.h and it didn't complain. privatebin.net/…
@G.H.A.P. That's messed up. I might ask on a GCC specific forum then, maybe reddit r/gcc?
or ask gcc themselves.
@Kevin Flynn I'll try asking there. Thanks for the help!
16:07
@G.H.A.P. Sorry it didn't fix it, that's just odd that nothing throws for the headers.
@G.H.A.P. - Just a thought, are you forcing a compile of all components? IIRC small changes or quick (under a certain time frame) changes might not force a recompile. I know my Clipper compiler used to do that, was really annoying.
@شمس العالمي: هلا
Please use English; Stack Overflow requires content to be in English. If English isn't a language you can communicate in, there are alternative sites available in the community that may be in a language you are more fluent in.
user29568701
how can I simplify the follwoing for faster run: C_grid_linear <- c(0.1, 1, 10)
best_lin <- NULL; best_lin_auc <- -Inf
for (C_val in C_grid_linear) {
svm_lin <- svm(y ~ ., data = train_bank_data, kernel = "linear", cost = C_val, probability = TRUE)
pred <- predict(svm_lin, test_bank_data, probability = TRUE)
probs <- attr(pred, "probabilities")[, "yes"]
metrics <- eval_model(test_bank_data$y, factor(pred, levels = c("no", "yes")), probs)
if (metrics$AUC > best_lin_auc) { best_lin <- list(C = C_val, metrics = metrics); best_lin_auc <- metrics$AUC }
What in the world is this language?
Also, consider submitting your code to pastebin or privatebin or something.
16:23
how to solve HPE_HEADER_OVERFLOW in CAPM node.js
Hi! Everyone!
user29568701
16:30
it is r I am trying to work on SVM model, and I amhaving lagging is not running. I try to simplify and add doParallel still unable
Need Help in fetching secrets
I’m encountering the following error:
google.api_core.exceptions.RetryError: Timeout of 60.0s exceeded, last exception: 503 Getting metadata from plugin failed with error: 'str' object is not callable
I have already configured the project ID and service account impersonation correctly. In the project terminal, I was able to access the specific secret, and I’ve set up Application Default Credentials (ADC) properly. The correct secret keys are stored in Secret Manager, and I’ve set the appropriate environment variables. Additionally, I’m connected via VPN and hav
@G.H.A.P. Just wait until you have 50% of your team writing ... that... and you're responsible for getting it into a production workflow... <sits in corner, rocking>
@Jade Herrmann: raz kids
I'm not sure what you're trying to say here.
@Ajaykumar A S Need more context on that, pal.
Reminder: Please raise moderator flags on messages that require moderator intervention from them, such as if the messages they break the code of conduct. Messages that are off topic for the room, or simply noise, do not need moderation intervention (unless things escalate, such as flooding the room), and can be handled by the Room Owners.
17:18
Hi everyone, my name is Hassan. I'm test technician engineer at Collis Aerospace. I'm doing a little bit of career shifting by pursuing Google data analytics professional certificate. i have done almost 70% of the course, happy to be here.
@hassan Elhassan Collis? Or Collins?
hello, im Mihail and im here to try and learn more thing about python because i am doing a course abut it. They told me about this website
17:50
i tried to create a react app
npm create vite@latest but it showed this error
npm error code ERR_SSL_SSL/TLS_ALERT_HANDSHAKE_FAILURE
npm error errno ERR_SSL_SSL/TLS_ALERT_HANDSHAKE_FAILURE
npm error request to https://registry.npm.js.org/create-vite failed, reason: 500C0000:error:0A000410:SSL routines:ssl3_read_bytes:ssl/tls alert handshake failure:c:\ws\deps\openssl\openssl\ssl\record\rec_layer_s3.c:916:SSL alert number 40
npm error
npm error A complete log of this run can be found in: C:\Users\JEREMAIH\AppData\Local\npm-cache\_logs\2025-11-13T17_38_41_727Z-debug-0.log
PS C:\Users\JEREMAIH\OneDrive\Documents\new-in-react> npm config set registry https://registry.npm
And what did the log tell you? What have you tried? Did you look at what alert 40 is?
@Kevin Flynn Good observation, it seems like you have good focus skills, nice to meet you.
ADAPTER = CloudAdapter(ConfigurationBotFrameworkAuthentication(CONFIG))
what should be inside Config

somebody Please help me on this

import asyncio
import json
from aiohttp import web
from botbuilder.core import TurnContext
from botbuilder.integration.aiohttp import CloudAdapter, ConfigurationBotFrameworkAuthentication
from botbuilder.schema import Activity
import jwt # pip install pyjwt

# ----- Bot configuration -----
CONFIG = {
"appId": "",
"appSecret": ""
}

# Setup Bot Authentication
bot_auth = ConfigurationBotFrameworkAuthentication(CONFIG)
18:23
I just found out that tkFont can't be used in customized fonts like .ttf. Just sharing this as someone in here might be currently doing the same in their app
Hello @etukamohith
@Rodrigo Toh stackoverflow.com/questions/11993290/… - This is on windows, but there appear to be ways on Mac and/or Linux as well.
@KevinFlynn Thanks for this! I'll read this thread and see if this is applicable to my app. Will update you later for more information haha
Hello @PrabandhamSriniketan
18:38
I what to sky about my phone airtel P37 so it's 4g all 3g
@Kalolo Banda Not sure what you are asking/saying, but this is a coding related chatroom. Do you have a programming question of some kind?
19:02
Hi
Anybody here
sample video file with 2 audio tracks download
People are in and out of the chat, since a lot of us are working while here
19:16
Does it support the Arabic language?
@Deepak Bhadouriya A search engine is probably a good place to look for things. For what you're asking, you might even grab a public domain video from any torrent network.
@Abdelk Rim Can you clarify what you're asking here?
19:39
Hello
It's kevin.
Anybody can help me?
I have some urgent problem.
hi
@user31874011 Urgent is not the best fit for the chat, as people are in and out. Also, don't ask to ask, present your problem, what you've tried for troubleshooting/fixing, and small sections of relevant code.
@user31874011 Won't know until you tell us your problem
I'd bet he's just trolling
19:51
hello
20:23
hello
hello
```Waiting for another flutter command to release the startup lock.```
i got that in every command in my terminal preventing the command i give.

I have tried to kill that using ```taskkill /F /IM dart.exe```
and i got this log ```SUCCESS: The process "dart.exe" with PID 11896 has been terminated.
SUCCESS: The process "dart.exe" with PID 12080 has been terminated.```

now i gave ```flutter clean```, it is stuck not loging anything. Help me please
Note that, since you keep using triple backticks, there are some things you should know: triple backticks do not work in chat. You can use single backticks for in-line code formatting. But, using TAB to create newlines breaks all markdown in the message, so nothing would work at that point
Also note that you can edit messages which do not look like you intended them to.
undertood!

someone help me.
with the question please
20:49
Salam Alikom
What is the most beutifull and complete style for the tiles vectore map file ?
I'm working on a project, basically making my own Computers and Cellulars, and have a few questions.
Is Stack Overflow strictly about coding?
@JesCom87 Yes, it is. See stackoverflow.com/help/on-topic . But there are other sites on the Stack Exchange Network with other topics, which you can log into with your same login.
21:07
how is every body, been building websites. for a long time, but now is when I am trying to learn css, js. Used to regular themes all my life. Its a challenge but learning.
Hello Everyone.
21:35
21:46
amogus
@Theo Holzman Lol, sounds rude out of context, but he might be a troll, and he isn't even in Chat anymore.
Welcome to Chat btw (:

« first day (181 days earlier)      last day (9 days later) »