Skip to content

Instantly share code, notes, and snippets.

View Abang-L's full-sized avatar

HansL Abang-L

  • remote
View GitHub Profile

hi, and goodbye

The past few weeks has not been fun on IRC, the drama based on false information and assumptions has been insane. I've almost entirely been silent on the drama because I know the fallout that would happen if I spoke up.

A quick TLDR - I'm quitting all IRC development. KiwiIRC project lead, IRCv3 technical board, supporting the multitude of IRC networks, the lot.

Many people seem to think that I am supporting one side in everything that is going on, so just to be clear: I am not supporting any side of the current freenode drama - there is so much false information going around from everywhere that it is impossible to support anybody.

Woo freenode drama

@shilpasyal55
shilpasyal55 / app.ts
Last active December 18, 2023 09:45
Autocomplete app file
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: `
<div class="row">
<div class="col-xl-4" style="position: relative; left: 33%;margin-top: 2%">
<alert type="info" *ngIf="car">
Your Selected Car: <strong>{{car}}</strong>
</alert>