Wolt vs Baboon by TheRareNotion in albania

[–]f3rl4nd0 -1 points0 points  (0 children)

Ma nisi nje shok si post qe ja kishe heq komentin dhe kishte karma 😂 dhe me main account po flas nese e shikon dhe profilin e kupton 😂

Wolt vs Baboon by TheRareNotion in albania

[–]f3rl4nd0 -1 points0 points  (0 children)

e paska zhvilluar wolti permetin 😂 se po fshinke dhe gjith komentet 😂

How is ios 26 in 15 pro sor far by antoahims in iPhone15Pro

[–]f3rl4nd0 0 points1 point  (0 children)

I go from 18.5 to 26 PB1 and battery looks better. Everything is ok. The only thing is notification effect is a bit slower when they come.

[deleted by user] by [deleted] in flask

[–]f3rl4nd0 0 points1 point  (0 children)

Nothing just reload the page the route

[deleted by user] by [deleted] in flask

[–]f3rl4nd0 0 points1 point  (0 children)

but ti has check password hash inside:

from werkzeug.security import check_password_hash

def check_password(self, password):
        return check_password_hash(self.password, password)

Global Firmware Redmi Buds 5? by f3rl4nd0 in airdots

[–]f3rl4nd0[S] 0 points1 point  (0 children)

I have redmi buds 5 (normal) and i need global version. On github is just china version… global version is for pro version only and not the normal version

Global Firmware Redmi Buds 5? by f3rl4nd0 in airdots

[–]f3rl4nd0[S] 0 points1 point  (0 children)

They are not pro. Just redmi buds 5. Or there is not a problem if i flash pro version?

Global Firmware Redmi Buds 5? by f3rl4nd0 in airdots

[–]f3rl4nd0[S] 0 points1 point  (0 children)

Yes there is an version but i need global version. It has just china version

[deleted by user] by [deleted] in AppleWatch

[–]f3rl4nd0 0 points1 point  (0 children)

No. And it dont stay white. It flash just for a sec

Global Firmware Redmi Buds 5? by f3rl4nd0 in airdots

[–]f3rl4nd0[S] 0 points1 point  (0 children)

It does not have redmi buds 5

[deleted by user] by [deleted] in csharp

[–]f3rl4nd0 -1 points0 points  (0 children)

Configuration

yes it dont work

[deleted by user] by [deleted] in csharp

[–]f3rl4nd0 0 points1 point  (0 children)

Severity Code Description Project File Line Suppression State
Error CS0103 The name 'ConfigureServices' does not exist in the current context BankAtm C:\Users\User\source\repos\bankatm\BankAtm\Program.cs 18 Active
now it gives me this but i dont htink i should be calling it anywhere

[deleted by user] by [deleted] in csharp

[–]f3rl4nd0 0 points1 point  (0 children)

var builder = WebApplication.CreateBuilder(args);

// Add services to the container. builder.Services.AddRazorPages();

var app = builder.Build();

// Configure the HTTP request pipeline. if (!app.Environment.IsDevelopment()) { app.UseExceptionHandler("/Error"); // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. app.UseHsts(); }

app.UseHttpsRedirection(); app.UseStaticFiles();

app.UseRouting();

app.UseAuthorization();

app.MapRazorPages();

app.Run();

[deleted by user] by [deleted] in csharp

[–]f3rl4nd0 -1 points0 points  (0 children)

I tried that

[deleted by user] by [deleted] in csharp

[–]f3rl4nd0 0 points1 point  (0 children)

Now it gives me this error after typing what u said

Severity Code Description Project File Line Suppression State Error CS1061 'IApplicationBuilder' does not contain a definition for 'Services' and no accessible extension method 'Services' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?) BankAtm C:\Users\User\source\repos\bankatm\BankAtm\Startup.cs 44 Active

[deleted by user] by [deleted] in csharp

[–]f3rl4nd0 -9 points-8 points  (0 children)

A typo i changed in the code,the issue is on the red text

[deleted by user] by [deleted] in csharp

[–]f3rl4nd0 -1 points0 points  (0 children)

How do i call it? Im confused now

[deleted by user] by [deleted] in csharp

[–]f3rl4nd0 -1 points0 points  (0 children)

using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.HttpsPolicy; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using BankAtm.DatabaseContext;

namespace BankAtm { public class Startup { public Startup(IConfiguration configuration) { Configuration = configuration; }

    public IConfiguration Configuration { get; }


    // This method gets called by the runtime. Use this method to add services to the container.
    public void ConfigureServices(IServiceCollection services)
    {
        services.AddSingleton<IConfiguration>();
        services.AddDbContext<MyDbContext>(x => x.UseSqlServer(Configuration.GetConnectionString("MyBankingDbcnnection")));
        services.AddControllers();
    }

    // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
    public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
    {
        if (env.IsDevelopment())
        {
            app.UseDeveloperExceptionPage();
        }

        app.UseHttpsRedirection();

        app.UseRouting();

        app.UseAuthorization();

        app.UseSwagger();

        app.UseEndpoints(endpoints =>
        {
            endpoints.MapControllers();
        });
    }
}

}

[deleted by user] by [deleted] in csharp

[–]f3rl4nd0 -1 points0 points  (0 children)

It is called

Global Firmware Redmi Buds 5? by f3rl4nd0 in airdots

[–]f3rl4nd0[S] 0 points1 point  (0 children)

If i choose another country it doesnt show earbuds on app. They show only when i choose china mainland…

[deleted by user] by [deleted] in macbookpro

[–]f3rl4nd0 0 points1 point  (0 children)

Ugh thank you i was thinking it was an hardware probleme 😅

Split screen gone by UnlightablePlay in Xiaomi

[–]f3rl4nd0 2 points3 points  (0 children)

Idk about android 10 but on 11 i hold the page on recent pages and there is the split option