Armando Pérez Marqués

Results 23 issues of Armando Pérez Marqués

If in your Django has several languages configured, and your root URLConf is using the new `i18n_patterns`, then every path under that urlpatterns setup can have two or more versions....

When working on a site, now a new requirement is included, support for multiple sites. This is Ok, `django.contrib.sites` is fine and DjangoSEO supports this via the `Metadata.Meta.use_sites` attribute. But...

Maybe this is a SublimeText2 issue, but it's faster to type `indexe` and then select `IndexError` from the list, than having to type it correctly cased so the autocompletion matches.

New Feature

Most of the time, especially for webdev work, you are defining a new subclass of an abstract class provided by your framework, and most of the time it involves overriding...

enhancement
question

#### Description When `true`, it turns module selection into opt-in (all modules are disabled by default, with some exceptions), instead of opt-out as it is now. Technically, if `opt_in_modules` is...

This indicator shows how many lines total are used by all selections in the current view. * One or more selections on the same line only counts that line once...

A-gui

This references [my previous issue](https://github.com/zerok/django-flatblocks/issues/8). See the commit message for changes, I used the syntax specified by @zerok mandx/django-flatblocks@b233a3958db0f83e5e6311ee72b5bac0a156a81a

Consider this syntax: ``` {% flatblock "page.info" %} Here goes the default text of the flatblock named "page.info". When defining this block the tag search for the flatblog with this...

Using `[email protected]`, `[email protected]`, `[email protected]` and this `.babelrc` file: ```json { "presets": [ ["latest", { "es2015": { "modules": false } }], "stage-3", "react" ], "plugins": [ "babel-plugin-transform-class-properties", "babel-plugin-transform-runtime", "babel-gettext-extractor", "./bin/babel-relay-schema-plugin" ]...

Most of the time I have connectivity only through an HTTP/HTTPS server, and the plugin freezes ST entirely ending (of course) with a timeout. Making it to use a HTTP(S)...

enhancement
wontfix-myself