Jonathan Chan

Results 10 comments of Jonathan Chan

I was trying this out, it seems that this doesn't trigger for .tsx files? Works great for .js files though, though it seems that it comments individual lines rather than...

I wasn't aware that there's a `tsx` parser, I only had the `typescript` one installed. Everything seems to work as expected, including `gb` and `gc` behaviour! Thank you!

@Kikobeats are you strictly using `metacraper` with the headers `User-Agent` and `X-Requested-With` to get the result shown in the image above? I'm asking this because the `X-Requested-With` work around doesn't...

Woops, definitely meant `metacraper`, must have mixed up the `microlinkhq` and `metascraper` together. My bad. But yea, using `html-get` definitely gets the right html! Will need to dig in to...

Seems like this is fixed in Firefox 89.

I'm not too sure if this is a bug or a missing feature. the following code: ```js const container = css` display: flex; justify-content: center; align-items: center; height: 100vh; width:...

Could you provide an example on how you patch it?

Gotcha, the workaround works! Should this issue remain open or closed? I'll leave it to your discretion!

@diegohaz just some feedback as a new user trying out ariakit, I'm confused with the difference between `defaultActiveId` and `defaultValue`. For me personally, I didn't want the first item to...

It would have been helpful if this limitation was mentioned in the documentation. I only realized it after porting to this library midway through my app.