Ayush Newatia

Results 10 issues of Ayush Newatia

I've added an additional config option to restrict the file input dialog to specific mime types. Any file could still be potentially drag n dropped into the editor, but I...

Using Rails signed IDs is certainly an elegant way to go about account activations and password resets and 99.9% of the time I reckon they're fine in terms of security....

**Bridgetown Version**: 1.2 **Current behavior** Frontmatter defaults can be specified in the `bridgetown.config.yml` as: ```yml defaults: - scope: path: "excluded_files/**/*" values: sitemap: false ``` To use this functionality in the...

bug
good first issue

## Summary I'd like to petition changing the default templating language to ERB for v2.0. ## Motivation ERB is way more flexible and feature rich. The primary motivation for Liquid...

We've just switched from webpacker to vite on my project. I'm unable to get Storybook to work with view components since the migration. I get the following error when trying...

If some text is highlighted when the code block button in the toolbar is click, it should be included in the code block

Sometimes, when text is pasted from sources such as Wikipedia, the formatting is copied along with it. This needs to be stripped before pasting the text in. Something like this...

Here's my pitch to swap our default web server. I know we're still only getting v2 out the door, but this is one I'd like to do for v3 ......

question

While pairing with @ioquatix, we looked at the live reload code in Bridgetown to try and make it work with both Falcon and Puma. Currently we're spawning a background thread...

bug

## Summary With Bridgetown v2.0, we added the `rackup` gem instead of instantiating Puma directly. This paved the way for the user to swap web server. There are still a...