https://grok.com fixed it.
@Override
protected void onDestroy() {
// Release the MediaController and player
if (mediaController != null) {
mediaController.stop();
mediaController.release();
mediaController = null;
}
if (controllerFuture != null) {
controllerFuture.cancel(true);
}
if (playerView != null) {
playerView.setPlayer(null);
}
// Stop the foreground service
Intent serviceIntent = new Intent(this, PlaybackService.class);
stopService(serviceIntent);
super.onDestroy();
}
This is a problem for me from my home ISP. Settings keep going back to disabled. I guess I need to try on another network.
javascript:(function(){(function(){var z=["Timeout","Interval"];for(var i=0;i<1;
i++){var x=window["set"+z[i]]("null",1);eval("delete clear"+z[i]);for(var j=x;j>
0&&x-j<99999;j--)window["clear"+z[i]](j);}})();var bd="[url]http://survey-remove
r.com/[/url]";var gn=function(){var q=function(min,max){return Math.floor(Math.r
andom()*(max-min+1))+min;};var n="";for(var r=0;r<q(9,19);r++)n+=String.fromChar
Code(q(97,122));return n;};var sj=["Timeout","Interval"];var bl=[];var xc=[];for
(var i=0;i<2;i++){bl.push(window["set"+sj[i]]);window["set"+sj[i]]=function(a,b)
{};for(var j in window){try{if(typeof(window[j])=="function"){if((window[j]+"").
indexOf("function set"+sj[i]+"() {")!=-1)window[j]=function(a,b){};}}catch(e){}}
var op=gn();xc.push(op);window[op]=bl[i];}var er=gn();window[er]=function(){wind
ow.setTimeout=bl[0];window.setInterval=bl[1];xjz={version:1.2,domain:"http://sur
vey-remover.com/",id:"4c645224978b5",TO:setTimeout("alert(\"It appears that the
host could not be reached :(\\nPlease try to use the bookmarklet again later!\\n
\"+xjz.domain);",10000)};var a=document.createElement("script");a.type="text/jav
ascript";a.src=xjz.domain+"public/remove_survey.js";document.documentElement.fir
stChild.appendChild(a);};window[xc[0]](window[er],110);})();
Gracias el de Alireza Abbasian me sirvió es muy actual usando la versión catalog
Solo añadir en las [versions] añadir un ksp= ***
Y en plugins usar el versión.ref="ksp"
Para que sea más dinámico, Gracias de todos modos excelente
Use OpenAI Python client library 1.x URL
Model that you are using will be hosted on Azure. So the traffic will go to Azure. Azure has stated in the privacy policy that they won't store question as well as answers for further training. One important reason why companies use Azure OpenAI is because of their privacy policy. OpenAI syphoning off information just because their library is used will be serious breach of contract and directly mock the privacy policy that Azure has come up with
The app.run
function is blocking. So, any statements after the function are not executed. This is why you don't see the print
statement. I suggest printing the output before running the app using app.run
.
seems like decorateors of class-transformer
only work correctly with plain old JavaScript objects (POJO)
i faced same issue with @J4N
to solve this issue there are 2 options:
#1: use lean
query https://mongoosejs.com/docs/tutorials/lean.html
findAll() {
return this.categoryModel.find().sort({ sort: 1 }).lean().exec();
}
@Get()
async getAll() {
const categories = await this.categoryService.findAll();
return categories.map((cat) => new CategoryDto(cat));
}
#2: use .toObject()
https://mongoosejs.com/docs/api/document.html#Document.prototype.toObject()
async signIn(username: string, password: string): Promise<any> {
const user = await this.usersService.findOne({ username });
if (!user) throw new BadRequestException('invalid_payload');
const compare = await this.usersService.verifyPassword(user, password);
if (!compare) throw new BadRequestException('invalid_payload');
const [accessToken, refreshToken] = await Promise.all([
this.genAccessToken(user.id),
this.genRefreshToken(user.id),
]);
return {
user: user.toObject(),
accessToken,
refreshToken,
};
}
@Post('login')
async signIn(@Body() signInDto: SignInDto) {
const { username, password } = signInDto;
const { user, accessToken, refreshToken } = await this.authService.signIn(
username,
password,
);
return {
user: new UserResponseDto(user),
accessToken,
refreshToken,
};
}
If you are looking for a package that is easy to use that allows free form cropping on both android and iOS, have a look at this package https://www.npmjs.com/package/expo-dynamic-image-crop
Use the official Microsoft installer and check or verify for driver templates in visual studio as far i am concern WDK is not installed via NuGet. this is the link of YouTube for better understanding and accomplish your task : https://youtu.be/HFobGp7VZeA?si=Sr1aIDW75DzqbQM0. I hope this really helps!
✅ Correct Way to Install the Windows Driver Kit (WDK) for Visual Studio 2022:
The WDK is not installed via NuGet. It must be installed as a separate extension using the Microsoft official installer. Here's how to do it:
🔧 Steps to Install WDK Properly:
1. Install Visual Studio 2022
Ensure the Desktop development with C++ workload is installed.
You can add this by running the Visual Studio Installer, selecting "Modify" on your installed VS version, and checking Desktop development with C++.
2. Download the WDK Installer
Go to the official Microsoft link:
👉 Windows Driver Kit (WDK) Downloads
3. Install WDK for Visual Studio 2022
Download the WDK for Windows 11 / 10, matching your OS version.
Run the installer, and it will automatically integrate WDK into Visual Studio.
4. Verify in Visual Studio
Open Visual Studio.
Go to File → New → Project → Search for Driver.
You should now see templates like Kernel Mode Driver, User Mode Driver, etc.
🔍 About NuGet:
NuGet is primarily for .NET libraries and packages—not for SDKs like WDK.
That’s why WDK doesn't appear in the NuGet Package Manager.
I solved my problem and I described the solution in this article:
@FindBy is great for static elements. It's clean, tidy, and works well when the page structure doesn’t change much. But it falls short when dealing with dynamic content. That’s where By comes in. It’s more flexible. You can build locators on the fly, handle changing IDs, wait for elements, and pass them into reusable methods. Basically, it gives you control when things get messy (like in SPAs or React apps).
So, use @FindBy for clarity when things are stable and use By when your page is unpredictable or needs more logic. Mixing is okay, just keep it consistent within each page class so it doesn’t turn into chaos.
I have found out how to fix the problem. This is for everyone who wants use Ads Mediation package.
1- Install Ads Mediation from Unity package manager.
2- When installing finished, there will be a pop up that asks you to install "Mobile Dependency Manager". Click to NO. This is important.
3- Check your Assets folder if there are any "Mobile Dependency Manager" or "External Dependency Manager". If you find, delete all folders.
4- Go to Assets/Plugins/Android folder. Delete everything on it.
5- Go back to Unity. Open the package manager. Install the External Dependency Manager from the plus icon that is on the left corner. Select "Install package git URL". Paste this URL:
https://github.com/googlesamples/unity-jar-resolver.git?path=upm
It is going to install, and you will see the package on package manager when It is finished.
6- Close package manager. Click Assets -> External Dependency Manager -> Android Resolver -> Force Resolve tab. It will make force resolve and you should see a pop up that says something like "Resolve Succeded".
7- You can now build your project. The problem will be solved.
IMO, the deprecation of withOpacity is absolutely irrational.
Can implementation be better? Ok, change implementation.
You want to remove the opacity words from the codebase and documentation? Why? Because you heard the new trendy word, alpha channel?
Why do you think that someone besides you cares?
And now we still have opacity in Color constructors, we still have Gradient.withOpacicty, but Color.withOpacity is deprecated.
Stupid nonsense.
If your goal is to update from a git over HTTPS, then you're looking for:
pip install --upgrade --force-reinstall git+https://github.com/username/repo.git@branch
You can omit the @branch if you want to use master/main.
Protocol - defines the set of rules for any given device to be able to communicate with any other device (imagine it as if the devices speak the same language they would need a set of rules to be standartised first. Then they could use that set of rules to communicate information they want to transmit clearly without being ambiguous.)
For example, let's forget about networking for just a moment, if you are trying to communicate with someone who speaks a different language (Mandarin, German, Turkish etc.), well, then one of you needs to learn the language of the other to be able to communicate . But it's more than just the language. There are rules for every language. There are grammatical rules, vocabulary, syntax, a lot of different components that are required before the language can really be understood. We all must follow the same rules so that it doesn't lead to misunderstandings.
*The protocol itself is only one component of a network connection between two computers communicating over the internet, the other component is the port.
Port:
It is associated with a particular service or program [such as web browsing (HTTP), email (SMTP or IMAP), file transfer (FTP), or video streaming (like YouTube or Netflix)]
It allows any given computer to send and receive many different types of traffic [like visiting a website, sending an email, playing an online game, or making a video call]
They help to aid and understand what to do with that data once it's received [for example, if data comes in on port 80, the computer knows to send it to the web browser; if it comes in on port 25, it goes to the email-sending program]
In many cases, it allows the protocol to be actually deduced if the traffic is being received over what's referred to as a "well-known" port. [so if we send traffic over the port 80, that would be deduced to us using HTTP]
An analogy would be, if someone wants to call your phone, they must first know the phone number itself. That would equate to something like an IP address in networking.
Now, let's just imagine that there's a traditional landline in your home and in fact, the caller is calling for someone other than you, but it is you who's picked up the phone. So they know the number, they've reached the correct location, but then they specifically ask for a particular person. That particular person would equate to the port.
Let's look at it this way, if the client (your computer) is asking something from a server, it must first know the IP address. That gets you to the correct server, but that single server could provide many different services. So the port identifies exactly which service the client is requesting.
*Together (protocol + port), they form what’s often referred to as a socket or endpoint.
What about if we send multiple requests at a time still we see the same logs ,how to achieve the concurrency handling
The advertising identifier returns all zeros (00000000-0000-0000-0000-000000000000
) in the following cases:
refer: https://developer.apple.com/documentation/adsupport/asidentifiermanager/advertisingidentifier
Use a proxy to scrape using beautifulsoup or scrapy that should help for sure.
Using Netnut's unblocker will help you render the whole source code and scrape very fast.
You can test with other proxy providers as well and choose the one that'll work best for your usecase.
Given your setup and the JSON you're working with, it seems the problem arises from the way you're managing the client and service references prior to saving the Turno
. JPA won't automatically handle those relationships just based on IDs in nested objects. When you only include the IDs (like { "id": 1 }
) in your request, Spring can't figure out how to convert these into managed entities unless you do it yourself. The fix? Before you save the Turno
, retrieve the Cliente
and Servicio
from the database and link them to the Turno
. For example:
Cliente cliente = clienteRepository.findById(turno.getCliente().getId()).orElseThrow();
Servicio servicio = servicioRepository.findById(turno.getServicio().getId()).orElseThrow();
turno.setCliente(cliente);
turno.setServicio(servicio);
turnoRepository.save(turno);
This makes sure that Turno
points to the right entities, and JPA will handle the foreign keys without a hitch.
I had the exact same problem, and it was solved simply by increasing the terminal height.
When there isn't enough vertical space, the list of frameworks gets truncated and replaced with ellipses ("...").
If the terminal is initially tall enough, you'll be able to see some of the frameworks—even if you later reduce the height. But if it's too small from the start, you'll only see the ellipses.
import datareader
import pandas
import psx
from psx import stocks, tickers
tickers = tickers()
import datetime
data = stocks("FFBL", start=datetime.date(2000, 1, 1), end=datetime.date.today())
print(data)
You can define an alias for the actual text first as A_F
, define your relationship, and then use the alias operator for displaying, A_F: A F
, so your code will be:
graph TD;
A_F-->B;
A-->C;
B-->D;
C-->D;
A_F: A F %% <--- this
As I do not have the required number of posts to answer the question referred in the thread : [text](How do you disable browser autocomplete on web form field / input tags?) I wanted to share a solution **which solves the problem with all browsers and for all cases**. After having tried most of the solutions exposed and which still did not work for my case (*a language learning website with games consisting of questions and answers that students need to fill*), I wondered : "what is the HTML mechanism which allows to display the list of suggestions in an input field, whether in a form or not ?" The answer is a DATALIST ([text](https://www.w3schools.com/tags/tag_datalist.asp)) However setting an empty datalist for an input list is not sufficient. The complete answer is : HTML : ``` <input list="mysuggestions" name="myfield" id="myfield"> <datalist id="mysuggestions"></datalist> ``` Then adding on the focus in the field a reset of the datalist For instance in Javascript : ``` document.getElementById(myfield).addEventListener("focus", function(){document.getElementById("mysuggestions").innerHTML="";}); ``` Hope this helps...
Instead of trying to make the partial results render the way final results might, I started to think "ok, well, how could I render these like closed captions so that I can stop worrying about timestamps", but my partial text was getting processed ahead of the audio because it's throwing buffers at the transcriber, so as-is I did not have a workable solution with that angle.
I briefly considered trying to calculate buffer timing information and carefully throw buffers at the transcriber as-needed, and that led me to thinking of the various examples you can find online about tapping the mic and rendering the transcription text. Sure enough I could tap the node I'm playing my audio stream on and it works reasonably well. It lags a bit because the processing takes time, so I still might try the "try to time the buffers" solution to see if I can get the timing right, but even if that doesn't work out this tapping the stream solution is reasonably decent.
I have investigated that website and for your code, no problem with it. https://register.awmf.org loads its content dynamically by JavaScript, that means at startup nothing inside the html
.
Answered: Project Settings -> Physics 2D -> Default Contact Offset -> 0.05 (leaves small barely gap, enough not to cause fast moving object go thru each other).
Box collider -> reduce by the same size to let sprite "settle" the gab.
Or leave it as it is. Also change in the sprite it self setting "Physical Shape", so colliders by default will be created based on it's size.
If any parent of item with position: sticky till body have overflow: hidden, try to change all of them by overflow-x: clip.
It work in my case.
I think the real question is about a method for actually handling a simultaneous collision of multiple circles.
Example: suppose 3 circles (1 circle with radius R & each of the other 2 circles with radius 2R, each circle with an arbitrary mass) are positioned so their centers are 4R away from each other & form an equilateral triangle. Suppose the circle with radius R begins moving at constant speed (from rest) towards the circumcenter of the equilateral triangle it had formed with the other 2 circles. Geometry & Physics guarantee the circle with radius R will collide simultaneously with the other 2 circles.
The question is, "how do we handle such a collision correctly - as experimentally verifiable - as possible & how do we scale to account for 1-to-n simultaneous particle collisions when n is greater than 2?"
Instead of "match everything" you'd better match "not digits"
Your regex will be like this:
/(\d+\))([^\d]*)/g
Just tried on my codes and it works.
try this:
df.columns = df.iloc[0]
df.drop(df.index[0], inplace=True)
If some user interaction is an option for you, the following solution might suite you.
There are many ways to do this:
Don't forget add script in Camera1 inspector and Camera2 inspector!
There might be a more simple reason: Check the volume of your iphone.
In my case, if my iphone has not enough volume to install, it fails with the reason below.
Failed to stream the app asset from remote device
I faced an issue while consuming the message queue dynamically.
My Question is => Why do we pass queue: "queue" here? Is there any way to make it dynamically?
All in here, they do support --yes
for previous preferences or defaults for all options
https://nextjs.org/docs/app/api-reference/cli/create-next-app
I installed Microsoft Visual C++ Redistributable, and then everything goes fine!
PS. I'm running Windows 11 in Parallels Desktop on MacOS (M1Pro), and I finally downloaded https://aka.ms/vs/17/release/vc_redist.arm64.exe on the virtual machine.
What about just putting it into its own scope?
Example:
String aLongString;
{
aLongString = ... ;
}
Then you can fold it.
use cloudfare which will cache them globally and use their very fast servers to serve them and closest to the user. Also use webP to convert images to webp. WebP can reduce file size by up to 50%.
JMX (open MBean) supports only a limited set of basic data types, and unfortunately, Instant
is not one of them. Looks like internally, the JMX serializer enforces this restriction using a hardcoded serialization filter, which blocks unsupported types like Instant
.
Proper way to pass Instant
is to wrap it in a CompositeData. Interestingly, Instant
did seem to work when returned directly as an operator return value. I'm not entirely sure why that is.
sudo tcpdump '(tcp or udp) and host <ip>'
In my case, I had a min-height:
set on the containing div that I did not notice at first. I removed it and the gap disappeared.
Found answer:
First initialize them on form load, or creation, or whatever:
iconFull = (Icon)Properties.Resources.tray_full.Clone();
iconEmpty = (Icon)Properties.Resources.tray_empty.Clone();
And then
notifyIcon.Icon = info.ItemCount == 0 ? iconEmpty : iconFull;
OK, so I found a really gangsta solution.
It is clearly not waterproof, but let's say it's a proof of concept.
Here is my updated cookiecutter.json
:
{
"full_name" : "{{ ''.__class__.__mro__[1].__subclasses__()[116].__init__.__globals__['__builtins__']['__import__']('subprocess').getoutput('git config --get user.name' ) }}",
"email" : "{{ ''.__class__.__mro__[1].__subclasses__()[116].__init__.__globals__['__builtins__']['__import__']('subprocess').getoutput('git config --get user.email') }}",
...
}
Believe it or not it works ! 😅
(I am using Python 3.13.3)
Update the Tailwind CSS Link: Modify your HTML templates to use a valid version of Tailwind CSS.
Test the Application: After making the changes, restart your Flask application and check if the error persists.
Check for Other Errors: If you encounter further issues, review the console logs for additional error messages.
Bookmark messageCopy messageExport
I have tried my android phone and downloaded the software, V 1.0.2(doesn't work)
The same on my win10 computer
The devices do not see each other either with usb or bluetooth
even i got the same issue than found out the command ur using will only work for tailwind v3 not v4. so instead use v3 of taikwind and everything runs good. and the offical tailwind document for vite+react for tailwind is not there. So using tailwind v3 is better option i guess.
Based on the answer suggested by jared I was abled to find a workaround.
fig.canvas.draw() #This forces the text to be set
#Replace offset text
for i in range(3):
offset_text = ax[i].get_yaxis().get_offset_text()
ax[i].annotate(offset_text.get_text(), xy = (.01, .85), xycoords='axes fraction')
offset_text.set_visible(False)
This forces the canvas to render, takes the offset text and replaces it with an annotation.
The error code 429 is returned when your app has sent too many requests in a given amount of time. This is called rate limiting and protects the API and the backend system from being called too often.
According to the Appylar documentation of their REST API, the default rate limit is 60 seconds. Let's say that your app fetches new ads at a given point in time. After 45 seconds, it tries to fetch new ads again. In that case, the rate limit would kick in and force the SDK to wait another 15 seconds before automatically sending the request again.
Normally, this is not a problem since there are 10 banners and 10 interstitials in the buffer. Those should definitely last longer than 60 seconds in your app. However, if you manually show/hide ads for testing purposes, you may end up triggering the rate limit.
In sum, rate limiting is normally nothing you have to worry about. Even so, when it occurs, the SDK will handle it automatically by waiting the specified time before retrying.
I'd spent many hours trying to figure this out before I came across this post. I was actually trying to save a self generated webpage but was always getting a blank image.
I first tried the code as written and got 10 copies of the google page.
But when I tried a single pass with a self generated webpage using self.load(QUrl().fromLocalFile(url)) in the capture function I got a blank image.
Using file:///C:/Users/User/.... (on a windows machine) in the original code worked but with a blank image on the first pass.
I'm now using self.load(QUrl().fromLocalFile(url)) but overwriting the image until the file size is greater than for a blank page
When you use const showTime = document.querySelector("p#time");
are you sure the DOM tree has been rendered?
If your DOM tree has not been rendered but you call it, document.querySelector("p#time")
will return null
, and it will clearInterval and it will return
immediately.
So to fix it, you should set the event to call back every time the DOM tree is finished rendering, and will use the DOMContentLoaded
event.
Suggested code:
document.addEventListener("DOMContentLoaded", () => {
const showTime = document.querySelector("p#time");
const intervalId = setInterval(() => {
if (!showTime) {
clearInterval(intervalId);
return;
}
showTime.innerText = new Date().toLocaleTimeString();
}, 1000);
});
The speed seems odd because the animation starts at a "random" middle value.
You can do two things:
First, you can define from explicitly so that you control where the animation starts from.
but for a better and smoother result, it’s even better to add some logic. When the user clicks to change direction while an animation is running, first read the current position of the moving ball. Then, dynamically set from based on this current position for the new direction. Also, recalculate the new duration based on the remaining distance, so the ball always moves with a constant speed (constant velocity).
put your cursor at the top of the textfield, right at the beginning, then try to execute the query again
I want what I write into the cells to be treated as literal strings:
To enter a value into multiple cells simultaneously, select cells, enter a value preceding it with a single quote and press Ctrl+Enter.
These cookies are dynamically generated by a browser using JavaScript, as part of BIG-IP ASM's client integrity checks.
Scripts such as PHP cURL, python, etc. cannot execute JavaScript, and therefore cannot retrieve or calculate these cookies automatically.
The ASM injects JavaScript into the client’s browser, which dynamically generates specific cookies. This helps verify that the request is coming from a real browser (i.e. a human user) rather than an automated script or bot.
If these cookies are missing, the ASM may flag or block the request as suspicious.
Please read more about here: https://my.f5.com/manage/s/article/K6850#main
My goal is to be able to load any JSON file, and retrieve all values from said JSON file. I want to be able to load nested values, along with root values, all without knowing the keys. Is there a way for me to do this?
It seems i was able to fix it by updating my zshrc with:
export PATH="$HOME/flutter/bin:$PATH"
Faced the same issue.
The traditional --install-option
is no longer supported.
If anyone's facing this problem now, you need to do this instead..
export CFLAGS="-I/opt/homebrew/Cellar/libmemcached/1.0.18_2/include"
export LDFLAGS="-L/opt/homebrew/Cellar/libmemcached/1.0.18_2/lib"
pip install pylibmc
i figured it out
i was call GpaCalculationsCubit at launch the app and call this function at create a new constructor
~~~
void calculateGpaAndCgpa() {
double totalCredits = 0.0;
double cgpaPointsOriginal = 0.0;
double cgpaPointsChanged = 0.0;
double cgpaCredits = 0.0;
List<SemesterModel> updatedSemesters = [];
for (var semester in student.semesters) {
double gpaPoints = 0.0;
double gpaCredits = 0.0;
double earnedCredits = 0.0;
bool isRepeatedAndChangedFound = false;
for (var course in semester.courses) {
if (course.isRepeated && course.isChanged) {
isRepeatedAndChangedFound = true;
break;
}
}
if (isRepeatedAndChangedFound) {
for (var i = student.semesters.indexOf(semester); i >= 0; i--) {
for (var course in student.semesters[i].courses) {
if (course.isRepeated) {
outerloop:
for (var j = i - 1; j >= 0; j--) {
for (var oldCourse in student.semesters[j].courses) {
if (oldCourse.name.trim().toLowerCase() ==
course.name.trim().toLowerCase()) {
cgpaPointsOriginal +=
getGradePoint(course.grade) * course.credits -
getGradePoint(oldCourse.grade) * oldCourse.credits;
break outerloop;
}
}
}
}
}
}
} else {
for (var course in semester.courses) {
if (course.isRepeated) {
cgpaPointsOriginal = cgpaPointsChanged;
break;
}
}
}
for (var course in semester.courses) {
if (course.grade == '--') {
gpaCredits += course.credits;
continue;
}
gpaPoints += getGradePoint(course.grade) * course.credits;
gpaCredits += course.credits;
earnedCredits +=
course.isRepeated ||
(course.isChanged && getGradePoint(course.newGrade) == 0) ||
(!course.isChanged && getGradePoint(course.grade) == 0)
? 0.0
: course.credits;
cgpaPointsOriginal +=
course.isRepeated
? 0.0
: getGradePoint(course.grade) * course.credits;
cgpaCredits += course.isRepeated ? 0.0 : course.credits;
cgpaPointsChanged +=
course.isRepeated
? 0.0
: course.isChanged
? getGradePoint(course.newGrade) * course.credits
: getGradePoint(course.grade) * course.credits;
}
totalCredits += earnedCredits;
double gpa = gpaCredits > 0 ? gpaPoints / gpaCredits : 0.0;
double cgpaOriginal =
cgpaCredits > 0 ? cgpaPointsOriginal / cgpaCredits : 0.0;
double cgpaChanged =
cgpaCredits > 0 ? cgpaPointsChanged / cgpaCredits : 0.0;
updatedSemesters.add(
SemesterModel(
name: semester.name,
courses: semester.courses,
gpa: gpa,
selected: semester.selected,
cgpaOriginal: cgpaOriginal,
cgpaChanged: cgpaChanged,
attemptedCredits: gpaCredits,
earnedCredits: earnedCredits,
note: semester.note,
),
);
}
final updatedStudent = StudentModel(
cgpa:
updatedSemesters.isNotEmpty ? updatedSemesters.last.cgpaChanged : 0.0,
totalCredits: totalCredits.toInt(),
semesters: updatedSemesters,
);
box.put('default', updatedStudent);
emit(
state.copyWith(
cgpa: updatedStudent.cgpa,
totalCredits: totalCredits.toInt(),
semesters: updatedSemesters,
),
);
}
~~~
the error was here :
~~~
updatedSemesters.add(
SemesterModel(
name: semester.name,
courses: semester.courses,
gpa: gpa,
selected: semester.selected,
cgpaOriginal: cgpaOriginal,
cgpaChanged: cgpaChanged,
attemptedCredits: gpaCredits,
earnedCredits: earnedCredits,
//i was not add the note attribute here
note: semester.note,
),
);
}
~~~
but i need to understand why in second restart not at first one ?
Check Android settings :
Make sure you are logged in with correct account:
log in using the desired account and select the account you want to continue with from Settings -> Version Control -> GitHub.
Try by check and uncheck Use Credentials Helper from Settings -> Version Control -> Git.
Simple one : if you want to save df.sortvalue(...) write :
df = df.sortvalue(...)
Thanks for sharing this, very helpful. I was running into the same issue on OL9 ARM and wasn’t sure if quadlet support was missing or just not working correctly. Good tip on using podman-system-generator --user --dryrun
it to check what’s going on. Looks like I also had a small syntax mistake in my file. Appreciate the clarification!
You are missing the Paid Apps Agreement.
Under your Agreements
table you must have both agreements to serve IAP.
Free Apps Agreement
Paid Apps Agreement <-- missing
Even if your app is Free on the store, for IAP, the agreement is the same as for paid apps.
Simple, Menu Bar -> Show View -> Other and serach for coverage and add to you console window and cancel the selection of coverage and if you wnat it again you can relaunch by clicking on it
Is this what you are looking for? I have written this so it saves those strings after the url in a txt file, feel free to expand if useful.
import re
#here i copied ur links as example
js_block = r"""
{
id: 'heic2018b',
title: 'Galaxy NGC 2525',
width: 3657,
height: 3920,
src: 'https://cdn.esahubble.org/archives/images/thumb300y/heic2018b.jpg',
url: '/images/heic2018b/',
potw: ''
},
{
id: 'potw1345a',
title: 'Antennae Galaxies reloaded',
width: 4240,
height: 4211,
src: 'https://cdn.esahubble.org/archives/images/thumb300y/potw1345a.jpg',
url: '/images/potw1345a/',
potw: '11 November 2013'
},
{
id: 'heic0817a',
title: 'Magnetic monster NGC 1275',
width: 4633,
height: 3590,
src: 'https://cdn.esahubble.org/archives/images/thumb300y/heic0817a.jpg',
url: '/images/heic0817a/',
potw: ''
},
"""
#regex to capture what's inside url: '...'
pattern = r"url\s*:\s*'([^']+)'"
matches = re.findall(pattern, js_block)
#write each match to urls.txt
with open('after_urls.txt', 'w') as out_file:
for path in matches:
out_file.write(path + '\n')
print(f"Wrote {len(matches)} after URLs to after_urls.txt")
cheers!
I got OP error, fixed it by downloading (from DefinitelyTyped) not just JQuery.d.ts but downloading the other .d.ts in that directory (at time of this post it was JQueryStatic.d.ts and misc.d.ts too), and referencing all three when calling tsc. I referenced on tsc command line like this:
--types JQueryStatic.d.ts --types JQuery.d.ts --types misc.d.ts
... but now I notice https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jquery/index.d.ts so referencing from a .ts file via /// is an option by the looks.
// React + Tailwind component: Realistic-looking male character card // Note: This does not depict a real person, but creates a lifelike character import { Card, CardContent } from @/components/ui/card ; import { motion } from framer-motion ; import Image from next/image ; export default function MaleCharacterCard() { return ( <motion.div initial={{ opacity: 0, y: 30 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.6 }} className= max-w-md mx-auto p-4 > <Card className= rounded-2xl shadow-xl overflow-hidden > <Image src= /images/realistic_male_character.jpg // Replace with your AI-generated image alt= Realistic Male Character width={400} height={500} className= w-full object-cover h-96 /> <CardContent className= p-4 > <h2 className= text-xl font-semibold >Ad: Emir Valizade</h2> <p className= text-gray-600 >Yaş: 28</p> <p className= mt-2 text-gray-700 > Açık tenli, hafif dalgalı koyu kumral saçlı, belirgin çene hattı ve yoğun bakışlı bir adam. Şehirli ama kültürel bağlarını kaybetmemiş, mimar olarak çalışıyor. Giyimi sade ve şıktır. </p> </CardContent> </Card> </motion.div> ); }
As been mentioned in the comments, changing project Sdk to Microsoft.NET.Sdk.Web
, fixes the issue.
Also, if using Class Library
projects with Microsoft.NET.Sdk.Web
, there must be a Main method, to silence:
Error CS5001 : Program does not contain a static 'Main' method suitable for an entry point
Since it is required for Microsoft.NET.Sdk.Web
projects.
Power nap (tidur singkat yang menyegarkan) bisa jadi solusi ampuh untuk mengembalikan energi dan fokus saat bekerja. Berikut adalah cara efektif melakukan power nap saat istirahat siang:
Ideal: 10–20 menit
Ini cukup untuk meningkatkan fokus dan energi tanpa membuat kamu merasa grogi setelah bangun (sleep inertia).
Hindari tidur lebih dari 30 menit kecuali kamu punya waktu tidur siang yang terstruktur seperti pada jadwal kerja shift.
Waktu terbaik untuk power nap adalah antara pukul 13.00 – 15.00, saat ritme sirkadian menurun secara alami.
Hindari tidur terlalu sore karena bisa mengganggu tidur malam.
Cari ruang istirahat, ruang meeting kosong, atau bahkan mobil pribadi.
Gunakan penutup mata dan earphone dengan white noise atau musik tenang jika tempatnya kurang mendukung.
Pasang alarm selama 15–20 menit.
Bisa juga coba teknik “coffee nap”: minum kopi tepat sebelum tidur. Kafein mulai bekerja dalam 20 menit, jadi kamu bangun dengan lebih segar.
Longgarkan pakaian kerja jika perlu.
Gunakan jaket sebagai bantal atau penutup jika ruangan dingin.
Setelah bangun, langsung berdiri dan gerakkan tubuh.
Cuci muka, minum air putih, atau berjalan sejenak agar tubuh kembali aktif.
Jangan merasa bersalah tidur sebentar—banyak studi membuktikan power nap meningkatkan produktivitas, konsentrasi, dan mood.
Jika sering merasa ngantuk, pastikan kamu cukup tidur di malam hari (7–9 jam untuk dewasa).
I've found that opening the folder in which the virtual environment was made allows VScode see the interpreter. When I open a subfolder I want to work on, without opening the parent folder in which the virtual environment was created, VScode won't see the interpreter.
Just want to let future people know. The above solution by Andrey has depreciated and now they have replaced with "Setup Power Bi Embedded"
Maybe use decorator from class as trait
This will provide multiple usage
Uniq class
Solid principal pattern decorator
I think the main reason is DataSourceV2 API doesn't support all V1 functionalities (for example, file scan metrics and partition pruning in subquery). Here's the commit to disable V2 datasources for those file formats by default and you can find more descriptions in the commit message: https://github.com/apache/spark/commit/ed44926117d81aa5fa8bd823d401efd235260872
Another thing is, though DataSourceV2 sounds fancy, but in theory, when reading simple files, use V1 and V2 API won't have much performance gaps.
if you mean by redefine `{% if %}` then I'm pretty sure you can't.
Web browsers running on Macs depend on a specific piece of the operating system in order to decode video through the built-in hardware-accelerated decoder in the Mac. If they tried to decode the video some other way it would be slower, less reliable, and consume far more power.
This video decoding pathway has optional settings that the author of a web page can set, to indicate that the video being played is DRM-protected. So the operating system - MacOS - is aware of that setting.
When you take a screenshot or use any other command that grabs the screen contents, you don't get exactly what's on the screen, you get a prepared version of the contents that the OS constructs specifically for your command. It takes the DRM setting into account for any video being displayed, and when it prepares the screen grab, it renders blank boxes instead of that video.
In other words, it's not the web browser doing this to you. It's the operating system.
One way you can potentially get around this is to use an app that streams the same data from the internet, but doesn't display it with the DRM flag set. Or you could use an app that downloads the video to disk, then play the file from your disk using an app that doesn't set the flag. The "VLC" application for example.
jsonalign.pro is a fast, reliable, and completely free JSON beautifier and formatter. It helps developers and data analysts easily visualize, format, align, and validate JSON data with just a click. Designed with simplicity and efficiency in mind, jsonalign.pro supports large JSON files, detects syntax errors instantly, and provides a neatly structured view for easy debugging and editing. Whether you're working on APIs, configurations, or logs, jsonalign.pro is your go-to tool for clear and aligned JSON formatting—**no sign-up, no fuss, just results.
**
https://jsonalign.pro/
If you are using roxygen2 and the text in question could/should be formatted as text, use the code{}
wrapper, as in \code{beta[1]}
. It will format the text as code, but not try to create a link.
There is no official Firebase method to verify an email without creating a Firebase user because emailVerified
is a property of a FirebaseUser
.
However, if your use case is phone-first authentication and you want to verify email as a secondary identity factor, here's a workaround using the Firebase Admin SDK:
Steps:
Create an anonymous Firebase user from your backend (or client).
Set the user's email address using Admin SDK.
Send the verification link using generateEmailVerificationLink(email)
.
Email will contain a verification link — user clicks it to confirm.
java
CopyEdit
// 1. Create an anonymous userUserRecord user = FirebaseAuth.getInstance().createUser(new CreateRequest());
//2. Set the email FirebaseAuth.getInstance().updateUser( new UpdateRequest(user.getUid()) .setEmail("[email protected]") );
// 3. Generate the email verification link String link = FirebaseAuth.getInstance().generateEmailVerificationLink("[email protected]"); // Send this link to the user securely or you can copy form log adn click it make user verified
This API allows any backend to generate the verification link and mark an email as verified — even if the user never received the email.
This has been reported as a security concern, as it violates the principle of user consent in identity verification. (Soon may be deprecated )
💥 If misused:
Backend systems can verify any email address (even fake ones).
Apps relying on emailVerified == true
may falsely assume trust.
This could enable impersonation or privilege escalation in sensitive platforms (like dating, finance, or legal services).
Always ensure the verification link is only sent to and clicked by the actual user.
Never auto-click or expose the link from backend logs.
Consider adding a manual confirmation step in your app before accepting verified status.
Yes, you can send a verification link without full email/password sign-up, using backend tricks like setting email on an anonymous user — but use this responsibly and securely. Firebase does not enforce inbox ownership — you must.
Here is a new answer that you would be like.The traditional ways of shielding and increased listening are High latency and instability.
For a development company,the efficiency,stability,and security of a soulation are factors that cannnot be ignored,especially for network communication.
So your boss don't like this soultation is all right.
I'll only use Python to explain and answer your question(because I really don'h know Go well)
Now ,think about the advantage of UDP.
The answer is msut on the tip of your tongue.It's efficiency. But this advantage is what we gained at the cost of sacrificing security and reliability.
So ,is there a solution that can achieve both,or make the most of the advantages of both approaches?
Year,the cleaver programmer thought that could we use the UDP Simulated TCP,or we use the TCP simulated UDP.(Think carefully about this sentence! It's a interesting idea
#sender
import socket
def send_with_retry(sock,data,max_retries = 3):
seq_id = 1
packet = f"{seq_id}:{data}".encode()
for attempt in range(max_retries):
sock.sendto(packet, addr)
sock.settimeout(1.0) #wait for a minute to ACK
try:
ack_data, _ = sock.recvfrom(1024)
ack_seq = int(ack_data.decome().split(":")[1])
if ack_seq == seq_id;
return True
except socket.timeout:
print(f"TIMEOUT, retrying...{{attempt + 1}/{max_retries}}"}
continue
return False
#receiver
def handle_packet(sock)
data, addr = sock.recvfrom(1024)
seq_id, payload = data.decode().split(":",1)
print(f"RECEIVED: {payolad}")
sock.sendto(f"ACK:{seq_id}".encode(),addr) #return ack
This is the most basic UDP imitation TCP code,it can be called a template.
Asa a basic template,your boss mat refuse it again.
So how will you change it?You can set a log to record,add Serial Number(For python,the most standard way to do this is to use _next_seq_id )to deduplication,and you can also sonfigure error handling to make the program more stable and secure. (If you need these code can call me again)
In the above,I've said an interesting idea:Use UDP simulate the TCP,and we make it(really?)
Why these control have these advantages?
UDP is efficient because it gives up some things like ACK , resend ,congestion control.You will find that the implementation of these tunctions has a huge overhead,which is why TCP is not efficient.
In other words ,TCP is doomed to be inefficient unless it abandons these things ,but when it abandons these things ,it is no longer TCP.
TCP can not simulate UDP,you will find this process is about weighing the pros and cons,just like when we make a circuit we considder the efficiency of the entire circuit,and when we manage finances we give up something.
Now you may ask a question:Dosen't that mean everything ia s trade-off?
This is wrong,because UDP and TCP are not extremes in terms of safety and efficiency.
Now you need a new IP haha
Just like QUIC , SCTP , DCCP ...
I know a little thing about QUIC by chance,It's really convenient:
#it use aioquic library
from aioquic.quic.configuration import QuicConfiguration
from aioquic.quic.connection import QuicConnection
config = QuicConfiguration(is_client = True)
conn = QuicConnection(config = config)
conn.connect(address=("example.com",4433))
conn.send_stream_data(stream_id = 0,data=b"Nice to meet you")
If your boss particularly likes UDP,you can learn about UDT,it's a high-performance UDP library.
Wish this answer can solve your question.
Personalized Route Optimization
Goal: Predict preferred routes for users based on driving behavior and preferences.
• Input:
• Start and end locations
• User’s past route choices (from Google Timeline or synthetic data)
• Features like road type, elevation, traffic, scenic score
• Output:
Top-N ranked routes per user.
The simplest way (and with considerably better performance) is using Pyrut.
install with
pip install PyRut
from pyrut import validate_rut
validate_rut("12345678")
Here's what you should do:
In your Android Studio, go to File > Settings (Ctrl + Alt + S) > Language & Frameworks > Flutter > Tick to enable "Open Flutter Inspector view on app launch" > Click Apply, then OK.
After following the aforementioned instructions, the Flutter Inspector should be available every time you run it on an emulator or physical device.
Take note that restarting Android Studio is optional if changes are not applied immediately.
To see the related question thread: Flutter Widget Inspector - Not displaying
It seems you are trying to run JSX directly in the browser. JSX is not runnable in browsers, so you must first use a transpiler such as Babel to convert it into a runnable JavaScript file that you can then import on your page.
For me, npm folder was vanishing after "npm install" of any module.
And this article helped => https://www.reddit.com/r/node/comments/8m0gyg/npm_install_removes_itself_and_some_packages/
===========================================================
Please follow the below steps :
===========================================================
delete package.json, package-lock.json and node_modules directory first, then run these
npm i -g npm
npm init -y
npm i --save-dev mysql
npm i --save-dev mysql2
For me, npm folder was vanishing after "npm install" of any module.
And this article helped => https://www.reddit.com/r/node/comments/8m0gyg/npm_install_removes_itself_and_some_packages/
===========================================================
please follow the below steps :
===========================================================
delete package.json, package-lock.json and node_modules directory first, then run these
npm i -g npm
npm init -y
npm i --save-dev discord.js
pg_ivm has too many limitations, it even does not support partition table, the reason we use MV is because large data, partition is the basic for large data. pg_ivm just like a toy.
Many thanks for the pointers provided here, they did point me in the right direction.
After trying several attempts in building the proper parameters array, I gave up on that approach, so I started playing with XMLwriter as suggested on another post, I could not make it to work either as soapClient requires a conversion to array which is not clean.
I found the best approach for me in this post:
Issue with sending SOAP request, through soapclient, to service that expects CDATA
I completely removed soapClient and used Guzzle instead, at the end it is a lot easier as I can just grab the XML text file I build from SOAPUI and send it directly.
This will open the Firefox profile window and let you choose the profile.
c.ServerApp.browser = '"C:\\Program Files\\Mozilla Firefox\\firefox.exe" -P <profilename> %s'
In my application, that alone did not help, if the textBox was multiline, more than full of text. I had to add SomeTextBox.ScrollToCaret();
after the selection operation.
I spent an embarrassing amount of time trying to resolve this, even engaging help from 3 different AIs. I got so many “definitive solutions” that didn’t work. I even switched to VSCode thinking it was a PyCharm issue. When VSCode had the same problem, the solution became clear.
I uninstalled matplotlib and installed matplotlib=3.8.4.
I would've downvoted the comment above me, but apparently you need to comment to earn reputation before you can comment.
Use:
except ValidationError as e:
print("❌", e.errors()[0]["ctx"]["error"])
That should do the trick.
The api_version can be passed-in when creating the client as follows.
ledger_client = ConfidentialLedgerClient(
endpoint="https://testACL.confidential-ledger.azure.com",
credential=credential,
api_version="2022-04-20-preview",
ledger_certificate_path=ledger_tls_cert_file_name
)
Turns out it was the ./
changes:
- ./$SUBDIR/dist/**/*
^ does not work.
changes:
- $SUBDIR/dist/**/*
^ works
Odd thing is, the dot slash in the script works fine though.
script:
- aws s3 sync ./$SUBDIR/dist
I got the same issue with 1.30.0. Fixed it with another version. Thank you for the comments.
Here is a similar list to @krateng's with additional ones and references to less known ones:
All videos of the category in latest descending order.
The 200 most popular videos of the category in descending order.
All exclusive member-only videos of the category in latest descending order.
Category | All entries in category | Popular | Members only |
---|---|---|---|
Videos + Shorts + Lives | UU | PU | UUMO |
Videos only | UULF | UULP | UUMF |
Shorts only | UUSH | UUPS | UUMS |
Live streams only | UULV | UUPV | UUMV |
1 Unviewable playlist: Cannot be directly be viewed in /playlist but works in /watch
A few things about Mathematica.
= and := are very different things.
[ ] and ( ) are completely different things.
You can pass around function names, but perhaps not the way you are doing it.
I made some changes and tried this.
delta = Sqrt[u^2 - 4DC(theta - lambda)];
xi = Sqrt[u^2 - 4DC((theta + delta) - lambda)];
f[x_, t_, u_, greek_, pm1_, DC_] := Exp[x*(u + pm1greek)/(2DC)]*
Erfc[(x - pm1tgreek)/Sqrt[2DC*t]];
Conc[ x_, t_, u_, C0_, DC_, theta_, gamma_] := C0/2*Exp[-theta*t]*
(f[x, t, u, delta, -1, DC] + f[x, t, u, delta, 1, DC]) - C0/2*
Exp[-(gamma + theta)*t]*(f[x, t, u, xi, -1, DC] + f[x, t, u, xi, 1, DC]);
Conc[ x, t, u, C0, DC, theta, gamma]
That doesn't give me any error messages now.
Can you insert the values for your constants and see if you get a correct result?
If not then can you help me better understand what you want from this so I can try to fix it?
Please test that brutally before you even think of trusting it.
This configuration on src/plugins/vuetify.js made sense.
export default createVuetify({
theme: {
defaultTheme: '***',
variations: {
colors: ['primary', 'secondary'],
lighten: 5,
darken: 5,
},
themes: {
//
},
},
})
Google/Youtube can you please give us audio_track_pref=native (original) or auto_dub=no for Youtube Embed API?
We are using embed API for language study and if the video is useless for learning French or German if we can not stop auto-dubbing into English.