thesmartwon

Results 29 comments of thesmartwon

I'm no longer using Arrow and it looks like this sparked enough discussion to fix the issue. Closing.

> Is it safe to assume all elements with an "is" attribute are custom elements too I wonder. Yes! [MDN reads:](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/is) > The is [global attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes) allows you to specify...

No discussion yet. I chose `u32` based off of this paragraph: > At the moment, the [longest OID](https://oid-base.com/get/1.3.6.1.4.1.1248.1.1.2.1.3.21.69.112.115.111.110.32.83.116.121.108.117.115.32.80.114.111.32.52.57.48.48) described in the OID repository has 171 chars and 34 arcs

There is [an official rollup plugin to resolve Deno modules](https://github.com/denoland/deno-vite-plugin/blob/96adfcf/src/resolver.ts#L76-L84) that works with Vite. However, it's slow and doesn't scale well because `exec` is order of magnitudes slower than a...

I noticed some Hebrew letters with diacritics render heavier than others and with completely different spacing. Not sure exactly why, but it's quite annoying. I've had to revert to `konsole`,...

You're right @asibahi ! Ghostty used 3 different fonts rendering that string. The way I solved it was: 1. Remove `binding="strong"` from `~/.config/fontconfig/fonts.conf` 2. Add `font-family = "Noto Sans Hebrew"`...

It won't improve performance, but it'll save 20MB+ of deps and globbing/watching inconsistencies between implementations. For example, the plugin you and I linked does not watch files. I've made my...

[ansi-html](https://www.npmjs.com/package/ansi-html) leaves much to be desired: ![image](https://github.com/user-attachments/assets/e7e6ae67-ef6c-4946-b2c0-9df39960b4cf) [fancy-ansi](https://www.npmjs.com/package/fancy-ansi) is better: ![image](https://github.com/user-attachments/assets/58e1081a-7f82-4d32-96f3-fe4312f862e1) , but best is [rendering to HTML ourselves](https://github.com/vitejs/vite/blob/8fa70cdfa65ce8254ab8da8be0d92614126764c0/packages/vite/src/node/build.ts#L650): ![image](https://github.com/user-attachments/assets/52828662-c9da-4af4-8274-e0c685680e7b)

Really excited for this so I can edit my root CSS directly in my browser's dev tools! Will this make v4?