Alireza Savand

Results 26 issues of Alireza Savand

Set default extension. Better to be set in `settings.py`, With a variable such as `DEFAULT_MARKWHAT_EXTENSIONS`. And should be provided in `list`. Instance: ``` DEFAULT_MARKWHAT_EXTENSIONS = [ 'nl2br', 'safe', 'toc', 'billy',...

enhancement

I've configured my project for APNS. The notification goes to the iPhone device with the device `registration_id` on the local machine, but when I try to do the same thing...

apns

The request is similar to https://github.com/graphql-python/graphene-django/issues/176. I have a `DjangoSerializerType` that I'm trying to set `filter_fields` on its choice/enum field, however the enum field happens to be simply an String...

One of the fields that I'm trying to add "exact" filter expression to is not a standard Django Model Fields, it's a [PhoneNumberField](https://github.com/stefanfoulis/django-phonenumber-field) and usually when django-filters don't recognize the...

Hi, I try to add a cordova plugin from a git repo and I get the below error: ``` [alireza@arch tiwun_mobile]$ grunt plugin:add:https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git Running "plugin:add:https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git" (plugin) task Warning: undefined is...

By adding `--release` to `$ grunt build:` the generated output must be compressed first. Currently: ``` grunt.registerTask('build', function() { return grunt.task.run(['init', 'ionic:build:' + this.args.join()]); }); ``` There's no compress involved.

It seems [atom/electron](http://electron.atom.io/) is a good candidate for having a couple of grunt task to automate the packaging and distribution. - [Application distribution](https://github.com/atom/electron/blob/master/docs/tutorial/application-distribution.md) - [Application packaging](https://github.com/atom/electron/blob/master/docs/tutorial/application-packaging.md) Well, there's [grunt-build-atom-shell](https://github.com/paulcbetts/grunt-build-atom-shell) Does...

Hey, tl;dr: **https://github.com/Alir3z4/html2text** It's been almost 3 years since the the last release, version `3.02`. As myself, I use this package on some projects and it works perfectly. Recently I...

For each release, the package should be automatically published to PyPI. Github actions can be triggered by each tag, once a tag is created on the repository, an action can...