Nipun Paradkar
Nipun Paradkar
@BookOfGreg @justin808 Sorry to jump in the conversation midway but I wanted to add a few points which might be worth considering. - Removing any bundler dependency (like [rails/webpacker](https://github.com/rails/webpacker) or...
@BookOfGreg @justin808 Any updates on this?
@masatake I did some digging and found out the scenarios. Assume that we have a file as `foo/bar/baz/foobar.rb`: 1. `--exclude=foo`, `--exclude=bar`, --exclude=baz` all match the file -- that means the...
@masatake I found something else. `--exclude="*/bar/*"` works but `--exclude="*/foo/*"` doesn't. But it is because of how shell completions work; nothing to do with `ctags`. So feel free to close this...
@gianght90 I'm not working on the project anymore. But thanks for the help. You may close the issue.
You could use a `password` field to hide the contents. However hiding a part of text input is not supported by HTML.
@Vali0 I guess you're being confused about the use case of the library. This library doesn't mask the contents of the input. Instead it is used to format it. That...
@antfu Any updates on this?
@jamesw As far as I can tell, having used the gem for testing and understanding purposes, engines and plugins are not supposed to provide their own `config/importmap.rb`. Instead, if the...
Not getting any time to check this right now. I'll check this as soon as I get the time. But thanks for looking into this. I really appreciate it. 😄