HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rasso

130 カルマ登録 6 年前
- meet.hn/city/de-Munich - github.com/hirasso - rassohilber.com

投稿

Show HN: Replace emails and phone numbers with

github.com
3 ポイント·投稿者 rasso·一昨日·0 コメント

Show HN: My Approach to HTML Obfuscation

github.com
2 ポイント·投稿者 rasso·4 日前·0 コメント

A Day in the Life of an Ensh**ttificator

youtube.com
5 ポイント·投稿者 rasso·4 か月前·0 コメント

CSS is too powerful now [video]

youtube.com
3 ポイント·投稿者 rasso·5 か月前·0 コメント

/Nothing-Here

nerdy.dev
1 ポイント·投稿者 rasso·8 か月前·0 コメント

Viewport behavior in Safari 26 is utterly broken

bsky.app
3 ポイント·投稿者 rasso·10 か月前·0 コメント

コメント

rasso
·11 日前·議論
Amazing idea! A little Feedback: I tan easily but still have freckles.
rasso
·2 か月前·議論
Do you have a link for me? I'd like to learn them, but find it really hard to find them.

For example, I had never heard about etc/services until 2 minutes ago
rasso
·3 か月前·議論
I'll make this my new source of truth. Thank you!!!
rasso
·3 か月前·議論
For what it's worth: they live up to their own standards. Here, for example, is the source code that powers their VIP platform product:

https://github.com/Automattic/vip-go-mu-plugins

It must be open sourced because it's based on WordPress. I still love that.
rasso
·5 か月前·議論
This is my all-time favourite from Shatner: "It hasn't happened yet"

https://youtu.be/7GnoLJIIS4w?si=zP_mlOxV1tKMMkQx
rasso
·6 か月前·議論
See my other comment: you can set default styles using

:where(:not(:defined)) { display: block }
rasso
·6 か月前·議論
simply only ever use this to replace <span> or <div>
rasso
·6 か月前·議論
Beware that connectedCallback runs _every time_ a custom element is added to the dom. So you should make sure to only add event listeners once by tracking internally if the element was already initialized.
rasso
·6 か月前·議論
This is how you can set default styles for all your custom elements:

    :where(:not(:defined)) {
         display: block;
    }
rasso
·7 か月前·議論
Amazing, thanks! Didn't know this one yet :)
rasso
·8 か月前·議論
Absolutely, me too!! AS3 was a beautiful language.
rasso
·9 か月前·議論
Oh my… thanks for the research and sorry for my lazy assumption!
rasso
·9 か月前·議論
It‘s not by the vite team.