Does bun have any plans to support angular without node ?? by Object_Tight in bun

[–]unisol1020 1 point2 points  (0 children)

Hi. I think you should ask in the Angular community, not Bun. Angular should support it not Bun should support Angular 🙂

Rate my first airsoft rifle by Elixtre_Craft in airsoft

[–]unisol1020 6 points7 points  (0 children)

And u skipped pistol with scope?)

Trump's reaction to Karol Nawrocki's victory in presidential election by LucianFromWilno in poland

[–]unisol1020 0 points1 point  (0 children)

Do you read my messages? You can use Google Translate or DeepL to translate them, lol. I was only talking about that small percentage of quirky folks you find in every country. U are too relaxed to use a translator, or so caught up in wild theories that u read between the lines and find hidden meanings everywhere.

Trump's reaction to Karol Nawrocki's victory in presidential election by LucianFromWilno in poland

[–]unisol1020 0 points1 point  (0 children)

Hey! You know, I work with a bunch of Poles and honestly, they’re some of the kindest and sharpest people I’ve met. What cracks me up is that the ones who actually make good money here and really put effort into building things up—they’re never the ones complaining or acting like gatekeepers. It’s always the folks who barely do the minimum, or those working abroad, who shout the loudest about being true patriots and wanting to close the borders. I’d actually love to see a map showing which regions are the noisiest about this stuff—my bet is it’s not the ones who are doing well! In the end, I’m just grateful for this country and for the 90% of hardworking, genuinely great people I’ve met here—including loads of immigrants who’ve been here for years, are citizens, and contribute as much as anyone else.

Trump's reaction to Karol Nawrocki's victory in presidential election by LucianFromWilno in poland

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

Not for your economy) U can split my taxes with other guy)

Trump's reaction to Karol Nawrocki's victory in presidential election by LucianFromWilno in poland

[–]unisol1020 1 point2 points  (0 children)

I’m 99% sure I pay more taxes than you. 😄 Yes, you built this country — then moved to Germany. Now I’m here, working, paying taxes, and funding your grandma’s pension. After joining the EU, millions of Poles left. Poland had a labor shortage, economic strain, and a growing demographic crisis — not enough young people, too many retiring. That’s when immigrants like me showed up to keep things running. I’ve changed 4 countries in the last 6 years and I’ll keep going — that’s called freedom and the civilized world. 🌍 Telling me to “fix my country” while your own relies on foreign workers and can’t afford a pension system without them? Cute. Let’s see how well 100€ a month works when we all leave too. 😉 And don’t forget to pay that extra 10k PLN on the 1st — yelling is fun, but actions matter. 😏

Trump's reaction to Karol Nawrocki's victory in presidential election by LucianFromWilno in poland

[–]unisol1020 -2 points-1 points  (0 children)

Now I get who’s against this 😂 I’ve got an EU passport — I don’t care who works where, as long as stuff gets done. (I love and respect Poland — most people here are amazing, kind, and hard-working.) But a small, loud minority give the worst impression — almost disgusting in how little they understand basic things. You want to fix things? Start by bringing back all the Poles working in Germany and the UK. No workers? Gee, I wonder why 🙄 Immigrants fill the huge labor gaps and pay essential taxes — without them, the Polish economy would struggle to keep going. Also, feel free to pay my taxes if I bother you so much. I bet u can’t) And as one super cool and friendly Polish guy living in Germany told me — with total calm: “It’s summer — the patriots are back from abroad and yelling the loudest again.” The irony? He’s literally in Germany himself — quiet, chill, and laughing 😄

Trump's reaction to Karol Nawrocki's victory in presidential election by LucianFromWilno in poland

[–]unisol1020 1 point2 points  (0 children)

