Results 10 issues of ramast

axios-fileupload uses latest javascript ES6 syntax which is not supported by older browsers. Most npm packages provide a dist directory contains a compiled/minified version of their libraries to be used...

enhancement

## Description Newly generated project contains the file `docs/pycharm/configurations.rst` which contains embeded images. Pycharm's reStructuredText plugin doesn't support embedding images (at the moment). Using Markdown instead would solve the problem....

docs
pycharm

**Is your feature request related to a problem? Please describe.** I want to use flake8 instead of pylint **Describe the solution you'd like** Allow choosing between flake8 and pylint **Describe...

Django approach ```python class Flavors(models.TextChoices): CHOCOLATE = 'ch', 'Chocolate' VANILLA = 'vn', 'Vanilla' STRAWBERRY = 'st', 'Strawberry' CHUNKY_MUNKY = 'cm', 'Chunky Munky' flavor = models.CharField(max_length=2, choices=Flavors.choices) ``` django_model_helpers approach ```python...

* Chapter or Appendix: 19.1 Popular JavaScript Frameworks ## Description AngularJS is another popular JS Framework but the book didn't mention it. ## Possible Solutions Mention AngularJS in addition to...

The book says > There are a number of problems with Django’s default project layout. While useful for the tutorial, it’s not quite as useful once you are trying to...

Given a configuration like this ```es6 createPromise({promiseTypeDelimiter: "", promiseTypeSuffixes: ['Loading', 'Success', 'Error']}), ``` One would except actions to look like `MyActionLoading` but instead it translates to `MyAction_Loading`

This fixes the issue #290 promiseTypeDelimiter now respect empty string `''` value instead of replacing it with the default `'_'`

### Pre-Flight checklist - [X] Did you check to see if this issue already exists? - [X] This is a single feature request. (Do not put multiple feature requests in...

enhancement

**Background:** Right now to use Rocket Pool for staking you need either metamask or wallet connect to start. Both options can be compromised unless the user owns a hardware wallet....