Matheus Richard
Matheus Richard
Now it's possible to pass directories to the CLI. I added a little `-h --help` option too
This is a very basic refactor. I'm not happy with the implementation, it was just a POC. I wanted to make it fancier (colorful, search, sorting columns), but it would...
Could you add an example using [sidecar assets](https://github.com/github/view_component#sidecar-directory)? I think would be nice to have examples for all (maybe?) features availabel on ViewComponent
I initially implemented this using [tty-link](https://github.com/piotrmurach/tty-link), but they [don't play nice with tables currently](https://github.com/piotrmurach/tty-table/issues/41).
The current method of parsing Gemfiles runs the code inside them, which may be a security risk.
Currently, we only support Ruby, but it's feasible to support more languages and libraries (like Rails).
Can we identify unmaintained gems? We could search for Read-only repositories, long time since last commit, “looking for maintainers” in README, etc. [Suggested](https://www.reddit.com/r/ruby/comments/s65f1l/comment/ht2mozp) by @joemasilotti
### Description When I run the server, the displayed time in logs doesn't match my local time. This is kinda annoying, and may led users to confusion. ### Steps to...
When using cleave.js it seems to bypass HTML validations. Codepen: https://codepen.io/matheusrich/pen/qBdmmWa In this simple example event with `minlength` setted to 20, just typing a single character enables form submission. If...
Hi everyone! First I'd like to thank y'all for this language! I was playing with Wren in [the browser](https://wren.io/try/) and noticed that Classes requires a constructor, even if it does...