Profile for zlatko

Header for zlatko
Avatar for zlatko
Display name
Panic In The Darkroom
Username
@zlatko@social.zlatko.dev
Role
admin

About zlatko

Bio

According to some, I'm avant-garde ;)

I try to stick to software development and engineering topics, often related to application development, but I also shitpost random stuff, occassionally about photography, (usually not more then) react to politics or economics.

My website is https://zlatko.dev but I less completely-infrequently post a photo or two to my photo gallery https://photos.zlatko.dev.

I also used to post at https://pixelfed.social/zlatko, and https://programming.dev/u/zlatko, and I'll occassionally swipe here and there.

Stats

Joined
Posts
2415
Followed by
162
Following
328

Recent posts

Angular question Toggle visibility

Aaaah I never get how the let-item thing without explicitly binding it works in angular templates!

Like, <ng-template #tpl let-myName="name"> I get - it'll pick up `name` and my template has an `myName`.

But if I <ng-template #tpl let-name>, I always think it should just pick up `name` and put it to a local `name` - but it kinda sorta sometimes works, but mostly not. What am I missing?

#angular

Open thread at this post

Despite some marketing (is a company blog after all), here's a nice article comparing Monaco (editor in vscode) and codemirror.

I used codemirror in a hobby project and it's a bit of an adjustment from just dealing with contenteditable, but much nicer and sensible, if you need to do any text/code/whatevs editting in browser.

about.sourcegraph.com/blog/migrating-monaco-codemirror

#javascript #editors #vscode #codemirror

Open thread at this post

@pixelfed two quick dev questions, if I may disturb:

- when I look for my #gotosocial account from Pixelfed, I get no results. My (self-hosted) instance shows the search requests, but I get nothing back in the pixelfed UI (or in the pixelfed API response to that search). How could one see what's wrong? Looking for e.g. mastodon accounts finds results.

- in the other direction: when I follow my pixelfed account from my gotosocial instance, I don't get confirmation - only a follow request? Do you know what could be the reason, or at least, how could I look?2

Open thread at this post