Brandon Taylor

Results 17 issues of Brandon Taylor

Using Django 1.7.4 and Python 3.4, the following settings are not recognized by default: ``` IMAGEKIT_DEFAULT_CACHEFILE_BACKEND IMAGEKIT_CACHEFILE_NAMER IMAGEKIT_CACHEFILE_DIR IMAGEKIT_DEFAULT_FILE_STORAGE IMAGEKIT_CACHE_PREFIX IMAGEKIT_USE_MEMCACHED_SAFE_CACHE_KEY IMAGEKIT_CACHE_BACKEND ```

Using Django 1.7.4 and Python 3.4, this model and field definition: ``` class Profile(models.Model): image = ProcessedImageField('Profile Image', upload_to=get_profile_upload_to, blank=True, null=True, processors=[ResizeToFill(200, 200)], format='JPEG', options={'quality': 60}) ``` Throws: `TypeError: __init__()...

feature-request

When using Angular 9.0 or above, I receive the following error: ``` core.js:6189 ERROR TypeError: Cannot read property 'createEmbeddedView' of undefined at ViewContainerRef.createEmbeddedView (core.js:15442) at NgxTypeAheadComponent.renderTemplate (ngx-typeahead.js:333) at NgxTypeAheadComponent.ngOnInit (ngx-typeahead.js:320)...

### Expected behavior When using a custom validator on a field, the validation message should be surfaced in the admin UI. ### Actual/Current behavior The `message` value is not displayed....

bug
help wanted
4.x candidate

I'm a Django developer most of my day, but I'm starting to do more and more on the Node side. Can newforms be used with Express?

Node.js

When attempting to run the demo project using Node 14 I receive: ``` Your global Angular CLI version (13.1.2) is greater than your local version (13.0.3). The local Angular CLI...

When installing the package into an Angular 13 app using Node 16, I'm getting the following error in `monaco.d.ts` ``` Cannot redeclare block-scoped variable 'MonacoEnvironment'.ts(2451) [editor.api.d.ts(12, 9): ]()'MonacoEnvironment' was also...

This branch adds style-based template support for the link plugin consistent with the other plugins like image.

## Work - Added static media collection as a post static generation step to django-medusa. - Added two additional settings related to static file collection: - MEDUSA_COLLECT_STATIC (defaults to False)...

This pull request adds two optional keyword arguments to the `IconField`: `only_ids` and `exclude_ids` which are lists of strings of specific FontAwesome icons you want to display or exclude from...