Chanra Mut

Results 7 issues of Chanra Mut

The get detail works well with Taobao. But I can't use with 1688. Does 1688 have separate API?

I checked the component, it very nice. I opened the screen and select images, then go back. When reopen the screen again the selected marker still available on image. I...

I am writing code to validate array of emails and phone numbers as follow ``` var rules = { 'emails[]': 'required_without:phones[]|array', 'emails[].*': 'required|email', 'phones[]': 'required_without:emails[]|array', 'phones[].*': 'required|digits_between:9,10', }; var messages...

docs
info needed

Laravel 7 is released. Please make it support as well.

#### Install with Laravel v6.9.0 I can't install it with the Laravel v6.9.0. #### Steps to reproduce the issue 1. composer require dugajean/repositories #### What's the actual result? Your requirements...

I use the Django translation apply with serializer as following ``` from django.contrib.auth.hashers import make_password from django.utils.translation import gettext_lazy as _ from rest_framework import serializers from .models import SampleModel class...

The configuration load `JS` and `CSS` well but image not get filename base on data generated by `BundleTracker`. Here is the `webpack.config.js` ``` const path = require("path"); const MiniCssExtractPlugin =...