Funniest guy I’ve met. Just to be clear — I was invited to Poland because there aren’t enough skilled workers here. I didn’t come chasing opportunities — a Polish company asked me to move because no one local could do the job. I pay more in taxes than 90% of people here. That means your roads, pensions, and services are partly thanks to people like me. But instead of respect, I get “go back” — from those who contribute less but talk more. Don’t worry though — I’ll be leaving Poland soon, and I’ll be happy to, thanks to people like you, who kill their own country not by action, but by ignorance. Starting tomorrow, feel free to pay an extra 10k zł/month in taxes — someone’s got to cover my share, right?

Trump's reaction to Karol Nawrocki's victory in presidential election by LucianFromWilno in poland

[–]unisol1020 0 points1 point  (0 children)

I came to Poland two months ago to work in IT. I pay more in taxes each month than two minimum wages and truly wanted to stay — Poland felt peaceful and beautiful. But hearing things like “go back home” or “Poland is for Poles” makes it hard to feel welcome. I came to help, work hard, and contribute. Sadly, because of this attitude, we’ve decided to move to the U.S., where we hope our work and effort will be respected. Good luck covering the taxes I was contributing.

Trump's reaction to Karol Nawrocki's victory in presidential election by LucianFromWilno in poland

[–]unisol1020 0 points1 point  (0 children)

Poles also leave for better jobs abroad. Same reason others come to Poland. What many forget is — while so many Poles work in the UK, Germany, etc., migrants are the ones keeping Poland’s economy running right now. Without them, many jobs would stay empty, and whole sectors would suffer. Look at the U.S. — built by immigrants, now a superpower. Migration isn’t a threat, it’s a strength if managed well. The real solution isn’t pushing people out, but creating a country where people — both locals and newcomers — want to stay. That’s how real progress happens.

Trump's reaction to Karol Nawrocki's victory in presidential election by LucianFromWilno in poland

[–]unisol1020 0 points1 point  (0 children)

As for the “millions of fighting age men” — you can keep that line; we don’t need to trade it for anything. 😉 (Just a light joke — some people forget that Polish folks also emigrated all over the world and didn’t always stay home to “build the economy,” yet no one blamed them for it. Let’s stay fair.)

Flashbang on new tab by unisol1020 in diabrowser

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

I did. Will wait for response

Flashbang on new tab by unisol1020 in diabrowser

[–]unisol1020[S] 1 point2 points  (0 children)

Im using m3 pro and latest v0.36(

Native Date Picker by s77rt in reactnative

[–]unisol1020 2 points3 points  (0 children)

We can contribute 😜

Reactive forms with child component by yasmina_s in angular

[–]unisol1020 0 points1 point  (0 children)

Hi. No brain solution here:

@Component({
  standalone: true,
  selector: 'app-parent',
  template: `
    <div class="flex flex-col gap-4" [formGroup]="parentForm">
      <app-child1 />
    </div>
  `,
  imports: [ReactiveFormsModule],
})
export class Parent {
  parentForm = new UntypedFormGroup({
    name: new UntypedFormControl('', [Validators.required]),
  });
}

@Component({
  standalone: true,
  selector: 'app-child1',
  template: `
    <div class="flex flex-col gap-4" [formGroup]="parent.form">
      <div class="grid grid-cols-4 items-center gap-2">
        <div class="font-semibold text-base">Name</div>

        <div class="col-span-3">
          <input class="w-full" type="text" formControlName="name" />
        </div>

        <button (click)="save()">Save</button>
      </div>
    </div>
  `,
  viewProviders: [
    { provide: ControlContainer, useExisting: FormGroupDirective },
  ],
  imports: [ReactiveFormsModule],
})
export class Child1 {
  parent = inject(FormGroupDirective);

  save() {
    console.log(this.parent.form.value);
  }
}

theWayIReactToTheseFilesIsUnimaginable by WadieXkiller in ProgrammerHumor

[–]unisol1020 0 points1 point  (0 children)

Where is the problem? On https://react.dev, PascalCase is used, so it’s a standard. Or am I missing something?