Udasi Tharani

Results 12 comments of Udasi Tharani

Hi, I would like to pick this up. Here's what I am thinking: allow passing a `slugify` function in astro config under `markdown` and use it for slugifying markdown headings...

Apparently, no changes are needed in astro 😅. @naiyerasif has already created a plugin that takes a custom slugify function - [@microflash/rehype-slugify](https://www.npmjs.com/package/@microflash/rehype-slugify). So this can easily be achieved by specifying...

One thing I've noticed is when I use `/path/to/monorepo/packages/core/parcel/src/bin.js src/index.html` to start my server, HMR doesn't work at all, tried updating the html file while the server was running. And...

Okay now after some deep dive, here's what I have found: When adding `@import "./index.css";` and saving the html file, as you suggested @devongovett, `changedAssets` does contain both html and...

Will fix the fmt and clippy issues. Also agreed, if we suggest using function components, the examples should use the same, and I'm anyway rewriting the example. I'll make the...

This isn't really a remix issue. Even if you build this app with plain react, you will find it sticking to its place. The thing is, you are using a...

Think of `` as Remix's way of abstracting the logic for fetching data and updating things :)

I just tried this: 1. Search `a` 2. scroll down to bottom 3. change url to -> `http://localhost:3000/?search=b` and hit enter This worked and the scroll position was restored to...

I could reproduce the reported behavior though.