This part isn't an actual answer, however, since I don't have 50 reputation yet, I can't add a comment. I think the most recent answer (besides mine) is obviously, so obviously an AI - generated answer, so could someone please flag user20275214's answer? Examples of AI: 'Without seeing the code', 'assistance', these are all stupid. The code has been provided, and it is very clear that you didn't paste the code in. ;-;
You should try converting the 'None' type into a string object, if you haven't already, or debugging it by printing it out at some steps.
https://github.com/jagdishgkpwale/laravel-crud.git This is example project
this also
i want the code like that in general python google colab ...............
به یاد من
به یاد بغز های تو گلوم
به یاد تو
به یاد درد های بی امون
به یاد همه روز های گزاشت رفت
به یاد جوونی له شده ت گزشتم
به یاد دفترا
به یاد رفتنا
به یاد قدم های محکوم به قه قرا
به یاد مادری که گناهش مادریه
به یاد پدری که جون داد تا یه تیکه نون بده
به یاد چشماش که خشکه پادریه
به یاد پدر و سفره های ممتد
به یاد دستای خالی و غصه های پر درد
به یاد ساز بی صدا اشنای بی نگاه
به یاد فروش نفس تو بازار ریا
به یاد بچه های سرخ به سیلی سیاه
I was wondering the same and resolved by closing all open tabs and starting over. Seems we'd done something to trigger shortcut bar showing up. I couldn't find out what I'd done, but read this in their documentation and figured it had something to do with what I had open:
Shortcut bars host shortcuts of views and editors and appear if at least one view or editor is minimized, otherwise, they are hidden.
https://dbeaver.com/docs/dbeaver/Application-Window-Overview/#shortcut-bar
I have the same issue and not matter what I use the Print is not working with the same error every time. Is there another way to get text on the output besides Print?
Vidstack provides the CSS hack (height: 1.000%) to avoid the YouTube branding resulting in the excessive height of portrait (9/16) videos if the player itself has a 16/9 layout.
For me adding 2 lines of CSS does the job:
iframe.vds-youtube[data-no-controls] {
height: 1000%;
}
by adding a matching width to this, the video is shown as expected and a margin fix places the video in the center of the player.
iframe.vds-youtube[data-no-controls] {
height: 1000%;
width: calc(100% / 16 * 9 * 9 / 16);
margin: 0 auto;
}
This does the job. But still I need to apply this manually, which can be a real pain.
Does anyone know a solution to automatically detect if we handle a portrait or landscape video from YouTube?
I have a different issue with the same code.
I use FX5u, I seem to be able to connect to the PLC, however the code always returns 0 as results or reading any of the registers or inputs. Any ideas on what this could be driven by?
Thanks!
NextJS also has a build in capability for PWA including push notifications https://nextjs.org/docs/app/building-your-application/configuring/progressive-web-apps
I am using curl with the -n switch. I have validated the login information in my .netrc file (been using .netrc forever).
I always get "* Basic authentication problem, ignoring."
What gives??
Where was this entered to have it sort properly?
I am getting the same error.. I have attached GitHub repo link here can anyone here help me out on this ??
Looks like removing the user and adding back to the DB solved the issue for us.
I am working with CATS and am having the same issue, does the same solution apply and if so which file would I need to edit.
Official Microsoft documentation:
https://learn.microsoft.com/en-us/nuget/reference/nuget-exe-cli-reference?tabs=windows
tengo este codigo pero no me quere dar se me queda en abtascado
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
class Program
{
static void Main()
{
int[] LICEO = Enumerable.Range(4, 15).ToArray();
List<int> IUSH = Enumerable.Range(18, 43).ToList();
Console.WriteLine("Ingrese las edades de RONDALLA separadas por punto y coma (;):");
ArrayList RONDALLA = new ArrayList(Console.ReadLine().Split(';').Select(double.Parse).ToArray());
Console.WriteLine("LICEO : " + string.Join(", ", LICEO));
Console.WriteLine("IUSH : " + string.Join(", ", IUSH));
Console.WriteLine("RONALLA : " + string.Join(", ", RONDALLA.ToArray()));
int diferencia = (int)RONDALLA.Cast<int>().Max() - LICEO.Min();
Console.WriteLine($"Diferencia entre la edad mayor de RONDALLA y la menor del LICEO es: {diferencia}");
int sumaIUSH = IUSH.Sum();
double promedioIush = IUSH.Average();
Console.WriteLine($"La sumatira de las edades de IUSH es: {sumaIUSH}");
Console.WriteLine($"El promedio de las edades de IUSH es: {promedioIush}");
Console.WriteLine("Ingrese la edad que sea buscar del LICEO:");
int edadBuscadaLICEO = int.Parse(Console.ReadLine());
int posicionLICEO = Array.IndexOf(LICEO, edadBuscadaLICEO);
if (posicionLICEO != -1)
{
Console.WriteLine($"La edad {edadBuscadaLICEO} existe en la posición {posicionLICEO}.");
Console.WriteLine($"La edad en IUSH en la misma posición: {(posicionLICEO < IUSH.Count ? IUSH[posicionLICEO].ToString() : "N/A")}");
Console.WriteLine($"La edad en RONDALLA en la misma posición: {(posicionLICEO < RONDALLA.Count ? RONDALLA[posicionLICEO].ToString() : "N/A")}");
}
else
{
Console.WriteLine($"La edad {edadBuscadaLICEO} no existe en el LICEO.");
}
List<int> SALAZAR = LICEO.Concat(IUSH).ToList();
Console.WriteLine("Edades de SALAZAR: " + string.Join(", ", SALAZAR));
SALAZAR.Sort();
SALAZAR.Reverse();
Console.WriteLine("5 edades más altas de SALAZAR: " + string.Join(", ", SALAZAR.Take(5)));
Console.WriteLine("5 edades más bajas de SALAZAR: " + string.Join(", ", SALAZAR.OrderBy(x => x).Take(5)));
int[] edadesEntre15y25 = SALAZAR.Where(edad => edad >= 15 && edad <= 25).ToArray();
int cantidad = edadesEntre15y25.Length;
double porcentaje = (double)cantidad / SALAZAR.Count * 100;
Console.WriteLine($"Cantidad de edades entre 15 y 25 años: {cantidad}");
Console.WriteLine($"Porcentaje de edades entre 15 y 25 años: {porcentaje:F2}%");
}
}
Based on the available information, Babu89BD appears to be a web-based platform, likely associated with online gaming or betting services. However, the site https://babu89bd.app provides very limited public information about what the app actually does, how to use it, or whether it's secure and legitimate.
If you're trying to figure out its purpose:
It seems to require login access before showing any details, which may be a red flag.
The site doesn't list a privacy policy, terms of service, or contact information—important factors for trust and transparency.
The design and naming resemble other platforms often used for online gambling, especially popular in South Asia.
Caution is advised if you're unsure about the legitimacy. Avoid entering personal or financial information until you can verify its credibility.
If anyone has used this app and can confirm its features or authenticity, please share your insights.
I am not sure who these anchor boxes are coming from?
Are these defined during the model training process?
I am doing custom object detection using mediapipe model_maker but it creates a model that has two outputs. The outputs are of Shape=[ 1 27621 4] and Shape=[ 1 27621 3].
I am totally confused on what is going on and how can I get the four outputs? I want output locations, classes, scores, detections.
Following is my current code, please help me understand what's going on and how to obtain the desired outputs?
# Set up the model
quantization_config = quantization.QuantizationConfig.for_float16()
spec = object_detector.SupportedModels.MOBILENET_MULTI_AVG
hparams = object_detector.HParams(export_dir='exported_model', epochs=30)
options = object_detector.ObjectDetectorOptions(
supported_model=spec,
hparams=hparams
)
# Run retraining
model = object_detector.ObjectDetector.create(
train_data=train_data,
validation_data=validation_data,
options=options)
# Evaluate the model
loss, coco_metrics = model.evaluate(validation_data, batch_size=4)
print(f"Validation loss: {loss}")
print(f"Validation coco metrics: {coco_metrics}")
# Save the model
model.export_model(model_name=regular_output_model_name)
model.export_model(model_name=fp16_output_model_name, quantization_config=quantization_config)
How do we get the UserID? I am trying to retrieve the user descriptor and passing that in the approval payload's request body it is returning the ID something like aad.JGUENDN....... but When I am trying to construct approvers payload it is returning me an invalid identities error.
Hi @Alvin Jhao I’ve implemented the monitor pipeline as advised using a Bash-based approach instead of PowerShell. The pipeline does the following:
✅ Fetches the build timeline using the Azure DevOps REST API
✅ Identifies stages that are failed
, partiallySucceeded
, or succeededWithIssues
✅ Constructs a retry payload for each stage and sends a PATCH
request to retry it
✅ Verifies correct stage-to-job relationships via timeline structure
Here’s where I’m stuck now:
Although my pipeline correctly:
Authenticates with $(System.AccessToken)
Targets the correct stageId
and buildId
Sends the payload:
`
{
"state": "retry",
"forceRetryAllJobs": true,
"retryDependencies": true
}
`
I consistently receive: ` Retry failed for: <StageName> (HTTP 204) `
Oddly, this used to work for stages like PublishArtifact
in earlier runs, but no longer does — even with identical logic.
Service connection has Queue builds
permission (confirmed in Project Settings)
Target builds are fully completed
Timeline output shows the stage identifier is present and correct
The payload matches Microsoft’s REST API spec
Even test pipelines with result: failed
stages return 204
Are there specific reasons a stage becomes non-retryable (beyond completion)?
Could stage identifier
fields being null (sometimes seen) block the retry?
Is there a way to programmatically verify retry eligibility before sending the PATCH?
Any help or insights would be appreciated!
I had the same issue on a gradle project and I was able to resolve it by following the instructions given in this link: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-project-gradle.html
could you please share, how did you end up resolving this? i am having same problem 7 years later
Is it possible to create a field (control?) to search in the logs (from within the dashboard)
The above answer is correct. For more details, https://tailwindcss.com/docs/dark-mode use this link.
I might if found a fix but without more context on how this is setup I cant be fully confidant that this will help.
If found a GitHub post that seems like they have the same issue but they got a fix
And this video
Absolutely agree. Have the same problem with grails 5.x
furthermore there are no examples available how to customize scaffolding to get the result needed...
documentation or sources for the fields-taglib is also not available. really sad.
a really good product killed by too many features...
I'm looking for pretty much the same question. Want one entire task-group to finish before it starts the next parallel task-group (3 parallel task groups at a time). Were you able to find a good solution to this?
have you find the answer for this problem ?
Answered here.
Now, I am able to resolve the issue by creating another Python function and using Pandas to convert Parquet to JSON data.
Im facing the same issue. Any luck with this?
se for apenas para monitoramento para um monitor pq não usa o Grafana ? bem mais simples e sem dor de cabeça .
Have you add a button with submit type?
<MudButton ButtonType="ButtonType.Submit" Variant="Variant.Filled" Color="Color.Primary" Class="ml-auto">Register</MudButton>
GCP TSE is here to help you with your situation 🤞.
- How can I restore the <number>[email protected] account?
You're right - as per Google Cloud Docs [1] you can't restore your Service Account (SA), because after 30 days, IAM permanently removes it.
- How can I configure the Firebase CLI to use a newly created or existing service account for Cloud Functions deployment instead of the deleted default?
Firebase CLI has several ways [2] to authenticate to API: using the Application Default Credentials (ADC) or using FIREBASE_TOKEN (considered legacy). You might have some kind of custom setup, but in general to authenticate Firebase CLI with a SA you should follow this simple guide [3]:
GOOGLE_APPLICATION_CREDENTIALS
OS environment variable using gcloud auth application-default login
or manually (depending on your dev environment). Details are in the linked docs.[1] https://cloud.google.com/iam/docs/service-accounts-delete-undelete#undeleting
[2] https://firebase.google.com/docs/cli#cli-ci-systems
[3] https://firebase.google.com/docs/app-distribution/authenticate-service-account
[4] https://cloud.google.com/docs/authentication/provide-credentials-adc
If you haven't solved your problem using the above guide, please explain your deployment process stp-by-step. Also, try to answer as much as possible:
KEY_FILE
and FIREBASE_TOKEN
keys simultaneously?PROJECT_ID
key?did you find the answer? I'm also facing the same issue.
look at the body
i think i helped you
We were finally able to resolve this by implementing AccessTokenCallback for the sql connection: https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient.sqlconnection.accesstokencallback?view=sqlclient-dotnet-standard-5.2#microsoft-data-sqlclient-sqlconnection-accesstokencallback
Comment puis-je supprimer le marqueur précédent en cliquant à nouveau et afficher uniquement le dernier marqueur ?
I don't seem to be able to reproduce the results, can anyone let me know what I'm missing?
import pandas as pd
import datetime
data = [
[datetime.datetime(1970, 1, 1, 0, 0), 262.933],
[datetime.datetime(1970, 1, 1, 0, 0, 0, 76923), 261.482],
[datetime.datetime(1970, 1, 1, 0, 0, 0, 153846), 260.394],
[datetime.datetime(1970, 1, 1, 0, 0, 0, 230769), 259.306],
[datetime.datetime(1970, 1, 1, 0, 0, 0, 307692), 258.218],
[datetime.datetime(1970, 1, 1, 0, 0, 0, 384615), 257.311],
[datetime.datetime(1970, 1, 1, 0, 0, 0, 461538), 256.223],
[datetime.datetime(1970, 1, 1, 0, 0, 0, 538461), 255.135],
[datetime.datetime(1970, 1, 1, 0, 0, 0, 615384), 254.047],
[datetime.datetime(1970, 1, 1, 0, 0, 0, 692307), 253.141],
]
df = pd.DataFrame(data, columns=["timestamp", "x"])
new_date_range = pd.date_range(datetime.datetime(1970, 1, 1, 0, 0), datetime.datetime(1970, 1, 1, 0, 0, 0, 692307), freq="100ms")
df.set_index("timestamp").reindex(new_date_range).interpolate().reset_index()\
# Output as below, but would expect x to vary...
index x
0 1970-01-01 00:00:00.000 262.933
1 1970-01-01 00:00:00.100 262.933
2 1970-01-01 00:00:00.200 262.933
3 1970-01-01 00:00:00.300 262.933
4 1970-01-01 00:00:00.400 262.933
5 1970-01-01 00:00:00.500 262.933
6 1970-01-01 00:00:00.600 262.933
I have same issues with my azure devops post call
POST: https://dev.azure.com/$organization/$project/\_apis/test/Runs/$runID/results?api-version=7.1-preview.3
Body:
{
"results":[
{"durationInMs":469.0,"automatedTestType":"UnitTest","testCase":{"id":2233},"state":"Completed","outcome":"Passed","automatedTestName":"[TC-2233]My_Login.","automatedTestStorage":"MYTest.postman_collection.json"},
{"durationInMs":384.0,"automatedTestType":"UnitTest","testCase":{"id":3240},"state":"Completed","outcome":"Passed","automatedTestName":"[TC-3240] My_Alerts","automatedTestStorage":"MYTest.postman_collection.json"}
]
}
But Response Body: 400 bad request
{
"$id": "1",
"innerException": null,
"message": "Value cannot be null.\r\nParameter name: resultCreateModel",
"typeName": "System.ArgumentNullException, mscorlib",
"typeKey": "ArgumentNullException",
"errorCode": 0,
"eventId": 0
}
Can someone help me with this
have u found a working solution?
I have the same problem, I upgraded spring boot 3.3.4 to 3.4.3. , but my mapping is different, so the solution with CascadeType.ALL don't work :
public class Parent {
private Long idParent;
@OneToMany(cascade=CascadeType.REMOVE)
@JoinColumn(name="id_parent")
private List<child> parent = new ArrayList<>();
}
public class Child {
@Column(name = "id_parent")
private Long idParent;
}
I have the same problem with :
Child child = childdDao.findById(idFromFront);
Parent parent =parentDao.findById(child.getIdParent());
...some check on parent
childDao.deleteById(idChild);
The only solution found is to do "entityManager.clear();" before delete :
Child child = childdDao.findById(idFromFront);
Parent parent =parentDao.findById(child.getIdParent());
...some check on parent
entityManager.clear();
childDao.deleteById(idChild);
???
Follow this link to learn how to install and download plugin.
For me it works fine, with the configuration you posted and GSON on the classpath, see JSON response at the bottom:
did you manage to solve this one?
How can I implement a 'Save As' functionality programmatically for a Web Panel Save as (including WorkWithPlus for web instances) in GeneXus? I want to replicate the behavior where a user can save a copy of a Web Panel or WorkWithPlus instance with a new name and location using code, similar to the Copy method or the NewObjectDialog service. Can you provide an example or guidance for this?
thank u for step by step install pandas
I was already in test environment :/
Most likely explanation is that there is an exception thrown somewhere else and that distrupts the objects update call. Do you have anything in your error log at all?
The article below illustrates steps to follow to catch tests that are failing Diagnosing Random Angular Test Failures
I’m using the Mobile Notifications Unity Package for local notifications, but I’m facing an issue: I’m not receiving local notifications on most devices when the game is killed, even if their Android version is 13 or higher. Can anyone please suggest which package I should use to get local notifications even when the game is killed? I’d also like to mention that I don’t want to use Firebase. I want local notification for both android and IOS.
How do I speak to a human at Qᵘⁱᶜᵏᵉⁿ? To speak to a human at Qᵘⁱᶜᵏᵉⁿ, call +1️⃣-8️⃣7️⃣7️⃣-2️⃣0️⃣0️⃣-6️⃣8️⃣9️⃣1️⃣. The representative will help you with any inquiries, from technical issues to account support. Make sure to explain your concern so they can direct you to the appropriate department.
Que tal está el sistema de Google+++ Cómo robo de identidad se empeñan en robar cuentas y comenzar a ser un fastidio, tal como GEMINI y ANDROID AUTO #13 Sería genial inventar un solo producto que reiniciará todo el sistema operativo, ya que los malwares están al día, una app en dónde la cámara del dispositivo móvil o unas gafas que te permitan ver desde donde te están grabando dentro de tu propio entorno, que sea difícil que te roben la identidad y que todo fuera seguro algún sistema que me recomienden para extraer todo malware de un sistema? gases para dormir gente por los ductos de la luz, y micro camaras SPY Dentro de la privacidad del ser humano, sales de casa un momento, y la comunidad se solventa de eso mismo, espionaje, exhibidos en el mundo de la Internet, deberíamos inventar un programa para saber que es lo que está alimentos a quienes están a tu alrededor, propongo+++(( comenzar)) Inhibición de espionaje, con camaras de calor ¿Acaso Tu confías en tus vecinos? Desarrollador+_____+ Dedito arriba si comenzamos el proyecto, ¡EL FUTURO ES HOY! oíste viejo... o.O
I’m using the Mobile Notifications Unity Package for local notifications, but I’m facing an issue: I’m not receiving local notifications on most devices when the game is killed, even if their Android version is 13 or higher. Can anyone please suggest which package I should use to get local notifications even when the game is killed? I’d also like to mention that I don’t want to use Firebase.
I have the exact same problem here. I'm sorry, I don't have an answer but did you find it in the meantime ? Because I could really use the help :)
Recommend to try https://techcommunity.microsoft.com/blog/appsonazureblog/strapi-on-app-service-quick-start/4401398. You can quickly deploy Strapi on App Service Linux with built in integration with other Azure services.
im still having problem, could you explain how do you solved this?
Keycloak v25.0.0
keycloak-angular: 16.1.0
please, can you give me some tutorial build pwa with codeiginter 3?
Im stuck with redirects. I am trying to add redirect to due to limitations of website builder. meta refresh works but for the whole site and I need specific paths to point to specific urls. e.g.: example.com/aaa ----redirects to---->aaa.com example.com/bbb ----redirects to---->bbb.com etc
But any other pages remain pointing to their respective pages on example.com
https://daily.dev/blog/make-a-web-browser-beginners-guide
this may be a good document to get you started
Ever figure it out? I'm encountering the exact same issue
Has anyone found a solution to this problem?
for those still searching for a backup solution of git repositories in it's own Azure DevOps organization i have extended the project initially started by @lionel-père on github adding the capability to run the backup in a yaml azure pipelines itself (the main plus is not having to worry about renewing the PAT which can have a maximum validity period of 1 year because the pipeline uses the system PAT of devops agent) with other minor improvements and fixes. You can find it here: https://github.com/tomdess/ado-repository-backup
Running into the same issue, OP were you able to find a solution? I've tried using clear views in place of the "missing" items in the last row and tried using .focusSection()
with no change in behavior.
Wondering how you resolved it?
If anyone is facing this issue, I recommend checking out this Medium post — it help me .
@Ram were you able to resolve this issue?
I have almost the exact same problem as Calamity has. Yes, I have also seen the solution mentioned by google in their app architecture page (mentioned by Vince).
But it won't work for me, as I have multiple APIs calls that update the list of objects that I have in the local cache.
So I need to have a flow object that updates whenever any other API is called: it will update the local cache and then update the flow object. But as the repository returns a List<X>, not a Flow<List<X>, this won't work...
I think I have to try some cold flow approach for this, any ideas?
Deej project is exactly what you are asking for.
https://github.com/omriharel/deej
Nothing above works.
Why can't Android be just like Apple where everything just works?
Checking in here, were you able to figure out a hack to do this?
Anybody solved this issue? I am having the same issue, but only when I deploy new version of the app, and it's not even every time, it's weird.
I am getting same problem in my project by default i am added below in my project then solve not use end point '/ '
spring.application.name=02_greet
spring.boot.admin.client.url=http://localhost:9090
management.endpoints.web.exposure.include='*'
I keep getting problems with chrome and reading the comments above I turned off my VPN but it didnt make any difference then disabled all shields in avast and magically I ddnt get the problem any more and the page loaded normally apart from a hsort second where it said something that I cant remember but then it dissapeared and the wbpage loaded. Can anyone explain why and how to fix it as I need the virus protection from avast. Its not a problem at all on other browsers just chrome
Thanks
Can you explain how you solved the problem?
You can do it with applying display: inline-block;
to the child element.
See post: How do I get this CSS text-decoration override to work?
did you figure out the solution? Just to load looker assets which is not in our control is taking arojnd 8s. This is an unwanted overhead ontop of the actual query time. Does it mean everyone using looker facing this during init? There gotta be a solution
I am facing a similar issue. Tried deploying 40 times and lost my patience. Did the Replit team fix it for you? Do you know of any other fix for this error?
can you share how did you integrate allure reporting in aws code pipeline? I'm looking to build a similar flow as yours
@Mateusz Koszewski I am battling the same error let me know what you ended up doing .
Is there a way to create API token programmatically for these local users (which doesnt have login access)?
Is that mandatory to create DCR_association (DCRA) with the where the dcr rule?
Just close and reopen HTTPie. 😊
For those of you who consider Azure Functions, you might want to look at its Durable Functions feature https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview?tabs=in-process%2Cnodejs-v3%2Cv1-model&pivots=csharp#async-http
How did you resolve this issue?
I'm getting exactly the same issue and have not yet solved it .. even with the given answer above. I'm currently trying older versions of the http module to see if I can get the policy to work before raising a MuleSoft support case
is htis ever solved ?
trying to connect to the websocket using the token so I can get messages from the user servers
is it doable without the need to get the user original token ?
@Homer512 was right. getMatAtFrame()
is actually slower than processing. Thank you.
how to use this in automation script of powershell?
Somehow, updating PyArrow did not specifically help for me.
On the other hand, it seems to work just fine! :-?
It might be that that some functionality stays just constant and this warning can be ignored so far.
Although, missing certain submodules can lead to performance cuts, right!?!
If you are using Oh-my-zsh's git plugin, here are the short-cuts.
https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/README.md
I get the same problem (Access denied). You can restart your laptop before run the server, the the problem will solved.
I have the same issue ! :') Did you find an answer to your problem ?
how did you fixed this?
i'm facing the same issue.
Maybe this discussion can give you a clearer understanding of what the function does.
Did you read this? (especially the last section)
https://pandas.pydata.org/docs/reference/api/pandas.errors.DtypeWarning.html
https://github.com/microsoft/vscode-python/releases
You can look here for previous versions of vsix files.
I have the same error have you solved the problem?
openPanel.allowedContentTypes = [.json]
I have two Doubts
1)Can i able to Add Multiple Packages to be scanned using @ComponentScan? is its Recommended or encouraged to create packages out of Main Class Path ?
2)if i use Both @SpringBootApplication and @ComponentScan does it cause Any unpredictable Issues While Testing , Deploying ?
<input type="checkbox" id="F" name="F" class="form-check" value="0"
@if (str0[0] == 'T') { Html.Raw("checked"); } />
I have a problem with this syntax. "checked" show on top of page.
anybody can help me?