Armando Pérez Marqués

Results 23 issues of Armando Pérez Marqués

This commands allows file creation anywhere in the filesystem and it will attempt to create all the subdirectories needed to realize the path. The command will attempt to check if...

Related to #40 #42 The idea would be that, when selecting "New file...", one could use braces to create sets of files: * `/some/path/MyComponent.{tsx,scss}` would expand to * `/some/path/MyComponent.tsx` *...

enhancement

For example, running something like: ``` # Using `--color` forces `git` to always colorize output $ git diff --color > output $ amp output ``` The use space and movement...

> [Alpine.js](https://github.com/alpinejs/alpine) offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower cost. > > You get to keep your DOM, and...

enhancement
core
idea

in line [139 of sliver/views.py](https://github.com/jarcoal/django-sliver/blob/master/sliver/views.py#L139): ``` python exclude = exclude or [] ``` Should be something like: ``` python exclude = exclude or self.exclude ```

The site http://entrproject.org/ has a few of examples, and here's how I use it personally: ``` find my_app/ -name \*.py | entr -r python -m my_app serve ``` Where the...

I'm not sure how to go about this issue, maybe a section in the docs is enough, or if this is a real bug, or I am the one doing...

enhancement
help wanted
feature

# What is it? - [x] Feature / enhancement - [ ] Bug - [ ] Docs / tests # Description The optimizer is currently running a (rather old) version...

[Just learned](https://github.com/fisherman/fisherman/issues/286#issuecomment-219643984) about this prompt theme, looks cool! Now, are there any plans to support Python's virtualenv status like the Bobthefish prompt? Are you open to accept pull requests to...

When defining a `MySEOMetadata` metadata model, if it's `Meta.use_sites` is set to `True` or it's `Meta.use_i18n` is set to `True`, then `rollyourown.seo.admin.get_inline(SEOMetadata)` should return an inline which allows for adding...