Rapid Rabbit Software

Results 13 issues of Rapid Rabbit Software

**Describe the error** I have a Django project that I am working on where I am trying to fetch TikTok user info using a class base view. I am using...

installation_help

When I do: ~~~ const imagemin = require('gulp-imagemin') ~~~ I get: ~~~ require() of ES modules is not supported. ~~~ When I do: ~~~ import imagemin from 'gulp-imagemin'; ~~~ I...

Is it possible to use this library in an expo project?

Would it make sense to add a meta to the plans model? meta = JSONField(blank=True, null=True) There are cases where I would like to have some additional data on the...

could
good first issue

I am having problems setting my initial tags with the code below. Is there something obvious that I am doing wrong? ~~~javascript import React, {useEffect, useState} from 'react'; import {...

Is there a way to limit the choices a user can choose from: ~~~ limitChoices: ['cat', 'dog', 'mouse'] ~~~

In my .env file I have defined: ~~~ DEBUG=True ~~~ Should this be defined with `1,0, true,false, True,False, on,off`? In my settings file: ~~~ # I would like to call...

Compressor seems to break on line 67 of compressor.**init**.py which is this: url = os.path.realpath(url) If I comment this line out, it works. I am using python 2.6 with virtualenv...

The `make_vcard` method has a parameter called `photo_uri`. After generating a qrcode and scanning it via an iphone, the photo does not appear on the contact card. Sample code: ~~~python...

The following html code when parsed leaves the closing p tag: `http://bit.ly/2ePIrDy` Results in: `http://bit.ly/2ePIrDy`